aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Remove notifications of muted accounts/serversChocobozzz2020-11-183-4/+35
|
* Implement video comment list in adminChocobozzz2020-11-131-1/+35
|
* Remove deprecated abuse apiChocobozzz2020-11-103-124/+2
|
* Fix muted accounts on overviewsChocobozzz2020-11-101-0/+1
|
* Fix jobs paginationChocobozzz2020-11-091-1/+1
|
* Handle views for live videosChocobozzz2020-11-091-12/+33
|
* Add live server hooksChocobozzz2020-11-091-0/+3
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-092-3/+9
|
* Add max lives limitChocobozzz2020-11-091-0/+4
|
* Add ability to save live replayChocobozzz2020-11-091-6/+31
|
* Check live duration and sizeChocobozzz2020-11-092-3/+8
|
* Handle live federationChocobozzz2020-11-091-1/+0
|
* Refactor video creationChocobozzz2020-11-093-114/+76
|
* Live streaming implementation first stepChocobozzz2020-11-093-7/+152
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+1
|
* Optimize default sort when listing videosChocobozzz2020-08-205-64/+68
| | | | createdAt does not have the appropriate index
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-1/+3
|
* Do not reuse reset password linksChocobozzz2020-08-121-0/+1
|
* Make channelName optionnal only for the APIkimsible2020-08-111-1/+1
|
* Add channelName to user-create server-side and modelskimsible2020-08-111-1/+5
|
* Reorganize shared modelsChocobozzz2020-08-071-3/+4
|
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
|
* Add abuse messages/states notificationsChocobozzz2020-07-312-6/+21
|
* Add abuse messages management in my accountChocobozzz2020-07-312-1/+5
|
* Add server API to abuse messagesChocobozzz2020-07-314-22/+141
|
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+2
|
* adapt notifications buttons for small screensRigel Kent2020-07-291-1/+6
|
* harmonize search for librariesRigel Kent2020-07-293-5/+12
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-2/+9
| | | | statuses
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-201-1/+1
| |
* | Add new abuses testsChocobozzz2020-07-102-4/+2
| |
* | Add migrationsChocobozzz2020-07-101-1/+1
| |
* | Implement abuses check paramsChocobozzz2020-07-101-5/+5
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-103-80/+199
|/
* add check-params test for user listRigel Kent2020-07-031-1/+1
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-1/+9
| | | | fixes #2914
* Fix users testsChocobozzz2020-07-021-1/+1
|
* update openapi spec with links and callback for searchRigel Kent2020-06-271-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+10
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+8
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-189-11/+11
|
* Update server dependenciesChocobozzz2020-06-173-6/+4
|
* Fix global search nsfw policy when logged inChocobozzz2020-06-151-1/+5
|
* Use default nsfw instance policy for search indexChocobozzz2020-06-121-1/+8
|
* Add search index testsChocobozzz2020-06-102-4/+4
|
* First implem global searchChocobozzz2020-06-102-8/+115
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-0/+2
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Support broadcast messagesChocobozzz2020-05-291-0/+13
|