aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process
Commit message (Collapse)AuthorAgeFilesLines
* Fix live testsChocobozzz2020-12-091-4/+7
|
* Upgrade sequelize to v6Chocobozzz2020-12-092-2/+2
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-203-21/+24
|
* Check threads resolve on non federated videosChocobozzz2020-11-101-8/+11
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+4
|
* Handle views for live videosChocobozzz2020-11-091-5/+14
|
* Handle live federationChocobozzz2020-11-092-4/+4
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-49/+68
|
* 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-1813-26/+26
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* 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)
* 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
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-072-0/+6
|
* 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-171-1/+1
|\|
| * Manual approves followers only for the instanceChocobozzz2020-02-171-1/+1
| | | | | | | | And not for accounts or channels of the instance
* | Don't refresh videos when processing viewsChocobozzz2020-02-041-1/+2
|/ | | | It allows us to use a cache
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+6
|
* Add auto follow back support for instancesChocobozzz2019-09-042-9/+13
|
* Handle reports from mastodonChocobozzz2019-08-301-16/+24
|
* Fix ownership changeChocobozzz2019-08-211-2/+5
|
* Cleanup model typesChocobozzz2019-08-202-4/+4
|
* Stronger model typingsChocobozzz2019-08-1913-65/+67
|
* Lazy load avatarsChocobozzz2019-08-091-4/+6
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0913-35/+42
|
* Remove comment federation by video ownerChocobozzz2019-08-071-3/+3
|
* Automatically remove bad followingsChocobozzz2019-08-061-4/+7
|
* Fix user notifications on new followChocobozzz2019-08-0213-30/+67
|
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
|
* Fix HLS transcodingChocobozzz2019-08-013-6/+12
|
* Fix multiple server testsChocobozzz2019-08-012-21/+24
|
* Add gitlab ci supportChocobozzz2019-07-291-3/+5
|
* Correctly notify on auto blacklistChocobozzz2019-07-242-3/+3
|
* Add filter hooks testsChocobozzz2019-07-241-2/+2
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+1
|
* Remove old activities processorChocobozzz2019-05-311-15/+0
|
* More robust federationChocobozzz2019-05-312-3/+25
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-312-6/+6
|
* Add migrationsChocobozzz2019-04-241-1/+4
|
* Update sequelizeChocobozzz2019-04-242-4/+8
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-7/+12
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+5
|
* Add ability to forbid followersChocobozzz2019-04-081-2/+8
|