aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to delete old remote viewsChocobozzz2019-04-122-23/+15
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+3
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-1/+0
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add logs endpointChocobozzz2019-04-101-0/+41
|
* Add check params account ratings testsChocobozzz2019-04-091-1/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-092-1/+16
| | | | | | | | | | | | * 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/+31
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-6/+30
|
* Add ability to forbid followersChocobozzz2019-04-081-0/+5
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-2/+11
|
* add quarantine videos feature (#1637)Josh Morel2019-04-024-5/+54
| | | | | | | | | | | | | | | | | | | | * 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
* Refresh playlistsChocobozzz2019-03-192-1/+10
|
* Add playlist updatedAt testsChocobozzz2019-03-181-2/+4
|
* Add videos playlist exist testsChocobozzz2019-03-181-1/+15
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+12
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-1/+0
|
* Add playlist rest testsChocobozzz2019-03-186-13/+166
|
* Add playlist check param testsChocobozzz2019-03-182-15/+18
|
* Playlist server APIChocobozzz2019-03-183-33/+241
|
* Add request body limitChocobozzz2019-02-211-0/+5
|
* Add NSFW info in about pageChocobozzz2019-02-211-2/+20
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* remove duplicate uploadVideo.originallyPublishedAtJosh Morel2019-02-131-3/+0
| | | | duplicate was appending as array to form-data
* Refractor published date on video importChocobozzz2019-02-121-1/+0
|
* Import original publication date (CLI)Andrés Maldonado2019-02-121-0/+5
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+12
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-0/+6
|
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | And add some tests
* Use a single file instead of segments for HLSChocobozzz2019-02-112-6/+38
|
* Add hls support on serverChocobozzz2019-02-116-6/+53
|
* Fix testsChocobozzz2019-01-211-1/+1
|
* Add server host in notification account fieldChocobozzz2019-01-211-0/+1
|
* Fix testsChocobozzz2019-01-171-1/+5
|
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-2/+13
|
* Implement contact form on server sideChocobozzz2019-01-103-0/+35
|
* Fix socket.io websocket connectionChocobozzz2019-01-091-6/+11
|
* Add notifications in the clientChocobozzz2019-01-092-1/+13
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-6/+107
|
* Add import finished and video published notifsChocobozzz2019-01-092-44/+141
|
* Add user notification base codeChocobozzz2019-01-093-6/+254
|
* increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
|
* Add history on server sideChocobozzz2018-12-182-10/+39
| | | | Add ability to disable, clear and list user videos history
* throw error if MailDev doesn't runJosh Morel2018-12-172-18/+75
| | | | also allow calling in multiple file
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Add test regarding tmp directoryChocobozzz2018-12-112-2/+19
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-0711-13/+113
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-2015-17/+20
| | | | move-utils-to-shared
* Fix dependency errors between modulesbuoyantair2018-11-161-2/+0
|
* Merge from upstreambuoyantair2018-11-162-2/+4
|