Commit Graph

2381 Commits

Author SHA1 Message Date
rubenwardy
25da8f5e21
Update SECURITY.md 2024-07-08 09:58:59 +01:00
rubenwardy
f588dc6cff Add audit log entry for CDB changing package state 2024-07-05 01:37:19 +01:00
rubenwardy
8605ee6fd8 Fix template error 2024-07-05 01:23:46 +01:00
rubenwardy
211be30cf4 Fix various things with broken link detection 2024-07-05 01:20:33 +01:00
rubenwardy
9bf91f17d6 Add full datetime as tooltips 2024-07-05 01:19:33 +01:00
rubenwardy
576d9dd3e0 Fix various issues with broken link checking 2024-07-04 22:57:26 +01:00
rubenwardy
b31268c9f2 Fix check_package_on_submit post issue 2024-07-04 22:07:39 +01:00
rubenwardy
894ed19556 Fix SQLAlchemy error by using user instead of current_user 2024-07-04 22:05:00 +01:00
rubenwardy
542e51e733 Fix SQLAlchemy error by using ids not mapped instances v2 2024-07-04 22:02:23 +01:00
rubenwardy
6a64f3f24d Fix SQLAlchemy error by using ids not mapped instances 2024-07-04 22:00:02 +01:00
rubenwardy
f81b7523d4 Run admin action on more than top 100 packages 2024-07-04 21:55:23 +01:00
rubenwardy
1006971271 Add admin action to check for broken links
Fixes #546
2024-07-04 21:52:24 +01:00
rubenwardy
d738e19ce9 Include status code in broken link messages 2024-07-04 21:35:37 +01:00
rubenwardy
3f62a41952 Check packages for broken links when submitting for approval
Half of #546
2024-07-04 21:29:56 +01:00
rubenwardy
a38a650dc1 Game Support: Clean up code a little 2024-07-04 20:25:48 +01:00
rubenwardy
813db2b8f9 Ignore merge commits in release notes generation 2024-07-04 20:24:19 +01:00
rubenwardy
59fad153ae Game Support: Remove caching as it causes obscure issues 2024-07-04 20:24:19 +01:00
rubenwardy
4302ba4bf2 Fix setting type to string value 2024-07-03 20:24:19 +01:00
rubenwardy
ed69a871a5 Prevent changing package type once approved
Fixes #547
2024-07-03 18:07:12 +01:00
rubenwardy
56f45510dd Feeds: Allow CORS 2024-07-03 17:58:42 +01:00
BlackImpostor
22926a69bd
Translated using Weblate (Russian)
Currently translated at 100.0% (1182 of 1182 strings)

Co-authored-by: BlackImpostor <SkyBuilderOFFICAL@yandex.ru>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/ru/
Translation: Minetest/ContentDB
2024-07-03 00:30:55 +02:00
liu lizhi
9175f1b082
Translated using Weblate (Chinese (Simplified))
Currently translated at 79.4% (939 of 1182 strings)

Co-authored-by: liu lizhi <kz-xy@163.com>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/zh_Hans/
Translation: Minetest/ContentDB
2024-07-03 00:30:55 +02:00
Kisbenedek Márton
72829d6de6
Translated using Weblate (Hungarian)
Currently translated at 37.0% (438 of 1182 strings)

Co-authored-by: Kisbenedek Márton <martonkisbenedek@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/hu/
Translation: Minetest/ContentDB
2024-07-03 00:30:55 +02:00
Wuzzy
73c3863c1a
Translated using Weblate (German)
Currently translated at 100.0% (1182 of 1182 strings)

