Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 2 | -3/+5 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Encrypt OTP secret | Chocobozzz | 2022-10-10 | 1 | -5/+9 |
| | |||||
* | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 1 | -3/+3 |
| | |||||
* | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 3 | -1/+99 |
| | |||||
* | Ask password reset/email verif error handling | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | | | | With a user that uses a plugin authentication | ||||
* | Fix channel sync right check | Chocobozzz | 2022-09-08 | 1 | -5/+5 |
| | |||||
* | Add ability to list imports of a channel sync | Chocobozzz | 2022-08-10 | 1 | -2/+9 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Bypass rate limits for admins and moderators | Chocobozzz | 2022-05-30 | 2 | -7/+6 |
| | |||||
* | Improve admin users list table | Chocobozzz | 2022-05-24 | 1 | -3/+3 |
| | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+2 |
| | |||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 2 | -26/+13 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -6/+6 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -4/+19 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 2 | -8/+3 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 2 | -1/+9 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+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 mute status in account and channel pages | Chocobozzz | 2021-12-07 | 1 | -13/+8 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 2 | -7/+7 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 1 | -1/+0 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -3/+6 |
| | | | | Introduce include and isLocal instead | ||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+3 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 9 | -11/+11 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 1 | -11/+4 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 4 | -10/+10 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 6 | -6/+6 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | add operationId doc middleware to so API endpoints | Rigel Kent | 2021-06-04 | 1 | -1/+3 |
| | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 3 | -8/+9 |
| | |||||
* | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -18/+25 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -8/+14 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 6 | -12/+12 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 2 | -12/+14 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 2 | -9/+11 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Fix external on logout hook | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 2 | -12/+68 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow |