aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-03fix: Minor fixes to small screens to render admin panel and settings in full ...MohamedBassem2-8/+8
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem4-2/+61
2024-04-02featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem7-0/+237
2024-04-02fix(workers): Add a timeout to the crawling job to prevent it from getting st...MohamedBassem2-1/+18
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-5/+5
2024-04-01fix(extension): Bump extension version to 1.2.2 to fix the incorrectly upload...MohamedBassem1-1/+1
2024-04-01fix(mobile): Allow android/ios connections over http. #6MohamedBassem2-0/+15
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-2/+0
2024-03-31feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem1-30/+67
2024-03-31fix(web): Fix the color of the info pill in the all tags pageMohamedBassem1-2/+2
2024-03-31ui(web): Add a background to the all lists paneMohamedBassem1-1/+1
2024-03-31feature: Split the tags in AllTags page by who used themMohamedBassem1-19/+56
2024-03-31feature: Add support deleting tagsMohamedBassem3-14/+68
2024-03-31refactor: Extract the action confirming dialog into its own componentMohamedBassem3-89/+94
2024-03-30fix(mobile): Refetch queries on app focusMohamedBassem1-0/+15
2024-03-30fix(mobile): Fix the non-smooth server address input field in signinMohamedBassem1-2/+8
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem37-122/+146
2024-03-30fix: Sort search results by relevanceMohamedBassem1-0/+1
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem3-2/+57
2024-03-30feature(web): Allow support for multiple asset upload at the same time. Fixes...MohamedBassem2-17/+71
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem18-68/+51
2024-03-30fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem1-1/+10
2024-03-29ui(extension): Update logo and bump versionMohamedBassem3-5/+4
2024-03-29fix(web): Fix the sharp missing error logMohamedBassem2-0/+2
2024-03-29release(mobile): Bump mobile version to 1.3.2MohamedBassem1-1/+1
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem18-43/+92
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-1/+1
2024-03-27fix: Allow uploading webp images. Fixes #35MohamedBassem1-1/+5
2024-03-27fix(extension): Fix ugly looking popup in dark mode. Fixes #30MohamedBassem2-10/+8
2024-03-27fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24MohamedBassem1-1/+1
2024-03-27fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem1-0/+5
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem1-6/+11
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2-16/+40
2024-03-27fix: Fix allow links with trailing slashes in extension configuration. Fixes #18MohamedBassem1-1/+1
2024-03-27fix: Fix typo in sidebar list item Favourites. Fixes #9MohamedBassem1-1/+1
2024-03-27feature: Add support for local models using ollamaMohamedBassem4-76/+168
2024-03-27refactor: Validate env variables using zodMohamedBassem2-12/+12
2024-03-26feature: Prepare the extension for submission to mozilla addon storeMohamedBassem5-0/+5
2024-03-26fix: Drop CORS restriction on the API routes as we're no longer doing fetches...MohamedBassem1-1/+1
2024-03-26fix: Use the screenshot with the new logo in the landing pageMohamedBassem1-0/+0
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem6-22/+35
2024-03-26docs: Update logo in all screenshotsMohamedBassem9-2/+2
2024-03-26fix: Reject asset uploads in demo modeMohamedBassem1-0/+8
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem34-35/+188
2024-03-24docker: Use external chrome docker containerMohamedBassem1-10/+40
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem12-474/+17
2024-03-23feature(web): Add dark mode supportMohamedBassem26-39/+117
2024-03-23fix(web): Remove the custom tile from the bookmarks pageMohamedBassem1-5/+0
2024-03-23ui(web): Make the editor card a little bit more obviousMohamedBassem1-2/+4
2024-03-22fix(mobile): Minor tweaks to the sharing screenMohamedBassem1-7/+10