Revisions of gitea

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 40)
- add fixup-sha256-determination-crash.patch: fix crash
  on pushing sha256 enabled repositories
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- add 30708.patch: Fix incorrect object id hash function
  from https://github.com/go-gitea/gitea/pull/30708
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 38)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- skip LFS hooks on gitea repositories
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 33)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- Update to version 1.21.3 (bsc#1218150, CVE-2023-48795):
  * 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 31)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- 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)

- switch to service manualrun as disabled is deprecated
  but is not available
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- Update to version 1.21.0-rc1:
  * Fix panic in storageHandler (#27446) (#27479)
  * Revert #27426 (#27474)
  * Don't let API add 2 exclusive labels from same scope (#27433) (#27460)
  * Refactor system setting (#27000) (#27452)
  * When comparing with an non-exist repository, return 404 but 500 (#27437) (#27442)
  * Fix pr template (#27436) (#27440)
  * Fix  missing `ctx`  in new_form.tmpl  (#27434) (#27438)
  * Fix yet another `ctx` template bug (#27417) (#27426)
  * Use flex-container for repo and org settings (#27418) (#27430)
  * Add Index to `action.user_id` (#27403) (#27425)
  * Add 1.20.5 changelog (#27404) (#27412)
  * Don't use subselect in `DeleteIssuesByRepoID` (#27332) (#27408)
  * Add support for HEAD ref in /src/branch and /src/commit routes (#27384) (#27407)
  * Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402)
  * Fix git 2.11 error when checking IsEmpty (#27393) (#27397)
  * Hide archived labels when filtering by labels on the issue list (#27115) (#27381)
  * Allow get release download files and lfs files with oauth2 token format (#26430) (#27379)
  * highlight user details link (#26998) (#27376)
  * Fix missing ctx for GetRepoLink in dashboard (#27372) (#27375)
  * Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) (#27365)
  * Absolute positioned checkboxes  overlay floated elements (#26870) (#27366)
  * Fix template bug (#27362) (#27364)
  * Fix repo count in org action settings (#27245) (#27353)
  * Add protected branch name description (#27257) (#27351)
  * More `db.DefaultContext` refactor (#27265) (#27347)
  * Improve tree not found page (#26570) (#27346)
  * Add logs for data broken of comment review (#27326) (#27345)
  * Add Index to `comment.dependent_issue_id` (#27325) (#27340)
  * Fix the approval count of PR when there is no protection branch rule (#27272) (#27343)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- Update to version 1.21.0-rc0:
  * Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)
  * Improve actions docs related to `pull_request` event (#27126)
  * Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (#27119)
  * Fix: treat tab "overview" as "repositories" in user profiles without readme (#27124)
  * Fix incorrect test code for error handling (#27139)
  * Increase auth provider icon size on login page (#27122)
  * fix pagination for followers and following (#27127)
  * services/wiki: Close() after error handling (#27129)
  * Use fetch helpers instead of fetch (#27026)
  * Change green buttons to primary color (#27099)
  * Fix wrong xorm get usage on migration (#27111)
  * Fix the incorrect route path in the user edit page. (#27007)
  * Refactor lfs requests (#26783)
  * Display archived labels specially when listing labels (#26820)
  * Remove a `gt-float-right` and some unnecessary helpers (#27110)
  * [skip ci] Updated licenses and gitignores
  * Fix token endpoints ignore specified account (#27080)
  * Make SSPI auth mockable (#27036)
  * Search branches (#27055)
  * Fix wrong migration for email address (#27106)
  * [skip ci] Updated translations via Crowdin
  * Support `.git-blame-ignore-revs` file (#26395)
  * Add `RemoteAddress` to mirrors (#26952)
  * Upgrading the actions/checkout@4 (#27096)
  * Next round of `db.DefaultContext` refactor (#27089)
  * Ui correction in mobile view nav bar left aligned items. (#27046)
  * Add missing deps to files-changed (#27100)
  * Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)
  * Drop Node.js 16 and update js dependencies (#27094)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 21)
Set link revision to 141
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by