gitea

Development moved to Codeberg

Commits at e040eca7275c4a95fed6a117f6e30dce718a5236

  1. e040eca7 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  2. 1ddfa596 Make gitea, gitea-vet future-proof (#18361) * Make gitea, gitea-vet future-proof - Ref: https://gitea.com/gitea/gitea-vet/pulls/18 * Correct order Co-authored-by: zeripath <art27@cantab.net> Gusted authored at GitHub comitted at
  3. a82fd98d Pause queues (#15928) * Start adding mechanism to return unhandled data Signed-off-by: Andrew Thornton <art27@cantab.net> * Create pushback interface Signed-off-by: Andrew Thornton <art27@cantab.net> * Add Pausable interface to WorkerPool and Manager Signed-off-by: Andrew Thornton <art27@cantab.net> * Implement Pausable and PushBack for the bytefifos Signed-off-by: Andrew Thornton <art27@cantab.net> * Implement Pausable and Pushback for ChannelQueues and ChannelUniqueQueues Signed-off-by: Andrew Thornton <art27@cantab.net> * Wire in UI for pausing Signed-off-by: Andrew Thornton <art27@cantab.net> * add testcases and fix a few issues Signed-off-by: Andrew Thornton <art27@cantab.net> * fix build Signed-off-by: Andrew Thornton <art27@cantab.net> * prevent "race" in the test Signed-off-by: Andrew Thornton <art27@cantab.net> * fix jsoniter mismerge Signed-off-by: Andrew Thornton <art27@cantab.net> * fix conflicts Signed-off-by: Andrew Thornton <art27@cantab.net> * fix format Signed-off-by: Andrew Thornton <art27@cantab.net> * Add warnings for no worker configurations and prevent data-loss with redis/levelqueue Signed-off-by: Andrew Thornton <art27@cantab.net> * Use StopTimer Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> zeripath authored at GitHub comitted at
  4. 27ee01e1 Disable content sniffing on `PlainTextBytes` (#18359) - Disable the browser's function to "sniff" for the content-type on the provided plain text, this will prevent the possible usage of user-controlled data being sent, which could be malicious. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Gusted authored at GitHub comitted at
  5. 6ad7a537 Update github.com/duo-labs/webauthn (#18357) 6543 authored at GitHub comitted at
  6. 5ff899d5 Fix route wrap (#18360) wxiaoguang authored at GitHub comitted at
  7. f9109245 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  8. 1f40933d Add config options to hide issue events (#17414) * Add config option to hide issue events Adds a config option `HIDE_ISSUE_EVENTS` to hide most issue events (changed labels, milestones, projects...) on the issue detail page. If this is true, only the following events (comment types) are shown: * plain comments * closed/reopned/merged * reviews * Make configurable using a list * Add docs * Add missing newline * Fix merge issues * Allow changes per user settings * Fix lint * Rm old docs * Apply suggestions from code review * Use bitsets * Rm comment * fmt * Fix lint * Use variable/constant to provide key * fmt * fix lint * refactor * Add a prefix for user setting key * Add license comment * Add license comment * Update services/forms/user_form_hidden_comments.go Co-authored-by: Gusted <williamzijl7@hotmail.com> * check len == 0 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: 6543 <6543@obermui.de> qwerty287 authored at GitHub comitted at
  9. 108f1aab Add js vendor directory to .gitattributes (#18350) silverwind authored at GitHub comitted at
  10. 6c7084cb [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  11. 44deae8f Refactor jwt.StandardClaims to RegisteredClaims (#18344) * Refactor jwt.StandardClaims to RegisteredClaims go-jwt/jwt has deprecated the StandardClaims interface to use RegisteredClaims instead. This PR migrates to use this new format. Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Gusted <williamzijl7@hotmail.com> zeripath authored at GitHub comitted at
  12. 54e9ee37 format with gofumpt (#18184) * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt 6543 authored at GitHub comitted at
  13. 1d98d205 Enable deprecation error for v1.17.0 (#18341) Co-authored-by: Andrew Thornton <art27@cantab.net> Gusted authored at GitHub comitted at
  14. 16d378fe Use correct translation key for errors (#18342) - Noted by: https://github.com/go-gitea/gitea/issues/17876#issuecomment-1017503614 Gusted authored at GitHub comitted at
  15. 5bf8d544 Refactor Router Logger (#17308) Make router logger more friendly, show the related function name/file/line. [BREAKING] This PR substantially changes the logging format of the router logger. If you use this logging for monitoring e.g. fail2ban you will need to update this to match the new format. wxiaoguang authored at GitHub comitted at
  16. bbd30787 Updated Chroma to v0.10.0 (#18270) Jelle Hulter authored at GitHub comitted at
  17. 7427b81f Change initial TrustModel to committer (#18335) zeripath authored at GitHub comitted at
  18. 6c0fe1f3 refactor httplib (#18338) - Remove a lot of unused code(most if not all were introduced in gogs for webhooks usages). Co-authored-by: techknowlogick <techknowlogick@gitea.io> Gusted authored at GitHub comitted at
  19. 5cb0c9aa Propagate context and ensure git commands run in request context (#17868) This PR continues the work in #17125 by progressively ensuring that git commands run within the request context. This now means that the if there is a git repo already open in the context it will be used instead of reopening it. Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  20. 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
  21. b7c64576 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  22. 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
  23. c68f1281 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  24. 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
  25. 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
  26. 6fba1746 Fix incorrect OAuth message (#18332) As the title, Fix #18327 wxiaoguang authored at GitHub comitted at
  27. 531b6d60 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  28. 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
  29. 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
  30. 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