aboutsummaryrefslogtreecommitdiffstats
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem2024-03-271-0/+2
|
* fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem2024-03-271-1/+1
|
* fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2024-03-271-0/+8
|
* feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2024-03-272-0/+3
|
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-0/+2
|
* refactor: Validate env variables using zodMohamedBassem2024-03-273-34/+75
|
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+4
|
* docker: Use external chrome docker containerMohamedBassem2024-03-241-0/+1
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-222-15/+12
|
* fix: Fix accessing tags by name failing privacy checksMohamedBassem2024-03-211-9/+17
|
* feature(web): Add support for removing items from listsMohamedBassem2024-03-202-3/+30
|
* feature(web): Add support for demo modeMohamedBassem2024-03-192-5/+15
|
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-1910-34/+1979
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-199-29/+2130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-182-9/+48
|
* feature(web): A better tags editor using react select with auto complete and ↵MohamedBassem2024-03-171-2/+27
| | | | auto create
* db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem2024-03-174-0/+896
|
* feature: Implemente pagination supportMohamedBassem2024-03-172-50/+77
|
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-173-45/+113
|
* db: Add missing indicies on dbMohamedBassem2024-03-164-1/+910
|
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-152-0/+101
|
* docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem2024-03-143-5/+2
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-142-1/+15
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-14187-8884/+49
|
* mobile: Bump version to 1.2.0MohamedBassem2024-03-131-1/+1
|
* fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem2024-03-131-1/+1
|
* fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem2024-03-134-4/+32
|
* mobile: Add support for sharing text to the appMohamedBassem2024-03-134-3/+18
|
* mobile: Add support for manually adding bookmarksMohamedBassem2024-03-135-1/+152
|
* mobile: Add loading spinners when the data is being fetchedMohamedBassem2024-03-133-4/+13
|
* mobile: Minor tweaks to the action button to look betterMohamedBassem2024-03-132-7/+13
|
* mobile: Optimistic UI updates on actionsMohamedBassem2024-03-135-26/+258
|
* mobile: Add borders and padding to the cardsMohamedBassem2024-03-135-24/+51
|
* mobile: Bump version to 1.1.0MohamedBassem2024-03-134-3/+44
|
* fix(mobile): Fix the default route of the appMohamedBassem2024-03-131-0/+1
|
* mobile: Change bookmark cards images to not have any paddingsMohamedBassem2024-03-133-25/+25
|
* fix(mobile): Make links clickableMohamedBassem2024-03-132-1/+6
|
* mobile: A slightly nicer settings pageMohamedBassem2024-03-131-5/+8
|
* mobile: Add support for viewing listsMohamedBassem2024-03-137-3/+157
|
* mobile: Add support for loading states for bookmarksMohamedBassem2024-03-134-6/+91
|
* fix(mobile): Fix invalidation after the sharing and add a placeholder imageMohamedBassem2024-03-132-5/+11
|
* mobile: Add support for rendering text bookmarksMohamedBassem2024-03-132-12/+38
|
* mobile: All bookmarks homepageMohamedBassem2024-03-136-3/+182
|
* mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem2024-03-138-26/+112
|
* mobile: First production build configsMohamedBassem2024-03-112-6/+39
|
* mobile: Do the session routing in the homescreenMohamedBassem2024-03-114-17/+50
|
* mobile: Give an app a proper name and an iconMohamedBassem2024-03-115-11/+8
|
* mobile: An ugly but function share buttonMohamedBassem2024-03-114-1/+66
|
* mobile: An ugly yet functional signin workflowMohamedBassem2024-03-117-30/+182
|
* mobile: Add support for app settingsMohamedBassem2024-03-116-7/+104
|