summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
...
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-0/+8
| | | | | | | | | | | | | | | | | | Mainly for MySQL/MSSQL. It is important for Gitea to use case-sensitive database charset collation. If the database is using a case-insensitive collation, Gitea will show startup error/warning messages, and show the errors/warnings on the admin panel's Self-Check page. Make `gitea doctor convert` work for MySQL to convert the collations of database & tables & columns. * Fix #28131 ## :warning: BREAKING :warning: It is not quite breaking, but it's highly recommended to convert the database&table&column to a consistent and case-sensitive collation.
* [skip ci] Updated licenses and gitignoresGiteaBot2024-01-087-4/+263
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-01-072-0/+14
|
* Fix grammar in `actions.variables.id_not_exist` (en-US) (#28680)wackbyte2024-01-031-1/+1
| | | Fixes the capitalization and grammar of the key.
* Fix grammar issues on the repository Actions page (en-US) (#28679)wackbyte2024-01-031-2/+2
| | | | Fixes a few grammar issues in the en-US localization of the repository Actions page.
* [skip ci] Updated translations via CrowdinGiteaBot2024-01-011-13/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-291-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-281-4/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-272-1/+49
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-2625-45/+8
|
* [skip ci] Updated licenses and gitignoresGiteaBot2023-12-252-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-201-0/+4
|
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-1/+1
| | | | | | | | | | | Mentioned: [#28277](https://github.com/go-gitea/gitea/issues/28277#issuecomment-1831325276) We should only check online runner when detecting matching runners in workflows, as if runner is not online, the workflow will not run. ![image](https://github.com/go-gitea/gitea/assets/18380374/11855e9d-7241-4b7a-b8d7-49dbb94ba1c5)
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-181-2/+2
|
* Remove duplicate option in admin screen and now-unused translation keys (#28492)The Magician2023-12-171-1/+0
| | | | | | | | | | | | | Resolves https://github.com/go-gitea/gitea/issues/28451. This change follows the recommendation by wxiaoguang to remove the "Disable Minimum Key Size Check" from the "Service Configuration" section of the UI, because this option belongs to the "SSH Configuration" section of the administration menu and already has a functioning indicator in that section of the UI. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-171-7/+24
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-131-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-1227-319/+87
|
* [skip ci] Updated licenses and gitignoresGiteaBot2023-12-111-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-092-36/+43
|
* Improve text in Security settings (#28393)Panagiotis "Ivory" Vasilopoulos2023-12-081-7/+10
| | | | | | | | - en-US: Rename "Scratch Tokens" to "single-use recovery keys". Longer, but clearer. - Improve titles - TOTP: Improve description - TOTP: Inform user about Scratch Tokens to encourage TOTP usage - WebAuthn: Add loss of access warning
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-071-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-12-061-1/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2023-12-042-0/+47
|
* Fix wrong link in `protect_branch_name_pattern_desc` (#28313)yp053272023-12-011-1/+1
| | | | The current href will link to `https://domain/owner/repo/settings/branches/github.com/gobwas/glob`
* Add guide page to actions when there's no workflows (#28145)yp053272023-11-211-0/+3
| | | | | | | | | Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/599d40c1-9b8d-4189-9286-c9c36fb780dd) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/848a73d1-aaec-478f-93a7-adcc7ee18907)
* Fix empty action run title (#28113)Lunny Xiao2023-11-211-0/+1
| | | Fix #27901
* Fix typo in `packages.cleanup.success` (#28133)Jason Song2023-11-201-1/+1
| | | | Follow https://github.com/go-gitea/gitea/pull/28129#discussion_r1398971596
* Add missing `packages.cleanup.success` (#28129)Jason Song2023-11-201-0/+1
| | | | | | | Used at https://github.com/go-gitea/gitea/blob/a3348bfc4d565328f3608b1ee555f61be9fce1c3/routers/web/admin/packages.go#L111 <img width="1325" alt="image" src="https://github.com/go-gitea/gitea/assets/9418365/60edc1fa-eea8-4d74-a7ec-96bd5461a53f">
* [skip ci] Updated translations via CrowdinGiteaBot2023-11-201-18/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-11-141-29/+62
|
* [skip ci] Updated licenses and gitignoresGiteaBot2023-11-138-0/+341
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-11-031-0/+4
|
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Step one for a GitHub like commit status check ui: ![image](https://github.com/go-gitea/gitea/assets/18380374/22953b88-1f91-4d19-bc57-ad92d33fa11f) ![image](https://github.com/go-gitea/gitea/assets/18380374/78572a49-c9b0-472b-86a8-8293197e807b) ![image](https://github.com/go-gitea/gitea/assets/18380374/bc5c8d1c-2ab5-4b03-b8c6-20c34b86d856) Step two: ![image](https://github.com/go-gitea/gitea/assets/18380374/938b359e-8823-4192-b82d-55fa40b986fd) ![image](https://github.com/go-gitea/gitea/assets/18380374/2de5bb8f-40f5-462a-8d6d-bac13a32bc2a) The design now will list all commit status checks which takes too much space. This is a pre-improve for #26247 --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-281-11/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-2713-4/+182
|
* Package repository/documentation link unification (#27804)Danila Fominykh2023-10-2714-56/+0
| | | | | | | | | Some translations are duplicated for the same package fields; it should be possible to use the same approach. Checked packages to use the same forms in templates. 1. Removed repeated translations for the same fields 2. Linked template files to the same translation fields 3. Added repository site link for nuget packages
* Fix typo when updating email address (#27789)Joel Wetzell2023-10-251-1/+1
| | | - correct text that is shown when attempting to change an email address
* Improve pull request command line instructions (#27778)Brecht Van Lommel2023-10-251-6/+5
| | | | | | | | | | | | | * Show checkout instructions also when there is no permission to push, for anyone who wants to locally test the changes. * First checkout the branch exactly as is, without immediately having to solve merge conflicts. Leave this to the merge step, since it's often convenient to test a change without worrying about this. * Use `git fetch -u`, so an existing local branch is updated when re-testing the same pull request. But not the more risky `git fetch -f` in to handle force pushes, as we don't want to accidentally overwrite important local changes. * Show different merge command depending on the chosen merge style, interactively updated.
* Show placeholder email in privacy popup (#27770)Gerd Katzenbeisser2023-10-251-1/+1
| | | | | | | | | | | | This PR will show the _noreply_ address in the privacy popup _keep_email_private_popup_. I had to look into the source code to figure out which E-Mail Adress I had to use on gitea.com to hide it from public access. According to the contribution guidelines I only updated the en-US translation file. Co-authored-by: Hakito <hakito@git.example.com>
* teams: new View button (#27685)tomholford2023-10-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | Per the discussion on #22054, the flow for adding a new team member to an org is not intuitive for new Gitea users. The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to ('Owners' by default). From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to. So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored. --------- Co-authored-by: tomholford <tomholford@users.noreply.github.com>
* fix issues in translation file (#27699)Denys Konovalov2023-10-221-11/+9
| | | | | - use correct comment sign for INI (`;`) - remove duplicated `repo.branch.search` key - remove duplicated spaces & similar
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-221-3/+251
|
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-191-0/+1
| | | | | | | | | | | | | | TODOs: - [x] write test for `GetIssueTotalTrackedTime` - [x] frontport kitharas template changes and make them mobile-friendly --- ![image](https://github.com/go-gitea/gitea/assets/24977596/6713da97-201f-4217-8588-4c4cec157171) ![image](https://github.com/go-gitea/gitea/assets/24977596/3a45aba8-26b5-4e6a-b97d-68bfc2bf9024) --- *Sponsored by Kithara Software GmbH*
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-192-12/+385
|
* cleanup repo details icons/labels (#27644)Denys Konovalov2023-10-161-3/+1
| | | | | | | Fix #27596 Change confusing behavior when showing information about a repo via labels and icons. Implement changes proposed by @lng2020 in https://github.com/go-gitea/gitea/pull/27627#pullrequestreview-1678787673.
* [skip ci] Updated licenses and gitignoresGiteaBot2023-10-162-0/+58
|
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-151-1/+1
|
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-0/+1
| | | | | | | | | | | | | | | | | Closes #27455 > The mechanism responsible for long-term authentication (the 'remember me' cookie) uses a weak construction technique. It will hash the user's hashed password and the rands value; it will then call the secure cookie code, which will encrypt the user's name with the computed hash. If one were able to dump the database, they could extract those two values to rebuild that cookie and impersonate a user. That vulnerability exists from the date the dump was obtained until a user changed their password. > > To fix this security issue, the cookie could be created and verified using a different technique such as the one explained at https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#secure-remember-me-cookies. The PR removes the now obsolete setting `COOKIE_USERNAME`.
* [skip ci] Updated translations via CrowdinGiteaBot2023-10-1419-64/+13
|