aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* deps: Extract the queue implementation into its own reposMohamed Bassem2024-10-275-5/+5
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-2723-65/+165
* fix: Index the summary in searchMohamed Bassem2024-10-271-0/+1
* fix: Some visual fixes to the AI summaryMohamed Bassem2024-10-271-50/+42
* fix: Fix search input escape listener to only work when the input is in focusMohamed Bassem2024-10-271-1/+5
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-273-3/+159
* refactor: Move inference to the shared packageMohamed Bassem2024-10-263-159/+2
* release(mobile): Bump mobile version to 1.6.5MohamedBassem2024-10-211-3/+3
* feature(mobile): Use inline WebView for expanding bookmarksMohamedBassem2024-10-214-151/+308
* feature: Add OCR support for images. Fixes #296Mohamed Bassem2024-10-203-1/+44
* fix: Improve field names in the tag APIsMohamed Bassem2024-10-202-8/+12
* feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem2024-10-203-0/+54
* feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2024-10-207-34/+151
* feature: Add APIs to create new lists and bookmarksMohamed Bassem2024-10-202-0/+24
* fix: Better handling for body JSON parsing errorsMohamed Bassem2024-10-201-1/+22
* feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-204-2/+48
* feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-205-0/+112
* featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem2024-10-205-0/+214
* fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED errorYour Name2024-10-191-1/+1
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-192-7/+45
* feature: Allow reseting user password, change their roles and create new user...kamtschatka2024-10-195-8/+555
* feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka2024-10-193-5/+37
* fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 (...kamtschatka2024-10-192-1/+3
* release(mobile): Bump mobile version to 1.6.4MohamedBassem2024-10-131-3/+3
* fix(mobile): Improve connection testing accuracyMohamedBassem2024-10-131-2/+19
* fix: Add support for importing notes from the hoarder exportMohamedBassem2024-10-132-20/+41
* fix(web): Fix settings tab overflow on mobile layoutsMohamedBassem2024-10-131-1/+1
* fix(web): Fix profile option icon in mobile layoutsMohamedBassem2024-10-131-1/+1
* fix(web): Fix slowness in loading the all tags UI. Fixes #382 (#390)kamtschatka2024-10-133-29/+70
* feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem2024-10-134-45/+121
* feature: Support regenerating AI tags only for failed bookmarksMohamedBassem2024-10-131-1/+10
* deps: Upgrade nodejs to v22MohamedBassem2024-10-121-1/+1
* deps: Upgrade metascraper for faster docker buildsMohamedBassem2024-10-121-10/+10
* feature(web): Implement a new profile options drop menu and move user and adm...MohamedBassem2024-10-124-48/+32
* fix(web): Fix react error in search inputMohamedBassem2024-10-121-1/+0
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-125-19/+12
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-125-4/+161
* feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka2024-10-123-7/+18
* fix(web): Reset search query and bulk edit when navigating away from the curr...MohamedBassem2024-10-123-6/+29
* feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2024-10-1212-87/+116
* fix(web): Fix sidebar list edit dialog not working. Fixes #447MohamedBassem2024-10-061-9/+11
* refactor: Start tracking bookmark assets in the assets tableMohamedBassem2024-10-064-116/+167
* refactor: Include userId in the assets tableMohamedBassem2024-10-061-0/+5
* feature: Allow disabling password signups (#413)kamtschatka2024-10-062-1/+3
* feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2024-10-053-4/+44
* fix(mobile): Drop the floating add button. Fixes #439MohamedBassem2024-10-051-15/+3
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-056-29/+37
* feature(web): Async validate JWT account and sign out the user if they no lon...MohamedBassem2024-10-052-0/+28
* feature(web): Change the settings page to be tabbedMohamedBassem2024-10-054-33/+55
* fix(web): Simplify the language for inference settingsMohamedBassem2024-10-052-9/+9