aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process
Commit message (Collapse)AuthorAgeFilesLines
* Fix process followChocobozzz2022-07-271-5/+5
|
* Handle rejected follows in clientChocobozzz2022-07-271-30/+78
| | | | Also add quick filters so it's easier to find pending follows
* Add rejected state to followsChocobozzz2022-07-272-1/+7
| | | | Prevent reprocessing already rejected follows
* Reduce unknown undo logging levelChocobozzz2022-07-131-4/+16
|
* Rename video full loadingChocobozzz2022-06-283-4/+4
|
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Improve viewer counterChocobozzz2022-04-151-1/+1
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-152-3/+22
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Remove activitypub helperChocobozzz2022-03-235-9/+10
| | | | Put functions in lib/activitypub instead
* Don't store remote rates of remote videosChocobozzz2022-03-188-53/+61
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix shared importsChocobozzz2021-12-243-6/+3
|
* No notification on moderator abuseChocobozzz2021-12-091-3/+6
|
* Optimize AP fetchChocobozzz2021-11-162-1/+8
|
* Refactor video viewsChocobozzz2021-11-091-19/+13
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Fix user subscription follows countChocobozzz2021-10-141-17/+9
|
* Fix actor follow counts calculationChocobozzz2021-10-131-9/+10
|
* Add ability to search playlistsChocobozzz2021-06-252-2/+2
|
* Refactor live managerChocobozzz2021-06-171-1/+1
|
* Fix missing transactionsChocobozzz2021-06-153-10/+8
|
* Try to speed up AP update transactionChocobozzz2021-06-081-5/+4
|
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
|
* Refactor AP actorsChocobozzz2021-06-033-62/+16
|
* Refactor AP playlistsChocobozzz2021-06-032-3/+3
|
* Refactor getOrCreateAPVideoChocobozzz2021-06-027-18/+18
|
* Move AP video channel creationChocobozzz2021-06-021-17/+6
|
* Refactor AP video updateChocobozzz2021-06-021-5/+4
|
* Cleanup models directory organizationChocobozzz2021-05-116-23/+23
|
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+11
|
* Add banner testsChocobozzz2021-04-081-7/+2
|
* Add banners supportChocobozzz2021-04-082-9/+11
|
* More robust channel change federationChocobozzz2021-02-261-1/+9
|
* Add more AP stats to stats endpointChocobozzz2021-02-261-0/+5
| | | | It will help to understand if the federation correctly works or not
* Fix process abuse transactionsChocobozzz2021-02-251-4/+3
|
* Fix sending accept to old followsChocobozzz2021-02-191-0/+7
|
* Remove old codeChocobozzz2021-02-121-6/+4
| | | | We consider Dislike as a classic activity now
* 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
|