aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add audio support in uploadChocobozzz2019-05-163-13/+28
|/
* Fix optional privacy in upload endpointChocobozzz2019-04-251-1/+1
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Fix ownership changesChocobozzz2019-04-241-4/+8
|
* Upgrade sequelizeChocobozzz2019-04-246-52/+31
|
* Update sequelizeChocobozzz2019-04-242-5/+4
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-245-77/+105
|
* Add user adminFlagsChocobozzz2019-04-152-9/+12
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-1/+1
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1119-22/+29
|
* Move config in its own fileChocobozzz2019-04-1118-47/+56
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+27
|
* Add logs page in clientChocobozzz2019-04-111-24/+28
|
* Add logs endpointChocobozzz2019-04-102-0/+92
|
* Add ability to disable trackerChocobozzz2019-04-102-7/+19
|
* Add check params account ratings testsChocobozzz2019-04-091-5/+5
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-2/+36
| | | | | | | | | | | | * 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 notification on new instance follower (server side)Chocobozzz2019-04-081-1/+2
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-6/+35
|
* Add ability to forbid followersChocobozzz2019-04-082-1/+6
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-5/+27
|
* 2 rows per overview sectionChocobozzz2019-04-051-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-025-12/+56
| | | | | | | | | | | | | | | | | | | | * 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
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-192-4/+1
|
* Limit user tokens cacheChocobozzz2019-03-191-2/+1
|
* Refresh playlistsChocobozzz2019-03-191-0/+6
|
* Cleanup express locals typingsChocobozzz2019-03-1930-181/+152
|
* Better AP route checkerChocobozzz2019-03-191-45/+67
|
* Does existChocobozzz2019-03-191-1/+1
|
* Add playlist updatedAt testsChocobozzz2019-03-181-4/+4
|
* Add videos playlist exist testsChocobozzz2019-03-182-2/+2
|
* Playlist reorder supportChocobozzz2019-03-181-3/+5
|
* Add to playlist dropdownChocobozzz2019-03-183-11/+72
|
* Add server migrationsChocobozzz2019-03-181-2/+8
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-182-4/+11
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-20/+4
|
* Add playlist rest testsChocobozzz2019-03-185-9/+39
|
* Add playlist check param testsChocobozzz2019-03-181-6/+10
|
* Playlist server APIChocobozzz2019-03-188-23/+547
|
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
|
* Improve channel and account SEOChocobozzz2019-02-211-0/+14
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-4/+6
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
| | | | Import original publication date when importing a video from YouTube in the web UI
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1114-207/+294
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1130-322/+1101
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-113-12/+9
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-153-12/+9
| | | |
| | * | Cleanup reset user password by adminChocobozzz2019-02-112-11/+11
| | | | | | | | | | | | | | | | And add some tests