forgejo/models/packages
Danila Fominykh 60522fc96f
packages: Calculate package size quota using package creator ID instead of owner ID (#28007)
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.
2023-11-14 00:38:50 +01:00
..
alpine Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
conan Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
conda Add Conda package registry (#22262) 2023-02-01 12:30:39 -06:00
container List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
cran Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
debian List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
nuget Fix NuGet search endpoints (#25613) 2023-08-14 02:50:55 +00:00
descriptor.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
package.go Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
package_blob.go Test if container blob is accessible before mounting (#22759) 2023-07-09 11:24:43 +00:00
package_blob_upload.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_cleanup_rule.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
package_file.go packages: Calculate package size quota using package creator ID instead of owner ID (#28007) 2023-11-14 00:38:50 +01:00
package_property.go Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
package_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
package_version.go List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00