aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2021-02-031-0/+1
|
* Fix error logChocobozzz2021-01-201-1/+1
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-0/+14
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix redundancy federation in some casesChocobozzz2020-12-172-3/+14
|
* Add AP statsChocobozzz2020-12-151-0/+55
|
* Live views updateChocobozzz2020-12-091-2/+7
|
* Fix live testsChocobozzz2020-12-091-4/+7
|
* Upgrade sequelize to v6Chocobozzz2020-12-095-15/+9
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-083-3/+6
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Strict actor url comparisonChocobozzz2020-12-031-1/+1
|
* Try to fix non HTTPS remote accountsChocobozzz2020-12-031-3/+22
|
* Add permanent live supportChocobozzz2020-12-031-0/+2
|
* Fix lintChocobozzz2020-11-201-2/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-2014-118/+118
|
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Check threads resolve on non federated videosChocobozzz2020-11-102-14/+19
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+4
|
* Handle views for live videosChocobozzz2020-11-091-5/+14
|
* Regenerate miniature on live saveChocobozzz2020-11-091-5/+2
|
* Add save replay live testsChocobozzz2020-11-091-2/+4
|
* Begin live testsChocobozzz2020-11-091-2/+34
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+3
|
* Handle live federationChocobozzz2020-11-093-15/+15
|
* Refactor video creationChocobozzz2020-11-091-5/+3
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-3/+4
|
* Refactor video extensions logic in serverChocobozzz2020-08-111-30/+30
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-103-70/+88
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-2/+15
| | | | | - 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-1836-59/+59
|
* Update server dependenciesChocobozzz2020-06-172-3/+3
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* First implem global searchChocobozzz2020-06-101-3/+14
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-8/+15
| | | | | | | | | | | | 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)
* Add ability to bulk delete commentsChocobozzz2020-05-291-6/+6
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-4/+13
|
* Add moderation helpers to pluginsChocobozzz2020-05-0710-10/+10
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-042-2/+2
|
* Avoir some circular dependenciesChocobozzz2020-05-0410-19/+9
|
* Fix import captions testChocobozzz2020-04-151-1/+1
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-072-0/+6
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-202-1/+4
|
* Fix lintChocobozzz2020-03-101-2/+1
|
* Video file metadata PR cleanupChocobozzz2020-03-101-14/+12
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+15
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Fix build with typescript 3.8Chocobozzz2020-02-283-3/+3
|
* Update dependenciesChocobozzz2020-02-284-13/+17
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-1/+3
|\
| * Correctly fix auto followsChocobozzz2020-02-171-1/+3
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-172-3/+3
|\|