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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
2024-03-27
1
-0
/
+2
*
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
2024-03-27
1
-0
/
+8
*
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
2024-03-27
2
-0
/
+3
*
feature: Add support for local models using ollama
MohamedBassem
2024-03-27
1
-0
/
+2
*
refactor: Validate env variables using zod
MohamedBassem
2024-03-27
3
-34
/
+75
*
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
2024-03-26
1
-1
/
+4
*
docker: Use external chrome docker container
MohamedBassem
2024-03-24
1
-0
/
+1
*
feature: Add an option to disable new signups
MohamedBassem
2024-03-22
2
-15
/
+12
*
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
2
-5
/
+15
*
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2024-03-19
10
-34
/
+1979
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
9
-29
/
+2130
*
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
*
db: Create an index on bookmarks.createdAt field given the use in pagination
MohamedBassem
2024-03-17
4
-0
/
+896
*
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
*
db: Add missing indicies on db
MohamedBassem
2024-03-16
4
-1
/
+910
*
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2024-03-15
2
-0
/
+101
*
docker: Fix dockerfiles to adapt to the new repo structure
MohamedBassem
2024-03-14
3
-5
/
+2
*
lint: Lint and format the entire repo with the new configs
MohamedBassem
2024-03-14
2
-1
/
+15
*
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
2024-03-14
187
-8884
/
+49
*
mobile: Bump version to 1.2.0
MohamedBassem
2024-03-13
1
-1
/
+1
*
fix(mobile): Multiple attempts to stop the duplication sharing
MohamedBassem
2024-03-13
1
-1
/
+1
*
fix(mobile): Multiple attempts to stop the duplication sharing
MohamedBassem
2024-03-13
4
-4
/
+32
*
mobile: Add support for sharing text to the app
MohamedBassem
2024-03-13
4
-3
/
+18
*
mobile: Add support for manually adding bookmarks
MohamedBassem
2024-03-13
5
-1
/
+152
*
mobile: Add loading spinners when the data is being fetched
MohamedBassem
2024-03-13
3
-4
/
+13
*
mobile: Minor tweaks to the action button to look better
MohamedBassem
2024-03-13
2
-7
/
+13
*
mobile: Optimistic UI updates on actions
MohamedBassem
2024-03-13
5
-26
/
+258
*
mobile: Add borders and padding to the cards
MohamedBassem
2024-03-13
5
-24
/
+51
*
mobile: Bump version to 1.1.0
MohamedBassem
2024-03-13
4
-3
/
+44
*
fix(mobile): Fix the default route of the app
MohamedBassem
2024-03-13
1
-0
/
+1
*
mobile: Change bookmark cards images to not have any paddings
MohamedBassem
2024-03-13
3
-25
/
+25
*
fix(mobile): Make links clickable
MohamedBassem
2024-03-13
2
-1
/
+6
*
mobile: A slightly nicer settings page
MohamedBassem
2024-03-13
1
-5
/
+8
*
mobile: Add support for viewing lists
MohamedBassem
2024-03-13
7
-3
/
+157
*
mobile: Add support for loading states for bookmarks
MohamedBassem
2024-03-13
4
-6
/
+91
*
fix(mobile): Fix invalidation after the sharing and add a placeholder image
MohamedBassem
2024-03-13
2
-5
/
+11
*
mobile: Add support for rendering text bookmarks
MohamedBassem
2024-03-13
2
-12
/
+38
*
mobile: All bookmarks homepage
MohamedBassem
2024-03-13
6
-3
/
+182
*
mobile: Introduce a tab layout and move the sharing page into a modal
MohamedBassem
2024-03-13
8
-26
/
+112
*
mobile: First production build configs
MohamedBassem
2024-03-11
2
-6
/
+39
*
mobile: Do the session routing in the homescreen
MohamedBassem
2024-03-11
4
-17
/
+50
*
mobile: Give an app a proper name and an icon
MohamedBassem
2024-03-11
5
-11
/
+8
*
mobile: An ugly but function share button
MohamedBassem
2024-03-11
4
-1
/
+66
*
mobile: An ugly yet functional signin workflow
MohamedBassem
2024-03-11
7
-30
/
+182
*
mobile: Add support for app settings
MohamedBassem
2024-03-11
6
-7
/
+104
[next]