Co-authored-by: Wuzzy <Wuzzy@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/de/
Translation: Minetest/ContentDB
2024-07-03 00:30:55 +02:00
Olive
78a1c84d50
Added translation using Weblate (Toki Pona)
Co-authored-by: Olive <oliversimmo@gmail.com>
2024-07-03 00:30:55 +02:00
rubenwardy
aedeef4e02 Feeds: Fix sort order 2024-07-02 21:47:33 +01:00
rubenwardy
b741cc592f Feeds: Change release feed item titles 2024-07-02 21:43:32 +01:00
rubenwardy
5f1cd080bf Add Cache-Control to feeds 2024-07-02 21:36:42 +01:00
rubenwardy
d25dc2c795 Add Feeds help page 2024-07-02 21:30:23 +01:00
rubenwardy
31d5eb7e56 Add images to feeds 2024-07-02 21:25:25 +01:00
rubenwardy
19fa1d9b23 Fix JSONFeed version field
Unfortunately, the only working validator I found can only validate live URLs
2024-07-02 21:02:25 +01:00
rubenwardy
b4f9c99717 Fix missing content_html in JSONFeed
Unfortunately, the only working validator I found can only validate live URLs
2024-07-02 20:58:36 +01:00
rubenwardy
9062f49992 Fix authors in JSONFeed
Unfortunately, the only working validator I found can only validate live URLs
2024-07-02 20:55:01 +01:00
rubenwardy
f8abcaa7c6 Add Atom and JSON feeds for releases and new packages
Fixes #224
2024-07-02 20:41:39 +01:00
rubenwardy
e43a7827c2 Make Git Update Detection use release notes from annotated tag
Part of #545
2024-06-30 17:49:21 +01:00
rubenwardy
4ad8e3605b Use git log as fallback for release notes
Part of #545
2024-06-30 17:49:14 +01:00
rubenwardy
c21337b9ff Fix CI due to failing migration 2024-06-24 20:28:36 +01:00
rubenwardy
a0da9ef61e Add release notes to package view page 2024-06-24 20:25:25 +01:00
rubenwardy
22172da57e Fix migration when title is more than 30 chars 2024-06-24 20:16:17 +01:00
rubenwardy
a134d21b79 Remove final newline from normalize_line_endings
Database columns aren't files. This new line causes
issues with `!= ""` checks.
2024-06-24 20:10:03 +01:00
rubenwardy
d0fc83c00c Fix PackageRelease migration setting names to "title" 2024-06-24 20:03:04 +01:00
rubenwardy
64d8f30006 Fix crash when mentioning users in comments
Thanks @Dragonop for help finding the cause
2024-06-23 18:15:00 +01:00
rubenwardy
aecde93310 Fix issue when updating game support on multiple dependers 2024-06-23 11:14:10 +01:00
rubenwardy
0c4698ec0d Fix error on double "move_to_state" submission 2024-06-23 09:44:15 +01:00
rubenwardy
9a64ff7563 Fix missing name in release creation in two places 2024-06-23 09:42:31 +01:00
rubenwardy
1fc7aeb1dd Fix release notes length limit 2024-06-23 09:39:41 +01:00
rubenwardy
3f12a89764 Add fmt option to include VCS repo URL
Fixes #514
2024-06-22 17:15:52 +01:00
rubenwardy
232e3199fd Update translations 2024-06-22 16:06:40 +01:00
孙鑫然
c78c997817
Translated using Weblate (Chinese (Simplified))
Currently translated at 81.4% (941 of 1155 strings)

Co-authored-by: 孙鑫然 <sun_20120302@qq.com>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/zh_Hans/
Translation: Minetest/ContentDB
2024-06-22 17:05:59 +02:00
BlackImpostor
f8c032458e
Translated using Weblate (Russian)
Currently translated at 100.0% (1155 of 1155 strings)

Translated using Weblate (Russian)

Currently translated at 88.2% (1019 of 1155 strings)

Co-authored-by: BlackImpostor <SkyBuilderOFFICAL@yandex.ru>
Translate-URL: https://hosted.weblate.org/projects/minetest/contentdb/ru/
Translation: Minetest/ContentDB
2024-06-22 17:05:59 +02:00