aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added comments for transcode functionsFelix Ableitner2019-05-131-0/+6
| |
* | fixed formatting, added test caseFelix Ableitner2019-05-041-1/+1
| |
* | Dont transcode videos when it is not required (fixes #1780)Felix Ableitner2019-05-041-3/+6
|/
* Fix pleroma followChocobozzz2019-04-252-3/+2
|
* Fix user notifications testsChocobozzz2019-04-251-1/+7
|
* Use apicache instead of our broken implementationChocobozzz2019-04-252-3/+11
|
* Add migrationsChocobozzz2019-04-242-12/+15
|
* Relax videos list thumbnail api joinChocobozzz2019-04-242-3/+3
|
* Refactor video caption/preview cachesChocobozzz2019-04-244-24/+10
|
* Upgrade sequelizeChocobozzz2019-04-249-69/+63
|
* Update sequelizeChocobozzz2019-04-249-20/+27
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-247-85/+272
|
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+1
|
* Add user adminFlagsChocobozzz2019-04-151-2/+4
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+33
|
* Add ability to limit videos history sizeChocobozzz2019-04-112-1/+34
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1129-36/+38
|
* Move config in its own fileChocobozzz2019-04-1121-65/+80
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-086-11/+71
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+5
|
* Add ability to forbid followersChocobozzz2019-04-086-21/+25
|
* Fix HLS federationChocobozzz2019-04-083-3/+13
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-083-1/+48
|
* Update P2P media loader peer versionChocobozzz2019-04-082-16/+28
|
* add quarantine videos feature (#1637)Josh Morel2019-04-028-18/+123
| | | | | | | | | | | | | | | | | | | | * 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-193-15/+21
|
* Fix email notificationChocobozzz2019-03-191-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-196-34/+51
|
* Limit user tokens cacheChocobozzz2019-03-199-11/+16
|
* Refresh playlistsChocobozzz2019-03-193-6/+67
|
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
|
* Does existChocobozzz2019-03-191-2/+2
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-183-7/+7
|
* Add playlist rest testsChocobozzz2019-03-187-8/+71
|
* Add playlist check param testsChocobozzz2019-03-182-2/+1
|
* Playlist server APIChocobozzz2019-03-1811-9/+301
|
* Add request body limitChocobozzz2019-02-211-1/+2
|
* Upgrade server dependenciesChocobozzz2019-02-211-1/+1
|
* Improve channel and account SEOChocobozzz2019-02-211-14/+53
|
* Create send email typeChocobozzz2019-02-202-10/+13
| | | | Instead of using email job handler payload type
* Lazy import some modulesChocobozzz2019-02-151-3/+6
|
* Fix from header in contact formChocobozzz2019-02-152-8/+16
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-0/+2
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+2
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1158-643/+2287
|\
| * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-116-78/+130
| |\
| | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-156-77/+129
| | |
| * | Cleanup reset user password by adminChocobozzz2019-02-111-18/+2
| | | | | | | | | | | | And add some tests
| * | allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+16
| | |