179 Commits

Author SHA256 Message Date
aa4a273ce9 - Update to version 1.25.4:
* Release notes for 1.25.4 (#36385)
  * Fix markdown newline handling during IME composition (gitea#36421) (#36424)
  * Allow foreachref parse max tokens from 4*64KB to 4MB (#36414) (#36429)
  * Fix missing repository id when migrating release attachments (#36389) (#36413)
  * Fix git http service handling (#36396)
  * Fix bug on notification read (#36339) (#36387)
  * Fix bug when compare in the pull request (#36363) (#36372)
  * Release attachments must belong to the intended repo (#36347) (#36375)
  * Fix permission check on org project operations (#36318) (#36373)
  * clean watches when make a repository private and check permission when send release emails (#36319) (#36370)
  * Fix incorrect text content detection (#36364) (#36369)
  * Add more check for stopwatch read or list (#36340) (#36368)
  * Fix openid setting check (#36346) (#36361)
  * fill missing `has_code` in repository api (#36338) (#36359)
  * Fix notifications pagination query parameters (#36351) (#36358)
  * Fix cancel auto merge bug (#36341) (#36356)
  * Fix delete attachment check (#36320) (#36355)
  * LFS locks must belong to the intended repo (#36344) (#36349)
  * Fix some trivial problems (#36336) (#36337)
  * Fix WebAuthn error checking (#36219) (#36235)
  * fix: prevent panic when GitLab release has more links than sources (#36295) (#36305)
  * Fix stats bug when syncing release (#36285) (#36294)
  * add more routes to the "expensive" list (#36290)
  * Always honor user's choice for "delete branch after merge" (#36281) (#36286)
  * Make "commit statuses" API accept slashes in "ref" (#36264) (#36275)
  *  Fix panic when get editor config file (#36241) (#36247)
  * Use the requested host for LFS links (#36242) (#36258)
  * Fix regression in writing authorized principals (#36213) (#36218)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=397
2026-01-22 09:45:02 +00:00
31e4096d8e - Update to version 1.25.3:
* Add changelog for 1.25.3 (#36182)
  * Fix bugs when comparing and creating pull request (#36144)
  * fix webAuthn insecure error view (#36165) (#36179)
  * Fix OrgAssignment opts (#36174) (#36177)
  * Check user visibility when redirecting to a renamed user (#36148) (#36159)
  * Fix bug when viewing the commit diff page with non-ANSI files (#36149) (#36150)
  * Fix various bugs (#36139) (#36151)
  * Hide RSS icon when viewing a file not under a branch (#36135) (#36141)
  * Fix SVG size calulation, only use `style` attribute (#36133) (#36134)
  * Make Golang correctly delete temp files during uploading (#36128) (#36129)
  * Improve math rendering (#36124) (#36125)
  * Changed a small typo in an error message and code comments. (#36117) (#36123)
  * Add strikethrough button to markdown editor (#36087) (#36104)
  * Fix the bug when ssh clone with redirect user or repository (#36039) (#36090)
  * fix some file icon ui (#36078) (#36088)
  * Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083)
  * Fix edit user email bug in API (#36068) (#36081)
  * Bump toolchain to go1.25.5, misc fixes (#36082)
  * Fix bug when updating user email (#36058) (#36066)
  * Fix Actions `pull_request.paths` being triggered incorrectly by rebase (#36045) (#36054)
  * Fix error handling in mailer and wiki services (#36041) (#36053)
  * Fix incorrect viewed files counter if file has changed (#36009) (#36047)
  * Fix container registry error handling (#36021) (#36037)
  * Add "site admin" back to profile menu (#36010) (#36013)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=395
2025-12-19 09:45:45 +00:00
41adfa8c8f - Update to version 1.25.2:
* release notes for 1.25.2 (#35986)
  * Allow empty commit when merging pull request with squash style (#35989) (#36003)
  * Fix various permission & login related bugs (#36002) (#36004)
  * upgrade golang.org/x/crypto to 0.45.0 (#35988)
  * Change project default column icon to 'star' (#35967) (#35979)
  * Misc CSS fixes (#35888) (#35981)
  * Fix container push tag overwriting (#35936) (#35954)
  * Fix corrupted external render content (#35946) (#35950)
  * Don't show unnecessary error message to end users for DeleteBranchAfterMerge (#35937) (#35941)
  * Limit read bytes instead of ReadAll (#35928) (#35934)
  * Load jQuery as early as possible to support custom scripts (#35926) (#35929)
  * Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage (#35882) (#35917)
  * Use correct form field for allowed force push users in branch protection API (#35894) (#35908)
  * Make OAuth2 issuer configurable (#35915) (#35916)
  * Fix #35763: Add proper page title for project pages (#35773) (#35909)
  * Display source code downloads last for release attachments (#35897) (#35903)
  * Fix team member access check (#35899) (#35905)
  * Fix conda null depend issue (#35900) (#35902)
  * Fix avatar upload error handling (#35887) (#35890)
  * Contribution heatmap improvements (#35876) (#35880)
  * Remove padding override on `.ui .sha.label` (#35864) (#35873)
  * fix(api/repo/contents): set the dates to now when not specified by the caller (#35861) (#35874)
  * Fix pull description code label background (#35865) (#35870)
  * Fix gogit ListEntriesRecursiveWithSize (#35862)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=393
2025-11-23 10:53:21 +00:00
305e11ff2e - Gitea need nodejs(abi) >= 22
- Gitea switched to pnpm: update get-gitea-source.sh
- Clean up obsolete spec file comments
- Remove unused gitea.keyring

- Update to version 1.25.1:
  * BUGFIXES
    * Make ACME email optional (#35849) #35857
    * Add a doctor command to fix inconsistent run status (#35840) (#35845)
    * Remove wrong code (#35846)
    * Fix viewed files number is not right if not all files loaded (#35821) (#35844)
    * Fix incorrect pull request counter (#35819) (#35841)
    * Upgrade go mail to 0.7.2 and fix the bug (#35833) (#35837)
    * Revert gomail to v0.7.0 to fix sending mail failed (#35816) (#35824)
    * Fix clone mixed bug (#35810) (#35822)
    * Fix cli "Before" handling (#35797) (#35808)
    * Improve and fix markup code preview rendering (#35777) (#35787)
    * Fix actions rerun bug (#35783) (#35784)
    * Fix actions schedule update issue (#35767) (#35774)
    * Fix circular spin animation direction (#35785) (#35823)
    * Fix file extension on gogs.png (#35793) (#35799)
- Update to version 1.25.0:
  * BREAKING
    * Return 201 Created for CreateVariable API responses (#34517)
    * Add label 'state' to metric 'gitea_users' (#34326)
  * SECURITY
    * Upgrade security public key (#34956)
    * Also include all security fixes in 1.24.x after 1.25.0-rc0
  * FEATURES

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=387
2025-11-10 14:06:25 +00:00
885652defa Accepting request 1314809 from home:ecsos:server
RB to 1.24.7

OBS-URL: https://build.opensuse.org/request/show/1314809
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=383
2025-10-31 11:40:45 +00:00
68f9bb1549 - Update to version 1.25.0:
* Update release notes for 1.25.0 (#35769)
  * Update tab title when navigating file tree (#35757) (#35772)
  * Fix "ref-issue" handling in markup (#35739) (#35771)
  * Upgrade go mail to 0.7.2 (#35748) (#35750)
  * Revert #18491, fix oauth2 client link account (#35745) (#35751)
  * Fix review request webhook bug (#35339) (#35596)
  * Fix external render, make iframe render work (#35727,  #35730) (#35731)
  * Honor delete branch on merge repo setting when using merge API (#35488) (#35726)
  * Don't block site admin's operation if SECRET_KEY is lost (#35721) (#35724)
  * fix attachment file size limit in server backend (#35519) (#35720)
  * Make restricted users can access public repositories (#35693) (#35719)
  * Fix various trivial problems (#35714) (#35718)
  * Refactor legacy code (#35708) (#35716)
  * Avoid emoji mismatch and allow to only enable chosen emojis (#35692) (#35705)
  * Fix workflow run event status while rerunning a failed job (#35689) (#35703)
  * Fix various bugs (#35684) (#35696)
  * Use LFS object size instead of blob size when viewing a LFS file (#35679) (#35680)
  * Creating push comments before invoke pull request checking (#35647) (#35668)
  * Fix build (#35674)
  * Fix missing Close when error occurs and abused connection pool (#35658) (#35670)
  * Fix a bug missed return (#35655) (#35667)
  * Always create Actions logs stepsContainer (#35654) (#35672)
  * bump archives&rar dep (#35637) (#35638)
  * Fix code tag style problem and LFS view bug (#35628) (#35636)
  * The status icon of the Action step is consistent with GitHub (#35618) (#35621)
  * Fix inputing review comment will remove reviewer (#35591) (#35615)
  * Mock external service in hcaptcha TestCaptcha (#35604) (#35614)
  * Fix diffpatch API endpoint (#35610) (#35613)
  * Fixing issue #35530: Password Leak in Log Messages (#35584) (#35609)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=382
2025-10-31 11:10:46 +00:00
181556faa5 - Update to version 1.24.7:
* Change log for 1.24.7 (#35742)
  * Refactor legacy code (#35708) (#35713)
  * Fixing issue #35530: Password Leak in Log Messages (#35584) (#35665)
  * Mock external service in hcaptcha TestCaptcha (#35604) (#35663)
  * Correctly override user unitmodes (#35501) (#35666)
  * Fix inputing review comment will remove reviewer (#35591) (#35664)
  * Fix a bug missed return (#35655) (#35671)
  * Fix build (#35669)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=380
2025-10-25 13:03:52 +00:00
0fed11c5fc - Update to version 1.24.6:
* Changelog for 1.24.6 (#35457)
  * Fix a compare page 404 bug when the pull request disabled (#35441) (#35453)
  * Fix push commits comments when changing the pull request target branch (#35386) (#35443)
  * Fix bug when issue disabled, pull request number in the commit message cannot be redirected (#35420) (#35442)
  * fix: add author.name field to Swift Package Registry API response (#35410) (#35431)
  * fix(webhook/discord): fixed username cannot be empty error (#35412) (#35417)
  * Switch `bitnami` images to `bitnamilegacy` on CI (#35402) (#35403)
  * Upgrade xz to v0.5.15 (#35385)
  * Fix review request webhook bug (#35339)
  * Allow foreachref parser to grow its buffer (#35365) (#35376)
  * Fix atom/rss mixed error (#35345) (#35347)
  * Allow deleting comment with content via API like web did (#35346) (#35354)
  * fix: remove duplicate IDs (#35210) (#35325)
  * Upgrade mermaid to 11.10.0 (#35333)
  * Fix some overflows in test (#35315) (#35321)
  * Fix LFS range size header response (#35277) (#35293)
  * Fix GitHub release assets URL validation (#35287) (#35290)
  * Fix token lifetime, closes #35230 (#35271) (#35281)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=378
2025-09-11 05:00:44 +00:00
e289c3bbb7 - Update to version 1.24.4:
* release notes for 1.24.4 (#35208)
  * Fix various bugs (1.24) (#35186)
  * Fix migrate input box bug (#35166) (#35171)
  * Only hide dropzone when no files have been uploaded (#35156) (#35167)
  * Don't use full-file highlight when there is a git diff textconv (#35114) (#35119)
  * Fix submodule parsing when the gitmodules is missing (#35109) (#35118)
  * Increase gap on latest commit (#35104) (#35113)
  * Fix review comment/dimiss comment x reference can be refereced back (#35094) (#35099)
  * Fix submodule nil check (#35096) (#35098)
  * nix flake update (#35085) (#35090)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=376
2025-08-05 15:11:39 +00:00
0f7b9d6dd5 - Update to version 1.24.2:
* release of 1.24.2 (#34800)
  * upgrade chi (#34799)
  * Fix container range bug (#34795) (#34796)
  * Bump poetry feature to new url for dev container (#34787) (#34790)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=374
2025-06-21 08:37:13 +00:00
9f429ad501 - Update to version 1.24.1:
* Changelog for 1.24.1 (#34774)
  * Fix tag target (#34781) (#34783)
  * Fix incorrect cli default values (#34765) (#34766)
  * when using rules to delete packages, remove unclean bugs (#34632) (#34761)
  * Fix readme path and markdown link paste (#34755) (#34760)
  * Improve alignment of commit status icon on commit page (#34750) (#34757)
  * Fix ghost user in feeds when pushing in an actions, it should be gitea-actions (#34703) (#34756)
  * Support title and body query parameters for new PRs (#34537) (#34752)
  * fix: prevent double markdown link brackets when pasting URL (#34745) (#34748)
  * Fix JS error for "select" dropdown (#34743) (#34749)
  * Prevent duplicate form submissions when creating forks (#34714) (#34735)
  * Fix container range bug (#34725) (#34732)
  * Fix dropdown filter (#34708) (#34711)
  * Fix markdown wrap (#34697) (#34702)
  * frontport changelog to v1.24 (#34690)
  * Fix pull requests API convert panic when head repository is deleted. (#34685) (#34687)
  * Hide href attribute of a tag if there is no target_url (#34556) (#34684)
  * Fix commit message rendering and some UI problems (#34680) (#34683)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=372
2025-06-20 05:29:23 +00:00
75f8dac82e - Update to version 1.24.0:
* Changelog for 1.24.0 (#34543)
  * Fix: skip paths check on tag push events in workflows (#34602) (#34670)
  * Fix last admin check when syncing users (#34649) (#34673)
  * Fix footnote jump behavior on the issue page. (#34621) (#34669)
  * Fix "oras" OCI client compatibility (#34666) (#34671)
  * Only activity tab needs heatmap data loading (#34652) (#34668)
  * Ignore "Close" error when uploading container blob (#34620) (#34665)
  * Fix missed merge commit sha and time when migrating from codecommit (#34645) (#34650)
  * Fix GetUsersByEmails (#34643) (#34646)
  * Misc CSS fixes (#34638) (#34644)
  * add codecommit to supported services in api docs (#34626) (#34633)
  * Validate hex colors when creating/editing labels (#34623) (#34630)
  * bump to alpine 3.22 (#34613) (#34615)
  * Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) (#34607)
  * Fix margin issue in markup paragraph rendering (#34599) (#34606)
  * Fix migration pull request title too long (#34577) (#34604)
  * Fix issue label delete incorrect labels webhook payload (#34575) (#34603)
  * Make pull request and issue history more compact (#34588) (#34594)
  * fixed incorrect page navigation with up and down arrow on last item of dashboard repos (#34570) (#34596)
  * Fix doctor deleting orphaned issues attachments (#34142) (#34571)
  * Fix/improve avatar sync from LDAP (#34573) (#34587)
  * Fix some trivial problems (#34579) (#34585)
  * Retain issue sort type when a keyword search is introduced (#34559) (#34581)
  * Always use an empty line to separate the commit message and trailer (#34512) (#34578)
  * Fix line-button issue after file selection in file tree (#34574) (#34576)
  * Fix possible nil description of pull request when migrating from CodeCommit (#34541) (#34550)
  * Add webhook assigning test and fix possible bug (#34420) (#34551)
  * Refactor commit reader (#34542) (#34549)
  * Don't display error log when .git-blame-ignore-revs doesn't exist (#34457) (#34540)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=369
2025-06-11 06:44:47 +00:00
2e4abed515 - Update to version 1.23.8:
* Fix releases sidebar navigation link (#34436) (#34439)
  * Add changelog for 1.23.8 (#34430)
  * Fix bug webhook milestone is not right. (#34419) (#34429)
  * Fix a bug when uploading file via lfs ssh command 1.23 (#34408) (#34411)
  * upgrade github v61 -> v71 to fix migrating bug (#34389)
  * Fix bug when API get pull changed files for deleted head repository (#34333) (#34368)
  * Fix bug when visiting comparation page (#34334) (#34364)
  * Fix CI Build (#34315)
  * Fix wrong review requests when updating the pull request (#34286) (#34304)
  * fix github migration error when using multiple tokens (#34144) (#34302)
  * Explicitly not update indexes when sync database schemas (#34281) (#34295)
  * Update token creation API swagger documentation (#34288) (#34296)
  * Fix panic when comment is nil (#34257) (#34277)
  * Don't assume the default wiki branch is master in the wiki API (#34244) (#34245)
  * Swift files can be passed either as file or as form value (#34068) (#34236)
  * Fix project board links to related Pull Requests (#34213) (#34222)
  * Update net package (#34228) (#34232)
  * Fix two missed null value checks on the wiki page. (#34205) (#34215)
  * Fix empty repo clone panel border (#34219) (#34220)
  * feat: add riscv64 support (#34199) (#34204)
  * fix(#33711): cross-publish docker images to ghcr.io (#34148) (#34176)
  * bugfix check for alternate ssh host certificate location (#34146) (#34166)
  * remove hardcoded 'code' string in clone_panel.tmpl (#34153) (#34158)
  * Bump go version in go.mod (#34160)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=367
2025-05-13 04:21:01 +00:00
4718331512 # SECURITY
- Compile with Go 1.23.8
  # Enhancements
    - Add a config option to block "expensive" pages for anonymous users (#34024) (#34071)
    - Also check default ssh-cert location for host (#34099) (#34100) (#34116)
  # BUGFIXES
    - Fix discord webhook 400 status code when description limit is exceeded (#34084) (#34124)
    - Get changed files based on merge base when checking pull_request actions trigger (#34106) (#34120)
    - Fix invalid version in RPM package path (#34112) (#34115)
    - Return default avatar url when user id is zero rather than updating database (#34094) (#34095)
    - Add additional ReplaceAll in pathsep to cater for different pathsep (#34061) (#34070)
    - Try to fix check-attr bug (#34029) (#34033)
    - Git client will follow 301 but 307 (#34005) (#34010)
    - Fix block expensive for 1.23 (#34127)
    - Fix markdown frontmatter rendering (#34102) (#34107)
    - Add new CLI flags to set name and scopes when creating a user with access token (#34080) (#34103)
    - Do not show 500 error when default branch doesn't exist (#34096) (#34097)
    - Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) (#34065)
    - Simplify emoji rendering (#34048) (#34049)
    - Adjust the layout of the toolbar on the Issues/Projects page (#33667) (#34047)
    - Pull request updates will also trigger code owners review requests (#33744) (#34045)
    - Fix org repo creation being limited by user limits (#34030) (#34044)
    - Fix git client accessing renamed repo (#34034) (#34043)
    - Fix the issue with error message logging for the check-attr command on Windows OS. (#34035) (#34036)
    - Polyfill WeakRef (#34025) (#34028)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=365
2025-04-15 09:20:29 +00:00
43e2e7b319 - Update to version 1.23.6:
# SECURITY:
    * Fix LFS URL (#33840) (#33843)
    * update jwt and redis packages (#33984) (#33987)
    * Update golang crypto and net for 1.23 (#33989)
  # BUGFIXES:
    * Add changelog for 1.23.6 (#33975) (#34000)
    * Fix incorrect code search indexer options (#33992) (#33999)
    * Drop timeout for requests made to the internal hook api (#33947) (#33970)
    *  Fix oauth2 auth (#33961) (#33962)
    * Fix incorrect 1.23 translations (#33932)
    * Try to figure out attribute checker problem (#33901) (#33902)
    * Fix maven panic when no package exists (#33888) (#33889)
    * Ignore trivial errors when updating push data (#33864) (#33887)
    * Fix markdown render (#33870) (#33875)
    * Fix auto concurrency cancellation skips commit status updates (#33764) (#33849)
    * Fix some UI problems for 1.23 (#33856)
    * Removing unwanted ui container (#33833) (#33835)
    * Do not call "git diff" when listing PRs (#33817)
    * Try to fix ACME (3rd) (#33807) (#33808)
    * Support disable passkey auth (#33348) (#33819)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=363
2025-03-26 05:46:57 +00:00
b23e38ab27 - Update to version 1.23.5:
* Upgrade golang net from 0.35.0 -> 0.36.0 #33795 (#33796)
  * Add changelog for 1.23.5 (#33780)
  * Adjust appearence of commit status webhook (#33778) (#33789)
  * Update minimum version of mssql tested
  * Fix navbar dropdown item align (#33782)
  * upgrade go-crypto from 1.1.4 to 1.1.6 (#33745) (#33754)
  * Disable go license generation as part of `make tidy` (#33747) (#33751)
  * bump x/oauth2 & x/crypto (#33704) (#33727)
  * Remove superflous tw-content-center (#33741) (#33743)
  * Fix inconsistent closed issue list icon (#33722) (#33728)
  * Use MatchPhraseQuery for bleve code search (#33628)
  * Optimize user dashboard loading (#33686) (#33708)
  * Fix OCI image.version annotation for releases to use full semver (#33698) (#33701)
  * Try to fix ACME path when renew (#33668) (#33693)
  * Fix for Maven Package Naming Convention Handling (#33678) (#33679)
  * Improve Open-with URL encoding (#33666) (#33680)
  * Deleting repository should unlink all related packages (#33653) (#33673)
  * Fix omitempty bug (#33663) (#33670)
  * Fix mCaptcha bug (#33659) (#33661)
  * git graph: don't show detached commits (#33645) (#33650)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=360
2025-03-05 11:18:01 +00:00
c5cb92d14e - Update to version 1.23.4:
* Release of Gitea 1.23.4 (#33621)
  * fix: add missing locale (#33641) (#33642)
  * Make actions URL in commit status webhooks absolute (#33620) (#33632)
  * Fix project issues list and counting (#33594) (#33619)
  * Fix mirror bug (#33597) (#33607)
  * Use default Git timeout when checking repo health (#33593) (#33598)
  * Fix PR's target branch dropdown (#33589) (#33591)
  * Performance optimization for pull request files loading comments attachments (#33585) (#33592)
  * Only show the latest version in the Arch index (#33262) (#33580)
  * Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) (#33577)
  * Skip deletion error for action artifacts (#33476) (#33568)
  * Add a transaction to `pickTask` (#33543) (#33563)
  * Fix context usage (#33554) (#33557)
  * Enhance routers for the Actions runner operations (#33549) (#33555)
  * Enhance routers for the Actions variable operations (#33547) (#33553)
  * Rework suggestion backend (#33538) (#33546)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=358
2025-02-19 10:28:51 +00:00
3715e9ee3d - Update to version 1.23.3:
* Add changelog for 1.23.3 (#33515)
  * Fix a bug caused by status webhook template (#33512)

- Update to version 1.23.2:
  * Add changelog for 1.23.2 (#33494)
  * add `timetzdata` build tag to binary releases (#33463) (#33503)
  * Fix unnecessary comment when moving issue on the same project column (#33496) (#33499)
  * Fix commit status events (#33320) (#33493)
  * Correct bot label `vertical-align` (#33477) (#33480)
  * Add tests for webhook and fix some webhook bugs (#33396) (#33442)
  * Fix `GetCommitBranchStart` bug (#33298) (#33421)
  * Fix SSH LFS memory usage (#33455) (#33460)
  * Revert empty lfs ref name (#33454) (#33457)
  * Fix issue sidebar dropdown keyboard support (#33447) (#33450)
  * Fix user avatar (#33439)
  * Fix system admin cannot fork or get private fork with API (#33401) (#33417)
  * Add pubdate for repository rss and add some tests (#33411) (#33416)
  * Fix flex width (#33414) (#33418)
  * Fix issue suggestion bug (#33389) (#33391)
  * Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) (#33410)
  * Add missed auto merge feed message on dashboard (#33309) (#33405)
  * Clone button enhancements (#33362) (#33404)
  * Repo homepage styling tweaks (#33289) (#33381)
  * Update katex to latest version (#33361)
  * Update go tool dependencies (#32916) (#33355)
  * Fix code button alignment (#33345) (#33351)
  * Make issue suggestion work for all editors (#33340) (#33342)
  * Fix issue count (#33338) (#33341)
  * Make tracked time representation display as hours (#33315) (#33334)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=357
2025-02-07 07:28:49 +00:00
5bf07e41bb - Remove deprecated module golang(github.com/jteeuwen/go-bindata)
from BuildRequires. No more need for build.

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=355
2025-02-03 14:30:10 +00:00
de4ee8f9fc - Update to version 1.23.1:
* Change log for 1.23.1 (#33191)
  * Fix editor markdown not incrementing in a numbered list (#33187) (#33193)
  * Fix sync fork for consistency (#33147) (#33192)
  * Use updated path to s6-svscan after alpine upgrade (#33185) (#33188)
  * Fix raw file API ref handling (#33172) (#33189)
  * Fix branch dropdown not display ref name (#33159) (#33183)
  * Fix ACME panic (#33178) (#33186)
  * Move repo size to sidebar (#33155) (#33182)
  * Fix assignee list overlapping in Issue sidebar (#33176) (#33181)
  * Fix pam auth test regression (#33169) (#33174)
  * Fix fuzz test (#33156) (#33158)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=353
2025-01-27 09:14:58 +00:00
d2d6ba3946 - Update to version 1.23.0:
* Update changelog for v1.23.0 (#33130)
  * Fix `git remote` error check, fix dependencies, fix js error (#33129) (#33133)
  * Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) (#33128)
  * fix empty repo updated time (#33120) (#33124)
  * Add missing transaction when set merge (#33113)
  * Fix package error handling and npm meta and empty repo guide (#33112)
  * Fix empty git repo handling logic and fix mobile view (#33101) (#33102)
  * Fix line-number and scroll bugs (#33094) (#33095)
  * Fix bleve fuzziness search (#33078) (#33087)
  * Fix broken forms (#33082)
  * Try to fix ACME directory problem (#33072) (#33077)
  * Inherit submodules from template repository content (#16237) (#33068)
  * feat(action): issue change title notifications (#33050) (#33065)
  * Use project's redirect url instead of composing url (#33058) (#33064)
  * Refactor maven package registry (#33049) (#33057)
  * Make issue suggestion work for new PR page (#33035) (#33056)
  * Fix duplicate co-author in squashed merge commit messages (#33020) (#33054)
  * Fix issue comment number (#30556) (#33055)
  * Fix settings not being loaded at CLI (#26402) (#33048)
  * Remove aws go sdk package dependency (#33029) (#33047)
  * Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987) (#33046)
  * use `-s -w` ldflags for release artifacts (#33041) (#33042)
  * Fix bug automerge cannot be chosed when there is only 1 merge style (#33040) (#33043)
  * Refactor testfixtures (#33028)
  * Fix templating in pull request comparison (#33025) (#33038)
  * fix toggle commit body button ui when latest commit message is long (#32997) (#33034)
  * Fix review code comment avatar alignment (#33031) (#33032)
  * Fix bug on activities (#33008) (#33016)
  * fix scoped label ui when contains emoji (#33007) (#33014)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=352
2025-01-27 08:48:56 +00:00
71deb198a3 - Update to version 1.22.6:
* Add missing two sync feed for refs/pull (#32815) (#32822)
  * Add changelog for 1.22.6 (#32825)
  * Fix misuse of PublicKeyCallback(#32810) (#32824)
  * Fix lfs migration (#32812) (#32818)
  * Avoid MacOS keychain dialog in integration tests (#32813) (#32816)
  * use specific namespace labels
  * use dedicated runners for release artifacts (#32811) (#32814)

- Update to version 1.22.5:
  * Add changelog for 1.22.5 (#32794)
  * Fixe a keystring misuse and refactor duplicates keystrings (#32668) (#32792)
  * Upgrade crypto library (#32791)
  * Add standard-compliant route to serve outdated R packages (#32783) (#32789)
  * Fix internal server error when updating labels without write permission (#32776) (#32785)
  * Make wiki pages visit fast (#32732) (#32745)
  * Bump relative-time-element to v4.4.4 (#32739)
  * Fix fork page branch selection (#32711) (#32725)
  * Add Swift login endpoint (#32693) (#32701)
  * Fix gogit `GetRefCommitID` (#32705) (#32712)
  * Fix delete branch perm checking (#32654) (#32707)
  * Fix word overflow in file search page (#32695) (#32699)
  * Fix race condition in mermaid observer (#32599) (#32673)
  * Don't create action when syncing mirror pull refs (#32659) (#32664)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=350
2024-12-13 09:20:06 +00:00
6443410f1a - Update to version 1.22.4:
* Add release note for v1.22.4 (#32513)
  * Fix get reviewers' bug (#32415) (#32616)
  * Fix clean tmp dir (#32360) (#32593)
  * Fix PR creation on forked repositories (#31863) (#32591)
  * Fix the missing menu in organization project view page (#32313) (#32592)
  * Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification (#32578) (#32594)
  * Fix debian package clean up (#32351) (#32590)
  * Fix GetInactiveUsers (#32540) (#32588)
  * allow the actions user to login via the jwt token (#32527) (#32580)
  * Fix submodule parsing (#32571) (#32577)
  * Remove unnecessary code (#32560) (#32567)
  * Refactor find forks and fix possible bugs that weak permissions check (#32528) (#32547)
  * Fix some places which doesn't repsect org full name setting (#32243) (#32550)
  * Refactor push mirror find and add check for updating push mirror (#32539) (#32549)
  * Improve some sanitizer rules (#32534)
  * Fix basic auth with webauthn (#32531) (#32536)
  * Fix artifact v4 upload above 8MB (#31664) (#32523)
  * Remove transaction for archive download (#32186) (#32520)
  * Fix oauth2 error handle not return immediately (#32514) (#32516)
  * Trim title before insert/update to database to match the size requirements of database (#32498) (#32507)
  * Fix nil panic if repo doesn't exist (#32501) (#32502)
  * Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497)
  * Update nix development environment vor v1.22.x (#32495)
  * Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
  * Disable Oauth check if oauth disabled (#32368) (#32480)
  * cargo registry - respect renamed dependencies (#32430) (#32478)
  * Fix broken releases when re-pushing tags (#32435) (#32449)
  * Fix mermaid diagram height when initially hidden (#32457) (#32464)
  * Only provide the commit summary for Discord webhook push events (#32432) (#32447)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=348
2024-11-27 08:36:05 +00:00
2188c95e84 Accepting request 1226804 from home:ecsos:server
RB

OBS-URL: https://build.opensuse.org/request/show/1226804
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=347
2024-11-27 08:12:05 +00:00
6ccc8cded2 - Update to version 1.22.4:
* Add release note for v1.22.4 (#32513)
  * Fix get reviewers' bug (#32415) (#32616)
  * Fix clean tmp dir (#32360) (#32593)
  * Fix PR creation on forked repositories (#31863) (#32591)
  * Fix the missing menu in organization project view page (#32313) (#32592)
  * Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification (#32578) (#32594)
  * Fix debian package clean up (#32351) (#32590)
  * Fix GetInactiveUsers (#32540) (#32588)
  * allow the actions user to login via the jwt token (#32527) (#32580)
  * Fix submodule parsing (#32571) (#32577)
  * Remove unnecessary code (#32560) (#32567)
  * Refactor find forks and fix possible bugs that weak permissions check (#32528) (#32547)
  * Fix some places which doesn't repsect org full name setting (#32243) (#32550)
  * Refactor push mirror find and add check for updating push mirror (#32539) (#32549)
  * Improve some sanitizer rules (#32534)
  * Fix basic auth with webauthn (#32531) (#32536)
  * Fix artifact v4 upload above 8MB (#31664) (#32523)
  * Remove transaction for archive download (#32186) (#32520)
  * Fix oauth2 error handle not return immediately (#32514) (#32516)
  * Trim title before insert/update to database to match the size requirements of database (#32498) (#32507)
  * Fix nil panic if repo doesn't exist (#32501) (#32502)
  * Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497)
  * Update nix development environment vor v1.22.x (#32495)
  * Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
  * Disable Oauth check if oauth disabled (#32368) (#32480)
  * cargo registry - respect renamed dependencies (#32430) (#32478)
  * Fix broken releases when re-pushing tags (#32435) (#32449)
  * Fix mermaid diagram height when initially hidden (#32457) (#32464)
  * Only provide the commit summary for Discord webhook push events (#32432) (#32447)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=345
2024-11-27 06:50:28 +00:00
c00b5f860e - Fix app.ini not writeable from gitea itself (boo#1231809).
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=343
2024-10-27 09:31:03 +00:00
83fb0c462c - Update to version 1.22.3:
* Add release note for v1.22.3 (#32205)
  * Fix bug when a token is given public only (#32204) (#32218)
  * Add null check for responseData.invalidTopics (#32212) (#32217)
  * Fix javascript error when an anonymous user visiting migration page (#32144) (#32179)
  * Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) (#32188)
  * Don't init singing keys if oauth2 provider disabled (#32177)
  * Upgrade some dependencies include minio-go (#32166)
  * Ensure `GetCSRF` doesn't return an empty token (#32130) (#32157)
  * Fix the logic of finding the latest pull review commit ID (#32139) (#32165)
  * Don't join repository when loading action table data (#32127) (#32143)
  * Fix wrong status of `Set up Job` when first step is skipped (#32120) (#32125)
  * Fix bug in getting merged pull request by commit (#32079) (#32117)
  * Fix bug when deleting a migrated branch (#32075) (#32123)
  * Include collaboration repositories on dashboard source/forks/mirrors list (#31946) (#32122)
  * Truncate commit message during Discord webhook push events (#31970) (#32121)
  * Allow set branch protection in an empty repository (#32095) (#32119)
  * Fix panic when cloning with wrong ssh format. (#32076) (#32118)
  * Fix Bug in Issue/pulls list (#32081) (#32115)
  * use rebuilt mssql-2017 image (#32109) (#32114)
  * Fix rename branch permission bug (#32066) (#32108)
  * Fix wrong last modify time (#32102) (#32104)
  * Add bin to Composer Metadata (#32099) (#32106)
  * Fix incorrect `/tokens` api (#32085) (#32092)
  * Fix mssql ci with a new mssql version on ci (#32094)
  * Fix: database not update release when using `git push --tags --force` (#32040) (#32074)
  * Refactor CSRF protector (#32057) (#32069)
  * Add missing comment reply handling (#32050) (#32065)
  * Lazy load avatar images (#32051) (#32063)
  * Handle invalid target when creating releases using API (#31841) (#32043)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=341
2024-10-09 05:44:20 +00:00
e95c652487 - Update to version 1.22.2:
* Add changelog for 1.22.2 (#31935)
  * Fix nuget/conan/container packages upload bugs (#31967) (#31982)
  * Replace v-html with v-text in search inputbox (#31966) (#31973) (#31975)
  * Add lock for parallel maven upload (#31954)
  * Fix index too many file names bug (#31903) (#31953)
  * Prevent update pull refs manually and will not affect other refs update (#31931) (#31955)
  * Fix sort order for organization home and user profile page (#31921) (#31922)
  * Fix 500 error when `state` params is set when editing issue/PR by API (#31880) (#31952)
  * Upgrade micromatch to 4.0.8 (#31944)
  * Update webpack to 5.94.0 (#31941)
  * Fix search team (#31923) (#31942)
  * Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerprint (#31905) (#31914)
  * Don't return 500 if mirror url contains special chars (#31859) (#31895)
  * Upgrade bleve to 2.4.2 (#31894)
  * bug fix for translation in ru (#31892)
  * Refactor the usage of batch catfile (#31754) (#31889)
  * Fix agit automerge (#31207) (#31881)
  * add CfTurnstileSitekey context data to all captcha templates (#31874) (#31876)
  * Fix actions notify bug (#31866) (#31875)
  * fix the component of access token list not mounted (#31824) (#31868)
  * Fix overflowing content in action run log (#31842) (#31853)
  * Fix raw wiki links (#31825) (#31845)
  * Avoid returning without written ctx when posting PR (#31843) (#31848)
  * Add missing repository type filter parameters to pager  (#31832) (#31837)
  * Fix panic of ssh public key page after deletion of auth source (#31829) (#31836)
  * Fixes for unreachable project issues when transfer repository from organization (#31770) (#31828)
  * Scroll images in project issues separately from the remaining issue (#31683) (#31823)
  * Add `:focus-visible` style to buttons (#31799) (#31819)
  * Show lock owner instead of repo owner on LFS setting page (#31788) (#31817)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=339
2024-09-06 09:44:15 +00:00
OBS User buildservice-autocommit
6ce8369408 Updating link to change in devel:tools:scm/gitea revision 161
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=5dbb085aef6d2ae42dc714c3202a4990
2024-07-05 11:52:19 +00:00
d44a815527 - Update to version 1.22.1:
* Add changelog for 1.22.1 (#31517)
  * Update `golang.org/x/image` to v0.18.0 (#31542)
  * remove typo (#31524)
  * Fix avatar radius problem on the new issue page (#31506) (#31508)
  * use correct l10n string (#31487) (#31490)
  * Upgrade `github.com/hashicorp/go-retryablehttp` (#31499)
  * Fix dropzone JS error when attachment is disabled (#31486)
  * Fix overflow menu flickering on mobile (#31484) (#31488)
  * Fix poor table column width due to breaking words (#31473) (#31477)
  * Fix deprecated Dockerfile ENV format (#31450) (#31452)
  * Fix web notification icon not updated once you read all notifications (#31447) (#31466)
  * Switch to upstream of `gorilla/feeds` (#31400) (#31464)
  * Switch to "Write" tab when edit comment again (#31445) (#31461)
  * Support relative paths to videos from Wiki pages (#31061) (#31453)
  * Fix the link for .git-blame-ignore-revs bypass (#31432) (#31442)
  * Fix the wrong line number in the diff view page when expanded twice. (#31431) (#31440)
  * Fix labels and projects menu overflow on issue page (#31435) (#31439)
  * [Fix] Account Linking UpdateMigrationsByType  (#31428) (#31434)
  * Fix markdown math brackets render problem (#31420) (#31430)
  * Increase max length of org team names from 30 to 255 characters (#31410) (#31421)
  * Fix new issue/pr avatar (#31419) (#31424)
  * Reduce `air` verbosity (#31417) (#31425)
  * Fix rendered wiki page link (#31398) (#31407)
  * Fix double border in system status table (#31363) (#31401)
  * Fix bug filtering issues which have no project (#31337) (#31367)
  * Fix natural sort (#31384) (#31394)
  * Fix missing images in editor preview due to wrong links (#31299) (#31393)
  * Allow downloading attachments of draft releases (#31369) (#31380)
  * Fix duplicate sub-path for avatars (#31365) (#31368)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=337
2024-07-04 16:23:24 +00:00
a4eea2e393 - Update to version 1.22.0:
* Add v1.22.0 changelog (#31060)
  * Prevent tab shifting, remove extra margin on fluid pages (#31090) (#31099)
  * Fix border radius on hovered secondary menu (#31089) (#31097)
  * Fix possible ui 500 if workflow's job is nil (#31092) (#31098)
  * Fix `View File` button link if branch deleted on pull request files pages (#31063) (#31077)
  * Change `--border-radius-circle` to `--border-radius-full` (#30936) (#31078)
  * Make gitea webhooks openproject compatible (#28435) (#31081)
  * Support setting the `default` attribute of the issue template dropdown field (#31045) (#31059)
  * Alpine 3.20 has been released (#31047) (#31057)
  * Fix wrong display of recently pushed notification (#25812) (#31043)
  * align s3 files with docker naming (#31050) (#31052)
  * Update Actions documentation missing feature (#31034) (#31048)
  * Sync up deleted branches & action assets related cleanup documentation (#31022) (#31049)
  * Fix automerge will not work because of some events haven't been triggered (#30780) (#31039)
  * use existing oauth grant for public client (#31015) (#31042)
  * Don't include link of deleted branch when listing branches (#31028) (#31032)
  * Refactor sha1 and time-limited code (#31023) (#31030)
  * Return `access_denied` error when an OAuth2 request is denied (#30974) (#31029)
  * Fix incorrect "blob excerpt" link when comparing files (#31013) (#31026)
  * Avoid 500 panic error when uploading invalid maven package file (#31014) (#31027)
  * Fix project column title overflow (#31011) (#31025)
  * Fix data-race during testing (#30999) (#31024)
  * Fix bug on avatar (#31008) (#31019)
  * Fix "force private" logic (#31012) (#31021)
  * Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) (#31020)
  * Simplify mirror repository API logic (#30963) (#31009)
  * Fix JS error when editing a merged PR's title (#30990) (#31001)
  * Upgrade `tqdm` dependency (#30996) (#31000)
  * template: `label` fix correct input id (#30987) (#30997)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=335
2024-05-27 10:40:06 +00:00
5b416ecefb - Update to version 1.21.11:
* Fix cache bug (#30510)
  * Update 1.21.11 changelog (#30403)
  * Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497)
  * Fix commit status cache which missed target_url (#30426) (#30445)
  * Avoid losing token when updating mirror settings (#30429) (#30466)
  * Change the default maxPerPage for gitbucket (#30392) (#30471)
  * Fix mirror error when mirror repo is empty (#30432) (#30467)
  * fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468)
  * Use db.ListOptions directly instead of Paginator interface to make iteasier to use and fix performance of /pulls and /issues (#29990) (#30447)
  * Upgrade go-sqlite to v1.14.22 (#30462)
  * Fix rename branch 500 when the target branch is deleted but exist in database (#30430) (#30437)
  * Check the token's owner and repository when registering a runner (#30406) (#30412)
  * Avoid user does not exist error when detecting schedule actions when the commit author is an external user  (#30357) (#30408)
  * Update actions variables documents (#30394) (#30404)
  * No global variables (#30402)
  * Add changelog for 1.21.11 (#30314)
  * Performance optimization for git push (#30104) (#30354)
  * Fix create commit status (#30225) (#30340)
  * Fix possible renderer security problem(#30136) (#30315)
  * Close file in the Upload func (#30262) (#30269)
  * Add -u git to docs when using docker exec with root installation (#29314) (#30264)
  * Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) (#30250)
  * Add -u git to docs when using docker exec with root installation (#29314) (#30258)
  * Fix missing 0 prefix of GPG key id (#30245) (#30247)
  * Include encoding in signature payload (#30174) (#30181)
  * Move from `max( id )` to `max( index )` for latest commit statuses (#30076) (#30155)
  * Load attachments for code comments (#30124) (#30126)
  * Fix gitea doctor will remove repo-avatar files when execute command storage-archives (#30094) (#30120)
  * Fix possible data race on tests (#30093) (#30108)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=333
2024-04-16 19:38:09 +00:00
48b951b5d2 - Update to version 1.21.10:
* Release of 1.21.10 (#30073)
  * Fix Add/Remove WIP on pull request title failure (#29999) (#30066)
  * Fix misuse of `TxContext` (#30061) (#30062)
  * Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) (#30035)
  * Escape paths for find file correctly (#30026) (#30031)
  * Remove duplicate option in admin screen and now-unused translation keys (#28492) (#30024)
  * Small refactors in anchors.js (#29947) (#30003)
  * Fix manual merge form and 404 page templates (#30000)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=331
2024-03-26 09:01:29 +00:00
5418fe2a6e - Update to version 1.21.9:
* Add changelog for 1.21.9 (#29971)
  * Fix bugs in rerunning jobs (#29955) (#29983)
  * Performance improvements for pull request list page (#29900) (#29972)
  * Fix the bug that user may logout if GetUserByID return unknow error (#29964)
  * Solving the issue of UI disruption when the review is deleted without refreshing (#29951) (#29968)
  * Fix and rewrite markup anchor processing (#29931) (#29946)
  * Fix loadOneBranch panic (#29938) (#29939)
  * Add cache for dashbaord commit status (#29932)
  * Show Actions post step when it's running (#29926) (#29928)
  * Notify reviewers added via CODEOWNERS (#29842) (#29902)
  * Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925) (#29927)
  * Fix invalid link of the commit status when ref is tag (#29752) (#29908)
  * Only do counting when count_only=true for repo dashboard (#29884) (#29905)
  * Fix PR creation via api between branches of same repo with head field namespaced (#26986) (#29857)
  * Fix template error when comment review doesn't exist (#29888) (#29889)
  * Fix bug on template (#29887)
  * Editor error message misleading due to re-used key. (#29859) (#29876)
  * Fix user id column case (#29863) (#29867)
  * Fix codeowner detected diff base branch to mergebase (#29783) (#29807)
  * fix double border and border-radius on empty action steps (#29845) (#29850)
  * Make meilisearch do exact search for issues (#29740 & #29671) (#29846)
  * Fix `for` attribute not pointing to the ID of the color picker (#29813) (#29815)
  * Use `Temporal.PlainDate` for absolute dates (#29804) (#29808)
  * Update Chroma to v2.13.0 (#29732) (#29805)
  * Fix Safari spinner rendering (#29801) (#29802)
  * Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) (#29791)
  * Fix missing translation on milestons (#29785) (#29789)
  * Fix user router possbile panic (#29751) (#29786)
  * Make runs-on support variable expression (#29468) (#29782)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=329
2024-03-22 12:14:19 +00:00
11d41a1ce7 - Update to version 1.21.8:
* Add changelog for 1.21.8 (#29735)
  * Fix date rendering by adding `<gitea-absolute-date>` (#29725) (#29747)
  * Improve CSV rendering (#29638) (#29744)
  * Use Get but not Post to get actions artifacts (#29734) (#29737)
  * Fix inconsistent rendering of block mathematical expressions (#29677) (#29711)
  * fix: rendering internal file links in org (#29669) (#29705)
  * Fix bug hidden on CI and make ci failed if tests failure (#29254) (#29662)
  * Don't show AbortErrors on logout (#29639) (#29667)
  * Use more specific selector for `name` links (#29679) (#29681)
  * Fix user-defined markup links targets (#29305) (#29666)
  * Fix commit_status problem when testing (#29672) (#29675)
  * Fix 500 when deleting account with incorrect password or unsupported login type (#29579) (#29656)
  * Add empty repo check in DetectAndHandleSchedules (#29606) (#29659)
  * Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize (#29653) (#29663)
  * Fixing the issue when status check per rule matches multiple actions (#29631) (#29655)
  * Use strict protocol check when redirect (#29642) (#29644)
  * Update Twitter Logo (#29621) (#29633)
  * Avoid issue info panic (#29625) (#29632)
  * Avoid unexpected panic in graceful manager (#29629) (#29630)
  * Fix wrong line number in code search result (#29260) (#29623)
  * bump protobuf module (#29617) (#29619)
  * Add missing database transaction for new issue (#29490) (#29607)
  * Make "/user/login" page redirect if the current user has signed in (#29583) (#29599)
  * Add a trailing slash to dashboard links (#29555) (#29573)
  * Fix workflow trigger event IssueChangeXXX bug (#29559) (#29565)
  * Fix 500 when pushing release to an empty repo (#29554) (#29564)
  * Only use supported sort order for "explore/users" page (#29430) (#29443)
  * Fix incorrect cookie path for AppSubURL (#29534) (#29552)
  * gitea.service: Remove syslog.target (#29550) (#29551)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=327
2024-03-13 09:28:12 +00:00
4d44f48300 - Update to version 1.21.7:
* Change log for 1.21.7 (#29411)
  * Add missing space (#29393) (#29399)
  * enforce maxlength in frontend (#29389) (#29396)
  * Users with `read` permission of pull requests can be assigned too (#27263) (#29372)
  * Do not double close reader (#29354) (#29370)
  * Display friendly error message (#29105) (#29363)
  * Docker Tag Information in Docs (#29047) (#29362)
  * Fix validity of the FROM email address not being checked (#29347) (#29360)
  * Fix project counter in organization/individual profile (#28068) (#29361)
  * Fix incorrect tests in 1.21 (#29366)
  * Fix tarball/zipball download bug (#29342) (#29352)
  * Adjust changelog for v1.21.6 to move prs to correct labels (#29339)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=325
2024-02-26 10:48:39 +00:00
101bec83f6 - Update to version 1.21.6:
* Add Changelog v1.21.6 (#29335)
  * Fix XSS vulnerabilities (#29336)
  * Don't show third-party JS errors in production builds (#29303) (#29333)
  * Remove SSH workaround (#27893) (#29332)
  * Only log error when tag sync fails (#29295) (#29327)
  * Use general token signing secret (#29205) (#29325)
  * Fix SSPI user creation (#28948) (#29323)
  * Improve the `issue_comment` workflow trigger event (#29277) (#29322)
  * Discard unread data of `git cat-file` (#29297) (#29310)
  * Implement some action notifier functions (#29173) (#29308)
  * Prevent double use of `git cat-file` session. (#29298) (#29301)
  * Fix gitea-action user avatar broken on edited menu (#29190) (#29307)
  * Fix error display when merging PRs (#29288) (#29309)
  * Fix missing link on outgoing new release notifications (#29079) (#29300)
  * Fix debian InRelease Acquire-By-Hash newline (#29204) (#29299)
  * Always write proc-receive hook for all git versions (#29287) (#29291)
  * Do not show delete button when time tracker is disabled (#29257) (#29279)
  * Fix missed edit issues event for actions (#29237) (#29251)
  * Disallow merge when required checked are missing (#29143) (#29268)
  * Workaround to clean up old reviews on creating a new one (#28554) (#29264)
  * Fix bug when the linked account was disactived and list the linked accounts (#29263)
  * Explained where create issue/PR template (#29035)
  * Do not use lower tag names to find releases/tags (#29261) (#29262)
  * Convert visibility to number (#29226) (#29244)
  * Load outdated comments when (un)resolving conversation on PR timeline (#29203) (#29221)
  * Make submit event code work with both jQuery event and native event (#29223) (#29234)
  * Only delete scheduled workflows when needed (#29091) (#29235)
  * Fix push to create with capitalize repo name (#29090) (#29206)
  * rm outdated docs from some languages (#27530) (#29208)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=323
2024-02-23 07:34:43 +00:00
425fb9789c OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=321 2024-02-21 13:46:20 +00:00
8d95578080 - Update to version 1.21.5:
* Add changelog for 1.21.5 (#28992)
  * Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) (#29007)
  * Fix an actions schedule bug (#28942) (#28999)
  * Don't remove all mirror repository's releases when mirroring (#28817) (#28939)
  * Preserve BOM in web editor (#28935) (#28959)
  * Strip `/` from relative links (#28932) (#28952)
  * Make loading animation less aggressive (#28955) (#28956)
  * Update go dependencies and fix go-git (#28893) (#28934)
  * fix: update enable_prune even if mirror_interval is not provided (#28905) (#28929)
  * Implement `MigrateRepository` for the actions notifier (#28920) (#28923)
  * Respect branch info for relative links (#28909) (#28922)
  * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895)
  * Don't reload timeline page when (un)resolving or replying conversation (#28654) (#28917)
  * Only migrate the first 255 chars of a Github issue title (#28902) (#28912)
  * Fix sort bug on repository issues list (#28897) (#28901)
  * Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889)
  * Fix schedule not trigger bug because matching full ref name with short ref name (#28874) (#28888)
  * Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832)
  * Prevent anonymous container access if `RequireSignInView` is enabled (#28877) (#28882)
  * Fix migrate storage bug (#28830) (#28867)
  * Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)
  * Avoid duplicate JS error messages on UI (#28873) (#28881)
  * Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) (#28868)
  * Fix archive creating LFS hooks and breaking pull requests (#28848) (#28851)
  * Fix reverting a merge commit failing (#28794) (#28825)
  * tests: missing refs/ in bare repositories (#28844) (#28852)
  * Remove duplicated checkinit on git module (#28824) (#28831)
  * Bump `@github/relative-time-element` to 4.3.1 (#28819) (#28826)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=318
2024-02-01 16:57:45 +00:00
1bf24bf467 - Update to version 1.21.4:
* Add changelog for 1.21.4 (#28812)
  * Render code block in activity tab (#28816) (#28818)
  * Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811)
  * Rework markup link rendering (#26745) (#28803)
  * Forbid removing the last admin user (#28337) (#28793)
  * Fix links in issue card (#28806) (#28807)
  * Fix `GetCommitStatuses` (#28787) (#28804)
  * Use correct `has error` check for internal responses (#28796) (#28798)
  * Fix nil pointer panic when exec some gitea cli command (#28791) (#28795)
  * Fix when private user following user, private user will not be counted in his own view (#28037) (#28792)
  * Update github.com/cloudflare/circl (#28789) (#28790)
  * Speed up loading the dashboard on mysql/mariadb (#28546) (#28784)
  * Modernize merge button (#28140) (#28786)
  * Fix schedule tasks bugs (#28691) (#28780)
  * Require token for GET subscription endpoint (#28765) (#28778)
  * Assign pull request to project during creation (#28227) (#28775)
  * Fix issue dependencies (#27736) (#28776)
  * Fix button size in "attached header right" (#28770) (#28774)
  * Fix `convert.ToTeams` on empty input (#28426) (#28767)
  * Require token for GET subscription endpoint (#28765) (#28768)
  * Show description as tooltip instead of title for labels (#28754) (#28766)
  * Hide code related setting options in repository when code unit is disabled (#28631) (#28749)
  * Add -F to commit search to treat keywords as strings (#28744) (#28748)
  * Concatenate error in `checkIfPRContentChanged` (#28731) (#28737)
  * Add download attribute to release attachments (#28739) (#28740)
  * Suggest to use Type=simple for systemd service (#28717) (#28722)
  * Fix incorrect URL for "Reference in New Issue" (#28716) (#28723)
  * Avoid unnecessary 500 panic when a commit doesn't exist (#28719) (#28721)
  * Improve frontend guideline (#28711) (#28713)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=316
2024-01-17 10:21:35 +00:00
edb586d550 - Update to version 1.21.3:
* Add changelog for 1.21.3 (#28569)
  * Fix merging artifact chunks error when minio storage basepath is set (#28555) (#28568)
  * Update actions document about comparsion as Github Actions (#28560) (#28564)
  * Fix inperformant query on retrifing review from database. (#28552) (#28562)
  * Fix the issue ref rendering for wiki (#28556) (#28559)
  * Fix duplicate ID when deleting repo (#28520) (#28528)
  * Only check online runner when detecting matching runners in workflows (#28286) (#28512)
  * chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525)
  * Update golang.org/x/crypto (#28519)
  * Improve the prompt for "ssh-keygen sign" (#28509) (#28510)
  * Add option to disable ambiguous unicode characters detection (#28454) (#28499)
  * Initalize stroage for orphaned repository doctor (#28487) (#28490)
  * Update docs for DISABLE_QUERY_AUTH_TOKEN (#28485) (#28488)
  * Refactor SSH clone URL generation code (#28421) (#28480)
  * Polyfill SubmitEvent for PaleMoon (#28441) (#28478)
  * Fix Chinese translation of config cheat sheet[API] (#28472) (#28473)
  * Fix documents for "custom/public/assets/" (#28465) (#28467)
  * Retry SSH key verification with additional CRLF if it failed (#28392) (#28464)
  * Add endpoint for not implemented Docker auth (#28457) (#28462)
  * Fix possible nil pointer access (#28428) (#28440)
  * Don't show unnecessary citation JS error on UI (#28433) (#28437)
- Rebase gitea.app.ini.patch.

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=314
2023-12-21 12:12:26 +00:00
da0f362d16 - Update to version 1.21.2:
* 1.21.2 changelog (#28387)
  * Do some missing checks (#28423) (#28432)
  * Deprecate query string auth tokens (#28390) (#28430)
  * Recover from panic in cron task (#28409) (#28425)
  * Improve doctor cli behavior (#28422) (#28424)
  * Fix links in docs (#28302) (#28418)
  * Also sync DB branches on push if necessary (#28361) (#28403)
  * Fix missing check (#28406) (#28411)
  * enable system users search via the API (#28013) (#28018)
  * Fix Docker meta action for releases (#28232) (#28395)
  * Make gogit Repository.GetBranchNames consistent (#28348) (#28386)
  * Fix margin in server signed signature verification view (#28379) (#28381)
  * Fix object does not exist error when checking citation file (#28314) (#28369)
  * Fix incorrect default value of `[attachment].MAX_SIZE` (#28373) (#28376)
  * Use `filepath` instead of `path` to create SQLite3 database file (#28374) (#28378)
  * Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (#28359) (#28365)
  * handle repository.size column being NULL in migration v263 (#28336) (#28363)
  * Convert git commit summary to valid UTF8. (#28356) (#28358)
  * Fix migration panic due to an empty review comment diff (#28334) (#28362)
  * Add `HEAD` support for rpm repo files (#28309) (#28360)
  * Refactor template empty checks (#28351) (#28354)
  * Fix RPM/Debian signature key creation (#28352) (#28353)
  * Keep profile tab when clicking on Language (#28320) (#28331)
  * Fix missing issue search index update when changing status (#28325) (#28330)
  * Fix wrong link in `protect_branch_name_pattern_desc` (#28313) (#28315)
  * Read `previous` info from git blame (#28306) (#28310)
  * Ignore "non-existing" errors when getDirectorySize calculates the size (#28276) (#28285)
  * Use appSubUrl for OAuth2 callback URL tip (#28266) (#28275)
  * Meilisearch: require all query terms to be matched (#28293) (#28296)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=312
2023-12-12 17:13:20 +00:00
9206f47266 - Update to version 1.21.1:
* Change log for 1.21.1 (#28222)
  * Fix comment permissions (#28213) (#28216)
  * Fix actions when tagging (#28061) (#28218)
  * Docs: Replace deprecated IS_TLS_ENABLED mailer setting in email setup (#28205) (#28208)
  * Fix some incorrect links in docs (#28191) (#28201)
  * Fix delete-orphaned-repos (#28200) (#28202)
  * Use full width for PR comparison (#28182) (#28186)
  * Make CORS work for oauth2 handlers (#28184) (#28185)
  * Fix missing buttons (#28179) (#28181)
  * Revert "Fix EOL handling in web editor" (#28101) (#28172)
  * Fix swagger title (#28164) (#28167)
  * Fix the description about the default setting for action in quick start document (#28160) (#28168)
  * Add guide page to actions when there's no workflows (#28145) (#28153)
  * Do not display search box when there's no packages yet (#28146) (#28159)
  * Fix no ActionTaskOutput table waring (#28149) (#28152)
  * Fix empty action run title (#28113) (#28148)
  * Use "is-loading" to avoid duplicate form submit for code comment (#28143) (#28147)
  * Fix typo in `packages.cleanup.success` (#28133) (#28136)
  * Add missing `packages.cleanup.success` (#28129) (#28132)
  * Update docs for docusaurus v3 (#28126)
  * Fix Matrix and MSTeams nil dereference (#28089) (#28105)
  * Change default size of attachments and repo files (#28100) (#28106)
  * Fix incorrect pgsql conn builder behavior (#28085) (#28098)
  * Fix permissions for Token DELETE endpoint to match GET and POST (#27610) (#28099)
  * Fix system config cache expiration timing (#28072) (#28090)
  * Restricted users only see repos in orgs which their team was assigned to (#28025) (#28051)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=310
2023-11-27 08:48:26 +00:00
253a97c57f - Update to version 1.21.0:
* Add v1.21.0 changelog (#28005) (#28048)
  * enable system users for comment.LoadPoster (#28014) (#28032)
  * Fix viewing wiki commit on empty repo (#28040) (#28044)
  * Add word break to the repo list in admin settings page (#28034) (#28035)
  * fixed duplicate attachments on dump on windows (#28019) (#28031)
  * Dont leak private users via extensions (#28023) (#28029)
  * Change default size of issue/pr attachments and repo file (#27946) (#28017)
  * Fix wrong xorm Delete usage(backport for 1.21) (#28002)
  * Move some JS code from `fomantic.js` to standalone files (#27994) (#28001)
  * Render email addresses as such if followed by punctuation (#27987) (#27992)
  * Show error toast when file size exceeds the limits (#27985) (#27986)
  * Fix citation error when the file size is larger than 1024 bytes (#27958) (#27965)
  * Add word-break to repo description in home page (#27924) (#27957)
  * Document REACTION_MAX_USER_NUM setting option (#27954) (#27959)
  * Fix rendering assignee changed comments without assignee (#27927) (#27952)
  * Add word break to release title (#27942) (#27947)
  * Update environment-to-ini flag parsing (#27914) (#27940)
  * Unify two factor check (#27915) (#27929)
  * Remove `known issue` section in Gitea Actions Doc (#27930) (#27938)
  * Fix JS NPE when viewing specific range of PR commits (#27912) (#27923)
  * Install poetry dependencies with --no-root (#27919) (#27920)
  * Show correct commit sha when viewing single commit diff (#27916) (#27921)
  * Fix 500 when deleting a dismissed review (#27903) (#27910)
  * Remove action runners on user deletion (#27902) (#27908)
  * Backport translations to v1.21 (#27899)
  * Remove set tabindex on view issue (#27892) (#27896)
  * Fix DownloadFunc when migrating releases (#27887) (#27890)
  * Fix http protocol auth (#27875) (#27876)
  * Reduce margin/padding on flex-list items and divider (#27872) (#27874)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=308
2023-11-15 06:56:58 +00:00
69807415ee - Update to version 1.20.5:
* Add 1.20.5 changelog (#27404)
  * Fix bug of review request number (#27406)
  * Fix git 2.11 error when checking IsEmpty (#27393) (#27396)
  * Allow get release download files and lfs files with oauth2 token format (#26430) (#27378)
  * Add logs for data broken of comment review (#27326) (#27344)
  * fix orphan check for deleted branch (#27310) (#27320)
  * Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249)
  * Fix z-index on markdown completion (#27237) (#27242)
  * Fix z-index on markdown completion (#27237) (#27238)
  * Update database-preparation and add note re: MariaDB (#27232) (#27235)
  * Quote table `release` in sql queries (#27205) (#27219)
  * Fix release URL in webhooks (#27182) (#27184)
  * Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27167)
  * Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27162)
  * Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152) (#27156)
  * Improve actions docs related to `pull_request` event (#27126) (#27145)
  * fix pagination for followers and following (#27127) (#27138)
  * services/wiki: Close() after error handling (#27129) (#27137)
  * Fix issue templates when blank isses are disabled (#27061) (#27082)
  * Load reviewer before sending notification (#27063) (#27064)
  * Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017)
  * Use secure cookie for HTTPS sites (#26999) (#27013)
  * Correct the database.LOG_SQL default value in config cheat sheet (#26997) (#27002)
  * Fix INI parsing for value with trailing slash (#26995) (#27001)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=306
2023-10-03 15:28:42 +00:00
2b936fd0f9 - Update to version 1.20.4:
* Fix changelog typo (#26973)
  * 1.20.4 changelog (#26966)
  * Improve LDAP group config documentation (#21227) (#26921)
  * update footer link to new landing page (#26916) (#26919)
  * Update documents to fix some links (#26885) (#26888)
  * Update docs about attachment path (#26883) (#26884)
  * Fix wrong review requested number (#26784) (#26880)
  * Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank issues are disabled (#26813) (#26847)
  * Avoid double-unescaping of form value (#26853) (#26863)
  * Fix verifyCommits error when push a new branch (#26664) (#26810)
  * Sync tags when adopting repos (#26816) (#26834)
  * check blocklist for emails when adding them to account (#26812) (#26831)
  * Fix context filter has no effect in dashboard (#26695) (#26811)
  * Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) (#26806)
  * Add fix incorrect can_create_org_repo for org owner team (#26683) (#26791)
  * Fix some slice append usages (#26778) (#26798)
  * Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790)
  * Improve the "bug report" template and "support options" document (#26753) (#26780)
  *  Use docs.gitea.com instead of docs.gitea.io (#26769)
  * Fix Page Not Found error (#26768)
  * Fix bug for ctx usage (#26763)
  * Fix incorrect "tabindex" attributes (#26733) (#26734)
  * Fix link in mirror docs (#26719) (#26732)
  * Add matrix to support (#26382) (#26722)
  * Make issue template field template access correct template data (#26698) (#26709)
  * Backport line height fix (#26708)
  * Prefer variables over subprocesses (#26690) (#26693)
  * add mfa doc (#26654) (#26674)
  * update config docs url (#26640) (#26642)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=304
2023-09-08 09:46:52 +00:00
d88b6c3ec7 - Update to version 1.20.3:
* Update 1.20.3 changelog (#26609) (#26610)
  * Use "input" event instead of "keyup" event for migration form (#26602) (#26605)
  * Do not use deprecated log config options by default (#26592) (#26600)
  * Fix project filter bugs (#26490) (#26558)
  * Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) (#26578)
  * Fix "issueReposQueryPattern does not match query" (#26556) (#26564)
  * Sync repo's IsEmpty status correctly (#26517) (#26560)
  * Fix typo of RunerOwnerID (#26508) (#26528)
  * Fix NuGet search endpoints (#25613) (#26499)
  * Fix dark theme highlight for "NameNamespace" (#26519) (#26527)
  * Use `hidden` over `clip` for text truncation (#26520) (#26522)
  * Set "type=button" for editor's toolbar buttons (#26510) (#26518)
  * Detect ogg mime-type as audio or video (#26494) (#26505)
  * Use `object-fit: contain` for oauth2 custom icons (#26493) (#26498)
  * Move dropzone progress bar to bottom to show filename when uploading (#26492) (#26497)
  * Fix storage path logic especially for relative paths (#26441) (#26481)
  * Add ThreadID parameter for Telegram webhooks (#25996) (#26480)
  * Close stdout correctly for "git blame" (#26470) (#26473)
  * Remove last newline from config file (#26468) (#26471)
  * Check first if minio bucket exists before trying to create it (#26420) (#26465)
  * Avoiding accessing undefined tributeValues #26461  (#26462)
  * Fix incorrect color of selected assignees when create issue (#26324) (#26372)
  * Improve profile readme rendering (#25988) (#26453)
  * Update upgrade documentation to add a check for deprecated configurations (#26451) (#26452)
  * Add transaction when creating pull request created dirty data (#26259) (#26437)
  * Call git.InitSimple for runRepoSyncReleases (#26396) (#26450)
  * Add changelog for 1.20.3 (#26373) (#26375)
  * minio: add missing region on client initialization (#26412) (#26438)
  * Fix wrong middleware sequence (#26428) (#26436)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=302
2023-08-20 20:31:36 +00:00
d06062514c - Update to version 1.20.2:
* Add changelog for 1.20.2 (#26208) (#26217)
  * Fix allowed user types setting problem (#26200) (#26206)
  * Prevent primary key update on migration (#26192) (#26199)
  * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183)
  * Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158)
  * Fix handling of plenty Nuget package versions (#26075) (#26173)
  * Fix typos in Contributing.md (#26170) (#26172)
  * Update email-setup.en-us.md (#26068) (#26166)
  * Fix bugs in LFS meta garbage collection (#26122) (#26157)
  * Fix UI regression of asciinema player (#26159) (#26162)
  * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154)
  * Update xorm version (#26128) (#26150)
  * Remove "misc" scope check from public API endpoints (#26134) (#26149)
  * Fix LFS object list style (#26133) (#26147)
  * Docusaurus-ify 1.20 (#26052)
  * Fix CLI allowing creation of access tokens with existing name (#26071) (#26144)
  * Increase table cell horizontal padding (#26140) (#26142)
  * Fix incorrect router logger (#26137) (#26143)
  * added ssh mirror workaround description (#26096) (#26136)
  * Improve commit graph alignment and truncating (#26112) (#26127)
  * Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124)
  * Fix escape problems in the branch selector (#25875) (#26103)
  * Avoid writing config file if not installed (#26107) (#26113)
  * Fix handling of Debian files with trailing slash (#26087) (#26098)
  * fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#26089)
  * Use stderr as fallback if the log file can't be opened (#26074) (#26083)
  * Fix duplicated url prefix on issue context menu (#26066) (#26067)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=300
2023-07-29 13:44:19 +00:00
OBS User buildservice-autocommit
748be6964d Updating link to change in devel:tools:scm/gitea revision 138
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=1ef0dc6075b0b04f47c151a1595745b2
2023-07-26 08:24:09 +00:00
6783bd5532 - Update to version 1.20.1:
* Add changelog for 1.20.1 (#26015) (#26056)
  * Fix version in rpm repodata/primary.xml.gz (#26009) (#26048)
  * Adding remaining enum for migration repo model type. (#26021) (#26034)
  * RPM Registry: Show zypper commands for SUSE based distros as well (#25981) (#26020)
  * Fix the route for pull-request's authors (#26016) (#26018)
  * Correctly refer to dev tags as nightly in the docker docs (#26004) (#26019)
  * Fix env config parsing for "GITEA____APP_NAME" (#26001) (#26013)
  * Fix commit status color on dashboard repolist (#25993) (#25998)
  * avoid hard-coding height in language dropdown menu (#25986) (#25997)
  * parseScope with owner/repo always sets owner to zero (#25987) (#25989)
  * Update path related documents (#25417) (#25982)
  * Make pending commit status yellow again (#25935) (#25968)
  * Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled (#25947) (#25972)
  * Fix SSPI auth panic (#25955) (#25969)
  * Avoid creating directories when loading config (#25944) (#25957)
  * Disallow dangerous URL schemes (#25960) (#25964)
  * Ignore `runs-on` with expressions when warning no matched runners (#25917) (#25933)
  * Make environment-to-ini work with INSTALL_LOCK=true (#25926) (#25937)
  * Avoid opening/closing PRs which are already merged (#25883) (#25903)
  * Skip unuseful error message in dev mode when watching local filesystem (#25919) (#25927)
  * Add shutting down notice (#25920) (#25922)
  * Fix incorrect milestone count when provide a keyword (#25880) (#25904)

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=298
2023-07-22 12:57:42 +00:00