|
090da8c679
|
implement cfg.puzzle.extra_days
|
2023-11-24 01:44:32 +01:00 |
|
|
082f50c66b
|
implement cfg.puzzle.skip_empty
|
2023-11-24 01:38:46 +01:00 |
|
|
d66019f53c
|
minor improvements
|
2023-11-24 00:59:10 +01:00 |
|
|
b4ab4809c6
|
handling special chars in solution
|
2023-11-21 23:20:22 +01:00 |
|
|
a86e47113c
|
user name case sensitivity
|
2023-11-21 22:54:37 +01:00 |
|
|
4fbdb94caa
|
cfg.site with markdown
|
2023-11-03 14:40:44 +00:00 |
|
|
0bc31529bc
|
ConfigModel -> AdminConfigModel
|
2023-11-02 12:49:02 +00:00 |
|
|
600ee99520
|
favicon handling
|
2023-11-02 12:48:52 +00:00 |
|
|
8a254d2958
|
updated font handling
|
2023-11-01 01:30:33 +01:00 |
|
|
367fef145d
|
RedisSettings
|
2023-10-31 21:48:27 +00:00 |
|
|
63b9f4e1d9
|
make cfg.solution.* values non-null
|
2023-10-31 22:36:35 +01:00 |
|
penner
|
337d8d34ff
|
Merge branch 'develop' of ssh://code.yavook.de:22022/Zaphlebeod/advent22 into develop
|
2023-10-31 20:12:05 +00:00 |
|
penner
|
558a7e8a02
|
todo penner 1
|
2023-10-31 21:07:09 +01:00 |
|
|
cc54e1dddf
|
show "redis" settings in ConfigView
|
2023-10-31 20:27:50 +01:00 |
|
|
b74646994e
|
cfg.puzzle.solution -> cfg.solution
|
2023-10-31 20:18:18 +01:00 |
|
|
3d62486783
|
config.puzzle.solution transformations
|
2023-10-28 23:48:37 +02:00 |
|
|
1d760f91db
|
customizable footer
|
2023-09-26 22:23:23 +00:00 |
|
|
5fcc4f0684
|
various cleanup
|
2023-09-21 12:25:23 +00:00 |
|
|
5e0f797a2f
|
config rework & bigger images
|
2023-09-21 13:49:28 +02:00 |
|
|
be6c03c84a
|
rework _security to respect EventDates
|
2023-09-21 13:26:02 +02:00 |
|
|
7bc94804e3
|
remove DayStrModel
|
2023-09-21 00:45:57 +00:00 |
|
|
82ab9ccddc
|
EventDays -> EventDates rework
- events param is now one-indexed
|
2023-09-20 16:25:10 +02:00 |
|
|
b644252b9c
|
minor rename / doc
|
2023-09-18 23:12:32 +02:00 |
|
|
c55bef46dd
|
bug: NoneValue for ConfigModel.puzzle.next
|
2023-09-16 00:16:18 +00:00 |
|
|
1bfa17a629
|
ConfigModel.puzzle.next
|
2023-09-15 17:06:28 +00:00 |
|
|
6bd8f66527
|
GET user/next_door
|
2023-09-15 16:54:45 +00:00 |
|
|
c93ec06925
|
use EventDays in GET admin/config_model
|
2023-09-14 23:40:06 +00:00 |
|
|
e9ef7f67e3
|
remove public puzzle.title from private ConfigModel
|
2023-09-14 15:00:34 +00:00 |
|
|
bd7bc38954
|
endpoints "credentials" (routers.admin)
|
2023-09-12 22:06:16 +00:00 |
|
|
2d0209ae61
|
ConfigView.num_user_doors
|
2023-09-12 21:06:52 +00:00 |
|
|
60a451a426
|
router: "images" -> "user"
|
2023-09-12 20:51:26 +00:00 |
|
|
d7818ac93a
|
router.images : unnecessary "startup"
|
2023-09-12 20:46:25 +00:00 |
|
|
764c6b16fb
|
config.puzzle.title
|
2023-09-12 20:45:57 +00:00 |
|
|
d4f8469a7a
|
depends.get_all_image_names, CalendarAssistant.day_image_names
|
2023-09-12 17:31:08 +00:00 |
|
|
0550621835
|
minor renames
|
2023-09-12 17:22:52 +00:00 |
|
|
8290925659
|
minor cleanup
|
2023-09-12 17:16:02 +00:00 |
|
|
5694438c96
|
rename DayPartModel -> DayStrModel
|
2023-09-12 17:15:44 +00:00 |
|
|
fd821d6ff2
|
_security indexing
|
2023-09-12 16:48:55 +00:00 |
|
|
4e1a9fa10d
|
splice DayPartModel from ConfigModel
|
2023-09-12 16:26:12 +00:00 |
|
|
3316bf2822
|
major cleanup
- `routers`: `admin`, `days`, `general`, `user` -> `admin`, `images`
- `core.depends`: cleanup
- `core.*_helpers`: joined in `core.helpers`
|
2023-09-12 13:50:02 +00:00 |
|
|
63d88c3a09
|
implementation using get_part_for_day
|
2023-09-12 07:27:59 +00:00 |
|
|
95dfe2a9df
|
depends.py: get_days and get_solution_parts
|
2023-09-12 02:58:10 +00:00 |
|
|
b73185e4fb
|
remove "doors" from admin ConfigModel (is public)
|
2023-09-11 23:47:07 +00:00 |
|
|
b30e8095f9
|
way better admin login flow
|
2023-09-11 23:36:36 +00:00 |
|
|
2da7b6914a
|
crude admin authentication flow
|
2023-09-11 23:10:17 +00:00 |
|
|
26556ad309
|
ConfigView rendering
|
2023-09-11 22:50:11 +00:00 |
|
|
74b9322ae2
|
query admin/config_model in ConfigView
|
2023-09-11 22:24:01 +00:00 |
|
|
d5d99caeb2
|
cfg.puzzle.random_pepper -> cfg.puzzle.random_seed
|
2023-09-11 22:14:33 +00:00 |
|
|
0337c659a2
|
Depends(shuffle_solution)
|
2023-09-11 19:40:36 +00:00 |
|
|
91c2589045
|
"admin" router with /private_config route
|
2023-09-11 19:39:02 +00:00 |
|