New Year revamp #40

Merged
FrederikBaerentsen merged 31 commits from gregoo/BrickTracker:master into master 2025-01-19 08:19:01 +01:00

31 Commits

Author SHA1 Message Date
517be96957 Don't add the documentation to the docker image 2025-01-19 00:26:16 +01:00
f1ed402d21 Add new documentation fully contained within the repo 2025-01-19 00:09:34 +01:00
0420af5f95 Add missing order options for most of the new queries 2025-01-18 23:13:36 +01:00
57158f75c8 Remove total and unique counters from accordion headers because they are wrong and misleading 2025-01-18 22:23:20 +01:00
61a1b0ad94 Unbreak the sort part of the missing part input 2025-01-18 21:59:19 +01:00
d4bce7491a Do not use current_user to check if authenticated, go through the LoginManager class 2025-01-18 21:03:16 +01:00
6b62a1f89b Do not show the login page if already logged in 2025-01-18 21:02:43 +01:00
c403029a11 Display the database path in the database section 2025-01-18 20:22:06 +01:00
68c18caaa1 Precise the static path absolute path 2025-01-18 20:21:49 +01:00
5fa51c21a9 Do nothing if the socket is not connected 2025-01-18 18:28:42 +01:00
7b682e5859 Give info about the environment variable name to use when a variable is missing 2025-01-18 17:57:18 +01:00
703d16f331 Do not display upload instructions link if in read only mode 2025-01-18 17:33:10 +01:00
12835f16f0 Display the number of instructions files if there are any 2025-01-18 17:32:50 +01:00
9f46034ff5 Make sure tzdata is included in the dependencies 2025-01-17 23:30:38 +01:00
8264ddb68d Remove all quotes from the env documentation as they would be interpreted as litteral quotes by docker 2025-01-17 23:30:24 +01:00
ca06f568ef Fix garbage tag in default images 2025-01-17 22:51:46 +01:00
4bbf3a3e80 Shave 100MB from the Docker image by not caching and removing some dependencies 2025-01-17 22:51:22 +01:00
74094b2ea2 Unbreak minifigure accordion 2025-01-17 18:17:27 +01:00
05484f6148 Refactor nil image code, and add a built-in fix for missing nil images 2025-01-17 18:08:15 +01:00
0d9276f639 Built-in fix for 'None' entries in the missing table 2025-01-17 17:19:31 +01:00
e4d052f22c Add some spacing between the minifigure image and name in an accordion header 2025-01-17 16:34:28 +01:00
53b406f722 Add the path that 404'd in the log line 2025-01-17 16:30:22 +01:00
7999572cf1 Fix missing 'missing' and 'quantity' badges for minifigure in a part card 2025-01-17 16:28:43 +01:00
00310e0235 Fix part list not using total_quantity 2025-01-17 15:35:23 +01:00
463e00f3fe Fix part counts not taking into account the quantity of minifigures 2025-01-17 15:35:11 +01:00
db9dbfae54 De-verbosify some SQLite debug 2025-01-17 15:34:49 +01:00
e2617daa40 Fix bricklink and rebrickable links trying to cast lower() on an int 2025-01-17 15:08:16 +01:00
50ebc3877c Fix the open_database logic in the admin 2025-01-17 14:38:18 +01:00
32050acabc Remove login.is_readonly() 2025-01-17 14:36:48 +01:00
c3f3ed0593 Fix app init to work with gunicorn 2025-01-17 14:36:19 +01:00
6477be00b6 Massive rewrite 2025-01-17 11:03:00 +01:00