Commit Graph

100 Commits

Author SHA1 Message Date
8d3569e5d6 Inventaire API: display search image 2026-01-17 16:15:34 +01:00
a04aff6056 Switch from open library API to Inventaire API 2026-01-16 16:12:59 +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
4d901ccc02 remove example file 2025-12-27 17:34:49 +01:00
167e711649 Add open library API call when search has no result 2025-12-27 01:23:40 +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
3cbe9f909e author is now on separate table 2025-11-24 23:55:41 +01:00
fa49f276fe Move search query to another file 2025-11-24 15:09:50 +01:00
842aa08e51 Add isbn 2025-11-24 14:44:29 +01:00
46492967a3 add "reading" filter for books currently being read 2025-11-24 13:58:31 +01:00
8c0a9fe431 add end read date 2025-11-21 18:13:09 +01:00
8abf8e2ff7 Simplify query code to get start read date 2025-11-21 11:36:41 +01:00
0bfd0dc231 Added start read date 2025-11-20 22:55:26 +01:00
4cbddfb15f Rating a book will now remove it from the list 2025-11-18 18:41:47 +01:00
59f6635f1b Display read/wantread in search view 2025-11-18 17:34:34 +01:00
Artlef
92997d9d9f fix config comment for limit 2025-11-15 16:53:48 +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
870158e489 Add default value for config 2025-11-10 13:42:39 +01:00
f8ad54392a add filter read/want read when browsing books 2025-11-07 16:09:54 +01:00
844ddaa7dc Rename test file 2025-11-07 14:25:02 +01:00
a8f83db83f Make "want read" button work 2025-11-06 15:53:24 +01:00
442068f2ed Added book summary 2025-11-03 18:19:19 +01:00
26df6417b1 added rating books 2025-10-29 22:38:38 +01:00
b4df375e4c Manage display of book covers 2025-10-28 18:35:36 +01:00
8b8eee8210 Add component to upload book cover images 2025-10-27 22:51:28 +01:00
d407b41c9f move tests to dedicated package 2025-10-27 18:08:47 +01:00
Artlef
a5b16a9522 Access route to single book form 2025-10-26 16:42:23 +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
c4ca073b4a Refactor: merge dto, mapper and routes 2025-10-20 18:06:42 +02:00
e5347e3583 add userbook from searched book 2025-10-20 17:56:12 +02:00
54ae317743 fixup! add post userbook 2025-10-17 01:16:05 +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
1cc7881ff0 fixed filtering on connected user
added tests and updated demo data
2025-10-08 15:55:25 +02:00
c9991118ee add "Added By" for books 2025-10-08 15:34:31 +02:00
cb1f974f02 Integrate users and books
- new table userbook linking users and book
- moved rating to users book
- updated demo data and tests
- updated front to hide routes from non connected users
2025-10-05 16:14:53 +02:00
f18e6a3ba8 add jwtkey config to avoid logging in again after reboot 2025-10-04 23:15:20 +02:00
6e189d2ff0 Check authentication from jwt on all routes 2025-10-03 19:51:50 +02:00
f20e177480 add basic user authentication 2025-10-01 21:43:37 +02:00
57355fe9ac added user signup feature 2025-09-26 23:57:36 +02:00
2f0a9b5127 added validation when adding a book 2025-09-24 17:06:39 +02:00
8432902df1 Second commit
added few test, first api to add book
2025-09-23 17:16:48 +02:00
Artlef
0457ca2011 add basic demo data 2025-09-22 21:10:38 +02:00
232cd49052 first commit 2025-09-17 18:55:33 +02:00