aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* Add language filters in user preferencesChocobozzz2019-06-191-1/+4
|
* Add ability to change email in clientChocobozzz2019-06-111-1/+1
|
* Handle email update on serverChocobozzz2019-06-111-10/+29
|
* Improve registrationChocobozzz2019-06-071-2/+10
| | | | | | | * 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
* Add ability to unpublish video/playlistChocobozzz2019-06-061-8/+7
|
* Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-8/+0
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-3/+13
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-7/+6
|
* Multi step registrationChocobozzz2019-05-291-0/+6
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-0/+22
|
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+2
|
* Fix pleroma followChocobozzz2019-04-251-0/+2
|
* Use apicache instead of our broken implementationChocobozzz2019-04-251-65/+8
|
* Fix overview endpointChocobozzz2019-04-241-1/+2
|
* Upgrade sequelizeChocobozzz2019-04-242-0/+3
|
* Add user adminFlagsChocobozzz2019-04-151-0/+3
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1111-12/+11
|
* Move config in its own fileChocobozzz2019-04-118-13/+13
|
* Add logs endpointChocobozzz2019-04-102-5/+34
|
* Add check params account ratings testsChocobozzz2019-04-092-2/+1
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-093-3/+36
| | | | | | | | | | | | * 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-0/+14
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-3/+20
|
* Add ability to forbid followersChocobozzz2019-04-081-6/+9
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-3/+37
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+22
| | | | | | | | | | | | | | | | | | | | * 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
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
|
* Refresh playlistsChocobozzz2019-03-191-2/+1
|
* Cleanup express locals typingsChocobozzz2019-03-1912-45/+33
|
* Better AP route checkerChocobozzz2019-03-191-17/+9
|
* Does existChocobozzz2019-03-1918-99/+99
|
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-7/+28
|
* Add videos playlist exist testsChocobozzz2019-03-181-3/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-3/+20
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+1
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-4/+4
|
* Add playlist rest testsChocobozzz2019-03-181-8/+40
|
* Add playlist check param testsChocobozzz2019-03-181-3/+41
|
* Playlist server APIChocobozzz2019-03-186-23/+314
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-6/+4
| | | | Disable it by default and add ability to specify a custom report uri
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+18
|
* Refractor published date on video importChocobozzz2019-02-121-0/+3
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-115-10/+53
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1123-137/+808
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | | | | | | | | | And add some tests
| | * Add hls support on serverChocobozzz2019-02-111-4/+29
| | |
| | * Refractor videojs playerChocobozzz2019-02-111-1/+1
| | | | | | | | | | | | Add fake p2p-media-loader plugin
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+14
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| | |