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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: fixed typos in BookmarkTypes (#268)
kamtschatka
2024-07-01
1
-3
/
+3
*
fix: Increase list name size to max 40 chars up from 20. Fixes #254
MohamedBassem
2024-07-01
1
-1
/
+1
*
fix: Fix duplicate bookmarks in links with assets
MohamedBassem
2024-07-01
1
-1
/
+5
*
refactor: added the bookmark type to the database (#256)
kamtschatka
2024-07-01
2
-63
/
+80
*
refactor: remove redundant code from crawler worker and refactor handling of ...
kamtschatka
2024-06-29
1
-33
/
+17
*
refactor: extract assets into their own database table. #215 (#220)
kamtschatka
2024-06-23
1
-20
/
+65
*
feature: add support for PDF links. Fixes #28 (#216)
kamtschatka
2024-06-22
1
-0
/
+2
*
fix: Remove the bookmark update text limit (#244)
Ahmad Mujahid
2024-06-22
1
-1
/
+1
*
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
2024-06-09
3
-45
/
+23
*
feature: Full page archival with monolith. Fixes #132
MohamedBassem
2024-05-26
1
-0
/
+3
*
fix: Fix missing bookmarks during pagination if they got created in the same ...
MohamedBassem
2024-05-19
2
-6
/
+91
*
tests: Add tests for bookmark deduplication
MohamedBassem
2024-05-12
1
-0
/
+38
*
feature: Dedup links on creation. Fixes #49
MohamedBassem
2024-05-06
3
-101
/
+134
*
feature: Allow users to delete all unused tags in one go
MohamedBassem
2024-04-26
1
-2
/
+24
*
fix: Fix error when merging empty tags
MohamedBassem
2024-04-26
1
-9
/
+11
*
fix: Change tag listing API to return unused tags
MohamedBassem
2024-04-26
1
-31
/
+28
*
fix: Re-index affected bookmarks when one of their tags gets updated
MohamedBassem
2024-04-26
1
-30
/
+78
*
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...
Mohamed Bassem
2024-04-25
1
-33
/
+149
*
feature(extension): Allow adding tags and lists to newly hoarded bookmarks
MohamedBassem
2024-04-23
1
-0
/
+20
*
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
2024-04-20
1
-0
/
+2
*
feature: Download images and screenshots
MohamedBassem
2024-04-20
1
-4
/
+37
*
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
2024-04-19
1
-30
/
+49
*
refactor: Move the shared types to the shared package
MohamedBassem
2024-04-18
9
-204
/
+13
*
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
2024-04-15
2
-0
/
+5
*
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
2024-04-14
2
-0
/
+26
*
fix: Differentiate between pending in db and in redis in admin job stats
MohamedBassem
2024-04-12
1
-18
/
+52
*
feature: Recrawl failed links from admin UI (#95)
Ahmad Mujahid
2024-04-11
1
-19
/
+45
*
feature: Add PDF support (#88)
Ahmad Mujahid
2024-04-11
3
-1
/
+6
*
feature(web): Allow uploading directly into lists/tags. Fixes #69
MohamedBassem
2024-04-09
2
-19
/
+54
*
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2024-04-06
2
-29
/
+29
*
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
2024-04-06
1
-10
/
+2
*
fix: Delete user's assets when the user is deleted
MohamedBassem
2024-04-05
1
-0
/
+2
*
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
2024-04-03
1
-2
/
+2
*
feature: Split the tags in AllTags page by who used them
MohamedBassem
2024-03-31
1
-21
/
+56
*
feature: Add support deleting tags
MohamedBassem
2024-03-31
1
-0
/
+26
*
format: Add missing lint and format, and format the entire repo
MohamedBassem
2024-03-30
14
-54
/
+65
*
fix: Sort search results by relevance
MohamedBassem
2024-03-30
1
-0
/
+8
*
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
2024-03-30
2
-0
/
+7
*
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2024-03-27
1
-1
/
+1
*
feature: Add an option to disable new signups
MohamedBassem
2024-03-22
1
-0
/
+7
*
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
2024-03-21
1
-9
/
+17
*
feature(web): Add support for removing items from lists
MohamedBassem
2024-03-20
2
-3
/
+30
*
feature(web): Add support for demo mode
MohamedBassem
2024-03-19
1
-5
/
+10
*
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2024-03-19
2
-4
/
+19
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
3
-2
/
+53
*
feature(web): Add the ability to change passwords
MohamedBassem
2024-03-18
2
-9
/
+48
*
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
2024-03-17
1
-2
/
+27
*
feature: Implemente pagination support
MohamedBassem
2024-03-17
2
-50
/
+77
*
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
2024-03-17
3
-45
/
+113
*
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2024-03-15
2
-0
/
+101
[next]