aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem2024-09-157-54/+89
|
* fix: Fix deleting tags broken due to wrong column nameMohamedBassem2024-09-151-1/+7
|
* feature(web): Alphabetical sorting for lists. Fixes #315 (#351)kamtschatka2024-09-151-20/+24
| | | | | | | * [Feature Request] Alphabetical sorting for lists #315 sorting lists alphabetical * [Feature Request] Alphabetical sorting for lists #315 added sorting also for sublists
* feature(web): Add a compact layout. Fixes #379MohamedBassem2024-09-156-3/+68
|
* feature(worker): Allow configuring inference job timeout and ollama keep ↵MohamedBassem2024-09-154-19/+26
| | | | alive. Fixes #389 #224
* fix(web): removing referrer header when clicking on links. Fixes #387 (#388)kamtschatka2024-09-141-3/+9
| | | added "noreferrer" to the links to prevent sending referrers to bookmarked pages
* fix(mobile): Fix some icon colors in dark modeMohamedBassem2024-09-143-4/+10
|
* feature(mobile): Add a page for testing connection to serverMohamedBassem2024-09-145-201/+414
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-145-11/+106
|
* feature(mobile): Add proper error handling for server errorsMohamedBassem2024-09-146-13/+58
|
* docs: Update screenshots in docsMohamedBassem2024-09-085-0/+0
|
* release(mobile): Bump mobile version to 1.6.2MohamedBassem2024-09-081-3/+3
|
* feature(mobile): Show the view bookmark modal for links as wellMohamedBassem2024-09-082-5/+56
|
* feature(mobile): Add a floating button for quickly adding new bookmarksMohamedBassem2024-09-081-2/+8
|
* readme: Add full page archive and bulk actions to readmeMohamedBassem2024-09-082-0/+4
|
* fix(web): Add optimistic rendering for the tags editorMohamedBassem2024-09-011-2/+24
|
* feature(web): Manage tags in bulk actionsMohamedBassem2024-09-016-44/+214
|
* feature(web): Pop tag in TagEditor on pressing backspace. #368MohamedBassem2024-09-011-0/+1
|
* feature(web): Show the number of bulk selected bookmarksMohamedBassem2024-09-011-2/+7
|
* feature(web): Allow adding to lists in bulk actions. #368MohamedBassem2024-09-012-1/+153
|
* docker: Remove redis from the dev docker composeMohamedBassem2024-08-311-7/+0
|
* docs: Remove references to redis and workers from docsMohamedBassem2024-08-316-24/+4
|
* k8s: Drop redis and workers container from k8s templatesMohamedBassem2024-08-316-103/+4
|
* docs: Remove redis env variables from the configMohamedBassem2024-08-312-8/+0
|
* docker: Remove the redis and worker containersMohamedBassem2024-08-311-24/+3
|
* build: Fix sherif failures by sorting depsMohamedBassem2024-08-316-12/+12
|
* docs: Publish the docs for version 0.16.0MohamedBassem2024-08-3118-0/+674
|
* feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem2024-08-266-18/+52
|
* feature(mobile): Add support for deleting listsMohamedBassem2024-08-261-3/+57
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-266-12/+84
|
* feature(mobile): Add ability to create basic lists from the appMohamedBassem2024-08-263-5/+111
|
* release(mobile): Bump mobile version to 1.6.1MohamedBassem2024-08-261-3/+3
|
* ui(mobile): Merge the editors for notes and linksMohamedBassem2024-08-263-32/+30
|
* feature(mobile): Change the view bookmark page to be a modal and add tags andMohamedBassem2024-08-266-192/+285
| | | | notes
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-265-125/+154
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-254-32/+122
|
* fix(mobile): trim slash from url on signin. Fixes #311 (#361)Mark :)2024-08-241-1/+1
|
* fix(mobile): Allow expanding the text by clicking on bookmark cardMohamedBassem2024-08-244-37/+160
|
* fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem2024-08-241-0/+2
|
* [docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 ↵rootly2024-08-212-0/+13
| | | | | (#358) Co-authored-by: rootly-be <gregorymichel@rootly.be>
* fix(extension): Upgrade crxjs to 2.0 to add support for firefoxMohamedBassem2024-08-186-87/+73
|
* release(extension): Release version 1.2.2MohamedBassem2024-08-181-1/+1
|
* [extension] Add context menu item in the browser extension. Fixes #155 (#278)kamtschatka2024-08-186-31/+101
| | | | | | | | | | | | * Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(mobile): Change the hoarded page to no longer be a modal to allow ↵MohamedBassem2024-07-284-10/+6
| | | | AddToList to work
* docs: Add Kubernetes installation with Kustomize (#324)Jose Fuentes Castillo2024-07-2818-0/+385
| | | | | | | | | * Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file
* release(mobile): Bump mobile version to 1.6.0MohamedBassem2024-07-283-2/+4
|
* feat(mobile): Add ability to manage listsMohamedBassem2024-07-286-163/+426
|
* fix(workers): Shutdown workers on SIGTERMMohamedBassem2024-07-282-0/+9
|
* docker: Change all images to be built from the same AIO baseMohamedBassem2024-07-285-92/+86
|
* feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem2024-07-273-6/+6
|