aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix cors on sha segment endpointChocobozzz2020-11-271-0/+2
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|
* Fix migration and testChocobozzz2020-11-251-9/+6
|
* refactor scoped token serviceRigel Kent2020-11-251-58/+97
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-252-5/+58
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+2
|
* Fix lintChocobozzz2020-11-201-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-207-50/+72
|
* Remove notifications of muted accounts/serversChocobozzz2020-11-183-4/+35
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-161-1/+35
|\
| * Implement video comment list in adminChocobozzz2020-11-131-1/+35
| |
* | add client overrides to nginx configuration (#3297)Kimsible2020-11-161-0/+1
|/ | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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-092-20/+20
|
* Begin live testsChocobozzz2020-11-093-4/+10
|
* Fix live infohash blockChocobozzz2020-11-091-1/+1
|
* 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-096-8/+190
|
* Inject plugin CSS in embed tooChocobozzz2020-08-241-4/+14
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+1
|
* Optimize default sort when listing videosChocobozzz2020-08-206-73/+77
| | | | createdAt does not have the appropriate index
* Add ability to a video multiple times in a playlistChocobozzz2020-08-192-2/+4
|
* 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
|
* Handle playlist oembedChocobozzz2020-08-071-11/+62
|
* Handle playlist methods in embed apiChocobozzz2020-08-071-4/+5
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-7/+8
|
* Reorganize shared modelsChocobozzz2020-08-073-9/+10
|
* 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
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-0/+7
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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
| |