aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/video-comments.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor AP actorsChocobozzz2021-06-031-2/+2
|
* Refactor AP playlistsChocobozzz2021-06-031-17/+16
|
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
|
* Don't skip all threads on AP fetcher errorChocobozzz2021-03-241-2/+6
|
* Use got instead of requestChocobozzz2021-03-241-9/+5
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-4/+4
|
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Check threads resolve on non federated videosChocobozzz2020-11-101-6/+8
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Fix build with typescript 3.8Chocobozzz2020-02-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-7/+7
|
* Move deleted comment on new follow testsChocobozzz2019-12-041-1/+4
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-7/+8
|
* Cleanup model typesChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-8/+8
|
* Fix comment notificationsChocobozzz2019-08-071-1/+1
|
* Automatically remove bad followingsChocobozzz2019-08-061-120/+110
|
* Fix multiple server testsChocobozzz2019-08-011-1/+1
|
* Add server hooksChocobozzz2019-07-241-1/+1
|
* More robust federationChocobozzz2019-05-311-2/+2
| | | | In particular when fetching pleroma outbox
* Upgrade sequelizeChocobozzz2019-04-241-2/+1
|
* Update sequelizeChocobozzz2019-04-241-1/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-8/+2
|
* Add user notification base codeChocobozzz2019-01-091-1/+3
|
* Check activities hostChocobozzz2018-11-141-0/+17
|
* Fix federation with a comment replyChocobozzz2018-09-271-1/+1
|
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
| | | | Will only act with new comments
* Refractor videos AP functionsChocobozzz2018-09-191-1/+1
|
* Refractor comment creation from federationChocobozzz2018-08-271-5/+8
|
* Add refresh video on searchChocobozzz2018-08-271-2/+2
|
* Add ability to search a video with an URLChocobozzz2018-08-271-4/+5
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-1/+1
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Improve AP validation for NotesChocobozzz2018-05-111-3/+3
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Avoid making retried requests to dead followersChocobozzz2018-01-121-1/+0
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+156