aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users
Commit message (Collapse)AuthorAgeFilesLines
* Implement signup approval in serverChocobozzz2023-01-193-92/+315
|
* Don't inject untrusted inputChocobozzz2022-11-152-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)kontrollanten2022-10-241-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 secretChocobozzz2022-10-101-5/+9
|
* Allow admins to disable two factor authChocobozzz2022-10-071-3/+3
|
* Support two factor authentication in backendChocobozzz2022-10-073-1/+99
|
* Ask password reset/email verif error handlingChocobozzz2022-09-281-1/+1
| | | | With a user that uses a plugin authentication
* Fix channel sync right checkChocobozzz2022-09-081-5/+5
|
* Add ability to list imports of a channel syncChocobozzz2022-08-101-2/+9
|
* Use bullmq job dependencyChocobozzz2022-08-091-1/+1
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Bypass rate limits for admins and moderatorsChocobozzz2022-05-302-7/+6
|
* Improve admin users list tableChocobozzz2022-05-241-3/+3
| | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+2
|
* Refactor user build and express file middlewaresChocobozzz2022-03-042-26/+13
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-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 URLChocobozzz2022-01-191-6/+6
|
* Add ability to delete history elementChocobozzz2022-01-181-4/+19
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Fix shared importsChocobozzz2021-12-242-8/+3
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-161-2/+2
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-162-1/+9
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-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 pagesChocobozzz2021-12-071-13/+8
|
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-252-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 listChocobozzz2021-10-291-1/+0
|
* Deprecate filter video queryChocobozzz2021-10-291-3/+6
| | | | Introduce include and isLocal instead
* Add channel filters for my videos/followersChocobozzz2021-10-201-1/+3
|
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-279-11/+11
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+1
|
* Refactor search query optionsChocobozzz2021-07-291-11/+4
|
* Reorganize importsChocobozzz2021-07-204-10/+10
|
* Refactor requestsChocobozzz2021-07-206-6/+6
|
* Introduce user commandChocobozzz2021-07-201-2/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-1/+3
|
* Refactor AP actorsChocobozzz2021-06-031-1/+1
|
* refactor API errors to standard error formatRigel Kent2021-06-023-8/+9
|
* Refactor a little bit controllersChocobozzz2021-05-121-18/+25
|
* Stricter models typingChocobozzz2021-05-121-8/+14
|
* Cleanup models directory organizationChocobozzz2021-05-116-12/+12
|
* Add ability to filter my videos by liveChocobozzz2021-05-032-12/+14
|
* Add banner testsChocobozzz2021-04-081-1/+1
|
* Add banners supportChocobozzz2021-04-082-9/+11
|
* Agnostic actor image storageChocobozzz2021-04-081-1/+1
|
* Fix external on logout hookChocobozzz2021-03-241-1/+1
|