rubenwardy
|
5e425cd29c
|
Validate mod directory casing
|
2023-01-01 22:45:10 +00:00 |
|
rubenwardy
|
ba7ed40d6a
|
Fix crash in upgrade_new_members task
|
2022-11-22 21:55:40 +00:00 |
|
rubenwardy
|
906ec3885a
|
Rename "Metapackage" to "Mod Name"
|
2022-09-01 22:56:49 +01:00 |
|
rubenwardy
|
b4208f2dda
|
Reintroduce New Member rank
Fixes #183
|
2022-08-23 02:31:17 +01:00 |
|
rubenwardy
|
56298ed57f
|
Add graceful error message for invalid json files
|
2022-06-25 15:36:59 +01:00 |
|
rubenwardy
|
78717b5eea
|
Move game support updateAll to celery task
|
2022-06-25 04:47:38 +01:00 |
|
rubenwardy
|
3b140df508
|
Improve bot message friendliness
|
2022-06-25 03:30:12 +01:00 |
|
rubenwardy
|
e091bd6fb0
|
Use db.session for GameSupportResolver in postReleaseCheckUpdate
|
2022-06-25 02:41:50 +01:00 |
|
rubenwardy
|
4a82172e07
|
Fix detached instance error in game support
|
2022-06-25 02:39:36 +01:00 |
|
rubenwardy
|
d9e65f7c3a
|
Add option to disable game support detection
|
2022-06-25 02:27:51 +01:00 |
|
rubenwardy
|
42841896d1
|
Add ability for editors to set game support
|
2022-06-25 01:17:20 +01:00 |
|
rubenwardy
|
d6887d7b46
|
Add support for un/"supported_games" in mod.conf
|
2022-06-24 23:56:27 +01:00 |
|
rubenwardy
|
f22911b4a0
|
Fix and reenable game support
|
2022-06-24 23:18:16 +01:00 |
|
rubenwardy
|
8f622ba5c9
|
Add ability to search for text in all packages
|
2022-04-02 20:09:59 +01:00 |
|
rubenwardy
|
d7c765c972
|
Disable game support updating
|
2022-02-13 09:13:53 +00:00 |
|
rubenwardy
|
173261a69f
|
Emails: Fix crash due to missing connection
|
2022-02-13 09:03:50 +00:00 |
|
rubenwardy
|
595b86df6c
|
Add Precedence: Bulk header to bulk emails
|
2022-02-12 14:13:57 +00:00 |
|
rubenwardy
|
770d17b42a
|
Use persistent SMTP connection for bulk emails, add List-Unsubscribe header
|
2022-02-12 14:06:04 +00:00 |
|
rubenwardy
|
d098ee9dff
|
Run game support update_all on unapproved mods too
|
2022-02-02 00:25:59 +00:00 |
|
rubenwardy
|
d529634b7f
|
Add game support detection
Part of #232
|
2022-02-01 20:56:43 +00:00 |
|
rubenwardy
|
d08710684d
|
Add screenshot resolution checking
|
2022-01-26 03:08:00 +00:00 |
|
rubenwardy
|
3b354de2fc
|
Lower email sending rate limit again
|
2022-01-23 18:40:06 +00:00 |
|
rubenwardy
|
411392eb76
|
Lower email sending rate limit
|
2022-01-23 18:27:46 +00:00 |
|
rubenwardy
|
15c3e4edec
|
Raise email sending rate limit
|
2022-01-23 18:25:58 +00:00 |
|
rubenwardy
|
ade75ace49
|
Update privacy policy
- Add preferred language
- Add admin bulk email sending
- Update location
|
2022-01-23 17:56:54 +00:00 |
|
rubenwardy
|
390bf7a657
|
Fix two crashes due to translations
|
2022-01-23 17:14:03 +00:00 |
|
rubenwardy
|
004c5cd383
|
Allow translating emails
Fixes #350
|
2022-01-22 21:23:01 +00:00 |
|
rubenwardy
|
80d534a53f
|
Fix crash on invalid username in forums import
|
2022-01-21 21:20:04 +00:00 |
|
rubenwardy
|
7f5656df08
|
Add reporting system
Fixes #12
|
2022-01-20 23:30:56 +00:00 |
|
rubenwardy
|
d9a6127c35
|
Fix inconsistent capitalisation of GitHub and Javascript
Fixes #353
|
2022-01-20 01:29:02 +00:00 |
|
rubenwardy
|
6e93e6d777
|
Fix optional_depends not being validated
|
2022-01-17 15:34:41 +00:00 |
|
rubenwardy
|
c0eb10521d
|
Delete unconfirmed accounts after 12 hours
|
2021-11-24 22:54:35 +00:00 |
|
rubenwardy
|
bc371f1ef3
|
Delete inactive user accounts after 12 hours
|
2021-11-24 17:58:03 +00:00 |
|
rubenwardy
|
4a1f654798
|
Fix crash due to faulty game detection
|
2021-08-18 02:14:15 +01:00 |
|
rubenwardy
|
37a7dd28d6
|
Add optional Discord webhook support
|
2021-08-17 21:16:43 +01:00 |
|
rubenwardy
|
d6b1adf613
|
Disable package name validation on modpacks
Whilst modpacks providing an incorrect name in `modpack.conf` is wrong,
it doesn't actually matter as ContentDB will correct it after installation.
|
2021-08-08 20:43:57 +01:00 |
|
rubenwardy
|
fc7739be2c
|
Add package name validation to postReleaseCheckUpdate
Fixes #186
|
2021-07-25 00:09:19 +01:00 |
|
rubenwardy
|
4e83adc032
|
Refactor package URL generation
|
2021-07-24 04:30:14 +01:00 |
|
rubenwardy
|
823c06d3ea
|
Prevent API from changing protected tags
Fixes #322
|
2021-07-24 00:43:55 +01:00 |
|
rubenwardy
|
b87401a0c8
|
Fix missing mapPackages
|
2021-07-22 14:04:08 +01:00 |
|
rubenwardy
|
148ece162c
|
Add Featured packages and protected tags
|
2021-07-22 13:44:20 +01:00 |
|
rubenwardy
|
2f77a84ec5
|
Add notification when release creation fails
|
2021-07-19 23:49:29 +01:00 |
|
rubenwardy
|
fb2f71e1dc
|
Revert "Remove error on game missing hard deps"
This reverts commit aff20f1a6d22f25c7286b3625b7379c9dae7a5da.
|
2021-07-18 17:59:35 +01:00 |
|
rubenwardy
|
c11e5c1f99
|
Revert "Fix Git clone error when checking out reference"
This reverts commit 63cfb5eac0c6a67db43b4bd35b1ea09b05c07214.
|
2021-03-02 16:42:38 +00:00 |
|
rubenwardy
|
63cfb5eac0
|
Fix Git clone error when checking out reference
|
2021-03-01 18:10:46 +00:00 |
|
rubenwardy
|
ff2f7caee1
|
Add support for README files when importing meta
Fixes #87
|
2021-02-28 02:36:31 +00:00 |
|
rubenwardy
|
8225e4098b
|
Add support for .cdb.json
Fixes #231
|
2021-02-02 23:58:59 +00:00 |
|
rubenwardy
|
14810b2cc5
|
Add table of contents to help pages
|
2021-02-02 20:05:24 +00:00 |
|
rubenwardy
|
a78fe8ceb9
|
Split importtasks.py
|
2021-02-01 22:43:43 +00:00 |
|
rubenwardy
|
d7647520c8
|
Fix erroneous updates from Git Update Detector
|
2021-02-01 11:34:55 +00:00 |
|
rubenwardy
|
f07f2803f8
|
Fix crash in get_latest_tag due to missing tuple
|
2021-01-31 11:24:04 +00:00 |
|
rubenwardy
|
4364ce5d6f
|
Fix incorrect query in check_update_config task
|
2021-01-30 23:51:09 +00:00 |
|
rubenwardy
|
7c3d738756
|
Fix index out of range error in get_latest_tag
|
2021-01-30 23:42:00 +00:00 |
|
rubenwardy
|
b7814d9541
|
Check for existing releases with commit in update checker
|
2021-01-30 19:56:27 +00:00 |
|
rubenwardy
|
b3237b0c49
|
Split utils.py into package
|
2021-01-30 18:25:00 +00:00 |
|
rubenwardy
|
b22ef5ae83
|
Add release creation audit logs
|
2021-01-30 17:10:38 +00:00 |
|
rubenwardy
|
8d6661511a
|
Update copyrights
|
2021-01-30 17:00:58 +00:00 |
|
rubenwardy
|
99eee9c758
|
Use utc date format when creating releases using Update Config
|
2021-01-30 01:21:26 +00:00 |
|
rubenwardy
|
9acb7698ef
|
Fix updates beat
|
2021-01-29 23:35:23 +00:00 |
|
rubenwardy
|
09f8302e74
|
Add support for New Tag update detection trigger
|
2021-01-29 22:20:44 +00:00 |
|
rubenwardy
|
ef9860b6cc
|
Replace update bot message with notification only
|
2021-01-29 20:01:48 +00:00 |
|
rubenwardy
|
b613ac4b89
|
Fix default branch detection
|
2021-01-29 17:17:51 +00:00 |
|
rubenwardy
|
ee9f6454e0
|
Change bot thread title
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
c5d99e00d8
|
Document that new tag isn't implemented yet
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
ea527f9598
|
Only run update configs on approved packages
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
8fcea988ca
|
Add admin option to set updateconfigs on all relevant packages
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
6b8b98c15b
|
Add updateconfig error reporting
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
17798df342
|
Add ref to update config
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
09a9219fcd
|
Add outdated flag to UpdateConfig to stop notification spam
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
14a67b99ba
|
Add package update configuration for polling
|
2021-01-29 16:36:23 +00:00 |
|
rubenwardy
|
88a8e85b12
|
Fix crash on forum profile not found
|
2021-01-27 17:42:47 +00:00 |
|
rubenwardy
|
dfc6f6fd6e
|
Fix crash on importing texture pack with no .conf
|
2021-01-21 20:47:44 +00:00 |
|
rubenwardy
|
05a08b4c05
|
Check for release key in minetestcheck
|
2021-01-16 18:19:51 +00:00 |
|
rubenwardy
|
e4d0b57f3c
|
Improve Minetest config parsing error messages
|
2021-01-10 02:59:57 +00:00 |
|
Lars Mueller
|
e0b490fdc0
|
Add support for multiline values in .conf files
|
2021-01-01 16:24:49 +00:00 |
|
rubenwardy
|
6ebab36877
|
Fix postReleaseCheckUpdate running twice on release creation
|
2020-12-31 18:19:07 +00:00 |
|
rubenwardy
|
afb699f8d3
|
Include mod name as prefix to zips created by git-archive-all
|
2020-12-29 20:42:43 +00:00 |
|
rubenwardy
|
60362abef1
|
Improve claim user UX
|
2020-12-22 10:58:43 +00:00 |
|
rubenwardy
|
c7aecd32be
|
Fix error creating releases from certain git references
Fixes #249
|
2020-12-14 21:05:56 +00:00 |
|
rubenwardy
|
f7b3f4573d
|
Add celery task maillogging
|
2020-12-07 18:17:17 +00:00 |
|
rubenwardy
|
3aa12be544
|
Add daily notification digests
|
2020-12-06 15:02:02 +00:00 |
|
rubenwardy
|
085f0b49c6
|
Add unsubscribe
|
2020-12-05 22:02:33 +00:00 |
|
rubenwardy
|
5fe3b0b459
|
Add email send reasons
|
2020-12-05 22:02:33 +00:00 |
|
rubenwardy
|
9c10e190bc
|
Implement email notifications
|
2020-12-05 22:02:33 +00:00 |
|
rubenwardy
|
afb87c525d
|
Improve verify email wording
|
2020-12-05 02:20:21 +00:00 |
|
rubenwardy
|
9b0ce41fd7
|
Fix signature parsing
|
2020-12-05 02:20:21 +00:00 |
|
rubenwardy
|
f7d90f2f53
|
Register: Fix behaviour on email conflict, add password suggestion
|
2020-12-05 02:20:21 +00:00 |
|
rubenwardy
|
14f643592c
|
Fix user conflict on forum import
|
2020-12-04 03:14:04 +00:00 |
|
rubenwardy
|
8c5cdb630e
|
Fix forum parser
|
2020-12-04 02:57:36 +00:00 |
|
rubenwardy
|
42f96618e2
|
Clean up code
|
2020-12-04 02:26:06 +00:00 |
|
rubenwardy
|
aff20f1a6d
|
Remove error on game missing hard deps
Fixes #241
|
2020-12-03 21:08:20 +00:00 |
|
rubenwardy
|
6841a295ff
|
Use contextlib to safely delete dirs in importtasks
|
2020-12-03 21:07:42 +00:00 |
|
rubenwardy
|
92fb54556a
|
Implement package states for easier reviews
|
2020-09-16 17:51:03 +01:00 |
|
rubenwardy
|
934d581737
|
Fix screenshot form not validating length
|
2020-08-19 13:06:21 +01:00 |
|
rubenwardy
|
e85d1755f0
|
Increase thread/comment ratelimiting based on rank
|
2020-08-18 18:10:42 +01:00 |
|
rubenwardy
|
1c4fe1b80c
|
Fix reimport not unapproving releases
|
2020-08-18 17:39:20 +01:00 |
|
rubenwardy
|
2279208b00
|
Check for game hard dependencies
|
2020-08-18 17:08:17 +01:00 |
|
rubenwardy
|
b8ee612b45
|
Update meta on release import
|
2020-08-18 16:12:27 +01:00 |
|
rubenwardy
|
2f208d9239
|
Add regex checking for dependency names
|
2020-08-18 13:57:56 +01:00 |
|
rubenwardy
|
0c81d0ae2b
|
Improve MinetestCheck name validation
|
2020-08-18 13:34:04 +01:00 |
|