gitea

Development moved to Codeberg

Commits at 0ed9b006e87c055f232f11ef5bdfff15075c36cd

  1. 0ed9b006 Add lockfile-check (#18285) * Add lockfile-check This check runs `npm install` which will rewrite the lockfile in case it is inconsistent with package.json. This check detects this and will fail the CI in such a case. silverwind authored at GitHub comitted at
  2. d7c2a295 Webauthn nits (#18284) This contains some additional fixes and small nits related to #17957 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> zeripath authored at GitHub comitted at
  3. e239d354 Update `package-lock.json` (#18283) - NPM didn't like that package-lock.json was out-of-sync, webpack throwed some errors as well with building. - Follow-up for: #18278 Gusted authored at GitHub comitted at
  4. aa1e8f6a Upgrade EasyMDE to 2.16.1 (#18278) wxiaoguang authored at GitHub comitted at
  5. 84145e45 Remove golang vendored directory (#18277) * rm go vendor * fix drone yaml * add to gitignore techknowlogick authored at GitHub comitted at
  6. 2b16ca7c Changelog for 1.15.10 (#18274) (#18276) * Changelog for 1.15.10 (#18274) [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14 * BUGFIXES * Fix inconsistent PR comment counts (#18260) (#18261) * Fix release link broken (#18252) (#18253) * Fix update user from site administration page bug (#18250) (#18251) * Set HeadCommit when creating tags (#18116) (#18173) * Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) * Fix purple color in suggested label colors (#18241) (#18242) * SECURITY * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206) * update docs/config.yaml Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Richard Mahn <richmahn@users.noreply.github.com> zeripath authored at GitHub comitted at
  7. 35c35538 Support webauthn (#17957) Migrate from U2F to Webauthn Co-authored-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Lunny Xiao authored at GitHub comitted at
  8. 88082932 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  9. d413a1f8 Improve the comment for 2FA filter in admin panel (#18017) Replace TODO with explanation Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Gusted authored at GitHub comitted at
  10. 696521b3 fix regression from #16075 (#18260) we don't want reviews to count towards comments, as this needs changes in other components as well (eg repo stats cron job, etc). Co-authored-by: 6543 <6543@obermui.de> Norwin authored at GitHub comitted at
  11. f635d603 Prevent underline hover on cards (#18259) Prevent a undesired underline effect on hovered cards. This was regressed by #17898. silverwind authored at GitHub comitted at
  12. dd135c62 Fix release link broken (#18252) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Lunny Xiao authored at GitHub comitted at
  13. 69a28299 migrations: a deadline at January 1st, 1970 is valid (#18237) * migrations: a deadline at January 1st, 1970 is valid Do not change the deadline value if it is set to January 1st, 1970. Setting the deadline to year 9999 when it is zero (which is equal to January 1st, 1970) modifies a deadline set to January 1st, 1970 which is a valid date. In addition, setting a date in year 9999 will be converted to a null date in some cases. Signed-off-by: Loïc Dachary <loic@dachary.org> * tests: set milestone.deadline_unix in fixtures The value of deadline_unix must be set to 253370764800 (i.e. 9999-01-01) in fixtures, otherwise it will be inserted as null which leads to unexpected errors. For instance, DumpRepository will store a null deadline_unix as 0 (i.e. 1970-01-01) and RestoreRepository will change it to 9999-01-01. Signed-off-by: Loïc Dachary <loic@dachary.org> Co-authored-by: Loïc Dachary <loic@dachary.org> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Aravinth Manivannan authored at GitHub comitted at
  14. eaf09a53 Fix documents for development and bug report (#18249) wxiaoguang authored at GitHub comitted at
  15. 17b2079f Add/update SMTP auth providers via cli (#18197) Allow adding/updating SMTP authentication source via CLI using: - gitea admin auth add-smtp - gitea admin auth update-smtp Signed-off-by: Zoran Peričić <zpericic@netst.org> Zoran Peričić authored at GitHub comitted at
  16. ff00b868 Fix NPE on try to get tag reference via API (#18245) * fix npe * rm gitRepo from Tag 6543 authored at GitHub comitted at
  17. 67d73882 Fix update user bug (#18250) Lunny Xiao authored at GitHub comitted at
  18. ba9e4e25 [doc] https-setup: explain relative paths for {CERT,KEY}_FILE fields. (#18244) Closes: https://github.com/go-gitea/gitea/issues/14401 M. Zhou authored at GitHub comitted at
  19. ee8718e4 chore: remove unnecessary section (#18209) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Bo-Yi Wu authored at GitHub comitted at
  20. 72cced1f Fix purple color in suggested label colors (#18241) This looks like a typo that was introduced when these colors were added, causing what is supposed to be purple show up as green. silverwind authored at GitHub comitted at
  21. 09d2029b Prevent NPE when viewing non-rendered files (#18234) Fix #18231 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  22. 0857c197 Fix collobration template (#18232) Lunny Xiao authored at GitHub comitted at
  23. c0ed869e Fix identation typo in doc installation with Docker (#18233) Andrey Esin authored at GitHub comitted at
  24. ed6757ec [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  25. af924739 Fix source typos (#18227) Follow-up to #18219 luzpaz authored at GitHub comitted at
  26. 8c647bf0 Fix various typos (#18219) Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby,te,unknwon` Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> luzpaz authored at GitHub comitted at
  27. 242dddfc Remove `ioutil` (#18222) - Don't use `ioutil` package anymore as it doesn't anything special anymore since Go 1.16: ``` // As of Go 1.16, the same functionality is now provided // by package io or package os, and those implementations // should be preferred in new code. ``` Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Gusted authored at GitHub comitted at
  28. 60b94556 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  29. 79791ba4 Fix typos in docs/content (#18215) Greg Myers authored at GitHub comitted at
  30. de578bff [skip ci] Updated licenses and gitignores GiteaBot authored at GiteaBot comitted at