Commit Graph

1215 Commits

Author SHA1 Message Date
rubenwardy 574339f935 Fix crash in template 2022-01-08 01:49:13 +00:00
rubenwardy baa8c871b0 Fix crash on unimported gettext 2022-01-08 01:47:25 +00:00
rubenwardy c5a6ae3035 Allow translating text in templates 2022-01-07 23:27:00 +00:00
rubenwardy c8b0f9e6ce Allow translating text in blueprints 2022-01-07 22:11:12 +00:00
rubenwardy 1b26acaaae Allow translating form labels 2022-01-07 21:55:33 +00:00
rubenwardy dcd7e31738 Allow translating flash messages 2022-01-07 21:46:16 +00:00
rubenwardy c4dd380218 Allow translating package form 2022-01-07 21:18:34 +00:00
rubenwardy ad05ba1ee8 Fix search bad text bug 2022-01-07 21:15:48 +00:00
rubenwardy a175162186 Remove flask-menu, make navbar translatable 2022-01-07 21:09:09 +00:00
rubenwardy b40bc8c20d Tag index.html and base.html, test updating translation templates 2022-01-07 20:58:32 +00:00
rubenwardy 44b02cfb4e Add translation tagging call for help 2022-01-07 20:27:49 +00:00
rubenwardy 9de4ad5cb3 Fix crash 2022-01-07 19:46:49 +00:00
rubenwardy 482c9e5905 Enable translation support 2022-01-07 19:42:52 +00:00
rubenwardy d8f164ffc1 Fix thread typo when sending webhook 2022-01-05 00:27:48 +00:00
rubenwardy e4ea44aa5b Allow null dev_state 2022-01-04 13:08:53 +00:00
rubenwardy 122e1a4677 Rename replies to comments 2022-01-03 01:44:12 +00:00
rubenwardy 933d8ebfe7 Add all user replies page 2022-01-03 01:41:50 +00:00
rubenwardy 8f4e214c52 Add review votes page 2022-01-01 22:40:27 +00:00
rubenwardy e346587111 Remove thumbs from helpful votes 2022-01-01 21:45:03 +00:00
rubenwardy 4dfb35a57b Remove gamejam banner 2022-01-01 02:27:49 +00:00
rubenwardy d16666c0f8 Update homepage gamejam notice 2021-12-23 12:07:38 +00:00
rubenwardy 4d37f53a04 Fix crash due to null dev_state 2021-12-23 11:58:39 +00:00
rubenwardy e3ed5fbc58 Show WIP packages in client, add missing keys to package 2021-12-23 11:56:03 +00:00
rubenwardy 2e7d4277e1 Allow editors to restore packages 2021-12-20 23:56:44 +00:00
rubenwardy 5932ac3c7c Clean up `hide` query argument in QueryBuilder 2021-12-20 21:24:06 +00:00
rubenwardy 5d32d7922f Add Maintenance State field
Fixes #160
2021-12-20 21:07:12 +00:00
rubenwardy a800685947 Improve webhook error on create events 2021-12-12 17:20:23 +00:00
rubenwardy 7aca5a54dc Add more to reviews API response 2021-11-26 14:56:01 +00:00
rubenwardy e1cd2ceb1d Improve reviews API docs 2021-11-26 14:42:21 +00:00
rubenwardy c46cca519a Fix paginated API response key 2021-11-26 14:34:37 +00:00
rubenwardy da41fb5738 Improve reviews API 2021-11-26 14:33:17 +00:00
rubenwardy bd25a8d601 Fix limit arg in QueryBuilder 2021-11-25 15:51:41 +00:00
rubenwardy c13b13268b Update topic queries API doc 2021-11-25 15:48:23 +00:00
rubenwardy 10cfbc6e45 Fix typo in URL in API docs 2021-11-25 11:13:58 +00:00
rubenwardy 6c99732673 Fix UI test assertion 2021-11-25 11:01:07 +00:00
rubenwardy 3c4085eb0b Use username in fallback when generating gravatar profile picture 2021-11-25 11:00:20 +00:00
rubenwardy 443dd9f18f Fix user count assertion in UI tests 2021-11-25 10:56:45 +00:00
rubenwardy 95c0fb8a70 Fix migration 2021-11-25 10:51:54 +00:00
rubenwardy a04b2542b5
Add policy on Featured Packages (#323) 2021-11-25 10:49:42 +00:00
rubenwardy 49355f5db1 Improve API documentation 2021-11-25 10:49:31 +00:00
rubenwardy 41e0e65a6b Add more info to /api/homepage/ 2021-11-25 10:35:31 +00:00
rubenwardy f714d809f8 Fix crash on /api/homepage/ due to invalid response returned 2021-11-25 10:28:15 +00:00
rubenwardy cd39f7b2c6 Fix verification email not being sent by set password 2021-11-25 01:49:14 +00:00
rubenwardy c4c8390ead Fix typo in API docs 2021-11-24 23:16:05 +00:00
rubenwardy 085c99272e Show gamejam banner to all users 2021-11-24 23:14:32 +00:00
rubenwardy 5fd1666a5d Prevent metrics roll over 2021-11-24 23:01:42 +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 0486eb76c0 Add 12 hour expiry to email verification tokens 2021-11-24 17:41:39 +00:00
rubenwardy 3b5c9950de Add created_at to User and UserEmailVerification 2021-11-24 17:35:38 +00:00
rubenwardy dd352faa31 Improve email verification help 2021-11-24 17:10:45 +00:00
rubenwardy 4f69dd8d32 Add API for reviews 2021-11-24 16:33:37 +00:00
rubenwardy d0741fde6e Also allow Authorization header 2021-11-24 15:49:00 +00:00
rubenwardy d485e686d9 Allow cross-origin requests to the API 2021-11-24 15:39:50 +00:00
rubenwardy ae37a551e1 Improve gamejam image cropping 2021-11-23 01:16:59 +00:00
rubenwardy afb2f9ec00 Add gamejam redirect 2021-11-23 01:05:43 +00:00
rubenwardy 21d5d9d47e Add gamejam.png 2021-11-23 00:59:43 +00:00
rubenwardy 20c93925a8 Add game jam ad 2021-11-23 00:58:53 +00:00
rubenwardy e5ae41901c Add rules for requesting reviews 2021-11-21 03:44:44 +00:00
rubenwardy 5319ea8771 Fix package form type/title/name field sizes 2021-09-08 16:54:06 +01:00
rubenwardy 43fcf5ee3b Add hint to readonly package name 2021-09-08 16:51:37 +01:00
rubenwardy 46a38753a9 Fix review votes not cascade deleting 2021-08-21 22:55:11 +01:00
rubenwardy 32372e8e86 Add support for strikethrough in markdown
Fixes #304
2021-08-21 05:40:20 +01:00
rubenwardy c1edea4dc3 Allow removing review votes
Fixes #328
2021-08-19 13:45:32 +01:00
rubenwardy 86e1f57198 Hide review vote counts when 0 2021-08-18 22:49:44 +01:00
rubenwardy fab814c46f Add review voting 2021-08-18 22:09:41 +01:00
rubenwardy 4a1f654798 Fix crash due to faulty game detection 2021-08-18 02:14:15 +01:00
rubenwardy 895a113478 Fallback to autogenerated Gravatars 2021-08-17 21:34:23 +01:00
rubenwardy 37a7dd28d6 Add optional Discord webhook support 2021-08-17 21:16:43 +01:00
rubenwardy e5cc140d42 Add Approver rank 2021-08-16 18:57:05 +01:00
rubenwardy 59a5cf2df5 Add editor queue for packages with "Other" licenses
Fixes #283
2021-08-12 18:57:25 +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 562b0ceffe Allow admin to delete any user (except admins) 2021-08-04 21:50:35 +01:00
rubenwardy 6bbe2307e9 Add email notification prompt to post-login hook 2021-07-31 21:35:07 +01:00
rubenwardy aae546a08e Import licenses from SPDX
Fixes #326
2021-07-31 21:03:45 +01:00
rubenwardy 2f2141f524 Allow editors to change maintainers
Fixes #325
2021-07-31 19:52:36 +01:00
rubenwardy aee59626ee Add outdated packages notification 2021-07-30 19:50:52 +01:00
rubenwardy 825801b867 Refactor admin page 2021-07-30 19:43:02 +01:00
rubenwardy 447f3e2d5b Add modname uniqueness page 2021-07-29 19:34:47 +01:00
rubenwardy ff846f4478 Fix bug with Editor screenshots 2021-07-28 01:53:44 +01:00
rubenwardy c794de680b Profile medals: top package type icons, equal height 2021-07-26 00:02:55 +01:00
rubenwardy 034e5382ec Profile medals: refactor code 2021-07-25 23:41:34 +01:00
rubenwardy e06ac1689c Profile medals: add progressbars, make top packages per type 2021-07-25 22:44:13 +01:00
rubenwardy 4de802c68d Add total downloads number on profiles with <50k 2021-07-25 20:26:01 +01:00
rubenwardy 33aedb233d Add maintained packages to user profile 2021-07-25 18:42:11 +01:00
rubenwardy 95bd1a50d9 Fix crash on user on None min_package_rank 2021-07-25 18:30:10 +01:00
rubenwardy 76675ad76b Add top packages badge to profile 2021-07-25 18:17:59 +01:00
rubenwardy ac9b2207bf Fix profile badge icon use 2021-07-25 17:10:57 +01:00
rubenwardy d7c83f58b9 Fix crash on profile with no pacakges 2021-07-25 17:01:21 +01:00
rubenwardy d17bd5580e Fix badge hint 2021-07-25 16:36:39 +01:00
rubenwardy 94568c851a Add package downloads badge to profile page 2021-07-25 16:35:08 +01:00
rubenwardy 29bfc91683 Add top reviewer badge to profile page 2021-07-25 16:09:21 +01:00
rubenwardy cb5fa4d6e7 Improve related packages on package page
Fixes #254
2021-07-25 03:54:08 +01:00
rubenwardy fc7739be2c Add package name validation to postReleaseCheckUpdate
Fixes #186
2021-07-25 00:09:19 +01:00
rubenwardy 5a12b9e6c4 Fix crash in releases list due to missing `current_user` argument 2021-07-24 16:47:41 +01:00
rubenwardy 4e83adc032 Refactor package URL generation 2021-07-24 04:30:14 +01:00
rubenwardy 187202d363 Improve unified navigation further 2021-07-24 03:56:43 +01:00
rubenwardy 545968a71f Remove updateFromRelease feature 2021-07-24 03:09:33 +01:00
rubenwardy f5aee035b3 Use vertical nav 2021-07-24 03:09:11 +01:00
rubenwardy 1389cf450c Unify package edit UI 2021-07-24 02:55:55 +01:00
rubenwardy 24e3b1505b Fix UI tests 2021-07-24 02:32:28 +01:00
rubenwardy 347f8e5a22 Add support for renaming users and package alias redirects
Fixes #270
2021-07-24 02:30:43 +01:00
rubenwardy 0614e6b28b Fix broken background for code blocks
Fixes #256
2021-07-24 01:14:28 +01:00
rubenwardy 823c06d3ea Prevent API from changing protected tags
Fixes #322
2021-07-24 00:43:55 +01:00
Warr1024 3049d17f5e Improve placeholder.png image
Closes #293
2021-07-22 18:46:14 +01:00
rubenwardy e7818d7fb4 Tweak Featured styling, fix various issues 2021-07-22 18:33:24 +01:00
rubenwardy 7db6c6bba4 Fix missing state filter 2021-07-22 14:05:59 +01:00
rubenwardy b87401a0c8 Fix missing mapPackages 2021-07-22 14:04:08 +01:00
rubenwardy 13b6ab04bb Bump CSS version 2021-07-22 13:52:59 +01:00
rubenwardy 148ece162c Add Featured packages and protected tags 2021-07-22 13:44:20 +01:00
rubenwardy ce2bb3abad Fix Create Package not appearing for unprivileged users 2021-07-22 11:58:00 +01:00
rubenwardy cfddf0ada3 Fix missing if-statement on screenshot approval badge 2021-07-22 11:54:18 +01:00
rubenwardy 54304cf3e0 Add Create Package button to profile page 2021-07-22 11:50:39 +01:00
rubenwardy f1597622ea Add approval state labels to screenshots and package tiles 2021-07-22 11:43:43 +01:00
rubenwardy 6fa6203ce0 😢 2021-07-21 02:31:51 +01:00
rubenwardy 75c118c483 Prefetches dependencies of likely dependency candidates 2021-07-20 21:24:08 +01:00
rubenwardy 4238dbd412 Allow maintainers to delete their bot threads 2021-07-20 00:25:55 +01:00
rubenwardy 9a54ada0ec Don't mark package as changes needed when creating a review thread 2021-07-19 23:59:40 +01:00
rubenwardy ce8ae30311 Add editor notification when user replies to ContentDB system user 2021-07-19 23:55:00 +01:00
rubenwardy 2f77a84ec5 Add notification when release creation fails 2021-07-19 23:49:29 +01:00
rubenwardy f83605c35f Fix too long Draft/ChangesNeeded messages 2021-07-19 23:11:02 +01:00
rubenwardy 4c4bddeed6 Add post_login function, go to notifications page 2021-07-19 23:04:55 +01:00
rubenwardy 4523849641 Add Draft/ChangesNeeded notification admin action 2021-07-19 23:04:55 +01:00
rubenwardy fb2f71e1dc Revert "Remove error on game missing hard deps"
This reverts commit aff20f1a6d.
2021-07-18 17:59:35 +01:00
rubenwardy 52437d4e2e Fix images exceeding long desc bounds
Fixes #309
2021-07-18 16:49:28 +01:00
rubenwardy 72a95ecfca Fix error with submodule cloning
Call `git submodule update --init` manually rather than using GitPython's
submodule API, as that fails with the following repo as a submodule:
https://files.creativekara.fr/git/naturalslopeslib.git
2021-07-18 02:48:19 +01:00
Jordan Irwin 9e95b69c11
Fix badges not displaying when dash (-) in title (#308) 2021-06-23 23:57:26 +01:00
rubenwardy 231c2a3a1e Fix broken audit log in thread log 2021-06-14 17:40:38 +01:00
rubenwardy 7dbea9f042 Fix crash on packages with no releases 2021-05-08 00:30:57 +01:00
rubenwardy 9dfb95a524 Use secrets library to generate tokens 2021-05-06 14:51:22 +01:00
rubenwardy e9161610c4 Fix bad download file names
Fixes #116
2021-05-04 22:06:31 +01:00
rubenwardy f4792ac537 Fix `get_latest_tag()` crash on repos with dangling tags
Fixes #272
2021-05-04 01:36:54 +01:00
rubenwardy 588b03cf34 Add tests for login and register 2021-05-03 23:57:22 +01:00
rubenwardy 94bf83c611 Add tests for git utils 2021-05-03 22:22:17 +01:00
rubenwardy 4bb35953b1 Test dependencies API 2021-05-03 18:47:19 +01:00
rubenwardy d64463235c Add tests for package release filtering 2021-05-03 18:27:32 +01:00
rubenwardy dcc34570d5
Use GitHub actions (#295) 2021-05-03 17:59:23 +01:00
rubenwardy a33a4bd894 Fix editors not being able to approve releases 2021-04-28 23:18:16 +01:00
rubenwardy c0719fdeaa Add simple captcha 2021-04-17 02:12:00 +01:00
rubenwardy 8dbd22f56c Add custom 404 page 2021-04-10 16:30:19 +01:00
rubenwardy c2994a27fd Fix maintainers not being able to delete releases 2021-03-07 15:00:36 +00:00
rubenwardy 9cb9f8a4f6 Hotfix: Prevent webhooks from running on non-master/main branches 2021-03-07 14:48:04 +00:00
rubenwardy 4d2833de88 Add all releases API 2021-03-05 12:55:21 +00:00
rubenwardy adcbf7455e Fix incorrect status code for Found 2021-03-02 22:37:37 +00:00
rubenwardy df8ef542dd Disallow spaces in usernames 2021-03-02 22:36:21 +00:00
rubenwardy c11e5c1f99 Revert "Fix Git clone error when checking out reference"
This reverts commit 63cfb5eac0.
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 6861524641 Improve release ratelimit message, increase limit 2021-03-01 18:10:33 +00:00
rubenwardy 032d8bf67b Fix minmum length on packages titles
Fixes #263
2021-02-28 21:32:28 +00:00
rubenwardy 47797f1fb1 Make it more clear that .conf will override release min/max vers 2021-02-28 21:30:54 +00:00