krateng
|
8cb332b9fc
|
Removed underline from linked buttons
|
2022-04-29 16:35:56 +02:00 |
|
krateng
|
3ede71fc79
|
Made some parsing rules case insensitive
|
2022-04-28 06:08:51 +02:00 |
|
krateng
|
77a0a0a41b
|
Merge pull request #139 from alim4r/feature/parse-remix-artists
Add feature to parse remix artists
|
2022-04-28 04:43:29 +02:00 |
|
alim4r
|
ec02672a2e
|
Remove debug print...
|
2022-04-27 22:30:23 +02:00 |
|
alim4r
|
5941123c52
|
Set parse_remix_artists default to False
|
2022-04-27 22:24:45 +02:00 |
|
alim4r
|
91a7aeb50d
|
Add feature to parse remix artists
|
2022-04-27 20:54:33 +02:00 |
|
krateng
|
20aae955b2
|
Version bump
|
2022-04-27 20:30:15 +02:00 |
|
krateng
|
d83b44de6e
|
Added tooltip for image upload, GH-138
|
2022-04-27 17:51:39 +02:00 |
|
krateng
|
8197548285
|
Improved cache memory output
|
2022-04-26 19:58:36 +02:00 |
|
krateng
|
6171d1d2e1
|
Restored custom CSS file functionality, fix GH-135
|
2022-04-26 19:43:35 +02:00 |
|
krateng
|
0c948561a8
|
Added more generalized support for static user files, GH-135
|
2022-04-26 19:41:23 +02:00 |
|
krateng
|
02c77a5e31
|
Updated commit information
|
2022-04-26 14:52:19 +02:00 |
|
krateng
|
bfa553bed0
|
Version bump
|
2022-04-26 14:43:51 +02:00 |
|
krateng
|
3592571afd
|
Merge pull request #130 from krateng/feature-webedit
Version 3.1
|
2022-04-26 14:38:41 +02:00 |
|
krateng
|
c77b7c952f
|
Added status to more API endpoints
|
2022-04-25 22:54:53 +02:00 |
|
krateng
|
8a44d3def2
|
Fixed some CSS
|
2022-04-25 22:01:56 +02:00 |
|
krateng
|
cf04583122
|
Added more connection passing
|
2022-04-25 22:00:32 +02:00 |
|
krateng
|
8845f931df
|
Wrapped DB write operations in transactions to ensure integrity
|
2022-04-25 21:50:40 +02:00 |
|
krateng
|
9c6c91f594
|
Can now reparse without reloading
|
2022-04-25 20:48:22 +02:00 |
|
krateng
|
2c31df3c58
|
Fixed cache invalidation after merging
|
2022-04-25 18:37:19 +02:00 |
|
krateng
|
9c656ee90b
|
Some improvements to process control, should fix GH-112
|
2022-04-25 18:36:11 +02:00 |
|
krateng
|
938947d06c
|
Added indicator for empty tile stats, fix GH-134
|
2022-04-25 17:55:46 +02:00 |
|
krateng
|
ac3ca0b5e9
|
Moved exceptions and added handling for more of them
|
2022-04-25 17:03:44 +02:00 |
|
krateng
|
64d4036f55
|
Merge branch 'master' into feature-webedit
|
2022-04-25 16:07:26 +02:00 |
|
krateng
|
6df363a763
|
Merge branch 'master' of github.com:krateng/maloja
|
2022-04-25 15:51:55 +02:00 |
|
krateng
|
7062c0b440
|
Update API.md
|
2022-04-25 15:51:01 +02:00 |
|
krateng
|
ad50ee866c
|
More cache organization
|
2022-04-25 15:36:15 +02:00 |
|
krateng
|
62abc31930
|
Version bump
|
2022-04-25 03:37:12 +02:00 |
|
krateng
|
c55e12dd43
|
Re-enabled cache per default
|
2022-04-25 03:24:16 +02:00 |
|
krateng
|
3b156a73ff
|
Merge branch 'master' into feature-webedit
|
2022-04-25 02:53:43 +02:00 |
|
krateng
|
5b48c33a79
|
Added stresstest and new screenshot
|
2022-04-25 02:48:01 +02:00 |
|
krateng
|
95f98370cf
|
Updated branch notes
|
2022-04-25 02:47:03 +02:00 |
|
krateng
|
e470e2e43f
|
Potentially fixed nonsensical caching, GH-132
|
2022-04-25 02:42:07 +02:00 |
|
krateng
|
35f428ef69
|
Merge branch 'master' of github.com:krateng/maloja
|
2022-04-24 20:55:57 +02:00 |
|
krateng
|
342b8867d9
|
Ported cache cleanup from 3.1
|
2022-04-24 20:55:07 +02:00 |
|
krateng
|
bfc83fdbb0
|
Ported signal handling fix from 3.1
|
2022-04-24 20:47:17 +02:00 |
|
krateng
|
f359662cf3
|
No longer catching BaseExceptions
|
2022-04-24 19:41:55 +02:00 |
|
krateng
|
de286b58b9
|
Merge pull request #133 from northys/build_rpi
Build image for raspberry pi 2 (arm/v7)
|
2022-04-24 17:10:52 +02:00 |
|
krateng
|
d5f5b48d85
|
Removed previous ability, but this time clean and consistent
|
2022-04-24 16:14:24 +02:00 |
|
Jiri Travnicek
|
00b3e6fc57
|
actions: build image for linux/arm/v7 (raspberry pi)
|
2022-04-24 16:12:11 +02:00 |
|
Jiri Travnicek
|
e1074ba259
|
actions: drop ghcr support
|
2022-04-24 16:11:58 +02:00 |
|
krateng
|
7c77474feb
|
Implemented cache enabling and disabling at runtime
|
2022-04-24 15:53:30 +02:00 |
|
krateng
|
279499ad9f
|
Fixed old css passed to auth
|
2022-04-24 15:12:49 +02:00 |
|
krateng
|
dc1becd683
|
Removed release notes that have been moved to 3.0.6
|
2022-04-24 03:17:35 +02:00 |
|
krateng
|
b3d4cb7a15
|
Version bump
|
2022-04-24 03:08:22 +02:00 |
|
krateng
|
4c1ba087ba
|
Merge pull request #131 from northys/build_arm64
Build arm64
|
2022-04-24 03:07:51 +02:00 |
|
krateng
|
0c94dc845b
|
Updated release information
|
2022-04-24 03:06:44 +02:00 |
|
Jiri Travnicek
|
9589a6a5c9
|
use repository owner variable instead of hardcoding it
|
2022-04-23 21:03:40 +02:00 |
|
Jiri Travnicek
|
d54f2f8d35
|
ci: use specific commit tag for github actions
|
2022-04-23 21:03:40 +02:00 |
|
Jiri Travnicek
|
082d11309b
|
build arm64
|
2022-04-23 21:03:39 +02:00 |
|