aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: Remove the bookmark update text limit (#244)Ahmad Mujahid2024-06-221-1/+1
* fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2024-06-093-45/+23
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+3
* fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem2024-05-192-6/+91
* tests: Add tests for bookmark deduplicationMohamedBassem2024-05-121-0/+38
* feature: Dedup links on creation. Fixes #49MohamedBassem2024-05-062-101/+129
* feature: Allow users to delete all unused tags in one goMohamedBassem2024-04-261-2/+24
* fix: Fix error when merging empty tagsMohamedBassem2024-04-261-9/+11
* fix: Change tag listing API to return unused tagsMohamedBassem2024-04-261-31/+28
* fix: Re-index affected bookmarks when one of their tags gets updatedMohamedBassem2024-04-261-30/+78
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem2024-04-251-33/+149
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-231-0/+20
* feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2024-04-201-0/+2
* feature: Download images and screenshotsMohamedBassem2024-04-201-4/+37
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-30/+49
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-184-10/+13
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-151-0/+1
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-0/+2
* 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-111-19/+45
* feature: Add PDF support (#88)Ahmad Mujahid2024-04-111-0/+3
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-092-19/+54
* fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2024-04-061-29/+21
* 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-051-0/+2
* fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem2024-04-031-2/+2
* 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-307-37/+43
* fix: Sort search results by relevanceMohamedBassem2024-03-301-0/+8
* feature(web): Add support for attaching notes to bookmarksMohamedBassem2024-03-301-0/+5
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-0/+7
* 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-191-5/+10
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-191-4/+18
* Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2024-03-191-2/+32
* feature(web): Add the ability to change passwordsMohamedBassem2024-03-181-8/+34
* feature(web): A better tags editor using react select with auto complete and ...MohamedBassem2024-03-171-2/+27
* feature: Implemente pagination supportMohamedBassem2024-03-171-50/+72
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-171-45/+110
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-152-0/+101
* fix: Trim whitespaces from submitted URLsMohamedBassem2024-03-101-1/+1
* build: Fix the web buildMohamedBassem2024-03-051-2/+2
* extension: Instead of manually creating api keys, let users exchange their us...MohamedBassem2024-03-051-10/+31
* extension: Show who the logged in user is in the extension optionsMohamedBassem2024-03-051-1/+17
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-058-0/+1172