Commit Graph

30 Commits

Author SHA1 Message Date
a24dd794a8 Create image folder if it does not exist 2026-03-05 15:45:29 +01:00
6780a00e5f Rename project from PersonalLibraryManager to bibliomane 2026-03-04 15:58:49 +01:00
60c8f37257 Store JWT key in config file
- During config file creation, the generated JWT key will be stored.
- Added an option to disable this behavior.
2026-03-04 14:58:35 +01:00
f9fe2c6954 Translate exceptions message for signup and create user 2026-03-02 20:20:41 +01:00
660c44992e Add a config to create new users on startup 2026-03-01 00:15:09 +01:00
00a5a6c045 Add config to disable registration 2026-02-24 00:00:35 +01:00
6024808027 Do not redirect but always return index.html on any url 2026-02-11 15:22:30 +01:00
e127088195 Serve compiled front from the same application
also add embedded build for production
2026-02-11 01:12:53 +01:00
f444cbb19f New view to see available editions from inventaire 2026-01-28 19:10:19 +01:00
8584e95ef7 User book API: use a single query with result and count 2026-01-25 00:42:50 +01:00
cd2b8a93bb Author books API: use a single query with result and count 2026-01-23 22:10:10 +01:00
601e583575 Search API: use a single query with result and count 2026-01-23 14:45:25 +01:00
1bb841332c Open Library search API
If nothing is found on the server, returns results from open library
API. Clicking on a book imports it.
2025-12-30 18:13:11 +01:00
9ea7ef2e50 Add author books list 2025-11-25 18:11:27 +01:00
624dfe0faa Add basic author form 2025-11-25 14:14:24 +01:00
46492967a3 add "reading" filter for books currently being read 2025-11-24 13:58:31 +01:00
0bfd0dc231 Added start read date 2025-11-20 22:55:26 +01:00
6b2038aeec Add pagination for booksearch 2025-11-11 00:32:00 +01:00
87f6daef18 Add pagination for "my books" display 2025-11-10 20:44:47 +01:00
f8ad54392a add filter read/want read when browsing books 2025-11-07 16:09:54 +01:00
a8f83db83f Make "want read" button work 2025-11-06 15:53:24 +01:00
26df6417b1 added rating books 2025-10-29 22:38:38 +01:00
8b8eee8210 Add component to upload book cover images 2025-10-27 22:51:28 +01:00
873c3c89fa Add route to get a particular book 2025-10-24 20:06:41 +02:00
517765114d feat: mark book as read 2025-10-22 14:34:08 +02:00
9404013592 add post userbook
needed a refactor to check the id in db during dto validation
2025-10-17 01:13:35 +02:00
7dcca84b7d Refactor api code: split between packages 2025-10-15 22:52:43 +02:00
bb0ede6abd Search existing books 2025-10-14 00:29:53 +02:00
774756a747 add i18n 2025-10-09 00:11:34 +02:00
1ead02ab69 refactor testing files 2025-10-08 16:19:58 +02:00