Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -5/+3 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -0/+28 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -13/+13 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 1 | -17/+14 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -8/+10 |
| | |||||
* | Faster ci using compiled ts files | Chocobozzz | 2021-06-15 | 1 | -7/+7 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -30/+40 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -17/+18 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -6/+6 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -2/+10 |
| | |||||
* | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 1 | -1/+23 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -8/+4 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -10/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -2/+2 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -2/+6 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | ||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -0/+10 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -27/+20 |
| | |||||
* | Client: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -2/+3 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -1/+55 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 1 | -7/+3 |
| | |||||
* | Fix tests | Chocobozzz | 2018-05-09 | 1 | -4/+4 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -7/+7 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 1 | -35/+23 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -44/+29 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 1 | -30/+71 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -2/+13 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Improve check videos parameters tests | Chocobozzz | 2017-12-28 | 1 | -138/+68 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | Add comments federation tests | Chocobozzz | 2017-12-27 | 1 | -5/+5 |
| | |||||
* | Improve client mobile version | Chocobozzz | 2017-11-06 | 1 | -5/+0 |
| | |||||
* | Increase video attributes length | Chocobozzz | 2017-10-26 | 1 | -0/+6 |
| | | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120 | ||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | Add video channel tests | Chocobozzz | 2017-10-26 | 1 | -0/+310 |