aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub/client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Serve AP objects for default account/channel pagesChocobozzz2021-01-201-2/+4
|
* Fix lintChocobozzz2020-11-201-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-17/+39
|
* Regenerate miniature on live saveChocobozzz2020-11-091-19/+19
|
* Begin live testsChocobozzz2020-11-091-1/+1
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-1/+1
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-1/+1
| | | | | | | | | | | | 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 missing channel playlists AP endpointChocobozzz2020-05-131-4/+16
|
* Avoir some circular dependenciesChocobozzz2020-05-041-3/+3
|
* Add CORS to AP routesChocobozzz2020-04-101-0/+2
|
* Optimize context for CacheFileChocobozzz2020-02-041-2/+2
|
* Optimize view endpointChocobozzz2020-02-041-2/+3
|
* Add model cache for videoChocobozzz2020-02-041-10/+10
| | | | When fetching only immutable attributes
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-4/+4
|
* Don't log error on actor delete signature errorChocobozzz2020-01-291-6/+6
|
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-1/+1
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-5/+8
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-18/+19
|
* Add hook filters testsChocobozzz2019-07-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-11/+8
|
* Cleanup express locals typingsChocobozzz2019-03-191-18/+18
|
* Better AP route checkerChocobozzz2019-03-191-45/+67
|
* Add videos playlist exist testsChocobozzz2019-03-181-1/+1
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-1/+1
|
* Add playlist rest testsChocobozzz2019-03-181-1/+4
|
* Playlist server APIChocobozzz2019-03-181-5/+54
|
* Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-9/+6
|\
| * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-9/+6
| |
* | Add hls support on serverChocobozzz2019-02-111-5/+10
|/
* Fix AP redirectionChocobozzz2018-11-301-14/+14
|
* Fix AP collections paginationChocobozzz2018-11-161-2/+2
|
* Do not host remote AP objectsChocobozzz2018-11-161-1/+11
|
* Check activities hostChocobozzz2018-11-141-4/+32
|
* Add user history and resume videosChocobozzz2018-10-051-2/+1
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-5/+11
|
* Basic video redundancy implementationChocobozzz2018-09-131-6/+28
|
* Add ability to set a name to a channelChocobozzz2018-08-271-8/+8
|
* Fix nodeinfo endpointChocobozzz2018-07-241-2/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-3/+2
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+5
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-4/+4
| | | | publishing a video
* Refractor and optimize AP collectionsChocobozzz2018-05-251-36/+50
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-1/+3
|
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
|
* Try to refractor activities sendingChocobozzz2018-03-271-2/+2
| | | | There is still a need for work on this part though