gitea

Development moved to Codeberg

Commits at 12a42baa5ed5f5b5224f7c775b8be04b3eb4980c

  1. 12a42baa Apply CSS Variables to all message elements (#17920) Fixes #17918. Applies color variables to all ui message on both themes. The colorization on .segment is a customization not present in fomantic ui, only used on user/repo/org delete pages. silverwind authored at GitHub comitted at
  2. dcdb4873 Move repo archiver to models/repo (#17913) * Move repo archiver to models/repo * Move archiver service into services/repository/ * Fix imports * Fix test * Fix test Lunny Xiao authored at GitHub comitted at
  3. f49d1604 Replace "unix" by "http+unix" for PROTOCOL (#17771) mscherer authored at GitHub comitted at
  4. 9d620896 Fix loading content history on show more (#17819) * Fix loading content history on show more - Call `initRepoIssueContentHistory` so that the newly loaded issues also get their content history. - Resolves #17767 * apply history to show diff too Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Gusted authored at GitHub comitted at
  5. 6255ff8c update xgo to use 1.17 (#17915) techknowlogick authored at GitHub comitted at
  6. 6c34f6b9 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  7. 11d519b3 Test cache during init (#17852) wxiaoguang authored at GitHub comitted at
  8. b4a32afe Display issue/comment role even if repo archived (#17907) Lunny Xiao authored at GitHub comitted at
  9. 98d903a3 [skip ci] Updated licenses and gitignores GiteaBot authored at GiteaBot comitted at
  10. a1dca009 fix i18n (#17906) wxiaoguang authored at GitHub comitted at
  11. 8d85a62e Fix svg colors in file list table (#17903) * Fix svg colors in file list table Turns out this can be fixed by just removing rules. Directory and file icons have other rules that still make them color correctly. * tweak color on file icons Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> silverwind authored at GitHub comitted at
  12. f7094c81 Update JS dependencies, adjust eslint config (#17904) - Update all JS dependencies to latest versions - Add new lint rules, enable es2022 eslint parser features - Disable github/no-then, I feel the rule was too restricting silverwind authored at GitHub comitted at
  13. c7c723c5 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  14. aa79738a Fix the bug: no wiki page can be created if the repo didn't have any page yet. (#17894) wxiaoguang authored at GitHub comitted at
  15. 1a78e233 tests: more integration tests for notifications (#17845) Verify that multiple status-types are taken into account as expected. Refs: https://github.com/go-gitea/gitea/issues/16796 singuliere authored at GitHub comitted at
  16. 4f81c7df Render issue references in file table (#17897) Fixes #17887 silverwind authored at GitHub comitted at
  17. 5f22e2df Improve seek-help documents (#17895) * Add pprof information to seek-help documents * Improve zh-cn and zh-tw documents wxiaoguang authored at GitHub comitted at
  18. 6791aae8 Add hints for special Wiki pages (#17283) * Add UI hints to create a Wiki sidebar and footer n authored at GitHub comitted at
  19. 6ceef876 Removed SizeFmt. (#17890) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> KN4CK3R authored at GitHub comitted at
  20. 03ec9e50 Changelog for v1.15.7 (#17871) (#17889) * Changelog for v1.15.7 (#17871) * Changelog for v1.15.7 Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> * update version in docs Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> 6543 authored at GitHub comitted at
  21. 365b16cd [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  22. 87be7621 Add migrate from Codebase (#16768) This PR adds [Codebase](https://www.codebasehq.com/) as migration source. Supported: - Milestones - Issues - Pull Requests - Comments - Labels KN4CK3R authored at GitHub comitted at
  23. 957c3fcb Update chi/middleware to chi/v5/middleware (#17888) Fix #17880 Co-authored-by: Lauris BH <lauris@nix.lv> zeripath authored at GitHub comitted at
  24. 4646c7c5 Use fmt.Sprintf correctly (#17886) delvh authored at GitHub comitted at
  25. fbf32082 Added missing `data-` prefix. (#17884) KN4CK3R authored at GitHub comitted at
  26. 4f98e824 Check if column exist before rename if exist, just return with no error (#17870) * Check if column exist before rename if exist, just return with no error * Also check if errors column exist * Add comment for migration * Fix sqlite test Lunny Xiao authored at GitHub comitted at
  27. 34b5436a Refactor various strings (#17784) Fixes #16478 Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> mscherer authored at GitHub comitted at
  28. ba57e30f fix 500 error while use a reserved name in org rename (#17878) fix #17876 Signed-off-by: a1012112796 <1012112796@qq.com> a1012112796 authored at GitHub comitted at
  29. 7026a30f [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  30. 7d0629ad Use shadowing script for docker (#17846) Too many docker users are caught out by the default location for the app.ini file being environment dependent so that when they docker exec into the container the gitea commands do not work properly and require additional -c arguments to correctly pick up the configuration. This PR simply shadows the gitea binary using variants of the FHS compatible script to make the command gitea have the default locations by default. Fix #14468 Reference #17497 Reference #12082 Reference #8941 ... amongst others ... Replace #17501 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at