You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main: (21 commits)
Update minimum password length requirements (go-gitea#25946)
cynkra is covered via oc links now (go-gitea#26641)
update config docs url (go-gitea#26640)
devpod use go1.21 (go-gitea#26637)
Use correct minio error (go-gitea#26634)
Remove avatarHTML from template helpers (go-gitea#26598)
Add optimistic lock to ActionRun table (go-gitea#26563)
Improve the branch selector tab UI (go-gitea#26631)
Improve translation of milestone filters (go-gitea#26569)
Add `branch_filter` to hooks API endpoints (go-gitea#26599)
Replace box-shadow for `floating` dropdown as well (go-gitea#26581)
Add link to job details and tooltip to commit status in repo list in dashboard (go-gitea#26326)
Ignore the trailing slashes when comparing oauth2 redirect_uri (go-gitea#26597)
Update tool dependencies (go-gitea#26607)
bump go to 1.21 (go-gitea#26608)
Update 1.20.3 changelog (go-gitea#26609)
Fix NPM packages name validation (go-gitea#26595)
Use "input" event instead of "keyup" event for migration form (go-gitea#26602)
Do not use deprecated log config options by default (go-gitea#26592)
fix reopen logic for agit flow pull request (go-gitea#26399)
...
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,13 @@ Translations are done through Crowdin. If you want to translate to a new languag
110
110
111
111
You can also just create an issue for adding a language or ask on discord on the #translation channel. If you need context or find some translation issues, you can leave a comment on the string or ask on Discord. For general translation questions there is a section in the docs. Currently a bit empty but we hope to fill it as questions pop up.
For more information and instructions about how to install Gitea, please look at our [documentation](https://docs.gitea.io/en-us/).
119
+
For more information and instructions about how to install Gitea, please look at our [documentation](https://docs.gitea.com/).
120
120
If you have questions that are not covered by the documentation, you can get in contact with us on our [Discord server](https://discord.gg/Gitea) or create a post in the [discourse forum](https://discourse.gitea.io/).
121
121
122
122
We maintain a list of Gitea-related projects at [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea).
@@ -151,7 +151,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,7 +559,7 @@ And the following unique queues:
559
559
-`scrypt`: `scrypt$65536$16$2$50`
560
560
- Adjusting the algorithm parameters using this functionality is done at your own risk.
561
561
-`CSRF_COOKIE_HTTP_ONLY`: **true**: Set false to allow JavaScript to read CSRF cookie.
562
-
-`MIN_PASSWORD_LENGTH`: **6**: Minimum password length for new users.
562
+
-`MIN_PASSWORD_LENGTH`: **8**: Minimum password length for new users.
563
563
-`PASSWORD_COMPLEXITY`: **off**: Comma separated list of character classes required to pass minimum complexity. If left empty or no valid values are specified, checking is disabled (off):
0 commit comments