Commit Graph

868 Commits

Author SHA1 Message Date
rubenwardy 7a584e1a6e Fix failing UI test 2020-12-03 20:40:50 +00:00
rubenwardy 00be054135 Fix crash in GitLab webhook 2020-12-03 20:40:50 +00:00
dependabot[bot] 6eb4a803fd
Bump cryptography from 2.9.2 to 3.2 (#242)
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.9.2...3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 22:55:53 +00:00
rubenwardy 6503a82094 Fix crash on email templating 2020-10-19 15:30:45 +01:00
rubenwardy 31f52580c2 Change open package approval thread message 2020-09-23 19:17:06 +01:00
rubenwardy 2aa0c3cc84 Fix texture pack license not present issue
Fixes #236
2020-09-22 21:53:04 +01:00
rubenwardy a3b3525b78 Add work queue icon to navigation bar 2020-09-19 19:30:33 +01:00
rubenwardy d76f10c312 Improve documentation 2020-09-16 23:32:39 +01:00
rubenwardy a1e0e37223 Fix broken state comparison due to enum ordering 2020-09-16 22:19:14 +01:00
rubenwardy 9a1c1c56e6 Allow admin to make a package WIP 2020-09-16 22:11:47 +01:00
rubenwardy 3a5fe25e12 Fix migration 2020-09-16 22:09:00 +01:00
rubenwardy f56b6021d8 Fix crash on missing PackageState 2020-09-16 22:03:36 +01:00
rubenwardy 380c88b5a3 Improve release approval section appearance 2020-09-16 21:55:52 +01:00
rubenwardy dd1288dc3c Sort notifications by date 2020-09-16 18:16:41 +01:00
rubenwardy 258a23cd9a Allow all users to delete their packages 2020-09-16 18:12:53 +01:00
rubenwardy 92fb54556a Implement package states for easier reviews 2020-09-16 17:51:03 +01:00
rubenwardy e81eb9c8d5 Fix crash on no signature 2020-09-15 15:48:03 +01:00
rubenwardy 8ec4006cc7 Disable email in default config 2020-09-01 15:26:10 +01:00
rubenwardy b3fdb991d6 Update README.md 2020-09-01 15:05:31 +01:00
rubenwardy 5b086bb559 Fix migration error when migrating from scratch 2020-09-01 14:57: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 f6ff5cba82 Add unfulfilled dependencies todo page 2020-08-18 17:28:42 +01:00
rubenwardy 193e4e39b1 Split hard and soft dependers on meta package page 2020-08-18 17:13:37 +01:00
rubenwardy ab7d5a3feb Show optional dependencies on games 2020-08-18 17:09:13 +01:00
rubenwardy 2279208b00 Check for game hard dependencies 2020-08-18 17:08:17 +01:00
rubenwardy a8e1863341 Fix bug in meta package counting 2020-08-18 16:54:05 +01:00
rubenwardy 506974a50d Add forum topic list to meta packages page 2020-08-18 16:42:33 +01:00
rubenwardy 996ba82663 Add list of dependers to meta package page
Fixes #229
2020-08-18 16:29:51 +01:00
rubenwardy 68524adadf Remove provides/dependencies from Package form 2020-08-18 16:14:47 +01:00
rubenwardy b8ee612b45 Update meta on release import 2020-08-18 16:12:27 +01:00
rubenwardy 5db633d911 Add ability to delete unused metapackages 2020-08-18 14:22:16 +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
rubenwardy 6167bdc7f0 Remove empty dependencies in MinetestCheck 2020-08-18 11:43:13 +01:00
rubenwardy b50a306e66 Print updateMetaFromRelease info 2020-08-18 00:41:37 +01:00
rubenwardy 0b06cfffba Fix reimport packages not importing unapproved package 2020-08-18 00:28:27 +01:00
rubenwardy 85551539f0 Fix incorrect game names detected by MinetestCheck 2020-08-18 00:25:13 +01:00
rubenwardy 3914659718 Fix dependencies still being added if in provides
Fixes #226
2020-08-18 00:16:03 +01:00
rubenwardy 8fd229b739 Fix crash on null user agent 2020-08-16 13:13:25 +01:00
rubenwardy d69da8e3ea Redirect to correct URL when _game is missing from package name 2020-08-02 18:03:44 +01:00
rubenwardy 9a64809542 Add badges/shields support 2020-08-02 17:41:06 +01:00
rubenwardy ce034fddd4 Add downloads to package JSON 2020-08-02 17:10:47 +01:00
rubenwardy e931d6a88b Fix comment length checking 2020-07-29 17:33:12 +01:00
rubenwardy a8a3067ac9 Fix validation error in release form on incomplete URL 2020-07-18 15:42:49 +01:00
rubenwardy 64dab0c4b6 Filter tags by available packages in package search 2020-07-18 03:14:56 +01:00
rubenwardy dd7146205a Add description title tooltips to tags 2020-07-18 02:54:40 +01:00
rubenwardy 68a132f271 Add tags list to homepage 2020-07-18 02:48:22 +01:00
rubenwardy c7b1dcec4f Sort "recently added" by approved_at 2020-07-18 01:48:37 +01:00