Commit Graph

590 Commits

Author SHA1 Message Date
8fab57d55a .gitignore update 2025-12-18 10:17:07 -05:00
577f9a566d feat(migration): added documentation links to migration page 2025-12-17 19:33:34 -05:00
1263f775c3 feat(readme): updated readme with logo 2025-12-17 19:22:53 -05:00
3f95f49e31 feat(readme): updated readme with links to new documentation 2025-12-17 19:19:28 -05:00
d134974b84 feat(logo): Image updated to own design 2025-12-17 17:56:51 -05:00
728b030ee1 feat(docs): new images for documentation 2025-12-17 14:00:36 -05:00
bcbeff8a3c fix(sets): filters now uses two rows on sets page 2025-12-17 13:07:54 -05:00
01a5114bb0 fix(admin): fixed link to migration guide 2025-12-17 10:27:13 -05:00
6003419069 fix(git): updated gitignore 2025-12-17 10:26:29 -05:00
e32b82b961 feat(env): updated examples 2025-12-17 10:26:10 -05:00
c45d696a48 fix(docs): updated migration guide with backup warning. 2025-12-15 22:27:13 -05:00
a98f4faaeb fix(docker): updated compose files for v1.3 changes 2025-12-15 22:26:45 -05:00
343f2f2fe9 fix(changelog): updated changelog formatting 2025-12-15 22:15:05 -05:00
41b5f60e0a fix(changelog): updated changelog for 1.3 2025-12-15 22:11:40 -05:00
41aed75b37 fix(docs): updated migration guide 2025-12-15 21:32:36 -05:00
7651ac187d fix(env): create folder if doesn't exist, when saving .env file 2025-12-15 21:20:56 -05:00
7cc8de596e fix(docker): changes Dockerfile command order to use pip cache 2025-12-15 19:53:00 -05:00
d207f22990 fix(docker): fixing exit code 137 when stopping container 2025-12-15 19:50:29 -05:00
2cc23b5ffa feat(darkmode): updated changelog with darkmode info 2025-12-15 19:34:43 -05:00
b2e4597ab5 feat(darkmode): added darkmode with env var setting and live settings on admin page 2025-12-15 17:52:05 -05:00
7369d0babf feat(parts): Added option to hide spare parts but still save them to db 2025-12-07 20:41:13 +01:00
d6d0a70116 fix(socket): added better debug logging and added polling as priority over websocket, for better iOS connection 2025-12-07 20:38:37 +01:00
91ef4158b7 fix(env): settings are not locked after save anymore 2025-12-06 21:04:04 +01:00
e1eea7295d fix(env): moved .env to data folder. admin page, now correctly works with changes to variables 2025-12-06 20:48:30 +01:00
bc8864ab2a fix(inst): removed cloudscraper 2025-12-06 15:41:05 +01:00
7860b71ccd fix(sets): adding sets now works after migration 20 2025-12-06 15:40:44 +01:00
60e4fe8037 fix(inst): removed cloudscraper as it caused issues with rebrickable instructions 2025-12-05 23:51:09 +01:00
85728e2d68 fix(inst): fixed folder path for instructions 2025-12-05 22:38:38 +01:00
00ca611217 fix(inst): download from rebrickable work again. fixed folder path and rebrickable connection 2025-12-05 22:31:19 +01:00
1e17185114 fix(sets): if no set image exists, use nil image 2025-12-05 20:51:41 +01:00
41e61a2f41 fix(sets): set number can now be alphanumerical 2025-12-05 19:33:25 +01:00
4d4a1aa9f9 feat: new user data structure. see docs/migration_guide 2025-12-05 17:59:56 +01:00
29c5d81160 feat(stats): statistics page now requires authentication if enabled 2025-11-06 21:57:05 +01:00
891a55ee9e fix: moved clear filter button 2025-11-06 21:39:25 +01:00
0fedd430b3 fix: removed ?page=1 on client-side pagination 2025-11-06 21:08:16 +01:00
346f8e9908 feat: added clear filter button to sets/parts/problems/minifigures 2025-11-06 18:53:19 +01:00
7567cb51af feat(prob): added filter for tag and storage 2025-11-06 18:06:27 +01:00
61450312ff feat: added filters to /parts, /problems, /minifigures 2025-11-06 17:51:43 +01:00
22cdb713d7 fix(admin): changed accordion style on settings 2025-11-06 09:16:12 +01:00
81b7ebf1a6 fix(sql): set will now be deleted correctly 2025-11-06 09:08:53 +01:00
7445666f25 fix(statistics): statistics will now load correctly if no sets are found 2025-11-06 09:08:36 +01:00
e65a9454a8 Updated gitignore 2025-11-06 08:29:32 +01:00
8053f5d30c feat(sets): show bricklink if enabled 2025-10-03 10:16:56 +02:00
7eb199d289 fix(env): changed default minifigures folder from minifigs to minifigures (#92) 2025-10-03 09:50:41 +02:00
6364da676b fix(admin): added log into to respect debug var 2025-10-03 09:22:45 +02:00
a3d08d8cf6 feat(sets): added filter on sets page to show duplicate sets. default is shown. can be hidden using env var. works with consolidated sets too. 2025-10-03 09:13:15 +02:00
4b653ac270 feat(admin): added live configuration management, where user can enable/disable and change configurations without editing .env file. Some changes will need an application restart 2025-10-03 00:15:21 +02:00
a70a1660f0 fix(admin): open the right drawer on database upgrade 2025-10-02 23:52:13 +02:00
0db749fce0 doc(changelog): updated changelog. 2025-10-02 14:58:23 +02:00
256108bbdb feat(sql): WAL and index optimization 2025-10-02 14:53:58 +02:00