aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/users
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Refactor auth flowChocobozzz2021-03-242-12/+68
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Add new plugin/peertube version notifsChocobozzz2021-03-241-1/+3
|
* Fix broken local actorsChocobozzz2021-02-261-1/+1
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Try to speed up server testsChocobozzz2021-02-191-1/+4
|
* Add ability to update plugin authChocobozzz2021-02-011-0/+1
|
* Allow webp image uploadsChocobozzz2021-01-261-3/+3
|
* Add user video list hooksChocobozzz2021-01-201-7/+15
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+3
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-2/+16
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Retrieve user by id instead of usernameChocobozzz2021-01-111-1/+1
|
* Add missing audit log if the user deletes its accountChocobozzz2021-01-042-4/+9
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-076-21/+31
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+31
|
* Remove notifications of muted accounts/serversChocobozzz2020-11-182-0/+17
|
* Check live duration and sizeChocobozzz2020-11-091-3/+3
|
* Optimize default sort when listing videosChocobozzz2020-08-202-10/+12
| | | | createdAt does not have the appropriate index
* Do not reuse reset password linksChocobozzz2020-08-121-0/+1
|
* Make channelName optionnal only for the APIkimsible2020-08-111-1/+1
|
* Add channelName to user-create server-side and modelskimsible2020-08-111-1/+5
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+3
|
* Add abuse messages management in my accountChocobozzz2020-07-311-1/+1
|
* Add server API to abuse messagesChocobozzz2020-07-312-12/+62
|
* adapt notifications buttons for small screensRigel Kent2020-07-291-1/+6
|
* harmonize search for librariesRigel Kent2020-07-291-2/+9
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-201-1/+1
| |
* | Add new abuses testsChocobozzz2020-07-101-2/+0
| |
* | Add migrationsChocobozzz2020-07-101-1/+1
|/
* add check-params test for user listRigel Kent2020-07-031-1/+1
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-1/+9
| | | | fixes #2914
* Fix users testsChocobozzz2020-07-021-1/+1
|
* update openapi spec with links and callback for searchRigel Kent2020-06-271-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+10
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Update server dependenciesChocobozzz2020-06-171-3/+1
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Add external login testsChocobozzz2020-05-041-2/+2
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-2/+1
|