gitea

Development moved to Codeberg

Commits at 1a78e23355de554a360f65c1a4808ae812a68809

  1. 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
  2. 4f81c7df Render issue references in file table (#17897) Fixes #17887 silverwind authored at GitHub comitted at
  3. 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
  4. 6791aae8 Add hints for special Wiki pages (#17283) * Add UI hints to create a Wiki sidebar and footer n authored at GitHub comitted at
  5. 6ceef876 Removed SizeFmt. (#17890) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> KN4CK3R authored at GitHub comitted at
  6. 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
  7. 365b16cd [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  8. 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
  9. 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
  10. 4646c7c5 Use fmt.Sprintf correctly (#17886) delvh authored at GitHub comitted at
  11. fbf32082 Added missing `data-` prefix. (#17884) KN4CK3R authored at GitHub comitted at
  12. 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
  13. 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
  14. 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
  15. 7026a30f [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  16. 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
  17. 042cac5f Improve install code to avoid low-level mistakes. (#17779) * Improve install code to avoid low-level mistakes. If a user tries to do a re-install in a Gitea database, they gets a warning and double check. When Gitea runs, it never create empty app.ini automatically. Also some small (related) refactoring: * Refactor db.InitEngine related logic make it more clean (especially for the install code) * Move some i18n strings out from setting.go to make the setting.go can be easily maintained. * Show errors in CLI code if an incorrect app.ini is used. * APP_DATA_PATH is created when installing, and checked when starting (no empty directory is created any more). wxiaoguang authored at GitHub comitted at
  18. a3517d86 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  19. 3fd502cc Rework commit page header (#17849) - Remove blue background and use regular header styling - Use flexbox on author and signature segments - Add shield-type icons besides gpg key, replacing icon font icons - Ensure author and signature line are same height - Remove erronous green background on arc-green signature line - Turn signing colors into CSS variables - Consolidate the two warning states into one Co-authored-by: zeripath <art27@cantab.net> silverwind authored at GitHub comitted at
  20. 01087e9e Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) This PR registers requests with the process manager and manages hierarchy within the processes. Git repos are then associated with a context, (usually the request's context) - with sub commands using this context as their base context. Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  21. d894c90b Fix position of label color picker colors (#17866) silverwind authored at GitHub comitted at
  22. 64b7d0de docs: modules do not rely on models, services do (#17861) services: provide some services for users, usually use database (models) modules: provide some basic functions without database, eg: code parser, etc The major difference is services use database, while modules don’t. Signed-off-by: singuliere <singuliere@autistici.org> singuliere authored at GitHub comitted at
  23. 9ecfc54a Refactor commit graph styling to use css variables (#17860) - Use common variables for colors and font - Alter graph color 5 to provide enough contrast on both themes silverwind authored at GitHub comitted at
  24. eb8513a6 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  25. 4a6bd60d Remove whitespace inside rendered code `<td>` (#17859) This extra whitespace caused isses in Firefox where it would copy a extra space character at the start and the end. Additionally, in Chrome, the text selection indicated a spaced on the end of the selection where there was none. Both issues are fixed with the removal of whitespace. silverwind authored at GitHub comitted at
  26. 830ab75c Switch archive URL code back to href attributes (#17796) * Add fallback href link * Switch async archive generation to use href links * Edit all templates to use href instead of data-url for archives * Add consistent rel="nofollow" as per wxiaoguang fnetX (aka fralix) authored at GitHub comitted at
  27. b5a9ee94 Make Co-committed-by and co-authored-by trailers optional (#17848) This PR adds another option to app.ini make co-committed-by and co-authored-by trailers optional on a per server basis. Fix #17194 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  28. 3fec2cb3 Fix various typos in docs (#17844) qwerty287 authored at GitHub comitted at
  29. 9defddb2 Move more model into models/user (#17826) * Move more model into models/user * Remove unnecessary comment Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Lunny Xiao authored at GitHub comitted at
  30. b1df8909 Docs: replace `gitea` with `Gitea` (#17838) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> qwerty287 authored at GitHub comitted at