aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
| | |
| * | Use a single file instead of segments for HLSChocobozzz2019-02-113-44/+101
| | |
| * | Add hls support on serverChocobozzz2019-02-1110-92/+456
| | |
| * | don't notify prior to scheduled updateJosh Morel2019-02-071-3/+7
| |/ | | | | | | also increase timeouts on user-notification test
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1513-108/+191
| | | | | | | | | | | | | | | | 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
| * Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
| |
| * Refresh remote actors on GET enpointsChocobozzz2019-01-143-61/+77
| |
| * Warn user when they want to delete a channelChocobozzz2019-01-142-2/+2
| | | | | | | | | | Because they will not be able to create another channel with the same actor name
| * Use origin video url in canonical tagChocobozzz2019-01-101-3/+3
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-10/+6
| |
| * Implement contact form in the clientChocobozzz2019-01-101-7/+4
| |
| * Implement contact form on server sideChocobozzz2019-01-103-5/+45
| |
| * Add notifications in the clientChocobozzz2019-01-092-11/+11
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-096-17/+235
| |
| * Add import finished and video published notifsChocobozzz2019-01-096-10/+170
| |
| * Add notification settings migrationChocobozzz2019-01-093-23/+24
| |
| * Add user notification base codeChocobozzz2019-01-0913-54/+425
| |