Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SQL query | Chocobozzz | 2023-05-12 | 2 | -4/+4 |
| | |||||
* | Set actor preferred name case insensitive | Chocobozzz | 2023-05-11 | 2 | -27/+31 |
| | |||||
* | Fix dev instance following test instances | Chocobozzz | 2023-02-17 | 1 | -3/+0 |
| | |||||
* | Refactor model utils | Chocobozzz | 2023-01-10 | 6 | -8/+8 |
| | |||||
* | Refactor table attributes | Chocobozzz | 2023-01-09 | 4 | -52/+66 |
| | |||||
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 1 | -2/+2 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 2 | -4/+3 |
| | |||||
* | Add bulk action on following/followers | Chocobozzz | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 2 | -16/+26 |
| | | | | Prevent reprocessing already rejected follows | ||||
* | Fix incorrect error logs | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 1 | -41/+20 |
| | |||||
* | Fix avatars in notifications | Chocobozzz | 2022-05-25 | 1 | -0/+3 |
| | |||||
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 5 | -136/+307 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 1 | -1/+1 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 3 | -200/+259 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 typescript utils in its own directory | Chocobozzz | 2021-12-16 | 3 | -3/+4 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -2/+1 |
| | | | | | | | | | | | 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 | ||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -13/+9 |
| | |||||
* | Fix lint | Chocobozzz | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | Fix user subscription follows count | Chocobozzz | 2021-10-14 | 1 | -0/+41 |
| | |||||
* | Fix actor follow counts calculation | Chocobozzz | 2021-10-13 | 1 | -10/+13 |
| | |||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -8/+2 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -14/+12 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -2/+3 |
| | |||||
* | More robust actor image lazy load | Chocobozzz | 2021-06-14 | 1 | -0/+4 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 3 | -4/+7 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 3 | -0/+1520 |