Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | ||||
* | Increase test timeout | Chocobozzz | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -3/+73 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -7/+7 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+40 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -2/+4 |
| | | | | Since it requires an external dependency | ||||
* | Add version to generate types packages | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 5 | -29/+18 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 5 | -5/+5 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 2 | -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 | ||||
* | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 1 | -34/+50 |
| | |||||
* | Increase timeout | Chocobozzz | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | Fix typo | Chocobozzz | 2021-11-19 | 1 | -3/+3 |
| | |||||
* | Increase some timeouts | Chocobozzz | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 5 | -127/+153 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -2/+2 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 4 | -4/+4 |
| | |||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 1 | -8/+8 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 5 | -10/+10 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 5 | -152/+152 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 4 | -79/+48 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 4 | -48/+20 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 2 | -12/+12 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 2 | -49/+48 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -6/+4 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 2 | -76/+67 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -2/+5 |
| | |||||
* | Introduce import command | Chocobozzz | 2021-07-20 | 1 | -17/+13 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -7/+5 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 3 | -37/+34 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 1 | -6/+4 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 1 | -11/+9 |
| | |||||
* | Introduce plugins command | Chocobozzz | 2021-07-20 | 1 | -19/+12 |
| | |||||
* | Introduce follows command | Chocobozzz | 2021-07-20 | 1 | -9/+7 |
| | |||||
* | Move AP request in requests file | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 1 | -47/+41 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 4 | -4/+4 |
| | |||||
* | Rename mock server files | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 2 | -20/+20 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -10/+15 |
| | |||||
* | More robust tests | Chocobozzz | 2021-04-15 | 2 | -24/+25 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 2 | -0/+166 |
| | |||||
* | Fix loading things twice on trending page | Chocobozzz | 2021-02-22 | 1 | -0/+2 |
| | |||||
* | Fix stats tests | Chocobozzz | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Fix user notification test | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-12 | 1 | -1/+1 |
| |