aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Use test wrapper exit functionChocobozzz2019-04-2475-363/+371
|
* Try to fix travisChocobozzz2019-04-243-6/+31
|
* Use parallel testsChocobozzz2019-04-242-19/+19
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Cleanup testsChocobozzz2019-04-2481-495/+174
|
* Add migrationsChocobozzz2019-04-246-17/+70
|
* Relax videos list thumbnail api joinChocobozzz2019-04-246-11/+16
|
* Fix ownership changesChocobozzz2019-04-243-21/+29
|
* Refactor video caption/preview cachesChocobozzz2019-04-244-24/+10
|
* Upgrade sequelizeChocobozzz2019-04-2443-448/+440
|
* Update sequelizeChocobozzz2019-04-2443-318/+332
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-2418-263/+649
|
* Shared utils -> extra-utilsChocobozzz2019-04-2488-237/+249
| | | | Because they need dev dependencies
* Remove tmp file on image processing errorChocobozzz2019-04-242-2/+9
|
* Add user adminFlagsChocobozzz2019-04-1552-516/+860
|
* Add ability to delete old remote viewsChocobozzz2019-04-128-2/+173
|
* Add ability to limit videos history sizeChocobozzz2019-04-1110-16/+98
|
* Try to improve server tests compilation speedChocobozzz2019-04-112-4/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-11107-121/+129
|
* Move config in its own fileChocobozzz2019-04-1179-458/+523
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-114-0/+106
|
* Add logs page in clientChocobozzz2019-04-111-24/+28
|
* Add logs endpointChocobozzz2019-04-1011-11/+359
|
* Add ability to disable trackerChocobozzz2019-04-105-11/+49
|
* Add check params account ratings testsChocobozzz2019-04-095-25/+52
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-098-7/+151
| | | | | | | | | | | | * 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 new instance follower notification in clientChocobozzz2019-04-092-2/+2
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-0816-19/+174
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-0811-23/+225
|
* Add ability to forbid followersChocobozzz2019-04-0815-53/+173
|
* Fix HLS federationChocobozzz2019-04-083-3/+13
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-087-9/+191
|
* Update P2P media loader peer versionChocobozzz2019-04-088-24/+117
|
* Copy video/audio codec for HLSChocobozzz2019-04-081-37/+59
|
* Fix context typesChocobozzz2019-04-081-11/+11
|
* Fix jsonld contextChocobozzz2019-04-081-12/+45
|
* 2 rows per overview sectionChocobozzz2019-04-051-1/+1
|
* Fix notification testsChocobozzz2019-04-031-13/+39
|
* Use custom ffmpeg path in youtube dlChocobozzz2019-04-031-0/+5
|
* Restore videos list componentsChocobozzz2019-04-022-4/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-0229-65/+570
| | | | | | | | | | | | | | | | | | | | * 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
* Move video file import in its own fileChocobozzz2019-03-194-80/+89
|
* Rename video-file job to video-transcodingChocobozzz2019-03-195-19/+29
|
* Fix email notificationChocobozzz2019-03-192-2/+1
|
* Better videos redundancy config error handlingChocobozzz2019-03-193-2/+7
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-1916-49/+117
|
* Limit user tokens cacheChocobozzz2019-03-1912-21/+32
|
* Refresh playlistsChocobozzz2019-03-1911-58/+205
|
* Increase refresh interval to 2 daysChocobozzz2019-03-191-2/+2
|
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
|