mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 06:09:07 +01:00
60522fc96f
Changed behavior to calculate package quota limit using package `creator ID` instead of `owner ID`. Currently, users are allowed to create an unlimited number of organizations, each of which has its own package limit quota, resulting in the ability for users to have unlimited package space in different organization scopes. This fix will calculate package quota based on `package version creator ID` instead of `package version owner ID` (which might be organization), so that users are not allowed to take more space than configured package settings. Also, there is a side case in which users can publish packages to a specific package version, initially published by different user, taking that user package size quota. Version in fix should be better because the total amount of space is limited to the quota for users sharing the same organization scope. |
||
---|---|---|
.. | ||
alpine | ||
conan | ||
conda | ||
container | ||
cran | ||
debian | ||
nuget | ||
descriptor.go | ||
package.go | ||
package_blob.go | ||
package_blob_upload.go | ||
package_cleanup_rule.go | ||
package_file.go | ||
package_property.go | ||
package_test.go | ||
package_version.go |