| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Move webhook, users and tags into models | MohamedBassem | 2025-08-02 | 1 | -708/+31 |
| | | |||||
| * | fix: Remove bcrypt from the api key validation route | Mohamed Bassem | 2025-07-21 | 1 | -2/+6 |
| | | |||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 1 | -0/+2 |
| | | |||||
| * | feat: Add delete account support | Mohamed Bassem | 2025-07-13 | 1 | -1/+52 |
| | | |||||
| * | refactor: Move db interactions into the trpc routes | Mohamed Bassem | 2025-07-12 | 1 | -4/+31 |
| | | |||||
| * | feat: Support forget and reset password | Mohamed Bassem | 2025-07-12 | 1 | -2/+156 |
| | | |||||
| * | feat: Add API ratelimits | Mohamed Bassem | 2025-07-10 | 1 | -0/+22 |
| | | |||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 1 | -1/+89 |
| | | |||||
| * | feat: Add a new timezone user setting | Mohamed Bassem | 2025-07-06 | 1 | -24/+33 |
| | | |||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 1 | -0/+2 |
| | | |||||
| * | feat: Add new user stats page. Fixes #1523 | Mohamed Bassem | 2025-07-06 | 1 | -1/+210 |
| | | |||||
| * | feat: Add per user bookmark count quota | Mohamed Bassem | 2025-07-04 | 1 | -0/+2 |
| | | |||||
| * | chore: migrate away from eslint to oxlint (#1642) | xuatz | 2025-06-22 | 1 | -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 #1583 | Mohamed Bassem | 2025-06-21 | 1 | -12/+34 |
| | | |||||
| * | feat: add user customisable default archive display behaviour (#1505) | xuatz | 2025-06-01 | 1 | -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 #662 | Mohamed Bassem | 2025-05-24 | 1 | -0/+41 |
| | | |||||
| * | fix: Add password salt to the user table | Mohamed Bassem | 2025-04-15 | 1 | -3/+7 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -5/+5 |
| | | |||||
| * | feat: Add endpoints for whoami and user stats. Fixes #1113 | Mohamed Bassem | 2025-03-11 | 1 | -9/+68 |
| | | |||||
| * | feature: Allow reseting user password, change their roles and create new ↵ | kamtschatka | 2024-10-19 | 1 | -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. ↵ | kamtschatka | 2024-10-12 | 1 | -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) | kamtschatka | 2024-10-06 | 1 | -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 ↵ | MohamedBassem | 2024-10-05 | 1 | -2/+11 |
| | | | | | longer exist | ||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 1 | -1/+1 |
| | | |||||
| * | fix: Delete user's assets when the user is deleted | MohamedBassem | 2024-04-05 | 1 | -0/+2 |
| | | |||||
| * | feature: Add an option to disable new signups | MohamedBassem | 2024-03-22 | 1 | -0/+7 |
| | | |||||
| * | feature(web): Add the ability to change passwords | MohamedBassem | 2024-03-18 | 1 | -8/+34 |
| | | |||||
| * | build: Fix the web build | MohamedBassem | 2024-03-05 | 1 | -2/+2 |
| | | |||||
| * | extension: Show who the logged in user is in the extension options | MohamedBassem | 2024-03-05 | 1 | -1/+17 |
| | | |||||
| * | refactor: Extract trpc logic into its package | MohamedBassem | 2024-03-05 | 1 | -0/+93 |
