aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem2-2/+38
2024-04-26fix: Fix error when merging empty tagsMohamedBassem1-9/+11
2024-04-26fix: Change tag listing API to return unused tagsMohamedBassem1-31/+28
2024-04-26fix: Re-index affected bookmarks when one of their tags gets updatedMohamedBassem1-30/+78
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+6
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem2-33/+204
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem1-0/+1
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem4-1/+52
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-0/+10
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2-0/+3
2024-04-20feature: Download images and screenshotsMohamedBassem9-4/+1096
2024-04-19fix(mobile): Fix flicker on sign in pageMohamedBassem1-5/+1
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem8-38/+1187
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem11-11/+16
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem7-0/+989
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2-0/+26
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-18/+52
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid5-19/+1025
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2-1/+12
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid11-2/+1950
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-1/+1
2024-04-09fix: Delete the API key on logout from phone or extensionMohamedBassem2-1/+53
2024-04-09fix: Fix type in the useAddBookmarkToList hookMohamedBassem1-1/+1
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem5-23/+183
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem5-0/+119
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-0/+2
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2-29/+29
2024-04-06feature: Change archived meaning to only mean removed from homepageMohamedBassem1-10/+2
2024-04-05fix: Delete user's assets when the user is deletedMohamedBassem2-0/+14
2024-04-03fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem1-2/+2
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+7
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-0/+2
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-4/+0
2024-03-31feature: Split the tags in AllTags page by who used themMohamedBassem1-21/+56
2024-03-31feature: Add support deleting tagsMohamedBassem1-0/+26
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem18-69/+107
2024-03-30fix: Sort search results by relevanceMohamedBassem2-1/+25
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem7-0/+955
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-0/+2
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem1-1/+1
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem1-0/+8
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2-0/+3
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+2
2024-03-27refactor: Validate env variables using zodMohamedBassem3-34/+75
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem1-1/+4
2024-03-24docker: Use external chrome docker containerMohamedBassem1-0/+1
2024-03-22feature: Add an option to disable new signupsMohamedBassem2-15/+12
2024-03-21fix: Fix accessing tags by name failing privacy checksMohamedBassem1-9/+17
2024-03-20feature(web): Add support for removing items from listsMohamedBassem2-3/+30
2024-03-19feature(web): Add support for demo modeMohamedBassem2-5/+15