aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/server/api (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-1/+1
* Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
2025-07-21fix: Remove bcrypt from the api key validation routeMohamed Bassem1-1/+1
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-1/+1
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-4/+4
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem1-0/+2
2024-10-19feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka1-3/+26
* How do I set the variable "user" or "system" for AI inference #262 changed from system to user * [Feature Request] Log failed login attempts for fail2ban implementation #477 added logging of failed logins * [Feature Request] Log failed login attempts for fail2ban implementation #477 added more logging for extension related logins * Propagte IP to trpc --------- Co-authored-by: Your Name <you@example.com>
2024-03-19Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem1-0/+18
tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-2/+3
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+16