Commit Graph

141 Commits

Author SHA1 Message Date
Artlef
a5b16a9522 Access route to single book form 2025-10-26 16:42:23 +01:00
Artlef
fd790319a9 Access route to single book form 2025-10-26 16:35:11 +01:00
873c3c89fa Add route to get a particular book 2025-10-24 20:06:41 +02:00
a21add72ce Rename test file 2025-10-24 15:10:57 +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
6d15374c87 fix issue on logout for real this time 2025-10-20 15:17:22 +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
ae790b4b39 remove workflow 2025-10-15 22:01:16 +02:00
4d7b6320b2 Rename tests
Some checks failed
Test / runtest (push) Has been cancelled
2025-10-15 22:00:38 +02:00
ddb48d9ced WIP: Add + on book list element
All checks were successful
Test / runtest (push) Successful in 2h10m39s
2025-10-14 16:51:43 +02:00
8e7eed7712 fixup! fixup! fixup! Add CI
Some checks failed
Test / runtest (push) Failing after 1m20s
2025-10-14 16:36:49 +02:00
4faeb6f0db fixup! fixup! Add CI
Some checks failed
Test / runtest (push) Failing after 12s
2025-10-14 16:35:44 +02:00
b0b9e567e8 fixup! Add CI
Some checks failed
Test / runtest (push) Failing after 14s
2025-10-14 16:34:00 +02:00
51dc4dc47a Add CI
Some checks failed
Test / runtest (push) Failing after 27s
2025-10-14 16:08:41 +02:00
bb0ede6abd Search existing books 2025-10-14 00:29:53 +02:00
f72318b5bc Add bootstrap icon 2025-10-13 17:51:59 +02:00
4ac0f5aedf WIP: added empty search bar and search component 2025-10-10 13:59:59 +02:00
d6b19e531e Redirect to login when not login 2025-10-09 01:00:17 +02:00
2c6d0859f6 fixed routing issue on logout 2025-10-09 00:56:46 +02:00
4f1452e0d9 fix extract error from api call 2025-10-09 00:34:57 +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
fc31cc5507 fix API POST calls 2025-10-08 15:20:03 +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
c5d71bbfeb Configure CORS to use authentication 2025-10-04 22:58:20 +02:00
dd0fb6f5ba Implement authentication in frontend 2025-10-04 15:54:31 +02:00
884d674765 fix tests 2025-10-04 00:05:49 +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