aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem2-16/+42
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2-9/+43
2024-04-20feature: Download images and screenshotsMohamedBassem11-131/+275
2024-04-19mobile: Bump mobile version to 1.5MohamedBassem1-2/+2
2024-04-19fix(mobile): Fix the color of the collapsible triangle to respect dark modeMohamedBassem1-9/+15
2024-04-19feature(mobile): Add support for nested listed on mobileMohamedBassem1-18/+89
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem14-174/+674
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem36-36/+41
2024-04-17mobile: Bump mobile version to 1.4MohamedBassem1-2/+2
2024-04-17mobile: Add dark mode supportMohamedBassem22-56/+188
2024-04-16fix: Fix user local settings cookie to have max age as by default it's a sess...MohamedBassem1-4/+6
2024-04-15fix: Fix slice call in the content truncation logic which was resulting in ex...MohamedBassem1-1/+1
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