902279b34a
Add invite user feature for admin
2026-05-06 18:00:33 +02:00
e29743d5fa
Add an user management page for admins
2026-04-30 23:51:11 +02:00
2f5fc3d0a3
Collections browser: add a button to remove collections
2026-04-25 17:39:01 +02:00
08a273b500
Collection form: add a button to remove added books
2026-04-24 19:48:38 +02:00
3c621c01ce
Collection: fixed adding book
2026-04-12 16:57:41 +02:00
178c688203
Collections: allow to drag and drop to change book position
2026-04-12 01:44:25 +02:00
2552ba8e94
Collection: new widget to add book to collection
2026-04-04 23:15:44 +02:00
625d2a2af1
Add a view to see all books in a collection
2026-04-03 22:57:45 +02:00
b48ab1e4de
Create new collections from my collections view
2026-04-03 15:51:18 +02:00
a280647575
First implementation of fetching collections of book managed by user
2026-04-02 16:23:22 +02:00
8d97d00e93
Book form: can now edit an existing book
2026-04-01 00:34:09 +02:00
32d39cabcd
Add existing book fields in "create book" form
2026-03-31 17:35:32 +02:00
d8fc7396ff
Books list: make the buttons work like in the form
2026-03-26 17:07:22 +01:00
315d7db56a
Add a new tab to browse all books on the instance
2026-03-25 15:45:50 +01:00
2d0bce143a
Book form: add a field to write a review
2026-03-15 15:23:14 +01:00
d07f18d380
Refactor: make only one API route to update userbooks
2026-03-12 16:58:59 +01:00
af44849eda
Add prettier dependency to format frontend code
2026-03-04 15:37:59 +01:00
a53c57c039
Disconnect the user on the frontend when the jwt token is no longer correct
2026-03-03 19:04:41 +01:00
18b5f0f0e1
Demo mode: automatically connect as demo user
2026-02-24 19:02:38 +01:00
00a5a6c045
Add config to disable registration
2026-02-24 00:00:35 +01:00
f01ab82ee9
Fixed display errors from API in front
2026-02-23 17:43:53 +01:00
e127088195
Serve compiled front from the same application
...
also add embedded build for production
2026-02-11 01:12:53 +01:00
27a9faf704
Add a button to choose to query inventaire from search
2026-01-29 18:25:16 +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
e1fd12e233
fixup! Search API: use a single query with result and count
2026-01-23 14:48:05 +01:00
7921a83f30
Add language to inventaire search book
2026-01-22 13:37:42 +01:00
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
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
8c0a9fe431
add end read date
2025-11-21 18:13:09 +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
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
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
e5347e3583
add userbook from searched book
2025-10-20 17:56:12 +02:00
bb0ede6abd
Search existing books
2025-10-14 00:29:53 +02:00
4f1452e0d9
fix extract error from api call
2025-10-09 00:34:57 +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
dd0fb6f5ba
Implement authentication in frontend
2025-10-04 15:54:31 +02:00