gitea

Development moved to Codeberg

Commits at 5e68fe7d37561aa9df470e4980cff833a7ee4f5f

  1. 5e68fe7d Don't allow merging PR's which are being conflict checked (#19357) * Don't allow merging PR's which are being conflict checked - When a PR is still being conflict checked, don't allow the PR to be merged(the merge button could already be visible before e.g. a new commit was pushed to the PR). - Relevant(should prevent such issue from happening) #19352 Co-authored-by: delvh <dev.lh@web.de> Gusted authored at GitHub comitted at
  2. f2229e05 doc: add brief intro on using traefik as reverse-proxy (#19432) Campbell He authored at GitHub comitted at
  3. ae6a5244 Fix panic in team repos API (#19431) * Fix panic in team repos API * Fix pagination * fmt qwerty287 authored at GitHub comitted at
  4. 409ff55a When updating mirror repo intervals by API reschedule next update too (#19429) When a mirror repo interval is updated by the UI it is rescheduled with that interval however the API does not do this. The API also lacks the enable_prune option. This PR adds this functionality in to the API Edit Repo endpoint. Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  5. a56fcdfa Fix nil error when some pages are rendered outside request context (#19427) wxiaoguang authored at GitHub comitted at
  6. 18727df7 Add Helm Chart registry (#19406) KN4CK3R authored at GitHub comitted at
  7. b74322df [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  8. 490065b9 [skip ci] Updated licenses and gitignores GiteaBot authored at GiteaBot comitted at
  9. 695c4b4b upgrade postgres refrence to 14 (#19416) Stephen J. Fuhry authored at GitHub comitted at
  10. deffe9e5 Fix datarace in gitea_uploader.go (#19409) chavacava authored at GitHub comitted at
  11. 9053096f Fix double blob-hunk (#19404) - Don't show the blob-hunk twice. Gusted authored at GitHub comitted at
  12. b8911fb4 Use a struct as test options (#19393) * Use a struct as test options * Fix name * Fix test Lunny Xiao authored at GitHub comitted at
  13. 4dabc212 Disallow selecting the text of buttons (#19330) Introduce a CSS class `.unselectable` delvh authored at GitHub comitted at
  14. 3255ba93 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  15. 4396d0e7 Note where frontend files are located in docs (#19379) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> ktprograms authored at GitHub comitted at
  16. f029b9ae Document 409 error returned by repos/migrate api (#19376) * Document 409 error returned by repos/migrate api * Generate swagger spec Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Chongyi Zheng authored at GitHub comitted at
  17. 0d3d9675 Fix middleware function's placements for some `/user/...` (#19377) - Add reqSignIn to `/user/task/{task}` as it specific to a logged in user currently not-logged in user could cause a NPE. - Move `/user/stopwatch` & `/user/search` middleware before the actual function is called, because functions are executed in order and currently hadn't any effect and could as well cause a NPE due to that. - Remove `/user/active` reqSignIn middleware, because when you want to active a account you're not "signed in" so it doesn't make sense to add that middleware. Gusted authored at GitHub comitted at
  18. d139c239 Fix panic in teams API when requesting members (#19360) delvh authored at GitHub comitted at
  19. ee769f74 Add logic to switch between source/rendered on Markdown (#19356) Adds a button to switch between the source blob and the rendered markdown. Gusted authored at GitHub comitted at
  20. 6d51b9f6 Fixed registry host value. (#19363) KN4CK3R authored at GitHub comitted at
  21. 72479bff [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  22. c003491c Allow package linking to private repository (#19348) * Display private repos too. * lint Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> KN4CK3R authored at GitHub comitted at
  23. d9068588 Use "main" as default branch name (#19354) * Use "main" as default branch name * fix test code wxiaoguang authored at GitHub comitted at
  24. 1dfa26e0 Move milestone to models/issues/ (#19278) * Move milestone to models/issues/ * Fix lint * Fix test * Fix lint * Fix lint Lunny Xiao authored at GitHub comitted at
  25. 84ceaa98 Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337) Do a refactoring to the CSRF related code, remove most unnecessary functions. Parse the generated token's issue time, regenerate the token every a few minutes. wxiaoguang authored at GitHub comitted at
  26. 3c3d4989 Remove dependent on session auth for api/v1 routers (#19321) * Remove dependent on session auth for api/v1 routers * Remove unnecessary session on API context * remove missed header * fix test * fix missed api/v1 Lunny Xiao authored at GitHub comitted at
  27. 75f8534c API: Search Issues, dont show 500 if filter result in empty list (#19244) * remove error who is none * use setupSessionNoLimit instead of setupSessionWithLimit when no pagination Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 6543 authored at GitHub comitted at
  28. c6531de3 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  29. 783a0218 Never use /api/v1 from Gitea UI Pages (#19318) Reusing `/api/v1` from Gitea UI Pages have pros and cons. Pros: 1) Less code copy Cons: 1) API/v1 have to support shared session with page requests. 2) You need to consider for each other when you want to change something about api/v1 or page. This PR moves all dependencies to API/v1 from UI Pages. Partially replace #16052 Lunny Xiao authored at GitHub comitted at
  30. bb7e0619 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at