gitea

Development moved to Codeberg

Commits at 9defddb2862aa0a54da21328ca091284291363f7

  1. 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
  2. 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
  3. 1fee11d6 Move accessmode into models/perm (#17828) Lunny Xiao authored at GitHub comitted at
  4. 24a8d54b Disable ref selection dropdown if you don't have permissions to use it (#17837) Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> qwerty287 authored at GitHub comitted at
  5. fbadc1a1 Fix value of User.IsRestricted to default setting when oauth2 user auto registration; (#17839) Galen Suen authored at GitHub comitted at
  6. 72d82c5b Handle relative unix socket paths (#17836) Make relative unix sockets absolute by making them absolute against the AppWorkPath Fix #17833 ## :warning: BREAKING :warning: Prior to this PR relative unix sockets would have been asserted to be relative to the current working directory that gitea, gitea serv, hook and manager etc were running in. Hooks and Serv would have failed to work properly under this situation so we expect that although this is a technically breaking change the previous situation was already broken. Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  7. 04c55e97 Fix code formating (#17830) * fix formatter, format imports first, then go fmt mscherer authored at GitHub comitted at
  8. 2e8fc5b0 Replace regex usage for MIME parsing (#17831) MIME types can have multiple optional parameters, eg: video/webm; codecs="w/e codec"; charset="binary" This commit replaces the usage of regex for getting the "type/subtype" with mime.ParseMediaType. Gabriel Vasile authored at GitHub comitted at
  9. 789d251a [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  10. 1f0dab21 Implement Well-Known URL for password change (#17777) * Implement Well-Known URL for password change Fixes #11804 mscherer authored at GitHub comitted at
  11. fcc11253 Add archived label for code search results in archived repo's (#17817) * Add archived label for code search results in archived repo's * Remove trailing whitespace Co-authored-by: Lauris BH <lauris@nix.lv> Jimmy Praet authored at GitHub comitted at
  12. 371ebce2 Fix database inconsistent when admin change user email (#17549) Lunny Xiao authored at GitHub comitted at
  13. f23851f6 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  14. 6c219614 org settings -> webhook/labels/deletion should also active the menu (#17809) Lunny Xiao authored at GitHub comitted at
  15. e8f1f091 Fixed org styles. (#17807) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> KN4CK3R authored at GitHub comitted at
  16. edd37e9d Fix org webchatwork webhook (#17810) wxiaoguang authored at GitHub comitted at
  17. af901a4c Detect dark theme via css variable (#17800) * detect dark theme via css variable * minor refactor, add documentation If your custom theme is considered a dark theme, set the global css variable `--is-dark-theme` to `true`. This allows gitea to adjust the Monaco code editor's theme accordingly. ThetaDev authored at GitHub comitted at
  18. e0f81b4e Allow forks to org if you can create repos (#17783) qwerty287 authored at GitHub comitted at
  19. 4b4997c7 Use correct user on releases (#17806) - Use the provided `doer` instead of `rel.Publisher`. The code will also run on edited releases and deleted ones, which isn't necessary done by `rel.Publisher`. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Gusted authored at GitHub comitted at
  20. 4f996978 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  21. 49933c7f Create menus for organization pages (#17802) * Create menus for organization pages * Fix frontend lint * Fix frontend lint Lunny Xiao authored at GitHub comitted at
  22. 71ed96b0 Preserve color when inverting emojis (#17797) Fixes: https://github.com/go-gitea/gitea/issues/17795 silverwind authored at GitHub comitted at
  23. a666829a Move user related model into models/user (#17781) * Move user related model into models/user * Fix lint for windows * Fix windows lint * Fix windows lint * Move some tests in models * Merge Lunny Xiao authored at GitHub comitted at
  24. 4e7ca946 Use `*PushUpdateOptions` as receiver (#17724) Gusted authored at GitHub comitted at
  25. c97d66d2 Move repofiles from modules/repofiles to services/repository/files (#17774) * Move repofiles from modules to services * rename services/repository/repofiles -> services/repository/files * Fix test Co-authored-by: 6543 <6543@obermui.de> Lunny Xiao authored at GitHub comitted at
  26. 754fdd8f Fix visibility of org avatars (#17789) * Fix visibility of org avatar * more clear syntax Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> qwerty287 authored at GitHub comitted at
  27. 21f4401f Use correct Sender on webhook change title (#17791) As title, thanks to @mscherer for pointing out the incorrect code. Gusted authored at GitHub comitted at
  28. 3d996c85 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  29. 429ef437 Use new OneDev /milestones endpoint (#17782) OneDev changed the API which fails every build at the moment. KN4CK3R authored at GitHub comitted at
  30. 2dae5b71 Fix keys test (#17776) techknowlogick authored at GitHub comitted at