aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Generate a name for caption filesChocobozzz2021-02-162-5/+18
|
* Generate a name for thumbnailsChocobozzz2021-02-161-8/+10
| | | | Allows aggressive caching
* Remove old codeChocobozzz2021-02-121-6/+4
| | | | We consider Dislike as a classic activity now
* Update server dependenciesChocobozzz2021-02-031-0/+1
|
* Fix error logChocobozzz2021-01-201-1/+1
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-0/+14
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix redundancy federation in some casesChocobozzz2020-12-172-3/+14
|
* Add AP statsChocobozzz2020-12-151-0/+55
|
* Live views updateChocobozzz2020-12-091-2/+7
|
* Fix live testsChocobozzz2020-12-091-4/+7
|
* Upgrade sequelize to v6Chocobozzz2020-12-095-15/+9
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-083-3/+6
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Strict actor url comparisonChocobozzz2020-12-031-1/+1
|
* Try to fix non HTTPS remote accountsChocobozzz2020-12-031-3/+22
|
* Add permanent live supportChocobozzz2020-12-031-0/+2
|
* Fix lintChocobozzz2020-11-201-2/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-2014-118/+118
|
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Check threads resolve on non federated videosChocobozzz2020-11-102-14/+19
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+4
|
* Handle views for live videosChocobozzz2020-11-091-5/+14
|
* Regenerate miniature on live saveChocobozzz2020-11-091-5/+2
|
* Add save replay live testsChocobozzz2020-11-091-2/+4
|