Commit Graph

71 Commits

Author SHA1 Message Date
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
55a4a98b4d Collection book list: allow to directly input a position 2026-04-12 15:46:23 +02:00
178c688203 Collections: allow to drag and drop to change book position 2026-04-12 01:44:25 +02:00
d2fe3bf34f Add position for book in collection 2026-04-11 17:26:21 +02:00
aca2a2c339 Refactor collection header query to remove warning 2026-04-08 15:35:00 +02:00
f2899b968c Use usual book widget for collection form view 2026-04-07 16:16:11 +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
c4753ea388 Book: rename SmallDescription to ShortDescription in database 2026-04-01 14:36:13 +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
c1b6b61678 Revert import book summary feature 2026-03-31 14:57:45 +02:00
e05c9f2b45 Use the same widget for books everywhere 2026-03-27 22:08:24 +01:00
bc077f176e Start reading cancel read: move logic to backend 2026-03-26 20:17:21 +01:00
9c18206483 Click on "start reading" now removes "want to read" 2026-03-26 20:07:26 +01:00
315d7db56a Add a new tab to browse all books on the instance 2026-03-25 15:45:50 +01:00
5e6715d586 Improve error messages when fetching description on babelio 2026-03-24 17:23:06 +01:00
843c5b5dbc Add a new config to scrap description from babelio 2026-03-24 17:02:43 +01:00
0efc3629b0 API: improve validation message greater/lower than
Add translation and return a better error for lower than
2026-03-18 15:11:29 +01:00
67c475f14c Inventaire import: manage case where author does not exist 2026-03-15 15:57:34 +01:00
524e517066 WIP: Add a review button on book form 2026-03-13 01:35:06 +01:00
d07f18d380 Refactor: make only one API route to update userbooks 2026-03-12 16:58:59 +01:00
6780a00e5f Rename project from PersonalLibraryManager to bibliomane 2026-03-04 15:58:49 +01:00
f9fe2c6954 Translate exceptions message for signup and create user 2026-03-02 20:20:41 +01:00
78c777170b Added an option to specify demo user, will be created on startup if it does not exist 2026-03-02 15:28:00 +01:00
660c44992e Add a config to create new users on startup 2026-03-01 00:15:09 +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
67b305786b Signup: improve error when user already exists 2026-02-23 19:17:53 +01:00
0702a2b0cb Add a configuration to disable signing up 2026-02-23 17:59:13 +01:00
60c610de42 Add a config to get inventaire.io URL 2026-02-09 00:17:11 +01:00
32e8e4d963 Download cover when importing from inventaire 2026-02-03 18:05:42 +01:00
82db737d30 Added inventaire import from ISBN 2026-02-02 20:31:57 +01:00
464405f5c9 Add import edition from inventaire 2026-02-01 21:49:11 +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
4ac0f4243d Move json struct in a new module 2026-01-23 18:26:47 +01:00
601e583575 Search API: use a single query with result and count 2026-01-23 14:45:25 +01:00
8689082741 Add description when importing from inventaire 2026-01-22 15:19:18 +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
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