aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: Update docker-compose.yml (#119)Rosin2024-04-221-1/+1
* docker: Disable meilisearch analytics (#117)Vivek2024-04-221-0/+2
* fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem2024-04-202-8/+15
* fix: Use next/image for serving bookmark imagesMohamedBassem2024-04-202-16/+42
* feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2024-04-204-9/+46
* feature: Download images and screenshotsMohamedBassem2024-04-2021-114/+1352
* mobile: Bump mobile version to 1.5MohamedBassem2024-04-191-2/+2
* fix(mobile): Fix the color of the collapsible triangle to respect dark modeMohamedBassem2024-04-191-9/+15
* fix(mobile): Fix flicker on sign in pageMohamedBassem2024-04-191-5/+1
* feature(mobile): Add support for nested listed on mobileMohamedBassem2024-04-191-18/+89
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-1923-212/+1894
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-1848-47/+66
* mobile: Bump mobile version to 1.4MohamedBassem2024-04-171-2/+2
* mobile: Add dark mode supportMohamedBassem2024-04-1722-56/+188
* fix: Fix user local settings cookie to have max age as by default it's a sess...MohamedBassem2024-04-161-4/+6
* fix: Fix slice call in the content truncation logic which was resulting in ex...MohamedBassem2024-04-151-1/+1
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-1517-54/+1240
* fix(web): Fix some JS console errors in the preview pageMohamedBassem2024-04-144-36/+50
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-1420-268/+546
* fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem2024-04-123-26/+64
* feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid2024-04-118-25/+1067
* fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2024-04-115-6/+17
* feature: Add PDF support (#88)Ahmad Mujahid2024-04-1124-107/+2387
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-094-10/+11
* fix(crawler): Skip validating URLs in metascrapper as it was already being va...MohamedBassem2024-04-091-0/+3
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-0911-92/+84
* fix(web): Fix the toggle theme button allowing clicks from anywhere in the dr...MohamedBassem2024-04-092-7/+18
* fix: Fix type in the useAddBookmarkToList hookMohamedBassem2024-04-091-1/+1
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-0919-144/+258
* refactor(web): Move the tooltip provider to the root of the appMohamedBassem2024-04-074-102/+89
* feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem2024-04-0721-141/+483
* fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem2024-04-063-11/+29
* fix(docker): Remove BUILDPLATFORM from DockerfileMohamedBassem2024-04-061-4/+4
* fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2024-04-065-83/+103
* ui(web): Add a tooltip explaining what archived meansMohamedBassem2024-04-064-47/+60
* fix: Only consider text as URL in editor card if it has an http protocol. Fix...MohamedBassem2024-04-061-1/+4
* feature: Change archived meaning to only mean removed from homepageMohamedBassem2024-04-067-16/+5
* fix: Delete user's assets when the user is deletedMohamedBassem2024-04-052-0/+14
* build: Increment android app versionCodeMohamedBassem2024-04-041-1/+2
* fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem2024-04-031-2/+2
* chore: Update turbo to 1.13.2MohamedBassem2024-04-032-30/+30
* fix: Minor fixes to small screens to render admin panel and settings in full ...MohamedBassem2024-04-032-8/+8
* docs: Fix some typos in the importing docsMohamedBassem2024-04-022-6/+6
* fix(cli): Don't download pnpm with every invocationMohamedBassem2024-04-021-3/+2
* docs: Add some wiki page about importing links from chrome. #7MohamedBassem2024-04-021-0/+28
* docker: Move build args to the end for better cache hitsMohamedBassem2024-04-021-8/+9
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-028-14/+92
* docs: Add NEXTAUTH_URL to installation instruction. Fixes #5MohamedBassem2024-04-024-16/+25
* featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem2024-04-0211-1/+340
* fix(workers): Add a timeout to the crawling job to prevent it from getting st...MohamedBassem2024-04-022-1/+18