aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to delete old remote viewsChocobozzz2019-04-121-1/+1
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-1113-14/+23
* Move config in its own fileChocobozzz2019-04-1112-16/+25
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+27
* Add logs page in clientChocobozzz2019-04-111-24/+28
* Add logs endpointChocobozzz2019-04-102-0/+92
* Add ability to disable trackerChocobozzz2019-04-101-0/+3
* Add check params account ratings testsChocobozzz2019-04-091-5/+5
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-2/+36
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+2
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-6/+35
* Add ability to forbid followersChocobozzz2019-04-082-1/+6
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-5/+27
* 2 rows per overview sectionChocobozzz2019-04-051-1/+1
* add quarantine videos feature (#1637)Josh Morel2019-04-025-12/+56
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-192-4/+1
* Refresh playlistsChocobozzz2019-03-191-0/+6
* Cleanup express locals typingsChocobozzz2019-03-1923-141/+122
* Does existChocobozzz2019-03-191-1/+1
* Add playlist updatedAt testsChocobozzz2019-03-181-4/+4
* Add videos playlist exist testsChocobozzz2019-03-181-1/+1
* Playlist reorder supportChocobozzz2019-03-181-3/+5
* Add to playlist dropdownChocobozzz2019-03-183-11/+72
* Add server migrationsChocobozzz2019-03-181-2/+8
* Refactor video playlist middlewaresChocobozzz2019-03-181-20/+4
* Add playlist rest testsChocobozzz2019-03-184-8/+35
* Add playlist check param testsChocobozzz2019-03-181-6/+10
* Playlist server APIChocobozzz2019-03-185-15/+490
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
* Add isNSFW instance configuration keyChocobozzz2019-02-201-4/+6
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1111-183/+254
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1122-267/+859
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-112-3/+3
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-152-3/+3
| | * | Cleanup reset user password by adminChocobozzz2019-02-112-11/+11
| | * | allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+1
| | * | Add hls support on serverChocobozzz2019-02-112-9/+18
| | |/
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-2/+5
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-143-1/+14
| | * Move subscriptions controllers in its own fileChocobozzz2019-01-143-154/+174
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+5
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-3/+20
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
* | | Enable video upload and editclementbrizard2019-01-121-1/+7
| |/ |/|
* | Implement contact form in the clientChocobozzz2019-01-101-1/+1