aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem2024-03-271-1/+1
* 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-192-4/+19
* Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2024-03-193-2/+53
* 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
* feature: Implemente pagination supportMohamedBassem2024-03-172-50/+77
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-173-45/+113
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-152-0/+101
* docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem2024-03-141-4/+1
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-0/+14
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-142-11/+17
* build: Replace bcrypt with bcryptjsMohamedBassem2024-03-112-2/+3
* fix: Trim whitespaces from submitted URLsMohamedBassem2024-03-101-1/+1
* build: Fix the web buildMohamedBassem2024-03-052-4/+4
* 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-052-1/+19
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-0518-0/+1564