rcgit

/ karakeep
follow | order: default date topo
Age Commit message Author Files +/-
feat: Add stripe based subscriptions Mohamed Bassem 18 -60/+4351
feat: Add invite user support Mohamed Bassem 18 -109/+3973
feat: Add support for public lists (#1511)
* WIP: public lists
* Drop viewing modes
* Add the public endpoint for assets
* regen the openapi spec
* proper handling for different asset types
* Add num bookmarks and a no bookmark banner
* Correctly set page title
* Add a not-found page
* merge the RSS and public list endpoints
* Add e2e tests for the public endpoints
* Redesign the share list modal
* Make NEXTAUTH_SECRET not required
* propery render text bookmarks
* rebase migration
* fix public token tests
* Add more tests
Mohamed Bassem 36 -147/+3286
feat: Implement generic rule engine (#1318)
* Add schema for the new rule engine
* Add rule engine backend logic
* Implement the worker logic and event firing
* Implement the UI changesfor the rule engine
* Ensure that when a referenced list or tag are deleted, the corresponding event/action is
* Dont show smart lists in rule engine events
* Add privacy validations for attached tag and list ids
* Move the rules logic into a models
Mohamed Bassem 42 -40/+5787
feat: Add a setting page to manage assets. Fixes #730 Mohamed Bassem 16 -347/+630
feat: Change webhooks to be configurable by users Mohamed Bassem 23 -28/+4272
feat: Implement highlights support for links. Fixes #620 Mohamed Bassem 16 -6/+3837
feature: Add support for subscribing to RSS feeds. Fixes #202 Mohamed Bassem 16 -3/+2280
feature(web): Add the ability to customize the inference prompts. Fixes #170 MohamedBassem 13 -39/+1764
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
refactor: Move tag fetching to trpc to reuse in the mobile app MohamedBassem 3 -24/+113
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793