Commit Graph

87 Commits

Author SHA1 Message Date
e5ab8d7758 Add missing @login_required for set deletion 2025-01-29 17:41:34 +01:00
1a53801955 Fix undefined id variable used when a checkbox does not exist 2025-01-29 17:35:15 +01:00
a97a542e68 Fix missing logic to handle empty string from dynamic input 2025-01-29 15:59:00 +01:00
fd479d40f9 Move dynamic input to BrickChanger 2025-01-29 15:58:41 +01:00
ead0b1f90d Add visually hidden label for dynamic input, move read-only logic in the macro 2025-01-29 15:57:19 +01:00
f32ea0b1b3 Display prints based on a part 2025-01-29 14:03:48 +01:00
75f730ae7f Display RGB color, transparency and prints for parts 2025-01-29 10:36:43 +01:00
8b5784bc9e Use Rebrickable URL for cosmetics if available 2025-01-29 09:04:09 +01:00
7eb87dc90c Remove leftover debug prints 2025-01-28 23:07:54 +01:00
b55999327b Add a refresh mode for sets 2025-01-28 23:07:12 +01:00
3d896c6d65 Add purchase location to the database 2025-01-28 21:10:14 +01:00
d541b1b351 Deduplicated parts and missing parts 2025-01-28 19:48:14 +01:00
0070780164 Garbage leftover from copy-paste 2025-01-28 14:19:26 +01:00
de2477afb0 Remove unused socket 2025-01-28 14:09:14 +01:00
872dfc0e2e Documentation touch up 2025-01-28 10:49:47 +01:00
e78a919072 Add extra fields to set for the future while we are refactoring it 2025-01-28 10:49:16 +01:00
5615ebf40c Update versions and changelog 2025-01-27 23:24:16 +01:00
cf6d5f43c0 Simplify fields name in the database 2025-01-27 23:19:42 +01:00
0beb1147b9 Allow more advanced migration action through a companion python file 2025-01-27 23:19:26 +01:00
5a99161e96 Add missing checkboxes counter alias 2025-01-27 23:19:26 +01:00
cbf2b5b582 Remove confusing reference to number for sets 2025-01-27 23:19:26 +01:00
1519f33e98 Deduplicate minifigures 2025-01-27 23:19:26 +01:00
ebf291b7b8 Rename load to from_set for clarity 2025-01-27 23:17:31 +01:00
29bb92ef93 Inject the socket only where necessary 2025-01-27 23:17:31 +01:00
f8ba0abbbe Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-27 23:17:31 +01:00
579ec88629 Remove confusing reference to number for sets 2025-01-27 23:17:31 +01:00
9c925b56da Rename routes 2025-01-27 23:17:31 +01:00
5f847168f4 Remove unused insert_rebrickable 2025-01-27 23:17:31 +01:00
35208fec8a Rename download_rebrickable to insert_rebrickable and make it return if an insertion occured 2025-01-27 23:17:31 +01:00
fa44b31f51 Grey out legacy database tables in the admin 2025-01-27 23:17:31 +01:00
3bbcf2c21c Add a flag to hide instructions in a set card 2025-01-27 23:17:31 +01:00
53309a9502 Forgot a version change 2025-01-27 19:49:58 +01:00
48ad7b5f02 Trim the url in the progress message to make it more legible 2025-01-25 22:48:10 +01:00
cf9e716d1c Remove unused 'ADD_SET' socket message 2025-01-25 22:43:54 +01:00
c4a1a17cfd Dowloads instructions through a socket 2025-01-25 22:42:59 +01:00
ed44fb9bab Global cleanup of the code, implementing all the comments for the issue 2025-01-25 19:02:46 +01:00
6d3285dbc9 Move parse_number out of RebrickableSet as it imports way too much for such a simple function 2025-01-25 19:02:38 +01:00
52f73d5bf9 Moved code and added env variables 2025-01-24 21:22:57 +01:00
6abf4a314f Merge remote-tracking branch 'origin/master' into instructions 2025-01-24 19:40:30 +01:00
6320629b07 Moved code from views to instructions.py 2025-01-24 17:20:53 +01:00
4a785df532 Moved from code around 2025-01-24 17:08:56 +01:00
5ebdf89c85 Bump version to 1.1.0 2025-01-24 15:59:45 +01:00
d22ca2c7cb Fix RebrickableSet not using url in database for sets 2025-01-24 12:04:15 +01:00
6c342ec3f3 Remove debug print from BrickSQLMigration 2025-01-24 11:52:46 +01:00
eaa14d2341 Remove unused SQL initialize function 2025-01-24 10:37:03 +01:00
c075b525a8 Unquoted SQL identifiers 2025-01-24 10:36:46 +01:00
d063062780 Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes 2025-01-24 10:36:24 +01:00
57d9f167a5 Allow exception_handler to pass kwargs to the wrapped function 2025-01-24 10:27:06 +01:00
da2746d2a0 More cleanup of unquoted or misquoted SQL identifiers 2025-01-24 10:25:40 +01:00
9029f6d423 SQLite debug messages 2025-01-24 10:23:29 +01:00