aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem9-50/+250
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem4-36/+50
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem17-267/+519
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem2-8/+12
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid2-5/+41
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2-2/+1
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid10-37/+141
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-0/+1
2024-04-09fix(crawler): Skip validating URLs in metascrapper as it was already being va...MohamedBassem1-0/+3
2024-04-09fix: Delete the API key on logout from phone or extensionMohamedBassem8-91/+25
2024-04-09fix(web): Fix the toggle theme button allowing clicks from anywhere in the dr...MohamedBassem2-7/+18
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem14-121/+75
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem4-102/+89
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem15-141/+270
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-11/+21
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem3-54/+74
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem4-47/+60
2024-04-06fix: Only consider text as URL in editor card if it has an http protocol. Fix...MohamedBassem1-1/+4
2024-04-06feature: Change archived meaning to only mean removed from homepageMohamedBassem6-6/+3
2024-04-04build: Increment android app versionCodeMohamedBassem1-1/+2
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