Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -1/+3 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 1 | -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 tests | Chocobozzz | 2021-02-19 | 1 | -1/+4 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -0/+1 |
| | |||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 1 | -3/+3 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -7/+15 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -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 Kent | 2021-01-13 | 1 | -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 username | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 2 | -4/+9 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 6 | -21/+31 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -0/+31 |
| | |||||
* | Remove notifications of muted accounts/servers | Chocobozzz | 2020-11-18 | 2 | -0/+17 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -3/+3 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 2 | -10/+12 |
| | | | | createdAt does not have the appropriate index | ||||
* | Do not reuse reset password links | Chocobozzz | 2020-08-12 | 1 | -0/+1 |
| | |||||
* | Make channelName optionnal only for the API | kimsible | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add channelName to user-create server-side and models | kimsible | 2020-08-11 | 1 | -1/+5 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 1 | -1/+3 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 2 | -12/+62 |
| | |||||
* | adapt notifications buttons for small screens | Rigel Kent | 2020-07-29 | 1 | -1/+6 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -2/+9 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 1 | -1/+1 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -2/+0 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
|/ | |||||
* | add check-params test for user list | Rigel Kent | 2020-07-03 | 1 | -1/+1 |
| | | | | fixes #2918 | ||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -1/+9 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -11/+10 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -3/+1 |
| |