Tags: uli-heller/gitea
Tags
* SECURITY * Prevent anonymous container access if `RequireSignInView` is enabled (go-gitea#28877) (go-gitea#28882) * Update go dependencies and fix go-git (go-gitea#28893) (go-gitea#28934) * BUGFIXES * Revert "Speed up loading the dashboard on mysql/mariadb (go-gitea#28546)" (go-gitea#29006) (go-gitea#29007) * Fix an actions schedule bug (go-gitea#28942) (go-gitea#28999) * Fix update enable_prune even if mirror_interval is not provided (go-gitea#28905) (go-gitea#28929) * Fix uploaded artifacts should be overwritten (go-gitea#28726) backport v1.21 (go-gitea#28832) * Preserve BOM in web editor (go-gitea#28935) (go-gitea#28959) * Strip `/` from relative links (go-gitea#28932) (go-gitea#28952) * Don't remove all mirror repository's releases when mirroring (go-gitea#28817) (go-gitea#28939) * Implement `MigrateRepository` for the actions notifier (go-gitea#28920) (go-gitea#28923) * Respect branch info for relative links (go-gitea#28909) (go-gitea#28922) * Don't reload timeline page when (un)resolving or replying conversation (go-gitea#28654) (go-gitea#28917) * Only migrate the first 255 chars of a Github issue title (go-gitea#28902) (go-gitea#28912) * Fix sort bug on repository issues list (go-gitea#28897) (go-gitea#28901) * Fix `DeleteCollaboration` transaction behaviour (go-gitea#28886) (go-gitea#28889) * Fix schedule not trigger bug because matching full ref name with short ref name (go-gitea#28874) (go-gitea#28888) * Fix migrate storage bug (go-gitea#28830) (go-gitea#28867) * Fix archive creating LFS hooks and breaking pull requests (go-gitea#28848) (go-gitea#28851) * Fix reverting a merge commit failing (go-gitea#28794) (go-gitea#28825) * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (go-gitea#28891) (go-gitea#28895) * Fix incorrect PostgreSQL connection string for Unix sockets (go-gitea#28865) (go-gitea#28870) * ENHANCEMENTS * Make loading animation less aggressive (go-gitea#28955) (go-gitea#28956) * Avoid duplicate JS error messages on UI (go-gitea#28873) (go-gitea#28881) * Bump `@github/relative-time-element` to 4.3.1 (go-gitea#28819) (go-gitea#28826) * MISC * Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (go-gitea#28783) (go-gitea#28868) * Remove duplicated checkinit on git module (go-gitea#28824) (go-gitea#28831)
* SECURITY * Update github.com/cloudflare/circl (go-gitea#28789) (go-gitea#28790) * Require token for GET subscription endpoint (go-gitea#28765) (go-gitea#28768) * BUGFIXES * Use refname:strip-2 instead of refname:short when syncing tags (go-gitea#28797) (go-gitea#28811) * Fix links in issue card (go-gitea#28806) (go-gitea#28807) * Fix nil pointer panic when exec some gitea cli command (go-gitea#28791) (go-gitea#28795) * Require token for GET subscription endpoint (go-gitea#28765) (go-gitea#28778) * Fix button size in "attached header right" (go-gitea#28770) (go-gitea#28774) * Fix `convert.ToTeams` on empty input (go-gitea#28426) (go-gitea#28767) * Hide code related setting options in repository when code unit is disabled (go-gitea#28631) (go-gitea#28749) * Fix incorrect URL for "Reference in New Issue" (go-gitea#28716) (go-gitea#28723) * Fix panic when parsing empty pgsql host (go-gitea#28708) (go-gitea#28709) * Upgrade xorm to new version which supported update join for all supported databases (go-gitea#28590) (go-gitea#28668) * Fix alpine package files are not rebuilt (go-gitea#28638) (go-gitea#28665) * Avoid cycle-redirecting user/login page (go-gitea#28636) (go-gitea#28658) * Fix empty ref for cron workflow runs (go-gitea#28640) (go-gitea#28647) * Remove unnecessary syncbranchToDB with tests (go-gitea#28624) (go-gitea#28629) * Use known issue IID to generate new PR index number when migrating from GitLab (go-gitea#28616) (go-gitea#28618) * Fix flex container width (go-gitea#28603) (go-gitea#28605) * Fix the scroll behavior for emoji/mention list (go-gitea#28597) (go-gitea#28601) * Fix wrong due date rendering in issue list page (go-gitea#28588) (go-gitea#28591) * Fix `status_check_contexts` matching bug (go-gitea#28582) (go-gitea#28589) * Fix 500 error of searching commits (go-gitea#28576) (go-gitea#28579) * Use information from previous blame parts (go-gitea#28572) (go-gitea#28577) * Update mermaid for 1.21 (go-gitea#28571) * Fix 405 method not allowed CORS / OIDC (go-gitea#28583) (go-gitea#28586) (go-gitea#28587) (go-gitea#28611) * Fix `GetCommitStatuses` (go-gitea#28787) (go-gitea#28804) * Forbid removing the last admin user (go-gitea#28337) (go-gitea#28793) * Fix schedule tasks bugs (go-gitea#28691) (go-gitea#28780) * Fix issue dependencies (go-gitea#27736) (go-gitea#28776) * Fix system webhooks API bug (go-gitea#28531) (go-gitea#28666) * Fix when private user following user, private user will not be counted in his own view (go-gitea#28037) (go-gitea#28792) * Render code block in activity tab (go-gitea#28816) (go-gitea#28818) * ENHANCEMENTS * Rework markup link rendering (go-gitea#26745) (go-gitea#28803) * Modernize merge button (go-gitea#28140) (go-gitea#28786) * Speed up loading the dashboard on mysql/mariadb (go-gitea#28546) (go-gitea#28784) * Assign pull request to project during creation (go-gitea#28227) (go-gitea#28775) * Show description as tooltip instead of title for labels (go-gitea#28754) (go-gitea#28766) * Make template `DateTime` show proper tooltip (go-gitea#28677) (go-gitea#28683) * Switch destination directory for apt signing keys (go-gitea#28639) (go-gitea#28642) * Include heap pprof in diagnosis report to help debugging memory leaks (go-gitea#28596) (go-gitea#28599) * DOCS * Suggest to use Type=simple for systemd service (go-gitea#28717) (go-gitea#28722) * Extend description for ARTIFACT_RETENTION_DAYS (go-gitea#28626) (go-gitea#28630) * MISC * Add -F to commit search to treat keywords as strings (go-gitea#28744) (go-gitea#28748) * Add download attribute to release attachments (go-gitea#28739) (go-gitea#28740) * Concatenate error in `checkIfPRContentChanged` (go-gitea#28731) (go-gitea#28737) * Improve 1.21 document for Database Preparation (go-gitea#28643) (go-gitea#28644)
Fix 500 error of searching commits (go-gitea#28576) (go-gitea#28579) Backport go-gitea#28576 by wxiaoguang Regression of go-gitea#28454 . Now the string is escaped HTML, so it doesn't need `| Safe`. Fix go-gitea#28575 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* SECURITY * Update golang.org/x/crypto (go-gitea#28519) * API * Fix merging artifact chunks error when minio storage basepath is set (go-gitea#28555) (go-gitea#28568) * chore(api): support ignore password if login source type is LDAP for creating user API (go-gitea#28491) (go-gitea#28525) * Add endpoint for not implemented Docker auth (go-gitea#28457) (go-gitea#28462) * ENHANCEMENTS * Add option to disable ambiguous unicode characters detection (go-gitea#28454) (go-gitea#28499) * Refactor SSH clone URL generation code (go-gitea#28421) (go-gitea#28480) * Polyfill SubmitEvent for PaleMoon (go-gitea#28441) (go-gitea#28478) * BUGFIXES * Fix the issue ref rendering for wiki (go-gitea#28556) (go-gitea#28559) * Fix duplicate ID when deleting repo (go-gitea#28520) (go-gitea#28528) * Only check online runner when detecting matching runners in workflows (go-gitea#28286) (go-gitea#28512) * Initalize stroage for orphaned repository doctor (go-gitea#28487) (go-gitea#28490) * Fix possible nil pointer access (go-gitea#28428) (go-gitea#28440) * Don't show unnecessary citation JS error on UI (go-gitea#28433) (go-gitea#28437) * DOCS * Update actions document about comparsion as Github Actions (go-gitea#28560) (go-gitea#28564) * Fix documents for "custom/public/assets/" (go-gitea#28465) (go-gitea#28467) * MISC * Fix inperformant query on retrifing review from database. (go-gitea#28552) (go-gitea#28562) * Improve the prompt for "ssh-keygen sign" (go-gitea#28509) (go-gitea#28510) * Update docs for DISABLE_QUERY_AUTH_TOKEN (go-gitea#28485) (go-gitea#28488) * Fix Chinese translation of config cheat sheet[API] (go-gitea#28472) (go-gitea#28473) * Retry SSH key verification with additional CRLF if it failed (go-gitea#28392) (go-gitea#28464)
* SECURITY * Rebuild with recently released golang version * Fix missing check (go-gitea#28406) (go-gitea#28411) * Do some missing checks (go-gitea#28423) (go-gitea#28432) * BUGFIXES * Fix margin in server signed signature verification view (go-gitea#28379) (go-gitea#28381) * Fix object does not exist error when checking citation file (go-gitea#28314) (go-gitea#28369) * Use `filepath` instead of `path` to create SQLite3 database file (go-gitea#28374) (go-gitea#28378) * Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (go-gitea#28359) (go-gitea#28365) * Handle repository.size column being NULL in migration v263 (go-gitea#28336) (go-gitea#28363) * Convert git commit summary to valid UTF8. (go-gitea#28356) (go-gitea#28358) * Fix migration panic due to an empty review comment diff (go-gitea#28334) (go-gitea#28362) * Add `HEAD` support for rpm repo files (go-gitea#28309) (go-gitea#28360) * Fix RPM/Debian signature key creation (go-gitea#28352) (go-gitea#28353) * Keep profile tab when clicking on Language (go-gitea#28320) (go-gitea#28331) * Fix missing issue search index update when changing status (go-gitea#28325) (go-gitea#28330) * Fix wrong link in `protect_branch_name_pattern_desc` (go-gitea#28313) (go-gitea#28315) * Read `previous` info from git blame (go-gitea#28306) (go-gitea#28310) * Ignore "non-existing" errors when getDirectorySize calculates the size (go-gitea#28276) (go-gitea#28285) * Use appSubUrl for OAuth2 callback URL tip (go-gitea#28266) (go-gitea#28275) * Meilisearch: require all query terms to be matched (go-gitea#28293) (go-gitea#28296) * Fix required error for token name (go-gitea#28267) (go-gitea#28284) * Fix issue will be detected as pull request when checking `First-time contributor` (go-gitea#28237) (go-gitea#28271) * Use full width for project boards (go-gitea#28225) (go-gitea#28245) * Increase "version" when update the setting value to a same value as before (go-gitea#28243) (go-gitea#28244) * Also sync DB branches on push if necessary (go-gitea#28361) (go-gitea#28403) * Make gogit Repository.GetBranchNames consistent (go-gitea#28348) (go-gitea#28386) * Recover from panic in cron task (go-gitea#28409) (go-gitea#28425) * Deprecate query string auth tokens (go-gitea#28390) (go-gitea#28430) * ENHANCEMENTS * Improve doctor cli behavior (go-gitea#28422) (go-gitea#28424) * Fix margin in server signed signature verification view (go-gitea#28379) (go-gitea#28381) * Refactor template empty checks (go-gitea#28351) (go-gitea#28354) * Read `previous` info from git blame (go-gitea#28306) (go-gitea#28310) * Use full width for project boards (go-gitea#28225) (go-gitea#28245) * Enable system users search via the API (go-gitea#28013) (go-gitea#28018)
PreviousNext