aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve registrationChocobozzz2019-06-071-10/+31
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Server: Bulk update videos support fieldChocobozzz2019-05-312-2/+15
|
* Remove old activities processorChocobozzz2019-05-312-19/+3
|
* More robust federationChocobozzz2019-05-314-10/+41
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-313-20/+18
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-13/+21
|
* Fix crash in files cacheChocobozzz2019-05-281-2/+2
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-3/+8
|\
| * Fix video viewsChocobozzz2019-05-211-3/+8
| |
* | Merge branch 'feature/audio-upload' into developChocobozzz2019-05-216-45/+114
|\ \
| * | Add audio support in uploadChocobozzz2019-05-166-45/+114
| | |
* | | Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-171-33/+33
|/ / | | | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147)libertysoft32019-05-161-6/+12
| |
* | 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
|