gitea

Development moved to Codeberg

Commits at v1.2.1

  1. 46bb1cf0 Changelog for v1.2.1 (#2716) Lauris BH authored at Kim "BKC" Carlbäcker comitted at
  2. 13013e90 Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714) * Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user * Fix multi-actions in PR page * Change error message * Fix comment update and delete functionality in PR Lauris BH authored at GitHub comitted at
  3. 785ba171 Fix plain readme didn't render correctly on repo home page (#2705) (#2712) * fix plain readme didn't render correctly on repo home page * fix missing render * remove unused template variables Lunny Xiao authored at Bo-Yi Wu comitted at
  4. fb80265b Fix so that user can still fork his own repository to owned organizations (#2699) (#2707) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization Lauris BH authored at GitHub comitted at
  5. 6fae585d fix .netrc authentication (#2700) (#2708) * provide both possible authentication solutions Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lauris BH comitted at
  6. 670562a9 Fix slice out of bounds error in mailer (#2479) (#2696) Lunny Xiao authored at Lauris BH comitted at
  7. ed07d8a3 Add release notes for v1.2.0 (#2683) * add release notes for v1.2.0 * improve release notes for v1.2.0 Lunny Xiao authored at GitHub comitted at
  8. 74399f33 Backport of migration fixes (#2604) (#2677) * Rewrite migrations to not depend on future code changes (#2604) * v38 migration used an outdated version of RepoUnit model (#2602) * change repoUnit model in migration * fix v16 migration repo_unit table * fix lint error * move type definition inside function * Fix migration from Gogs * Refactor code * add error check * Additiomal fixes for migrations * Add back nil check * replace deprecated .Id with .ID Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * change string map to interface map Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lauris BH comitted at
  9. d1cec5ec fix panic on gogs webhook creation (#2675) (#2676) * fix panic on gogs webhook creation Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix panic in gogs webhook edit Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lunny Xiao comitted at
  10. 73ad7d2e Fixes 500 error on dashboard when using MSSQL (#2504) (#2662) MSSQL rejects the query: SELECT "repository"."id" FROM "repository" INNER JOIN "team_repo" ON "team_repo".repo_id="repository".id AND "repository".is_mirror=1 WHERE ( ("repository".owner_id=2 AND "repository".is_private=0) OR team_repo.team_id IN (1) ) GROUP BY "repository".id ORDER BY updated_unix DESC when the order by term (updated_unix) is not included in the group by term. Lauris BH authored at GitHub comitted at
  11. 5b363791 Fix go get response if only app URL is custom in configuration (#2634) (#2640) * Fix go get response if only app URL is custom in configuration * Rewrite to update Domain setting to match AppURL Lauris BH authored at GitHub comitted at
  12. e38e502e Fix deletion of unprotected branches (#2630) * fix deletion of unprotected branches * fmt fix * changed internal protected branch api * fix lint error Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lauris BH comitted at
  13. 3cc5b11b Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622) Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lauris BH comitted at
  14. 4c9bf91a v38 migration used an outdated version of RepoUnit model (#2602) * change repoUnit model in migration * fix v16 migration repo_unit table * fix lint error * move type definition inside function Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> David Schneiderbauer authored at Lauris BH comitted at
  15. 03ff7687 fix go get subpackage bug (#2584) (#2589) * fix go get subpackage bug * merge the duplicated funtions Lunny Xiao authored at Lauris BH comitted at
  16. f646154e add secrets for github release (#2588) Lunny Xiao authored at GitHub comitted at
  17. a6d2f47a Add changelog for v1.2.0-rc4 (#2587) Lauris BH authored at GitHub comitted at
  18. 18371948 Backport changes for latest drone (#2586) Lauris BH authored at Lunny Xiao comitted at
  19. 9ca26432 Removing .drone.yml.sig (#2579) Signed-off-by: Jonas Franz <info@jonasfranz.software> Jonas Franz authored at Lunny Xiao comitted at
  20. 67595c0d Fix drone for tags (#2573) (#2576) Lauris BH authored at GitHub comitted at
  21. 6d03cf83 Add changelog for v1.2.0-rc3 (#2563) Lauris BH authored at GitHub comitted at
  22. e232c49b Sync releases table with tags on push and for mirrors (#2459) (#2554) * Sync releases table with tags on push and for mirrors * Code style fixes * Fix api to return only releases * Optimize release creation and update Minimize posibility of race conditions * Fix release lower tag name updating * handle tag reference update by addionally comparing commit id Lauris BH authored at GitHub comitted at
  23. 25e71ad4 Fix adding branch as protected to not allow pushing to it (#2556) * Fix adding branch as protected to not allow pushing to it * Fix can_push value to false in protected_branch (#2560) * Fix integration test Lauris BH authored at GitHub comitted at
  24. f014e42a Backport: Fix lint, fmt and integration testing errors (#2553) * Fix lint errors * Fix fmt errors (#2544) * Hotfix for integration testing (#2473) * Hotfix for integration testing Ethan Koenig authored at Lauris BH comitted at
  25. d14a724b Remove go version check for make fmt (#2558) (#2561) Lauris BH authored at Lunny Xiao comitted at
  26. 91788e02 Restricting access to fork functioanlity to users with Code access (#2542) Signed-off-by: Jonas Franz <info@jonasfranz.software> Jonas Franz authored at Kim "BKC" Carlbäcker comitted at
  27. fc0c6f48 Add changelog for release v1.2.0-rc2 (#2469) Lauris BH authored at GitHub comitted at
  28. 002fa734 Fix migration from pre-v15 to 1.2.0 (#2460) (#2465) Lauris BH authored at Lunny Xiao comitted at
  29. 2fdc6492 bug fixed Lunny Xiao authored at Lunny Xiao comitted at
  30. 0c910afe Fix releases to be counted from database not tags (#2389) (#2424) Lauris BH authored at Lunny Xiao comitted at