aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send
Commit message (Collapse)AuthorAgeFilesLines
* Add test on AP hooksChocobozzz2023-03-101-1/+1
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-103-4/+4
|
* Use bullmq job dependencyChocobozzz2022-08-091-4/+4
|
* Use unique AP id for accept/rejectChocobozzz2022-07-251-1/+1
|
* Rename video full loadingChocobozzz2022-06-282-2/+2
|
* Send views in a dedicated queueChocobozzz2022-06-172-5/+16
|
* Optimize broadcast job creationChocobozzz2022-06-172-5/+5
|
* Convert followers/following in raw SQL queriesChocobozzz2022-05-051-1/+1
| | | | Prevent weird bug in SQL generation
* Improve viewer counterChocobozzz2022-04-151-2/+3
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-152-17/+51
| | | | | | | | | | * 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
* Refactor AP context builderChocobozzz2022-03-2414-98/+353
|
* Update server dependenciesChocobozzz2022-03-211-1/+1
|
* Don't store remote rates of remote videosChocobozzz2022-03-1815-80/+200
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix AP audienceChocobozzz2021-12-132-2/+2
|
* Handle channel owner update of remote serverChocobozzz2021-12-132-2/+2
|
* Refactor video viewsChocobozzz2021-11-091-1/+3
| | | | | | | | 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
* Process slow followers in unicast job queueChocobozzz2021-10-131-7/+33
|
* Fix hooks definitionChocobozzz2021-07-011-1/+3
|
* Cleanup models directory organizationChocobozzz2021-05-113-8/+8
|
* Introduce tags to the loggerChocobozzz2021-03-241-4/+6
| | | | | That could help to filter unneeded logs and/or select particular components
* Fix redundancy federation in some casesChocobozzz2020-12-172-3/+14
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-208-43/+39
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-16/+15
|
* Split types and typingsChocobozzz2020-06-1813-16/+16
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-6/+6
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-042-2/+2
|
* Avoir some circular dependenciesChocobozzz2020-05-044-4/+4
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-201-1/+2
|
* Update dependenciesChocobozzz2020-02-281-3/+3
|
* Optimize context for CacheFileChocobozzz2020-02-042-2/+5
|
* Optimize view endpointChocobozzz2020-02-042-6/+8
|
* Don't refresh videos when processing viewsChocobozzz2020-02-041-2/+2
| | | | It allows us to use a cache
* Fix lintChocobozzz2020-02-041-1/+1
|
* Reduce AP context size on specific activitiesChocobozzz2020-02-033-14/+20
|
* Move to eslintcontainChocobozzz2020-02-039-18/+17
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
|
* Add internal privacy modeChocobozzz2019-12-122-2/+2
|
* Move deleted comment on new follow testsChocobozzz2019-12-041-2/+3
|
* Fix federation with some actorsChocobozzz2019-10-234-14/+14
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+0
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-3/+3
|
* Stronger model typingsChocobozzz2019-08-1913-98/+112
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-095-34/+43
|
* Remove comment federation by video ownerChocobozzz2019-08-071-1/+4
|
* Add gitlab ci supportChocobozzz2019-07-297-17/+28
|
* Add ability to forbid followersChocobozzz2019-04-084-14/+10
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-082-0/+46
|
* Add playlist rest testsChocobozzz2019-03-183-4/+9
|
* Playlist server APIChocobozzz2019-03-183-2/+72
|