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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
mobile: Bump version to 1.1.0
MohamedBassem
4
-3
/
+44
2024-03-13
fix(mobile): Fix the default route of the app
MohamedBassem
1
-0
/
+1
2024-03-13
mobile: Change bookmark cards images to not have any paddings
MohamedBassem
3
-25
/
+25
2024-03-13
fix(mobile): Make links clickable
MohamedBassem
2
-1
/
+6
2024-03-13
mobile: A slightly nicer settings page
MohamedBassem
1
-5
/
+8
2024-03-13
mobile: Add support for viewing lists
MohamedBassem
7
-3
/
+157
2024-03-13
mobile: Add support for loading states for bookmarks
MohamedBassem
4
-6
/
+91
2024-03-13
fix(mobile): Fix invalidation after the sharing and add a placeholder image
MohamedBassem
2
-5
/
+11
2024-03-13
mobile: Add support for rendering text bookmarks
MohamedBassem
2
-12
/
+38
2024-03-13
mobile: All bookmarks homepage
MohamedBassem
6
-3
/
+182
2024-03-13
mobile: Introduce a tab layout and move the sharing page into a modal
MohamedBassem
8
-26
/
+112
2024-03-11
mobile: First production build configs
MohamedBassem
2
-6
/
+39
2024-03-11
mobile: Do the session routing in the homescreen
MohamedBassem
4
-17
/
+50
2024-03-11
mobile: Give an app a proper name and an icon
MohamedBassem
5
-11
/
+8
2024-03-11
mobile: An ugly but function share button
MohamedBassem
4
-1
/
+66
2024-03-11
mobile: An ugly yet functional signin workflow
MohamedBassem
7
-30
/
+182
2024-03-11
mobile: Add support for app settings
MohamedBassem
6
-7
/
+104
2024-03-11
fix(mobile): Fix the padding of the signin page
MohamedBassem
1
-1
/
+1
2024-03-11
mobile: Setup share intent
MohamedBassem
9
-8
/
+43
2024-03-11
mobile: Prepare to merge into main repo
MohamedBassem
23
-0
/
+469
2024-03-11
build: Replace bcrypt with bcryptjs
MohamedBassem
3
-3
/
+3
2024-03-10
feature: Change top nav to include search and move add link to a modal
MohamedBassem
8
-162
/
+262
2024-03-10
refactor: Move all components to the top level directory
MohamedBassem
41
-16
/
+16
2024-03-10
fix: Trim whitespaces from submitted URLs
MohamedBassem
1
-1
/
+1
2024-03-05
build: Fix the web build
MohamedBassem
4
-10
/
+8
2024-03-05
fix: Show loading indicators in the bookmark preview page
MohamedBassem
5
-84
/
+142
2024-03-05
extension: Fix the infinite loading of the options page
MohamedBassem
3
-12
/
+14
2024-03-05
extension: Add the logo to multiple pages in the extension
MohamedBassem
4
-1
/
+20
2024-03-05
extension: Bump extension version after the new changes
MohamedBassem
1
-1
/
+1
2024-03-05
fix: Fix error log in extension's SavePage component
MohamedBassem
1
-4
/
+2
2024-03-05
extension: Instead of manually creating api keys, let users exchange their us...
MohamedBassem
10
-138
/
+247
2024-03-05
extension: Show who the logged in user is in the extension options
MohamedBassem
5
-37
/
+76
2024-03-05
extension: Allow deleting and opening newly saved bookmarks
MohamedBassem
6
-71
/
+148
2024-03-05
extension: Use react-query and trpc in the extension
MohamedBassem
10
-53
/
+134
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
36
-140
/
+200
2024-03-05
breaking: Using DATA_DIR env variable instead of DATABASE_URL
MohamedBassem
2
-2
/
+11
2024-03-05
fix: Drop old AI tag on link refresh
MohamedBassem
1
-39
/
+52
2024-03-05
feature: Preview page for the stored content of links
MohamedBassem
4
-7
/
+86
2024-03-05
feature: Store html content of links in the database
MohamedBassem
6
-0
/
+818
2024-03-05
fix: Use puppeteer adblocker to block cookies notices
MohamedBassem
2
-0
/
+7
2024-03-04
Fix: Correctly invalidate the bookmark cache when it's favourited
MohamedBassem
1
-7
/
+14
2024-03-04
deps: Remove unused deps from extension deps list
MohamedBassem
1
-3
/
+0
2024-03-04
build: Fix formatting
MohamedBassem
2
-10
/
+9
2024-03-04
fix: Less aggressive invalidation when a bookmark is deleted
MohamedBassem
1
-1
/
+1
2024-03-04
fix: Fix Edit tags not populating tags when link is first added
MohamedBassem
3
-18
/
+20
2024-03-04
fix: Teach openai to ignore cookie consent popups
MohamedBassem
1
-3
/
+5
2024-03-04
feature: Initial attempt at making the app a PWA
MohamedBassem
7
-2
/
+44
2024-03-03
deps: Upgrade some deps
MohamedBassem
1
-8
/
+8
2024-03-03
fix: Remove the activeTab permission from the browser extension
MohamedBassem
1
-1
/
+1
2024-03-02
fix: Fix hydration in list view caused by the spinner
MohamedBassem
4
-17
/
+46
[next]