aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators
Commit message (Collapse)AuthorAgeFilesLines
...
* Add language filters in user preferencesChocobozzz2019-06-191-1/+6
|
* More robust federationChocobozzz2019-05-311-1/+2
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-312-16/+4
|
* Relax activity validationChocobozzz2019-05-211-12/+13
|
* Relax activity validationChocobozzz2019-05-131-2/+1
|
* Fix optional privacy in upload endpointChocobozzz2019-04-251-3/+2
|
* Add user adminFlagsChocobozzz2019-04-151-1/+7
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1115-16/+16
|
* Move config in its own fileChocobozzz2019-04-112-3/+3
|
* Add logs endpointChocobozzz2019-04-101-0/+14
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+5
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Does existChocobozzz2019-03-198-31/+30
|
* Add to playlist dropdownChocobozzz2019-03-181-1/+9
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-2/+4
|
* Add playlist rest testsChocobozzz2019-03-182-6/+17
|
* Add playlist check param testsChocobozzz2019-03-181-3/+3
|
* Playlist server APIChocobozzz2019-03-184-1/+73
|
* Improve channel and account SEOChocobozzz2019-02-212-12/+2
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1113-166/+131
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1118-178/+203
| |\
| | * Add hls support on serverChocobozzz2019-02-113-3/+22
| | |
| | * Try to fix Mac video uploadChocobozzz2019-01-241-2/+2
| | |
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1511-161/+105
| | | | | | | | | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-0/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+6
| |/ |/|
* | Implement contact form on server sideChocobozzz2019-01-101-0/+11
| |
* | Add notifications in the clientChocobozzz2019-01-092-5/+9
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-091-1/+3
| |
* | Add user notification base codeChocobozzz2019-01-092-0/+24
| |
* | Add history on server sideChocobozzz2018-12-181-0/+5
| | | | | | | | Add ability to disable, clear and list user videos history
* | Support additional video extensionsChocobozzz2018-12-113-8/+13
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+4
| |
* | move to boolean switchRigel Kent2018-10-131-5/+4
| |
* | add webtorrent opt-out settingsRigel Kent2018-10-131-1/+7
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Add ability to list all local videosChocobozzz2018-10-101-2/+7
|/ | | | Including private/unlisted for moderators/admins
* Add user history and resume videosChocobozzz2018-10-051-1/+3
|
* Check the comment is defined when validating bodyChocobozzz2018-10-011-1/+1
|
* Fix video fps validatorChocobozzz2018-10-011-1/+1
|
* Add dot into allowed actor usernamelsde2018-09-251-1/+1
| | | | One should have an oportunity to include a dot into the username. Currently, it breaks the flow if one has an SSO in front of PeeTube which creates users with "name.surname".
* Fix jobs testsChocobozzz2018-09-191-1/+1
|
* Refractor videos AP functionsChocobozzz2018-09-191-10/+2
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+2
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-6/+8
|
* Add recently added redundancy strategyChocobozzz2018-09-141-2/+0
|
* Basic video redundancy implementationChocobozzz2018-09-135-30/+75
|