Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reset sequelize instance | Chocobozzz | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | Fix retrying update on sql serialization conflict | Chocobozzz | 2023-02-14 | 1 | -11/+4 |
| | |||||
* | Filter out invalid images from peertube | Chocobozzz | 2022-11-23 | 1 | -19/+21 |
| | |||||
* | Cleanup actor image without width | Chocobozzz | 2022-09-16 | 1 | -5/+16 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -2/+2 |
| | |||||
* | Fix incorrect error logs | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Correctly handle actors without follow counters | Chocobozzz | 2022-07-15 | 1 | -2/+5 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | Relax log level | Chocobozzz | 2022-07-13 | 2 | -3/+3 |
| | | | | | 401 is expected when the token has expired federation issues are not very important | ||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 2 | -4/+3 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 4 | -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 utils | Chocobozzz | 2021-12-29 | 1 | -1/+2 |
| | | | | Since it requires an external dependency | ||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -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 server | Chocobozzz | 2021-12-13 | 2 | -19/+28 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 1 | -2/+2 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix webfinger tls only | Chocobozzz | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Resolve object id from actors too | Chocobozzz | 2021-06-16 | 1 | -0/+3 |
| | |||||
* | Use a global request timeout | Chocobozzz | 2021-06-15 | 1 | -2/+2 |
| | |||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 2 | -11/+25 |
| | |||||
* | Fix actor image update | Chocobozzz | 2021-06-08 | 1 | -4/+4 |
| | |||||
* | Try to speed up AP update transaction | Chocobozzz | 2021-06-08 | 2 | -13/+13 |
| | |||||
* | Add logs for refresh functions | Chocobozzz | 2021-06-08 | 1 | -3/+7 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -2/+2 |
| | |||||
* | fetch -> load | Chocobozzz | 2021-06-03 | 2 | -6/+6 |
| | | | | avoid confusion with AP fetch functions | ||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 5 | -4/+72 |
| | | | | helpers modules should not import models | ||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 10 | -0/+663 |