gitea

Development moved to Codeberg

Commits at c27268db21427fcf6f8d90cce8713febdb6f4719

  1. c27268db [doctor] do not update User Stars numbers unless --fix (#19750) silentcodeg authored at GitHub comitted at
  2. ad551bff Fix incorrect translation key (#19744) Co-authored-by: techknowlogick <techknowlogick@gitea.io> delvh authored at GitHub comitted at
  3. 260a28d8 Improved ref comment link when origin is body/title (#19741) * Makes comments in body text/title return the base page URL instead of "" in RefCommentHTMLURL() * Add comment explaining branch Co-authored-by: delvh <dev.lh@web.de> Eekle authored at GitHub comitted at
  4. 6a052fba [doctor] explain what enable-push-options does (#19740) silentcodeg authored at GitHub comitted at
  5. e82db15c Add doctor orphan check for orphaned pull requests without an existing base repo (#19731) silentcodeg authored at GitHub comitted at
  6. 9ea92064 ContainerRegistry - removed Basic Auth header (#19735) * Removed Basic Auth header. * Fixed test. KN4CK3R authored at GitHub comitted at
  7. 6d54799b [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  8. af4caca8 Add changelog for v1.16.8 (#19724) (#19730) * Add changelog for v1.16.8 (#19724) * Add changelog for v1.16.8 Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> * bump Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 6543 authored at GitHub comitted at
  9. bcf13b67 Improve commit list/view on mobile (#19712) - This is a continuation on [the work](https://github.com/go-gitea/gitea/pull/19546) I've done for improving mobile experience on Gitea. - The current behavior of going trough the commits list is horrible, each individual item gets it's own row and thereby isn't quite compact as it should be on mobile. The commit view's header is in a bit better state, it's quite only that content is overlapping each other. - This patch fixes those problems. Each row in the commit list table will actually take a row in the UI. The commit view's header has now a better organized way of placing the information. Gusted authored at GitHub comitted at
  10. 71ca1315 Fix issue overview for teams (#19652) - Don't use hacky solution to limit to the correct RepoID's, instead use current code to handle these limits. The existing code is more correct than the hacky solution. - Resolves #19636 - Add test-case Gusted authored at GitHub comitted at
  11. d494cc33 Fix nodeinfo caching and prevent NPE if cache non-existent (#19721) Extract from #19703 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  12. 00a981d3 Update go-chi/cache to utilize Ping() (#19719) * update gitea.com/go-chi/cache -> v0.2.0 * ajust to new interface * refactor 6543 authored at GitHub comitted at
  13. 3a245230 Disable blank issues (#19717) John Olheiser authored at GitHub comitted at
  14. 6680cca0 clarify what session provider 'db' does (#19713) * clarify what session provider 'db' does * Also update session.PROVIDER in app.example.ini Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> f0x52 authored at GitHub comitted at
  15. 761d4f40 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  16. 77e93463 Fix duplicate entry error when add team member (#19702) zuzuviewer authored at GitHub comitted at
  17. b135313c [Refactor] convert team(s) to apiTeam(s) (#13745) * Refactor: teams to api convert * make org load optional * more info in tests 6543 authored at GitHub comitted at
  18. 61f93935 Use a better OlderThan for DeleteInactiveUsers (#19693) * Use a better OlderThan for DeleteInactiveUsers - Currently the OlderThan is zero, for instances that enable or run this task this could actually delete just new users that still need to confirm their email. This patch fixes that by setting the default to the `ActiveCodeLives` setting, which corresponds to the amount of time that a user can active their account, thus avoiding the issue of deleting unactivated email users. * Use correct duration Gusted authored at GitHub comitted at
  19. cafa2dcb [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  20. e45738e3 Introduce eslint-plugin-jquery (#19690) Introduce the plugin that allows us to gradually forbid jQuery code. I've enabled all rules that already pass. Next step will be to go through each rule and fix the issues by using native DOM equivalents, which I think can be done in separate PRs, but if prefered I could also start here. silverwind authored at GitHub comitted at
  21. 368baf9e Use Vue to refactor pull merge UI (#19650) * Use Vue to refactor pull merge UI * add comments * fix comments * small fine tune * fix tests * adopt new pull default messages * clean up Co-authored-by: 6543 <6543@obermui.de> wxiaoguang authored at GitHub comitted at
  22. d985dcc9 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  23. ea38e90e Fix oauth setting list bug (#19682) Lunny Xiao authored at GitHub comitted at
  24. f41c2bec Delete user related oauth stuff on user deletion too (#19677) * delete user related oauth stuff on user deletion too * extend doctor check-db-consistency 6543 authored at GitHub comitted at
  25. cbd45471 Move access and repo permission to models/perm/access (#19350) * Move access and repo permission to models/perm/access * Remove unnecessary code Lunny Xiao authored at GitHub comitted at
  26. 8e8e936a Tidy up `<head>` template (#19678) Neiter `<meta>` nor `<link>` require a closing slash at the end in HTML, remove it. silverwind authored at GitHub comitted at
  27. 318f3602 Update go tool dependencies (#19676) * Update go tool dependencies Updated all tool dependencies to latest tags, hoping CI will like it. * fix new lint errors * handle more strings.Title cases * remove lint skip silverwind authored at GitHub comitted at
  28. 3c658dff Update JS dependencies (#19675) * Update JS dependencies - Update all JS dependencies minus vue and vue-loader - Adapt to jest 28 - Add new eslint rules - Tested Mermaid and Swagger-UI * switch to @happy-dom/jest-environment for faster tests * bump eslint env to es2022 silverwind authored at GitHub comitted at
  29. 9d0253a9 Use better message for consistency check (#19672) - Don't log the reflect struct, but instead log the ID of the struct. This improves the error message, as you would actually know which row is the error. Gusted authored at GitHub comitted at
  30. 64a40962 Fix new release from tags list UI (#19670) Lunny Xiao authored at GitHub comitted at