gitea

Development moved to Codeberg

Commits at 4563148a61ba892e8f2bb66342f00a950bcd5315

  1. 4563148a Upgrade Alpine from 3.13 to 3.15 (#18050) * Upgrade alpine to 3.15 * Add executability test to entrypoint for too old dockers Signed-off-by: Andrew Thornton <art27@cantab.net> * Update docker/rootless/usr/local/bin/docker-entrypoint.sh Co-authored-by: zeripath <art27@cantab.net> Grzegorz Alibożek authored at GitHub comitted at
  2. b7c64576 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  3. 6b0a7123 Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Stop trimming preceding and suffixing spaces from editor filenames In #5702 it was decided to trim preceding and suffixed spaces aswell as / from editing file filenames. This was because at this point in time the url-safety of Gitea was much poorer. We can now drop this requirement and file editing should work correctly. Fix #18176 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  4. c68f1281 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  5. f19f53c0 Left-Align text in Unicode warning boxes (#18331) Wrapped text is more readable when left-aligned. Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net> silverwind authored at GitHub comitted at
  6. 6779d972 Only warn on bidi but still escape non-bidi (#18333) Fix #18324 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  7. 6fba1746 Fix incorrect OAuth message (#18332) As the title, Fix #18327 wxiaoguang authored at GitHub comitted at
  8. 531b6d60 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  9. 4a6bae59 Changelog for 1.16.0-rc1 (#18309) Co-authored-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> techknowlogick authored at GitHub comitted at
  10. 4a20eadf Restore propagation of ErrDependenciesLeft (#18325) Unfortunately #17643 prevented all propagation of ErrDependenciesLeft meaning that dependency errors that prevent closing of issues get swallowed. This PR restores propagation of the error but instead swallows the error in the places where it needs to be swallowed. Fix #18223 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  11. 84f8ef3d Fix PR comments UI (#18323) Closes: * Review comment cannot be edited #17768 * Changing PR Comment Resolved State Disables Further Changes #18315 wxiaoguang authored at GitHub comitted at
  12. 11b48277 Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) And shrink the height of Dropzone. wxiaoguang authored at GitHub comitted at
  13. 9dcf0bf6 Fix commit links on compare page (#18310) * Fix commit links on compare page - Use the correct repo link for each commit(the headrepo). As for compare pages were baserepo != headrepo, it wouldn't have the correct link. Co-authored-by: zeripath <art27@cantab.net> Gusted authored at GitHub comitted at
  14. 8156e0f8 Update JS dependencies, remove eslint-plugin-github (#18317) - Update all JS dependencies - Add new lint rules - Regenerate SVGs - Tested Monaco and Mermaid * Remove eslint-plugin-github silverwind authored at GitHub comitted at
  15. 89a32143 Add MirrorUpdated field to Repository API type (#18267) Add the last update time to the repository api type. Close #18266 Peter Gardfjäll authored at GitHub comitted at
  16. 68b59d89 replace satori/go.uuid with gofrs/uuid (#18311) Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  17. 48340971 Place inline diff comment dialogs in the 4th column. (#18321) Comment dialogs for inline comments should appear in 4th column (not 3rd column), this PR changes the column that the inline review comment is associated with. This problem has occurred due to an unrecognised conflict between #17562 and #17315. Fix as zeripath suggested in #18320 Fix #18320 Co-authored-by: zeripath <art27@cantab.net> JonRB authored at GitHub comitted at
  18. 089b4e6a Use indirect comparison when showing pull requests (#18313) When generating the commits list and number of files changed for PRs and compare we should use "..." always not "..". Fix #18303 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  19. a7ee4d50 Prevent ambiguous column error in organizations page (#18314) Explicitly set the table for the org_id column queries on the organizations pages. Fix #18229 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  20. 851b54ba Correctly upload LFS files (#18316) We need to use the cached .gitattributes file for checking if a file should be stored in the lfs. Fix #18297 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  21. eed8633f [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  22. 8581e2f4 update description about vendoring in CONTRIBUTING.md (#18280) * update description about vendoring in CONTRIBUTING.md follow #18277 Signed-off-by: a1012112796 <1012112796@qq.com> * Update CONTRIBUTING.md Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> * fix and readd test-vendor step * remove vendor from .gitattributes @silverwind * simplify go mod check Signed-off-by: a1012112796 <1012112796@qq.com> * Revert "remove vendor from .gitattributes @silverwind" This reverts commit 4789e704cb7a2c80934e4a4cd31efb161e6c8666. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> a1012112796 authored at GitHub comitted at
  23. 076cead4 Fix CheckRepoStats and reuse it during migration (#18264) The CheckRepoStats function missed the following counters: - label num_closed_issues & num_closed_pulls - milestone num_closed_issues & num_closed_pulls The update SQL statements for updating the repository num_closed_issues & num_closed_pulls fields were repeated in three functions (repo.CheckRepoStats, migrate.insertIssues and models.Issue.updateClosedNum) and were moved to a single helper. The UpdateRepoStats is implemented and called in the Finish migration method so that it happens immediately instead of wating for the CheckRepoStats to run. Signed-off-by: Loïc Dachary loic@dachary.org --- [source](https://lab.forgefriends.org/forgefriends/forgefriends/-/merge_requests/34) Aravinth Manivannan authored at GitHub comitted at
  24. 7dde39a6 Minor tweak to tag list (#18295) Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me. silverwind authored at GitHub comitted at
  25. 43a22c6a show pull link for agit pull request also (#18235) a1012112796 authored at GitHub comitted at
  26. bd7680f4 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  27. 212e81f1 Add some .ignore entries (#18296) Exclude node_modules and minified files from search tools like `rg` and `ag`. silverwind authored at GitHub comitted at
  28. 2871e58a Remove unneeded debug messages to stdout. (#18298) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Ben Niemann authored at GitHub comitted at
  29. 52bfb7f0 Handle missing default branch better in owner/repo/branches page (#18290) This PR more nicely handles a missing default branch in owner/repo/branches Fix #18265 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  30. 4d0a72a2 Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) This reverts commit 661d3d28e97bb49bef075c0314edad5879148aaa. wxiaoguang authored at GitHub comitted at