aboutsummaryrefslogtreecommitdiffstats
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2024-04-202-0/+3
* feature: Download images and screenshotsMohamedBassem2024-04-209-4/+1096
* fix(mobile): Fix flicker on sign in pageMohamedBassem2024-04-191-5/+1
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-198-38/+1187
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-1811-11/+16
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-157-0/+989
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-142-0/+26
* fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem2024-04-121-18/+52
* feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid2024-04-115-19/+1025
* fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2024-04-112-1/+12
* feature: Add PDF support (#88)Ahmad Mujahid2024-04-1111-2/+1950
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-091-1/+1
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-092-1/+53
* fix: Fix type in the useAddBookmarkToList hookMohamedBassem2024-04-091-1/+1
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-095-23/+183
* feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem2024-04-075-0/+119
* fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem2024-04-061-0/+2
* fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2024-04-062-29/+29
* feature: Change archived meaning to only mean removed from homepageMohamedBassem2024-04-061-10/+2
* fix: Delete user's assets when the user is deletedMohamedBassem2024-04-052-0/+14
* fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem2024-04-031-2/+2
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+7
* feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem2024-04-021-0/+2
* chore(workers): Remove unused configuration optionsMohamedBassem2024-03-311-4/+0
* feature: Split the tags in AllTags page by who used themMohamedBassem2024-03-311-21/+56
* feature: Add support deleting tagsMohamedBassem2024-03-311-0/+26
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-3018-69/+107
* fix: Sort search results by relevanceMohamedBassem2024-03-302-1/+25
* feature(web): Add support for attaching notes to bookmarksMohamedBassem2024-03-307-0/+955
* feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem2024-03-271-0/+2
* fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem2024-03-271-1/+1
* fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2024-03-271-0/+8
* feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2024-03-272-0/+3
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-0/+2
* refactor: Validate env variables using zodMohamedBassem2024-03-273-34/+75
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+4
* docker: Use external chrome docker containerMohamedBassem2024-03-241-0/+1
* feature: Add an option to disable new signupsMohamedBassem2024-03-222-15/+12
* fix: Fix accessing tags by name failing privacy checksMohamedBassem2024-03-211-9/+17
* feature(web): Add support for removing items from listsMohamedBassem2024-03-202-3/+30
* feature(web): Add support for demo modeMohamedBassem2024-03-192-5/+15
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-1910-34/+1979
* Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2024-03-199-29/+2130
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-182-9/+48
* feature(web): A better tags editor using react select with auto complete and ...MohamedBassem2024-03-171-2/+27
* db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem2024-03-174-0/+896
* feature: Implemente pagination supportMohamedBassem2024-03-172-50/+77
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-173-45/+113
* db: Add missing indicies on dbMohamedBassem2024-03-164-1/+910
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-152-0/+101