[obs-commits] [openSUSE/open-build-service] 517f5a: Show download link for files that exceed 4 megabytes

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 517f5a418958de5a5816b46d2d253d65e996d878 https://github.com/openSUSE/open-build-service/commit/517f5a418958de5a5816b4... Author: Lukas Krause <lkrause@suse.de> Date: 2020-08-31 (Mon, 31 Aug 2020) Changed paths: M src/api/app/views/webui/package/_file.html.haml Log Message: ----------- Show download link for files that exceed 4 megabytes In the past we showed the download link for files with a size of less than 4 megabytes also to non authenticated users. Now we show the link only to authenticated users no matter which sizes the file has. A forgotten if statement led to the problem that we didn't showed the download link to anyone anymore when the file exceeds the 4 megabytes. Fixes #10096 Commit: 65fecc1121c84a11089b298a0cbae60c19f72002 https://github.com/openSUSE/open-build-service/commit/65fecc1121c84a11089b29... Author: Lukas Krause <lkrause@suse.de> Date: 2020-08-31 (Mon, 31 Aug 2020) Changed paths: M src/api/app/views/webui/package/_file.html.haml Log Message: ----------- Merge pull request #10097 from krauselukas/fix_10096 Show download link for files that exceed 4 megabytes Compare: https://github.com/openSUSE/open-build-service/compare/6521e7a720f7...65fecc...
participants (1)
-
Lukas Krause