aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Optimize AP video captions updateChocobozzz2021-06-091-4/+21
|
* Cache refresh actor promiseChocobozzz2021-06-092-11/+25
|
* Fix actor image updateChocobozzz2021-06-081-4/+4
|
* Try to speed up AP update transactionChocobozzz2021-06-086-35/+37
|
* Add logs for refresh functionsChocobozzz2021-06-083-3/+11
|
* Log rate AP fetch error as infoChocobozzz2021-06-081-1/+1
| | | | | It's not really a warning, we could have many invalid rates in the federation
* Fix video upload with a capitalized extChocobozzz2021-06-081-2/+2
|
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-042-5/+5
|
* fetch -> loadChocobozzz2021-06-034-12/+12
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-037-6/+74
| | | | helpers modules should not import models
* Add tags to AP rate loggerChocobozzz2021-06-031-2/+4
|
* Refactor AP video logger tagsChocobozzz2021-06-035-18/+22
|
* Refactor AP actorsChocobozzz2021-06-0321-666/+714
|
* Refactor AP playlistsChocobozzz2021-06-0313-310/+399
|
* Add tags to logs in AP videosChocobozzz2021-06-026-24/+42
|
* Refactor sync attributesChocobozzz2021-06-021-37/+50
|
* Refactor getOrCreateAPVideoChocobozzz2021-06-0215-203/+220
|
* Move AP video channel creationChocobozzz2021-06-025-83/+47
|
* Refactor AP video create/updateChocobozzz2021-06-029-490/+455
|
* Refactor AP video updateChocobozzz2021-06-0211-936/+1061
|
* Process redundancy stats in seriesChocobozzz2021-06-011-1/+1
|
* Stricter models typingChocobozzz2021-05-121-2/+1
|
* Cleanup models directory organizationChocobozzz2021-05-1111-34/+34
|
* Update channel updatedAt when uploading a videoChocobozzz2021-05-102-2/+3
|
* Fix remote actor creation dateChocobozzz2021-05-071-0/+4
|
* Don't save other attributes when set as refreshedChocobozzz2021-04-121-2/+11
|
* Don't retry failed transaction for refreshChocobozzz2021-04-091-1/+1
| | | | | | It's just a refresh and could lead to some issues in our tests. If there is a transaction conflict, it means that the same video is already beeing updated so aborting should be fine
* Add size info in db for actor imagesChocobozzz2021-04-082-32/+41
|
* Update data in DB when regenerate thumbnailsChocobozzz2021-04-081-1/+2
|
* Add banner testsChocobozzz2021-04-082-46/+35
|
* Add banners supportChocobozzz2021-04-083-36/+90
|
* Agnostic actor image storageChocobozzz2021-04-081-3/+3
|
* Don't skip all threads on AP fetcher errorChocobozzz2021-03-241-2/+6
|
* Fix 404 AP status codesChocobozzz2021-03-243-28/+30
|
* Use got instead of requestChocobozzz2021-03-247-125/+71
|
* Introduce tags to the loggerChocobozzz2021-03-242-13/+20
| | | | | That could help to filter unneeded logs and/or select particular components
* Fix emptying video tagsChocobozzz2021-03-031-1/+1
|
* Rename request timeoutChocobozzz2021-03-031-2/+2
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-4/+4
|
* Fix broken local actorsChocobozzz2021-02-261-12/+8
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* More robust channel change federationChocobozzz2021-02-262-5/+18
|
* Add more AP stats to stats endpointChocobozzz2021-02-262-8/+9
| | | | 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
|
* Try to speed up server testsChocobozzz2021-02-191-1/+5
|
* CleanupChocobozzz2021-02-181-1/+1
|
* Don't guess remote tracker URLChocobozzz2021-02-181-6/+53
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-16/+38
|
* Remove previous thumbnail if neededChocobozzz2021-02-162-66/+90
|