aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actors
Commit message (Collapse)AuthorAgeFilesLines
* Fix reset sequelize instanceChocobozzz2023-05-111-2/+2
|
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Fix retrying update on sql serialization conflictChocobozzz2023-02-141-11/+4
|
* Filter out invalid images from peertubeChocobozzz2022-11-231-19/+21
|
* Cleanup actor image without widthChocobozzz2022-09-161-5/+16
|
* Use bullmq job dependencyChocobozzz2022-08-091-2/+2
|
* Fix incorrect error logsChocobozzz2022-07-181-1/+1
|
* Correctly handle actors without follow countersChocobozzz2022-07-151-2/+5
|
* Fix lintChocobozzz2022-07-131-2/+2
|
* Relax log levelChocobozzz2022-07-132-3/+3
| | | | | 401 is expected when the token has expired federation issues are not very important
* Remove activitypub helperChocobozzz2022-03-232-4/+3
| | | | Put functions in lib/activitypub instead
* Implement avatar miniatures (#4639)kontrollanten2022-02-284-77/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-2/+2
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Handle channel owner update of remote serverChocobozzz2021-12-132-19/+28
|
* Fix redundancy timeoutChocobozzz2021-11-291-2/+2
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Fix webfinger tls onlyChocobozzz2021-07-011-2/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Add ability to search playlistsChocobozzz2021-06-251-1/+1
|
* Resolve object id from actors tooChocobozzz2021-06-161-0/+3
|
* Use a global request timeoutChocobozzz2021-06-151-2/+2
|
* Cache refresh actor promiseChocobozzz2021-06-092-11/+25
|
* Fix actor image updateChocobozzz2021-06-081-4/+4
|
* Try to speed up AP update transactionChocobozzz2021-06-082-13/+13
|
* Add logs for refresh functionsChocobozzz2021-06-081-3/+7
|
* Fix video upload with a capitalized extChocobozzz2021-06-081-2/+2
|
* fetch -> loadChocobozzz2021-06-032-6/+6
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-035-4/+72
| | | | helpers modules should not import models
* Refactor AP actorsChocobozzz2021-06-0310-0/+663