aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/users.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add support for turnstile on signupMohamed Bassem2025-11-301-0/+13
|
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-708/+31
|
* fix: Remove bcrypt from the api key validation routeMohamed Bassem2025-07-211-2/+6
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-131-0/+2
|
* feat: Add delete account supportMohamed Bassem2025-07-131-1/+52
|
* refactor: Move db interactions into the trpc routesMohamed Bassem2025-07-121-4/+31
|
* feat: Support forget and reset passwordMohamed Bassem2025-07-121-2/+156
|
* feat: Add API ratelimitsMohamed Bassem2025-07-101-0/+22
|
* feat: Add support for email verificationMohamed Bassem2025-07-101-1/+89
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-24/+33
|
* feat: Add per user storage quotaMohamed Bassem2025-07-061-0/+2
|
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-061-1/+210
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-041-0/+2
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-1/+1
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem2025-06-211-12/+34
|
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-011-0/+2
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-0/+41
|
* fix: Add password salt to the user tableMohamed Bassem2025-04-151-3/+7
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-5/+5
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-111-9/+68
|
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-191-43/+66
| | | | | | | | | | | | | | | users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-2/+2
| | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-2/+8
| | | | | | | | | | * [Feature Request] Allow to disable default password log in after SSO is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only * rename local signups to password signups --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem2024-10-051-2/+11
| | | | longer exist
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* fix: Delete user's assets when the user is deletedMohamedBassem2024-04-051-0/+2
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-0/+7
|
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-181-8/+34
|
* build: Fix the web buildMohamedBassem2024-03-051-2/+2
|
* extension: Show who the logged in user is in the extension optionsMohamedBassem2024-03-051-1/+17
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+93