Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -2/+1 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 2 | -31/+42 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -2/+12 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -2/+14 |
| | |||||
* | Do not support subscriptions to accounts | Chocobozzz | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Upgrade express-rate-limit | Chocobozzz | 2020-02-04 | 1 | -2/+0 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -6/+4 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -2/+5 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -2/+2 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -4/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -1/+2 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+1 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 1 | -5/+20 |
| |