aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-0/+2
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem1-1/+1
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem1-0/+8
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2-0/+3
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+2
2024-03-27refactor: Validate env variables using zodMohamedBassem3-34/+75
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem1-1/+4
2024-03-24docker: Use external chrome docker containerMohamedBassem1-0/+1
2024-03-22feature: Add an option to disable new signupsMohamedBassem2-15/+12
2024-03-21fix: Fix accessing tags by name failing privacy checksMohamedBassem1-9/+17
2024-03-20feature(web): Add support for removing items from listsMohamedBassem2-3/+30
2024-03-19feature(web): Add support for demo modeMohamedBassem2-5/+15
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem10-34/+1979
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem9-29/+2130
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem2-9/+48
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-2/+27
2024-03-17db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem4-0/+896
2024-03-17feature: Implemente pagination supportMohamedBassem2-50/+77
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem3-45/+113
2024-03-16db: Add missing indicies on dbMohamedBassem4-1/+910
2024-03-15refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2-0/+101
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem3-5/+2
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem2-1/+15
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem187-8884/+49
2024-03-13mobile: Bump version to 1.2.0MohamedBassem1-1/+1
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem1-1/+1
2024-03-13fix(mobile): Multiple attempts to stop the duplication sharingMohamedBassem4-4/+32
2024-03-13mobile: Add support for sharing text to the appMohamedBassem4-3/+18
2024-03-13mobile: Add support for manually adding bookmarksMohamedBassem5-1/+152
2024-03-13mobile: Add loading spinners when the data is being fetchedMohamedBassem3-4/+13
2024-03-13mobile: Minor tweaks to the action button to look betterMohamedBassem2-7/+13
2024-03-13mobile: Optimistic UI updates on actionsMohamedBassem5-26/+258
2024-03-13mobile: Add borders and padding to the cardsMohamedBassem5-24/+51
2024-03-13mobile: Bump version to 1.1.0MohamedBassem4-3/+44
2024-03-13fix(mobile): Fix the default route of the appMohamedBassem1-0/+1
2024-03-13mobile: Change bookmark cards images to not have any paddingsMohamedBassem3-25/+25
2024-03-13fix(mobile): Make links clickableMohamedBassem2-1/+6
2024-03-13mobile: A slightly nicer settings pageMohamedBassem1-5/+8
2024-03-13mobile: Add support for viewing listsMohamedBassem7-3/+157
2024-03-13mobile: Add support for loading states for bookmarksMohamedBassem4-6/+91
2024-03-13fix(mobile): Fix invalidation after the sharing and add a placeholder imageMohamedBassem2-5/+11
2024-03-13mobile: Add support for rendering text bookmarksMohamedBassem2-12/+38
2024-03-13mobile: All bookmarks homepageMohamedBassem6-3/+182
2024-03-13mobile: Introduce a tab layout and move the sharing page into a modalMohamedBassem8-26/+112
2024-03-11mobile: First production build configsMohamedBassem2-6/+39
2024-03-11mobile: Do the session routing in the homescreenMohamedBassem4-17/+50
2024-03-11mobile: Give an app a proper name and an iconMohamedBassem5-11/+8
2024-03-11mobile: An ugly but function share buttonMohamedBassem4-1/+66
2024-03-11mobile: An ugly yet functional signin workflowMohamedBassem7-30/+182
2024-03-11mobile: Add support for app settingsMohamedBassem6-7/+104