index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
trpc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-22
fix: Remove the bookmark update text limit (#244)
Ahmad Mujahid
1
-1
/
+1
2024-06-09
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
3
-45
/
+23
2024-05-26
feature: Full page archival with monolith. Fixes #132
MohamedBassem
1
-0
/
+3
2024-05-19
fix: Fix missing bookmarks during pagination if they got created in the same ...
MohamedBassem
2
-6
/
+91
2024-05-12
tests: Add tests for bookmark deduplication
MohamedBassem
1
-0
/
+38
2024-05-06
feature: Dedup links on creation. Fixes #49
MohamedBassem
3
-99
/
+132
2024-04-26
feature: Allow users to delete all unused tags in one go
MohamedBassem
1
-2
/
+24
2024-04-26
fix: Fix error when merging empty tags
MohamedBassem
1
-9
/
+11
2024-04-26
fix: Change tag listing API to return unused tags
MohamedBassem
1
-31
/
+28
2024-04-26
fix: Re-index affected bookmarks when one of their tags gets updated
MohamedBassem
1
-30
/
+78
2024-04-25
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...
Mohamed Bassem
1
-33
/
+149
2024-04-23
feature(extension): Allow adding tags and lists to newly hoarded bookmarks
MohamedBassem
1
-0
/
+20
2024-04-20
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
1
-0
/
+2
2024-04-20
feature: Download images and screenshots
MohamedBassem
1
-4
/
+37
2024-04-19
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
1
-30
/
+49
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
9
-204
/
+13
2024-04-15
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
2
-0
/
+5
2024-04-14
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
2
-0
/
+26
2024-04-12
fix: Differentiate between pending in db and in redis in admin job stats
MohamedBassem
1
-18
/
+52
2024-04-11
feature: Recrawl failed links from admin UI (#95)
Ahmad Mujahid
1
-19
/
+45
2024-04-11
feature: Add PDF support (#88)
Ahmad Mujahid
3
-1
/
+6
2024-04-09
feature(web): Allow uploading directly into lists/tags. Fixes #69
MohamedBassem
2
-19
/
+54
2024-04-06
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2
-29
/
+29
2024-04-06
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
1
-10
/
+2
2024-04-05
fix: Delete user's assets when the user is deleted
MohamedBassem
1
-0
/
+2
2024-04-03
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
1
-2
/
+2
2024-03-31
feature: Split the tags in AllTags page by who used them
MohamedBassem
1
-21
/
+56
2024-03-31
feature: Add support deleting tags
MohamedBassem
1
-0
/
+26
2024-03-30
format: Add missing lint and format, and format the entire repo
MohamedBassem
14
-54
/
+65
2024-03-30
fix: Sort search results by relevance
MohamedBassem
1
-0
/
+8
2024-03-30
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
2
-0
/
+7
2024-03-27
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
1
-1
/
+1
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
1
-0
/
+7
2024-03-21
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
1
-9
/
+17
2024-03-20
feature(web): Add support for removing items from lists
MohamedBassem
2
-3
/
+30
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
1
-5
/
+10
2024-03-19
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2
-4
/
+19
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
3
-2
/
+53
2024-03-18
feature(web): Add the ability to change passwords
MohamedBassem
2
-9
/
+48
2024-03-17
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
1
-2
/
+27
2024-03-17
feature: Implemente pagination support
MohamedBassem
2
-50
/
+77
2024-03-17
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
3
-45
/
+113
2024-03-15
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2
-0
/
+101
2024-03-14
docker: Fix dockerfiles to adapt to the new repo structure
MohamedBassem
1
-4
/
+1
2024-03-14
lint: Lint and format the entire repo with the new configs
MohamedBassem
1
-0
/
+14
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
2
-11
/
+17
2024-03-11
build: Replace bcrypt with bcryptjs
MohamedBassem
2
-2
/
+3
2024-03-10
fix: Trim whitespaces from submitted URLs
MohamedBassem
1
-1
/
+1
2024-03-05
build: Fix the web build
MohamedBassem
2
-4
/
+4
2024-03-05
extension: Instead of manually creating api keys, let users exchange their us...
MohamedBassem
1
-10
/
+31
[next]