Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update server dependencies | Chocobozzz | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | Implement signup approval in server | Chocobozzz | 2023-01-19 | 1 | -92/+7 |
| | |||||
* | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Bypass rate limits for admins and moderators | Chocobozzz | 2022-05-30 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -25/+12 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -5/+2 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -6/+6 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -8/+14 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -4/+4 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | 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 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -2/+2 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -9/+10 |
| | |||||
* | 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 server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -12/+14 |
| | |||||
* | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 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 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -3/+1 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -31/+4 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -2/+12 |
| | |||||
* | 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 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 1 | -5/+20 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+2 |
| | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -1/+6 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 1 | -5/+13 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -10/+8 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -2/+6 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | Upgrade server dependencies | Chocobozzz | 2019-06-06 | 1 | -1/+4 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -2/+1 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -2/+3 |
| |