aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-0/+39
2025-01-04feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2-0/+73
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem2-9/+13
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem1-1/+1
2024-12-30refactor: Refactor sidebar into a shared componentMohamed Bassem3-68/+170
2024-12-30feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem6-26/+61
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem1-0/+20
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem4-4/+100
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+8
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-6/+9
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-0/+131
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem5-17/+17
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem1-0/+31
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem1-0/+5
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-6/+26
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem7-60/+74
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem3-0/+54
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem7-34/+151
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem2-0/+24
2024-10-20fix: Better handling for body JSON parsing errorsMohamed Bassem1-1/+22
2024-10-20feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem4-2/+48
2024-10-20feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem5-0/+112
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem4-0/+212
2024-10-13fix(web): Fix settings tab overflow on mobile layoutsMohamedBassem1-1/+1
2024-10-13feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem1-42/+13
2024-10-12feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban5-45/+24
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem2-1/+27
2024-10-05feature(web): Async validate JWT account and sign out the user if they no lon...MohamedBassem1-0/+2
2024-10-05feature(web): Change the settings page to be tabbedMohamedBassem2-346/+49
2024-10-05fix(web): Simplify the language for inference settingsMohamedBassem2-9/+9
2024-10-05fix(web): Change export format to have content as a top level keyMohamedBassem1-8/+11
2024-10-05feature(web): Allow users to export their links and notesMohamedBassem1-0/+66
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem2-0/+336
2024-09-21feature(web): Move bookmark imports into settingsMohamedBassem1-0/+4
2024-09-21feature(web): Add healthecheck api endpoint (#332)Marc1-0/+8
2024-07-06fix(web): Add sans-serif fallback for Inter font in CJK environments (#272)Kohei Watanabe1-1/+4
2024-07-01feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban4-9/+9
2024-06-29ui: refactor admin settings page (#249)Md Saban1-281/+16
2024-06-23ui: Changes for user settings page (#251)Md Saban1-5/+10
2024-06-23ui(web): move layout selector to main screen (#252)Md Saban4-21/+37
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-2/+2
2024-05-19docs: Change references from the old repo URL to the new oneMohamedBassem1-3/+2
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem1-0/+21
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-7/+16
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem5-4/+60
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-2/+14
2024-04-20feature: Download images and screenshotsMohamedBassem1-2/+2
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-9/+2
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1