Revisions of gitea

buildservice-autocommit accepted request 1168414 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 334)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 333)
- 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)
buildservice-autocommit accepted request 1161683 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 332)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 331)
- 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)
buildservice-autocommit accepted request 1160668 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 330)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 329)
- 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)
buildservice-autocommit accepted request 1157607 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 328)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 327)
- 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)
buildservice-autocommit accepted request 1151202 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 326)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 325)
- 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)
buildservice-autocommit accepted request 1149793 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 324)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 323)
- 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)
buildservice-autocommit accepted request 1148743 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 322)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 321)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 320)
buildservice-autocommit accepted request 1143492 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 319)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 318)
- 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)
buildservice-autocommit accepted request 1139427 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 317)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 316)
- 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)
buildservice-autocommit accepted request 1134441 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 315)
baserev update by copy to link target
Displaying revisions 1 - 20 of 334
openSUSE Build Service is sponsored by