SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gitea-base-1.20.5-lp155.3.21.x86_64.rpm :

* Sat Oct 07 2023 Jeff Kowalczyk - Packaging improvements:
* _service change disabled to manual per osc deprecation warning: WARNING: Command \'disabledrun/dr\' is obsolete, please convert your _service to use \'manual\' and then \'manualrun/mr\' instead.
* Re-enable binary stripping and debuginfo boo#1210938
* Use Group: Development/Tools/Version Control
* Update to BuildRequires: golang(API) >= 1.20 matching go.mod
* Build PIE with pattern that may become recommended procedure: %%ifnarch ppc64 GOFLAGS=\"-buildmode=pie\" %%endif go build A go toolchain buildmode default config would be preferable but none exist at this time.
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
* Tue Oct 03 2023 jkowalczykAATTsuse.com- 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)
* Fri Sep 08 2023 jkowalczykAATTsuse.com- 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)
* Fix unable to display individual-level project (#26198) (#26636)
* Use correct minio error (#26634) (#26639)
* fix reopen logic for agit flow pull request (#26399) (#26613)
* Add `branch_filter` to hooks API endpoints (#26599) (#26632)
* Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618)
* Set errwriter for urfave/cli v1 (#26616)
* Sun Aug 20 2023 jkowalczykAATTsuse.com- 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)
* Fix admin queue page title and fix CI failures (#26409) (#26421)
* Add pull request review request webhook event (#26401) (#26407)
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405)
* Fix incorrect sort link with `.profile` repository (#26374) (#26379)
* Fix text truncate (#26354) (#26384)
* Bypass MariaDB performance bug of the \"IN\" sub-query, fix incorrect IssueIndex (#26279) (#26368)
* Display human-readable text instead of cryptic filemodes (#26352) (#26358)
* [docs] Add missing backtick in quickstart.zh-cn.md (#26349) (#26357)
* [docs] Fix Gmail configuration (#26356)
* Fix API leaking Usermail if not logged in (#25097) (#26350)
* Hide `last indexed SHA` when a repo could not be indexed yet (#26340) (#26345)
* Remove backslashed newlines on markdown (#26344) (#26348)
* Fix incorrect CLI exit code and duplicate error message (#26346) (#26347)
* Fix log typo in task.go (#26337) (#26343)
* Prevent newline errors with Debian packages (#26332) (#26342)
* Fix bug with sqlite load read (#26305) (#26339)
* Make git batch operations use parent context timeout instead of default timeout (#26325) (#26330)
* Fix the wrong derive path (#26271) (#26318)
* Fix the topic validation rule and suport dots (#26286) (#26303)
* Support getting changed files when commit ID is `EmptySHA` (#26290) (#26316)
* Upgrade x/net to 0.13.0 (#26301)
* Clarify the logger\'s MODE config option (#26267) (#26281)
* Fix due date rendering the wrong date in issue (#26268) (#26274)
* Update Arch linux URL from community to extra (#26273) (#26276)
* Use shared template for webhook icons (#26242) (#26246)
* Fix pull request check list is limited (#26179) (#26245)
* Don\'t autosize textarea in diff view (#26233) (#26244)
* Fix attachment clipboard copy on insecure origin (#26224) (#26231)
* Fixed incorrect locale references (#26218) (#26222)
* Fix access check for org-level project (#26182) (#26223)
* Fix commit compare style (#26209) (#26226)
* Warn instead of reporting an error when a webhook cannot be found (#26039) (#26211)
* Sat Jul 29 2023 jkowalczykAATTsuse.com- 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)
* Sat Jul 22 2023 jkowalczykAATTsuse.com- 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)
* Sun Jul 16 2023 jkowalczykAATTsuse.com- Update to version 1.20.0:
* Add 1.20.0 changelog (#25901) (#25910)
* fix incorrect repo url when changed the case of ownername (#25733) (#25881)
* Backport locales to v1.20 (#25899)
* Make `add line comment` buttons focusable (#25894) (#25896)
* Add support for different Maven POM encoding (#25873) (#25890)
* Fix incorrect release count (#25879) (#25887)
* Fix empty project displayed in issue sidebar (#25802) (#25854)
* Fix the error message when the token is incorrect (#25701) (#25836)
* Backport locale to 1.20 (#25840)
* Show correct SSL Mode on \"install page\" (#25818) (#25838)
* Fix incorrect oldest sort in project list (#25806) (#25835)
* Fix activity type match in `matchPullRequestEvent` (#25746) (#25796)
* For API attachments, use API URL (#25639) (#25814)
* Make \"install page\" respect environment config (#25648) (#25799)
* Avoid amending the Rebase and Fast-forward merge if there is no message template (#25779) (#25809)
* Fix WORK_DIR for docker (root) image (#25738) (#25811)
* Clarify \"text-align\" CSS helpers, fix clone button padding (#25763) (#25764)
* Revert package access change from #23879 (#25707) (#25785)
* Remove unused code (#25734) (#25788)
* Fix notification list bugs (#25781) (#25787)
* Test if container blob is accessible before mounting (#22759) (#25784)
* Always pass 6-digit hex color to monaco (#25780) (#25782)
* docs: rootless docker ssh\'s default port is 2222 (#25771) (#25772)
* Translate untranslated string in issues list (#25759) (#25761)
* Hide `add file` button for pull mirrors (#25748) (#25751)
* Remove broken translations (#25737)
* Several fixes for mobile UI (#25634) (#25689)
* Allow/fix review (approve/reject) of empty PRs (#25690) (#25732)
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)
* Show correct naming for 1 comment (#25704) (#25712)
* Correct permissions for `.ssh` and `authorized_keys` (#25721) (#25730)
* Fix tags header and pretty format numbers (#25624) (#25694)
* Fix position of org follow button (#25688) (#25692)
* Replace `interface{}` with `any` (#25686) (#25687)
* Prevent duplicate image loading (#25675) (#25684)
* Actions list enhancements (#25601) (#25678)
* Manual backport of locale for 1.20 (2nd) (#25668)
* Fix the nil pointer when assigning issues to projects (#25665) (#25677)
* Prevent SVG shrinking (#25652) (#25669)
* Fix show more for image on diff page (#25672) (#25673)
* Add unit test for repository collaboration (#25640) (#25658)
* Log the real reason when authentication fails (but don\'t show the user) (#25414) (#25660)
* Fix UI misalignment on user setting page (#25629) (#25656)
* Fix bug of branches API with tests(#25578) (#25579)
* Manuall backport of locale for 1.20 (#25635)
* Fix bug when change user name (#25637) (#25646)
* Make \"cancel\" buttons have proper type in modal forms (#25618) (#25641)
* use css on labels (#25626) (#25636)
* Use AfterCommitId to get commit for Viewed functionality (#25529) (#25612)
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) (#25604)
* read-only checkboxes don\'t appear and don\'t entirely act the way one might expect (#25573) (#25602)
* Redirect to package after version deletion (#25594) (#25599)
* Add documentation about supported workflow trigger events (#25582) (#25589)
* Reduce table padding globally (#25568) (#25577)
* Fix milestones deletion (#25583) (#25584)
* Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) (#25576)
* Fix content holes in Actions task logs file (#25560) (#25566)
* Use correct response code in push mirror creation response in v1_json.tmpl (#25476) (#25571)
* Fix bugs related to notification endpoints (#25548) (#25562)
* Align language menu icon and fit the footer area (#25556) (#25563)
* Fix sub-command log level (#25537) (#25553)
* Change `Regenerate Secret` button display (#25534) (#25541)
* Fix admin-dl-horizontal (#25512) (#25535)
* Fix rerun icon on action view component (#25531) (#25536)
* Fix input `line-height` cutting off `g` (#25334) (#25533)
* Changelog for v1.20.0-rc2 (#25474)
* Allow change line of admin-dl-horizontal dt (#25508) (#25516)
* Add Adopt repository event and handler (#25497) (#25518)
* Clarify the reason why the user can\'t add a new email if there is a pending activation (#25509) (#25514)
* Fix CLI sub-command handling (#25501) (#25517)
* Improve loadprojects for issue list (#25468) (#25493)
* Document creating an API key from the CLI (#25504)
* Fine tune \"dropdown button\" icon (#25442) (#25499)
* Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary checks (#25480) (#25488)
* Revert \"Make buttons in a modal form have proper type. (#25446) (#25478)\" (#25484)
* Fix wrong warn messages in migration steps (#25475) (#25487)
* Make buttons in a modal form have proper type. (#25446) (#25478)
* Improve wiki sidebar and TOC (#25460) (#25477)
* Fix repo search broken because of profile page added (#25455) (#25467)
* Make \"dismiss\" content shown correctly (#25461) (#25465)
* Gitea version in Makefile (#25456) (#25457)
* Support Drone building binaries too
* Remove test string (#25447) (#25448)
* Refactor path & config system (#25330) (#25416)
* Move some regexp out of functions (#25430) (#25445)
* Fix `Permission` in API returned repository struct (#25388) (#25441)
* Diff page enhancements (#25398) (#25437)
* Change default email domain for LDAP users (#25425) (#25434)
* Various UI fixes (#25264) (#25431)
* Show outdated comments in files changed tab (#24936) (#25428)
* Use \"utf8mb4\" for MySQL by default (#25432)
* Fix missing commit message body when the message has leading newlines (#25418) (#25422)
* Avoid polluting config file when \"save\" (#25395) (#25406)
* Use the new download domain replace the old (#25405) (#25409)
* Fix dropdown icon layout on diff page (#25397) (#25403)
* Fix blank dir message when uploading files from web editor (#25391) (#25400)
* Use Actions git context instead of dynamically created buildkit one (#25381) (#25383)
* Update JS dependencies, remove space after emoji completion (#25266) (#25352)
* Fix LDAP sync when Username Attribute is empty (#25278) (#25379)
* Fetch all git data for embedding correct version in docker image (#25361) (#25373)
* Fix label list divider (#25312) (#25372)
* fix issue filters on mobile view (#25368) (#25371)
* Fix incorrect actions ref_name (#25358) (#25367)
* Avoid polluting the config (#25345) (#25354)
* Fix incorrect config argument position for builtin SSH server (#25341)
* Add Exoscale to installation on cloud provider docs (#25342) (#25346)
* Write absolute AppDataPath to app.ini when installing (#25331) (#25347)
* Fix UI on mobile view (#25315) (#25340)
* Fix action runner last online state on edit page (#25337)
* build nightly docker images (#25317) (#25333)
* When viewing a file, hide the add button (#25320) (#25339)
* Remove EasyMDE focus outline on text (#25328) (#25332)
* use Actions environment variables in Makefile (#25319) (#25318)
* Remove more unused Fomantic variants (#25292) (#25323)
* Build nightly binaries with Actions (#25308) (#25314)
* Fix displayed RPM repo url (#25310) (#25313)
* Show if File is Executable (#25287) (#25300)
* Add link to support page for commercial support (#25293) (#25297)
* Docs about how to generate config for act runner with docker and setup it with docker-compose (#25256) (#25296)
* Fix some UI alignments (#25277) (#25290)
* Remove fomantic inverted variations (#25286) (#25289)
* Fix issue and commit status popup padding (#25254) (#25288)
* Show OAuth2 errors to end users (#25261) (#25271)
* Fix index generation parallelly failure (#25235) (#25269)
* Fix profile render when the README.md size is larger than 1024 bytes (#25270)
* Fix edit OAuth application width (#25262) (#25263)
* Use flex to align SVG and text (#25163) (#25260)
* GitHub Actions enhancements for frontend (#25150) (#25259)
* Fix panic when migrating a repo from GitHub with issues (#25246) (#25247)
* Fix all possible setting error related storages and added some tests (#23911) (#25244)
* Revert overflow: overlay (revert #21850) (#25231) (#25239)
* Do not overwrite the log mode when installing (#25203) (#25209)
* Change access token UI to select dropdowns (#25109) (#25230)
* Use inline SVG for built-in OAuth providers (#25171) (#25234)
* Fix task list checkbox toggle to work with YAML front matter (#25184) (#25227)
* Fix compatible for webhook ref type (#25195) (#25223)
* Hide limited users if viewed by anonymous ghost (#25214) (#25220)
* Remove hacky patch for \"safari emoji glitch fix\" (#25208) (#25211)
* Fix fullscreen for action (#25200) (#25207)
* Improve some documents: release version, logging, NFS lock (#25202) (#25204)
* Minor arc-green color tweaks (#25175) (#25205)
* Add `WithPullRequest` for `actionsNotifier` (#25144) (#25197)
* Fix strange UI behavior of cancelling dismiss review modal (#25172)
* Button and color enhancements (#24989) (#25176)
* Fix mobile navbar and misc cleanups (#25134) (#25169)
* Fix bug for code search if code is disabled (#25173) (#25181)
* Modify OAuth login ui and fix display name, iconurl related logic (#25030) (#25161)
* Fix open redirect check for more cases (#25143) (#25154)
* Update js dependencies (#25137) (#25151)
* Remove incorrect element ID on \"post-install\" page (#25104) (#25129)
* Improve notification icon and navbar (#25111) (#25124)
* Fix incorrect git ignore rule and add missing license files (#25135) (#25138)
* Change branch name from master to main in some documents\' links (#25126) (#25140)
* Fix `MilestoneIDs` when querying issues (#25125) (#25141)
* fix swagger documentation for multiple files API endpoint (#25110)
* Fix webauthn regression and improve code (#25113)
* Add details summary for vertical menus in settings to allow toggling (#25098)
* Fix 500 error caused by notifications without an issue such as repo transfers (#25101)
* Clean up WebAuthn javascript code and remove JQuery code (#22697)
* Enable all webpack sourcemaps in dev build, disable all in prod build (#25089)
* Don\'t display `select all issues` checkbox when no issues are available (#25086)
* change placeholders in actions docs
* change placeholders in actions docs
* fix \"Remove stars when repo goes private #19904\" (#25084)
* Introduce how to configure cache when starting a Runner with Docker (#25077)
* Remove stars when repo goes private (#19904)
* Use correct selector for hiding RSS icon link in the branch selector dropdown (#25080)
* Fix parallelly generating index failure with Mysql (#24567)
* Use git command instead of the ini package to remove the `origin` remote (#25066)
* improve permission documentation (#23942)
* Use RepositoryList instead of []
*Repository (#25074)
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)
* Add Progressbar to Milestone Page (#25050)
* [skip ci] Updated licenses and gitignores
* Redesign Scoped Access Tokens (#24767)
* Use a separate admin page to show global stats, remove `actions` stat (#25062)
* Remove cancel button from branch protection form (#25063)
* Allow for PKCE flow without client secret + add docs (#25033)
* Fix link to customizing-gitea (#25056)
* GitLab migration: Sanitize response for reaction list (#25054)
* Add up and down arrows to selected lookup repositories (#24727)
* Show file tree by default (#25052)
* Minor UI improvements: logo alignment, auth map editor, auth name display (#25043)
* Refactor INI package (first step) (#25024)
* [skip ci] Updated translations via Crowdin
* Add button on diff header to copy file name, misc diff header tweaks (#24986)
* Fix users cannot visit issue attachment bug (#25019)
* Fix incorrect issuel filter menu style (#25018)
* Update repo\'s default branch when adding new files in an empty one (#25017)
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)
* Merge `new project` templates into one (#24985)
* Add chinese documentations for `cran package registry` (#25012)
* Remove the service worker (#25010)
* Add user level action runners (#24995)
* Update github.com/google/go-github to v52 (#24004)
* various style fixes (#25008)
* Add show timestamp/seconds and fullscreen options to action page (#24876)
* Fix markdown link to awesome gitea (#25009)
* Followup to pinned Issues (#24945)
* revert the removed method to fix tmpl break on graph page (#25005)
* Refactor diffFileInfo / DiffTreeStore (#24998)
* Fix delete user account modal (#25004)
* Clean up github actions (#24984)
* Remove unnecessary content on docs (#24976)
* Upgrade snap to node 20 (#24990)
* Display file mode for new file and file mode changes (#24966)
* Enable `vue/html-closing-bracket-spacing` eslint rule (#24987)
* Fix repo level project - edit column (#24982)
* Add v3.18 to TestPackageAlpine (#24972)
* Fix admin config page error, use tests to cover the admin config and 500 error page (#24965)
* Improve dropdown menus, remove inline styles (#24954)
* Unify doc links to use paths relative to doc folder (#24979)
* Rework button coloring, add focus and active colors (#24507)
* Add PDF rendering via PDFObject (#24086)
* Hide \'Mirror Settings\' when unneeded, improve hints (#24433)
* Consolidate the two review boxes into one (#24738)
* API endpoint for changing/creating/deleting multiple files (#24887)
* Repo list improvements, fix bold helper classes (#24935)
* Add step start time to `ViewStepLog` (#24980)
* Update from-binary.en-us.md (#24975)
* Test query must have \"order by\" explicitly to avoid unstable results (#24963)
* Help to recover from corrupted levelqueue (#24912)
* [skip ci] Updated translations via Crowdin
* Remove meta tags `theme-color` and `default-theme` (#24960)
* Add dark mode to API Docs (#24971)
* Update JS dependencies (#24969)
* Replace Fomantic reset module with our own (#24948)
* simple docs fixes: \'pull request\' page (en-us & zh-tw) link path to \'issue-pull-request-templates\' (#24961)
* Remove reference to caddy v1 in docs (#24962)
* Improve and fix bugs surrounding reactions (#24760)
* Use `[git.config]` for reflog cleaning up (#24958)
* Improve logger Pause handling (#24946)
* Do not output \"Trace\" level logs from process manager by default (#24952)
* Make the 500 page load themes (#24953)
* [skip ci] Updated translations via Crowdin
* docs: remove an extraneous whitespace (#24949)
* Show `bot` label next to username when rendering autor link if the user is a bot (#24943)
* Improve some Forms (#24878)
* Improve queue and logger context (#24924)
* Fix ref type error (#24941)
* Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634)
* [skip ci] Updated translations via Crowdin
* Add Link to Stars and Forks Page to Repo List (#24931)
* Fix documentation ref (#24934)
* Add Chinese docs for help, contribution and development (#24925)
* Merge two translation contributing documents (#23939)
* Add the ability to pin Issues (#24406)
* Use `shared/issueicon` template in projects (#24922)
* Allow skipping forks and mirrors from being indexed (#23187)
* Add Chinese documentations for Actions (#24902)
* `zh-cn` translation for usage docs (#24897)
* Add chinese documentations for installation (#24904)
* Improve RunMode / dev mode (#24886)
* Add chinese documentations for `Packages` (#24914)
* Rework notifications list (#24812)
* New webhook trigger for receiving Pull Request review requests (#24481)
* Use file filters action instead of Github\'s files filter (#24877)
* Update Asciidoc markup example with safe defaults (#24920)
* Add self to maintainers (#23644)
* Create pull request for base after editing file, if not enabled on fork (#24841)
* Reduce verbosity of dev commands (#24917)
* Merge different languages for language stats (#24900)
* Add missing test case and fix typo in tests (#24915)
* Improve confusable character string (#24911)
* Improve Actions CSS (#24864)
* Fix in administration/config-cheat-sheet.en-us.md (#24905)
* Only validate changed columns when update user (#24867)
* Rename docs packages title from xxx Packages Repository -> xxx Package Registry (#24895)
* Fix can’t move anymore items in repo project boards (#24892)
* Make environment-to-ini support loading key value from file (#24832)
* `zh-cn` translation for administration docs (#24881)
* Fix `AATTfont-face` overrides (#24855)
* Fix logger refactoring regression: manager logging add (#24847)
* Remove publish docs CI workflow (#24889)
* Fix double border and adjust width for user profile page (#24870)
* Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default (#24860)
* Fix flakey test in logger test (#24883)
* Run stylelint on .vue files (#24865)
* Update `CONTRIBUTING.md` (#24492)
* Do not call nil handler for a dummy queue (#24880)
* Remove unnecessary usage prefix from doc titles (#24869)
* Add API for Label templates (#24602)
* Fix install page context, make the install page tests really test (#24858)
* Add validations.required check to dropdown field (#24849)
* Use Go 1.20 for next release (#24859)
* Add gitea manager reload-templates command (#24843)
* Remove `In your repositories` link in milestones dashboard (#24853)
* Fix 500 error when select `No assignee` filter in issue list page (#24854)
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)
* Fix missing yes/no in delete time log modal (#24851)
* Fix document and improve comment (#24844)
* Show new pull request button also on subdirectories and files (#24842)
* Improvements for action detail page (#24718)
* Add CRAN package registry (#22331)
* Fix regression: access log template, gitea manager cli command (#24838)
* Merge message template support for rebase without merge commit (#22669)
* [skip ci] Updated licenses and gitignores
* Support wildcard in email domain allow/block list (#24831)
* Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827)
* Rewrite logger system (#24726)
* Support Copy Link for video attachments (#24833)
* Fix video width overflow in markdown, and other changes to match img (#24834)
* Improve accessibility when (re-)viewing files (#24817)
* Refactor rename user and rename organization (#24052)
* Use `CommentList` instead of `[]
*Comment` (#24828)
* Fix topics deleted via API not being deleted in org page (#24825)
* Return `404` in the API if the requested webhooks were not found (#24823)
* Decouple the different contexts from each other (#24786)
* [skip ci] Updated translations via Crowdin
* Add RTL rendering support to Markdown (#24816)
* [skip ci] Updated translations via Crowdin
* Update JS dependencies (#24815)
* Fix duplicate tooltip hiding (#24814)
* Mute repo names in dashboard repo list (#24811)
* Rework label colors (#24790)
* Fix max width and margin of comment box on conversation page (#24809)
* Allow all URL schemes in Markdown links by default (#24805)
* Some refactors for issues stats (#24793)
* Implement actions artifacts (#22738)
* Fix Actions being enabled accidentally (#24802)
* Change `add_on` in `keys_ssh.tmpl` (#24803)
* replace `drone exec` to `act_runner exec` in test README.md (#24791)
* Fix OAuth loading state (#24788)
* Remove duplicated issues options and some more refactors (#24787)
* Revert \"Mark `models/fixtures` as generated (#24775)\" (#24782)
* Remove background on user dashboard filter bar (#24779)
* Enable two vue eslint rules (#24780)
* Add two eslint plugins (#24776)
* Mark `models/fixtures` as generated (#24775)
* Fix TestMinioStorageIterator skip message (#24765)
* Fix missed table name on iterate lfs meta objects (#24768)
* Revert \"Fix missed table name on iterate lfs meta objects\" (#24764)
* Make the color of zero-contribution-squares in the activity heatmap more subtle (#24758)
* Fix missed table name on iterate lfs meta objects
* Skip TestMinioStorageIterator on CI (#24762)
* Support no label/assignee filter and batch clearing labels/assignees (#24707)
* Support for status check pattern (#24633)
* Updates to doc (#24757)
* Ignore build for docs only (#24761)
* Fix team members API endpoint pagination (#24754)
* Make mailer SMTP check have timed context (#24751)
* Add AATTgarymoon to MAINTAINERS (#24752)
* Skip TestRepoCommitsStatusParallel on CI (#24741)
* Respect original content when creating secrets (#24745)
* Remove meta charset from HTML5 documents (#24744)
* Fix WEBP image copying (#24743)
* Reorganize CSS files (#24739)
* Don\'t run build and test if only docs changed (#24530)
* [skip ci] Updated translations via Crowdin
* Rework Oauth login buttons, swap github logo to monocolor (#24740)
* Implement systemd-notify protocol (#21151)
* Bump vm2 from 3.9.17 to 3.9.18 (#24742)
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)
* Unification of registration fields order (#24737)
* Switch to `AATTeslint-community/eslint-comments` (#24736)
* Docs for creating a user to run Gitea on Fedora/RHEL/CentOS (#24725)
* Update packages overview page (#24730)
* Move actions as usage\'s subdirectory and update comparsion zh-cn version (#24719)
* Document `redis-cluster` explicitly in config (#24717)
* Don\'t filter action runs based on state (#24711)
* Add Go package registry (#24687)
* Fix flash of unstyled content in action view page (#24712)
* Clean up various avatar dimensions (#24701)
* Remove the parallelizing when loading repo for dashboard (#24705)
* Optimize actions list by removing an unnecessary `git` call (#24710)
* Update cron-translations.yml (#24708)
* Fix run list broken when trigger user deleted (#24706)
* Remove Fomantic comment module (#24703)
* Update to Alpine 3.18 (#24700)
* fix minio storage iterator path (#24691)
* Add status indicator on main home screen for each repo (#24638)
* Add test for api team orgnization (#24699)
* Improve button-ghost, remove tertiary button (#24692)
* Add icon support for safari (#24697)
* Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653)
* Fix docs documenting invalid `AATTevery` for `OLDER_THAN` cron settings (#24695)
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)
* Use standard HTTP library to serve files (#24693)
* Add `eslint-plugin-eslint-comments` (#24690)
* Add `eslint-plugin-wc` (#24689)
* Add Alpine package registry (#23714)
* Only hide tooltip tippy instances (#24688)
* Update JS dependencies (#24685)
* Rename \".button-link\" to \".button-ghost\" (#24670)
* Make testlogger output \"TestLogger\" prefix (#24683)
* Support migrating storage for actions log via command line (#24679)
* Add markdown preview to Submit Review Textarea (#24672)
* Remove svg.svg class, restore .rss-icon (#24667)
* Support SSH for go get (#24664)
* Display owner of a runner as a tooltip instead of static text (#24377)
* Remove highlight in repo list (#24675)
* Update pin and add pin-slash (#24669)
* Improve empty notifications display (#24668)
* GitHub Actions cleanups (#24620)
* Fix issues list page multiple selection update milestones (#24660)
* Make repo migration cancelable and fix various bugs (#24605)
* Improve queue & process & stacktrace (#24636)
* Fix missing badges in org settings page (#24654)
* Only show one tippy at a time (#24648)
* Reenable creating default webhooks. (#24626)
* Kd/fix redis unit test (#24650)
* Fix typo in act-runner file (#24652)
* RSS icon fixes (#24476)
* Notification list enhancements, fix striped tables on dark theme (#24639)
* Improve \"goto issue by number\" button (#24577)
* Increase default LFS auth timeout from 20m to 24h (#24628)
* Fix typo in the swift package documentation (#24637)
* Fix broken links in documents (#24630)
* Improve updating Actions tasks (#24600)
* Modify luminance calculation and extract related functions into single files (#24586)
* Do not send \"registration success email\" for external auth sources (#24632)
* Fix typo in Actions demo file (#24631)
* Review fixes and enhancements (#24526)
* Remove fluid on compare diff page (#24627)
* Make the actions control button look like an actual button (#24611)
* Add a tooltip to the job rerun button (#24617)
* Improve reverse-proxy document and fix nginx config bug (#24616)
* Remove unnecessary code (#24610)
* Fix commits pushed with deploy keys not shown in dashboard (#24521)
* fix: release page for empty or non-existing target (#24470)
* Filter get single commit (#24613)
* Attach a tooltip to the action status icon (#24614)
* Use official Vue extension in Gitpod (#24609)
* Create a branch directly from commit on the create branch API (#22956)
* Make repository response support HTTP range request (#24592)
* Add Gitea Profile Readmes (#23260)
* Make diff view full width again (#24598)
* Add permission check for moving issue action in project view page (#24589)
* Update JS dependencies, add new eslint rules (#24597)
* Filters for GetAllCommits (#24568)
* [skip ci] Updated translations via Crowdin
* Attach a tooltip to the action control button (#24595)
* Improve Gitea\'s web context, decouple \"issue template\" code into service package (#24590)
* Support markdown editor for issue template (#24400)
* Do not select line numbers when selecting text from the action run logs (#24594)
* In TestViewRepo2, convert computed timezones to local time (#24579)
* Fix close org projects (#24588)
* Rewrite queue (#24505)
* Split \"modules/context.go\" to separate files (#24569)
* Pass \'not\' to commit count (#24473)
* Refresh the refernce of the closed PR when reopening (#24231)
* Fix broken link in tests/e2e/README (#24576)
* [skip ci] Updated licenses and gitignores
* Add goto issue id function (#24479)
* Improve decryption failure message (#24573)
* Simplify template helper functions (#24570)
* Makefile: Use portable !, not GNUish -not, with find(1). (#24565)
* Add org visibility label to non-organization\'s dashboard (#24558)
* Sort users and orgs on explore by recency by default (#24279)
* Change `add_on` translation to `added_on` and include placeholder for the date (#24562)
* Change `valid_until` translation to `valid_until_date` and include placeholder for the date (#24563)
* Fix docs failing the build on `main` (#24561)
* Improve wiki user title test (#24559)
* Fix incorrect user visibility (#24557)
* Change `join_on` translation to `joined_on` and include placeholder for the date (#24550)
* Require at least one unit to be enabled (#24189)
* Fix broken `README` link (#24546)
* Check latest version on CI (#24556)
* Add RPM registry (#23380)
* Docs for Gitea Actions (#24405)
* Update LDAP filters to include both username and email address (#24547)
* Temporarily disable PATs until next release (#24527)
* Replace placeholders in licenses (#24354)
* Fix the permission of team\'s `Actions` unit issue (#24536)
* Bump golang deps (#24533)
* Fix mirrors repository disapeared on user dashboard (#24520)
* Revert \"Prevent a user with a different email from accepting the team invite\" (#24531)
* Fix form method/class (#24535)
* Fix typo in rename branch dialog (#24537)
* Check length of `LogIndexes` in case it is outdated (#24516)
* Harmonize title formatting in `docs/content/doc/development/api-usage.en-us.md` (#24529)
* automate locking closed threads (#24525)
* [skip ci] Updated translations via Crowdin
* Display warning when user try to rename default branch (#24512)
* Upgrade to Node 20 on CI, enable actions cancellation (#24524)
* Fix incorrectly quoted translation (#24514)
* Fix color for transfer related buttons when having no permission to act (#24510)
* Fix some mistakes when using `ignSignIn` (#24415)
* Remove unused zapx replace statement on go.mod (#24515)
* Don\'t display creating page button in a mirror wiki repository (#24395)
* Improve template system and panic recovery (#24461)
* Faster git.GetDivergingCommits (#24482)
* Merge setting.InitXXX into one function with options (#24389)
* Changelog for 1.19.3 (#24495) (#24506)
* Use Actions for DB & E2E tests (#24494)
* Fix intermittent CI failure in EmptyQueue (#23753)
* Prevent a user with a different email from accepting the team invite (#24491)
* Fix incorrect webhook time and use relative-time to display it (#24477)
* Make Issue/PR/projects more compact, misc CSS tweaks (#24459)
* Implement Cargo HTTP index (#24452)
* Clean up polluted styles and remove dead CSS code (#24497)
* Improve pull request merge box when pull request merged and branch deleted. (#24397)
* Fix EasyMDE toolbar (#24489)
* Enhance stylelint rule config, remove dead CSS (#24472)
* Fix api error message if fork exists (#24487)
* Add ntlm authentication support for mail (#23811)
* Fix test delivery button in repo webhook settings page (#24478)
* Add Debian package registry (#24426)
* Enable whitespace rendering on selection in Monaco (#24444)
* Replace `N/A` with `-` everywhere (#24474)
* Fix invite display (#24447)
* [skip ci] Updated translations via Crowdin
* replace PR docker dry run in drone with Actions (#24475)
* correct env vars
* nightly image tag for releases
* Remove `font-awesome` and fomantic `icon` module (#24471)
* Improve \"new-menu\" (#24465)
* Remove fomantic breadcrumb module (#24463)
* Add rerun workflow button and refactor to use SVG octicons (#24350)
* Remove .lgtm and reference to old bot (#24464)
* Remove unnecessary g-menu-stackable-scrollable (#24462)
* Replace remaining fontawesome dropdown icons with SVG (#24455)
* Move links out of translation (#24446)
* target correct conditional
* [skip ci] Updated licenses and gitignores
* Set stop_on_error (#24453)
* Remove all direct references to font-awesome (#24448)
* Add `ui-monospace` and `SF Mono` to `--fonts-monospace` (#24442)
* Fix incorrect CurrentUser check for docker rootless (#24441)
* Fix config list overflow and layout (#24312)
* Move docs pipelines to use Actions (#24434)
* Improve issue list filter (#24425)
* Move `Rename branch` from repo settings page to the page of branches list (#24380)
* Improve milestone filter on issues page (#22423)
* Use globally shared HTMLRender (#24436)
* Rework header bar on issue, pull requests and milestone (#24420)
* [skip ci] Updated translations via Crowdin
* Remove unused setting `time.FORMAT` (#24430)
* Fix user-cards format (#24428)
* Add follow organization and fix the logic of following page (#24345)
* Add \"Updated\" column for admin repositories list (#24429)
* Add ability to specify \'--not\' from GetAllCommits (#24409)
* Improve template helper (#24417)
* Start cleaning the messy \".ui.left / .ui.right\", improve label list page, fix stackable menu (#24393)
* Improve protected branch setting page (#24379)
* Skip known flaky `queue` tests on CI environment (#24419)
* getting the tag list does not require being signed in (#24413)
* Add integration test for API raw content reference formats (#24388)
* [skip ci] Updated translations via Crowdin
* Revert \"Add Debian package registry\" (#24412)
* Add Debian package registry (#22854)
* Make repo size style matches others (commits/branches/tags) (#24408)
* Override alias template to preserve anchor fragment (#24394)
* Changelog 1.19.2 (#24365) (#24403)
* Improve commit date in commit graph (#24399)
* Fix unclear `IsRepositoryExist` logic (#24374)
* Ensure final newline in `assets/go-licenses.json` (#24407)
* More detailed branch delete message (#22696)
* Refactor docs (#23752)
* Fix layouts of admin table / adapt repo / email test (#24370)
* Move secrets and runners settings to actions settings (#24200)
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)
* Fix auth check bug (#24382)
* Display \'Unknown\' when runner.version is empty (#24378)
* Fix incorrect last online time in runner_edit.tmpl (#24376)
* Refactor \"route\" related code, fix Safari cookie bug (#24330)
* Add custom helm repo name generated from url (#24363)
* Add API for gitignore templates (#22783)
* Add eslint-plugin-regexp (#24361)
* Support uploading file to empty repo by API (#24357)
* [skip ci] Updated translations via Crowdin
* Require repo scope for PATs for private repos and basic authentication (#24362)
* Alert error message if open dependencies are included in the issues that try to batch close (#24329)
* Fix 404 error when leaving the last private org team (#24322)
* Modify width of ui container, fine tune css for settings pages and org header (#24315)
* Add .livemd as a markdown extension (#22730)
* Display when a repo was archived (#22664)
* Fix wrong error info in RepoRefForAPI (#24344)
* Add missed column title in runner management page (#24328)
* Remove unnecessary helper function `DateFmtLong` (#24343)
* Add API for License templates (#23009)
* Fix Monaco IOS keyboard button (#24341)
* Don\'t set meta `theme-color` by default (#24340)
* Fix runner button height (#24338)
* Fix broken clone script on an empty archived repo (#24339)
* Improve RSS (#24335)
* Automatically select the org when click create repo from org dashboard (#24325)
* on schedule
* on schedule
* switch to use Actions from drone for cron (#24314)
* [skip ci] Updated translations via Crowdin
* Restore bold on repolist (#24337)
* Fix template function DateTime (#24317)
* Fix incorrect CORS response in Http Git handler (#24303)
* Updated upgrade script that is informing user that Gitea service has to be running in order to upgrade it (#24260)
* Add tags list for repos whose release setting is disabled (#23465)
* Refactor config provider (#24245)
* Add RSS Feeds for branches and files (#22719)
* Make SVG in dropdown menu have the same margin-right as IMG (#24316)
* Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035)
* default show closed actions list if all actions was closed (#24234)
* [skip ci] Updated translations via Crowdin
* update nightly drone docker tag (#24311)
* Remove org users who belong to no teams (#24247)
* Fix typo in API route (#24310)
* Add --font-weight-bold and set previous bold to 601 (#24307)
* Mark `/templates/swagger/v1_json.tmpl` as generated file (#24306)
* Improve External Wiki in Repo Header (#24304)
* Unify nightly naming across binaries and docker images (#24116)
* Wrap too long push mirror addresses (#21120)
* Improve some modal action buttons (#24289)
* Enable forbidigo linter (#24278)
* Fix no edit/close/delete button in org repo project view page (#24301)
* Replace whitespace inside template parens during make fmt (#24293)
* Upgrade act (#24298)
* [skip ci] Updated translations via Crowdin
* Add all `no-query` rules to eslint config (#24294)
* Fix bug when deleting wiki with no code write permission (#24274)
* Move code from module to service (#24287)
* Add comments for Manually Merged feature (#24291)
* Allow using localized absolute date times within phrases with place holders and localize issue due date events (#24275)
* Handle canceled workflow as a warning instead of a fail (#24282)
* Tweak pull request branch delete ui (#23951)
* Restore air delay of 1000ms (#24290)
* Load reviewer for comments when dismissing a review (#24281)
* Set type=\"password\" on all auth_token fields (#22175)
* Only delete secrets belonging to its owner (#24284)
* Fix inconsistent wiki path converting. (#24277)
* Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246)
* Refactor delete_modal_actions template and use it for project column related actions (#24097)
* update upgrade script to use new CDN (#24280)
* show workflow config error on file view also (#24267)
* Add missing badges in user profile for /projects and /packages (#24232)
* [skip ci] Updated translations via Crowdin
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)
* Use more specific test methods (#24265)
* Support upload `outputs` and use `needs` context on Actions (#24230)
* Update go tool dependencies, restructure lint targets (#24239)
* Improve template helper functions: string/slice (#24266)
* Add `DumpVar` helper function to help debugging templates (#24262)
* Improve emoji and mention matching (#24255)
* Remove git sample files and ignore them (#24271)
* Fix footer display (#24251)
* [skip ci] Updated translations via Crowdin
* Limit avatar upload to valid image files (#24258)
* Add project type descriptions in issue badge and improve project icons (#23437)
* Improve test logger (#24235)
* Allow `webp` images as avatars (#24248)
* Show commit history for closed/merged PRs (#24238)
* Fix access token issue on some public endpoints (#24194)
* Fix comment for EmailNotificationsAndYourOwn constant (#24236)
* Apply to become maintainer (#24254)
* Fix label color, fix divider in dropdown (#24215)
* [skip ci] Updated translations via Crowdin
* Refactor web route (#24080)
* Fix unclear \"Owner\" concept (#24233)
* Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)
* Use secondary pointing menu for tabs on user/organization home page (#24162)
* Make HTML template functions support context (#24056)
* Fix issue attachment handling (#24202)
* Update JS dependencies (#24218)
* Remove most path-based golangci exclusions (#24214)
* [skip ci] Updated translations via Crowdin
* Fix internal sever error when visiting a PR that bound to the deleted team (#24127)
* Add owner team permission check test (#24096)
* Fix incorrect CORS default values (#24206)
* Add repository counter badge to repository tab (#24205)
* Fix template error in pull request with deleted head repo (#24192)
* Make wiki title supports dashes and improve wiki name related features (#24143)
* Fix Resolve Conversation not working in Conversation view (#24191)
* Vertical widths of containers removed (#24184)
* Don\'t list root repository on compare page if pulls not allowed (#24183)
* Add unset default project column (#23531)
* Allow adding new files to an empty repo (#24164)
* Add runner check in repo action page (#24124)
* Use same action status svg icons on actions list as on action page (#24178)
* [skip ci] Updated translations via Crowdin
* fix calReleaseNumCommitsBehind (#24148)
* Mark `public/img/svg/
*.svg` as generated files (#24193)
* Make mention autocomplete case insensitive in new markdown editor (#24190)
* Fix duplicate modals when clicking on \"remove all\" repository button (#24129)
* Bump GitHub\'s `relative-time-element` to `v4.3.0` (#24187)
* Fix wrong scopes of locale.PrettyNumber (#24181)
* Fix incorrect internal response type (#24173)
* zh-cn support on doc pages (#24166)
* [skip ci] Updated translations via Crowdin
* Use double quotes consistently in en-US (#24141)
* Use correct locale key for forks page (#24172)
* Improve Wiki TOC (#24137)
* Localize activity heatmap (except tooltip) (#24131)
* Support triggering workflows by wiki related events (#24119)
* add CLI command to register runner tokens (#23762)
* Add new user types `reserved`, `bot`, and `remote` (#24026)
* Fix Org edit page bugs: renaming detection, maxlength (#24161)
* Make HAS_GO a simply expanded variable (#24169)
* Support converting varchar to nvarchar for mssql database (#24105)
* Fix math and mermaid rendering bugs (#24049)
* Refactor locale number (#24134)
* [skip ci] Updated translations via Crowdin
* Use 1.18\'s aria role for dropdown menus (#24144)
* Set EasyMDE heading font-size to the same size as the resulting markdown (#24151)
* Fix 2-dot direct compare to use the right base commit (#24133)
* Add migration to fix external unit access mode of owner/admin team (#24117)
* Remove untranslatable `on_date` key (#24106)
* [skip ci] Updated translations via Crowdin
* Sort repo topic labels by name (#24123)
* Add option to search for users is active join a team (#24093)
* Make more functions use ctx instead of db.DefaultContext (#24068)
* Fix meilisearch not working when searching across multiple repositories (#24109)
* Show friendly 500 error page to users and developers (#24110)
* Fix incorrect server error content in RunnersList (#24118)
* [skip ci] Updated translations via Crowdin
* Improve git log for debugging (#24095)
* Update redis library to support redis v7 (#24114)
* Refactor cookie (#24107)
* Fix admin team access mode value in team_unit table (#24012)
* Add monospace toggle button to textarea (#24034)
* Correct the access log format (#24085)
* Changelog v1.19.1 (#24079) (#24092)
* [skip ci] Updated translations via Crowdin
* Bump vm2 from 3.9.15 to 3.9.16 (#24089)
* Fix difficult translation for other languages (#24070)
* Fix mismatch between hook events and github event types (#24048)
* Improve LFS error logs (#24072)
* Update the value of the `diffEnd` when click `Show More` btn in the DiffFileTree (#24069)
* Add tooltips to `Hide comment type` settings where necessary (#21306)
* Use a general approach to access custom/static/builtin assets (#24022)
* Make Release Download URLs predictable (#23891)
* Expand selected file when clicking file tree (#24041)
* Localize milestone related time strings (#24051)
* update BSDmakefile to latest version from upstream (#24063)
* Add popup to hashed comments/pull requests/issues in file editing/adding preview tab (#24040)
* Use reactive store to share data between components (#23996)
* [skip ci] Updated translations via Crowdin
* Fix accidental overwriting of LDAP team memberships (#24050)
* Add cardtype to org/user level project on creation, edit and view (#24043)
* Fix branch protection priority (#24045)
* Update documentation to explain which projects allow Gitea to host static pages (#23993)
* Fix date display bug (#24047)
* Fine tune markdown editor toolbar (#24046)
* Add tooltips for MD editor buttons and add `muted` class for buttons (#23896)
* Prefer native parser for SSH public key parsing (#23798)
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)
* [skip ci] Updated translations via Crowdin
* Use auto-updating, natively hoverable, localized time elements (#23988)
* Reserve \".png\" suffix for user/org names (#23992)
* Allow adding SSH keys even if SSH server is disabled (#24025)
* Add placeholder and aria attributes to release and wiki edit page (#24031)
* Add --quiet option to gitea dump (#22969)
* Remove \"inverted\" class on creating new label and cancel buttons (#24030)
* Use actions job link as commit status URL instead of run link (#24023)
* Make label templates have consistent behavior and priority (#23749)
* Add actions support to package auth verification (#23729)
* Fix protected branch for API (#24013)
* [skip ci] Updated translations via Crowdin
* Fix markdownlint (#24024)
* Introduce lint-md and compliance-docs pipeline (#24021)
* Fix https setup doc zh-cn (#24015)
* Replace tribute with text-expander-element for textarea (#23985)
* Improve GetBoards and getDefaultBoard (#22981)
* Expand/Collapse all changed files (#23639)
* Show errors for KaTeX and mermaid on the preview tab (#24009)
* Show protected branch rule names again (#23907)
* Reference the `zh-CN` version of `reverse-proxies` in `https-support` (#24016)
* Fix lint problem in `https-support.zh-cn.md` (#24014)
* docs: HTTPS configuration for zh-cn (#23039)
* Re-add initial wiki page text when editing the page (#23984)
* [skip ci] Updated translations via Crowdin
* fix: do not escape space between PyPI repository url and package name… (#23981)
* Make bindata static build parse builtin templates correctly (#24003)
* Group template helper functions, remove `Printf`, improve template error messages (#23982)
* Adjust sticky pr header to cover background (#23956)
* Update github.com/google/go-github to v51 (#23946)
* Show visibility status of email in own profile (#23900)
* Add eslint-plugin-custom-elements (#23991)
* Fix redirect bug when creating issue from a project (#23971)
* Drop \"unrolled/render\" package (#23965)
* Bump vm2 from 3.9.14 to 3.9.15 (#23990)
* Add job.duration in web ui (#23963)
* Fix markup background, improve wiki rendering (#23750)
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)
* Remove docs from automatically building in Gitpod (#23978)
* Discolor pull request tab labels (#23950)
* Highlight selected file in the PR file tree (#23947)
* Improve markdown editor: width, height, preferred (#23895)
* Use Get/Set instead of Rename when Regenerate session id (#23975)
* Allow repo admins too to delete the repo (#23940)
* Merge template functions \"dict/Dict/mergeinto\" (#23932)
* Use a general Eval function for expressions in templates. (#23927)
* Do not crash when parsing an invalid workflow file (#23972)
* Support \".\" char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874)
* Ensure RSS icon is present on all repo tabs (#23904)
* Clean template/helper.go (#23922)
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920)
* Hardcode path to docker images (#23955)
* Title can be empty when creating tag only (#23917)
* Actions: Use default branch as ref when a branch/tag delete occurs (#23910)
* Refactor authors dropdown (send get request from frontend to avoid long wait time) (#23890)
* [skip ci] Updated translations via Crowdin
* Merge `push to create`, `open PR from push`, and `push options` docs articles into one (#23744)
* Delete deleted release attachments immediately from storage (#23913)
* More specific and unique feed name for NuGet install command template. (#23889)
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)
* Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257)
* Remove -v from vulncheck (#23953)
* Improve permission check of packages (#23879)
* Adjust some documentations titles (#23941)
* [skip ci] Updated translations via Crowdin
* Update eslints for Vue 3 (#23935)
* Fix image border-radius (#23886)
* [skip ci] Updated translations via Crowdin
* Scroll collapsed file into view (#23702)
* docs: make the required backticks in email password more explicit (#23923)
* docs: fix typo (#23924)
* Update docs markdown file weight to make it clear (#23909)
* Add activity feeds API (#23494)
* Fix code view (diff) broken layout (#23096)
* Use ghost user if package creator does not exist (#23822)
* Org pages style fixes (#23901)
* User/Org Feed render description as per web (#23887)
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)
* Remove fomantic \".link\" selector and styles (#23888)
* [skip ci] Updated translations via Crowdin
* Fix `cases.Title` crash for concurrency (#23885)
* Disable editing tags (#23883)
* Fix user profile description rendering (#23882)
* Introduce GiteaLocaleNumber custom element to handle number localization on pages. (#23861)
* Convert .Source.SkipVerify to $cfg.SkipVerify (#23839)
* Fix review box viewport overflow issue (#23800)
* Fix owner team access mode value in team_unit table (#23675)
* Fix submit button won\'t refresh in New Repository Fork page (#22994)
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)
* Append `(comment)` when a link points at a comment rather than the whole issue (#23734)
* Rename actions unit to `repo.actions` and add docs for it (#23733)
* Try to catch more broken translations (#23867)
* [skip ci] Updated translations via Crowdin
* Update JS deps (#23853)
* Added close/open button to details page of milestone (#23877)
* Check `IsActionsToken` for LFS authentication (#23841)
* Prefill input values in oauth settings as intended (#23829)
* Display image size for multiarch container images (#23821)
* Use clippie module to copy to clipboard (#23801)
* Remove assertion debug code for show/hide refactoring (#23576)
* [skip ci] Updated translations via Crowdin
* Remove jQuery ready usage (#23858)
* Fix JS error when changing PR\'s target branch (#23862)
* Improve action log display with control chars (#23820)
* Fix review conversation reply (#23846)
* Improve home page template, fix Sort dropdown menu flash (#23856)
* Make first section on home page full width (#23854)
* [skip ci] Updated translations via Crowdin
* Fix incorrect CORS failure detection logic (#23844)
* Fix 500 error if there is a name conflict when edit authentication source (#23832)
* Use different SVG for pending and running actions (#23836)
* CSS color tweaks (#23828)
* Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some strings with semicolons (#23819)
* [skip ci] Updated translations via Crowdin
* Fix dropdown direction behavior (#23806)
* Fix incorrect/Improve error handle in edit user page (#23805)
* Fix \"Updating branch by merge\" bug in \"update_branch_by_merge.tmpl\" (#23790)
* Fix incorrect visibility dropdown list in add/edit user page (#23804)
* Convert issue list checkboxes to native (#23596)
* Fix checks for `needs` in Actions (#23789)
* Diff improvements (#23553)
* [Patch] Fix closed PR also triggers Webhooks and actions (#23782)
* Improve backport-locales.go (#23807)
* [skip ci] Updated translations via Crowdin
* Refactor commit status for Actions jobs (#23786)
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766)
* Don\'t apply the group filter when listing LDAP group membership if it is empty (#23745)
* Refactor internal API for git commands, use meaningful messages instead of \"Internal Server Error\" (#23687)
* Add CSS rules for basic colored labels (#23774)
* Add meilisearch support (#23136)
* Add missing translation for `actions.runners.reset_registration_token_success` (#23732)
* [skip ci] Updated translations via Crowdin
* Implement Issue Config (#20956)
* Set repository link based on the url in package.json for npm packages (#20379)
* Add API to manage issue dependencies (#17935)
* Add creation time in tag list page (#23693)
* Make minio package support legacy MD5 checksum (#23768)
* Yarden Shoham has a new email address (#23767)
* fix br display for packages curls (#23737)
* Fix issue due date edit toggle bug (#23723)
* Fix profile page email display, respect settings (#23747)
* Update Gitea version in docs (#23755)
* Fix SVG close tag, improve commit graph page UI alignment (#23751)
* Remove incorrect HTML self close tag (#23748)
* Refactor repo commit list (#23690)
* Fix tags view (#23243)
* Add commit info in action page (#23210)
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804)
* Fix project card preview select and template select (#23684)
* [skip ci] Updated translations via Crowdin
* Add git dashes separator to some \"log\" and \"diff\" commands (#23606)
* Add Simplified Chinese translate for oauth2-provider (#23713)
* Fix incorrect `toggle` buttons (#23676)
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form (#23626)
* Allow new file and edit file preview if it has editable extension (#23624)
* [skip ci] Updated translations via Crowdin
* Clean some legacy files and move some build files (#23699)
* Remove row clicking from notification table (#22695)
* Describe Gitea\'s purpose more accurately (#23698)
* [skip ci] Updated translations via Crowdin
* ensure go/bin path exists when copying hugo bin into it (#23692)
* Create commit status when event is `pull_request_sync` (#23683)
* Add `deps-docs` command to makefile (#23686)
* Fix incorrect package doc link (#23679)
* Improve indices for `action` table (#23532)
* Clarify that Gitea requires JavaScript (#23677)
* Use data-tooltip-content for tippy tooltip (#23649)
* Add aria attributes to interactive time tooltips. (#23661)
* Fix cancel button in the page of project edit not work (#23655)
* Fix long project name display in issue list and in related dropdown (#23653)
* Editor preview support for external renderers (#23333)
* Fix incorrect `HookEventType` of pull request review comments (#23650)
* [skip ci] Updated translations via Crowdin
* Fix codeblocks in the cheat sheet (#23664)
* Drop migration for ForeignReference (#23605)
* Fix new issue/pull request btn margin when it is next to sort (#23647)
* A tool to help to backport locales, changes source strings to fix other broken translations (#23633)
* Fix incorrect `show-modal` and `show-panel` class (#23660)
* Restructure documentation. Now the documentation has installation, administration, usage, development, contributing the 5 main parts (#23629)
* Check LFS/Packages settings in dump and doctor command (#23631)
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)
* Improve workflow event triggers (#23613)
* Improve `` to make it output `svg` node and optimize performance (#23570)
* [skip ci] Updated translations via Crowdin
* Add extra features to product comparison (#23638)
* Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542)
* [skip ci] Updated translations via Crowdin
* Update PR documentation (#23620)
* Set opaque background on markup and images (#23578)
* Decouple the issue-template code from comment_tab.tmpl (#23556)
* Remove `id=\"comment-form\"` dead code, fix tag (#23555)
* Introduce path Clean/Join helper functions (#23495)
* Remove conflicting CSS rules on notifications, improve notifications table (#23565)
* Remove AATTmetalmatze as maintainer (#23612)
* Keep (add if not existing) xmlns attribute for generated SVG images (#23410)
* Replace a few fontawesome icons with svg (#23602)
* Fix pagination on `/notifications/watching` (#23564)
* Fix `.locale.Tr` function not found in delete modal (#23468)
* fix submodule is nil panic (#23588)
* `Publish Review` buttons should indicate why they are disabled (#23598)
* Improve template error reporting (#23396)
* Polyfill the window.customElements (#23592)
* Add CHANGELOG for 1.19.0 (#23583)
* Display the version of runner in the runner list (#23490)
* Add `.patch` to `attachment.ALLOWED_TYPES` (#23580)
* Sort Python package descriptors by version to mimic PyPI format (#23550)
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)
* Match api migration behavior to web behavior (#23552)
* Fix dropdown icon misalignment when using fomantic icon (#23558)
* Enable color for consistency checks diffs (#23563)
* [skip ci] Updated translations via Crowdin
* Fix sticky header in diff view (#23554)
* Fix some broken css (#23560)
* Fix JS error on compare page (#23551)
* Upgrade to npm lockfile v3 and explicitely set it (#23561)
* Fix long name ui issues and label ui issue (#23541)
* Remove worker-loader (#23548)
* [skip ci] Updated translations via Crowdin
* Return `repository` in npm package metadata endpoint (#23539)
* Fix diff detail buttons wrapping, use tippy for review box (#23271)
* Do not store user projects as organization projects (#23353)
* Imrove scroll behavior to hash issuecomment(scroll position, auto expand if file is folded, and on refreshing) (#23513)
* Increase horizontal page padding (#23507)
* Update JS dependencies, Require Node.js 16 (#23528)
* Use octicon-verified for gpg signatures (#23529)
* Remove stars in dashboard repo list (#23530)
* Use `
 
ICM