1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 03:29:15 +00:00
forgejo/docs/config.yaml
zeripath f9b27d2d46
Frontport changelog 1.16.0 () ()
Frontport 

Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml

 ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30

* BREAKING
  * Remove golang vendored directory ()
  * Paginate releases page & set default page size to 10 ()
  * Only allow webhook to send requests to allowed hosts ()
* SECURITY
  * Disable content sniffing on `PlainTextBytes` () ()
  * Only view milestones from current repo () ()
  * Sanitize user-input on file name ()
  * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks ()
* FEATURES
  * Add/update SMTP auth providers via cli ()
  * Support webauthn ()
  * Team permission allow different unit has different permission ()
  * Implement Well-Known URL for password change ()
  * Add support for ssh commit signing ()
  * Allow Loading of Diffs that are too large ()
  * Add copy button to markdown code blocks ()
  * Add .gitattribute assisted language detection to blame, diff and render ()
  * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task ()
  * Add Reindex buttons to repository settings page ()
  * Make SSL cipher suite configurable ()
  * Add groups scope/claim to OIDC/OAuth2 Provider ()
  * Add simple update checker to Gitea ()
  * Migrated Repository will show modifications when possible ()
  * Create pub/priv keypair for federation ()
  * Make LDAP be able to skip local 2FA ()
  * Add nodeinfo endpoint for federation purposes ()
  * Save and view issue/comment content history ()
  * Use git attributes to determine generated and vendored status for language stats and diffs ()
  * Add migrate from Codebase ()
  * Add migration from GitBucket ()
  * Add OAuth2 introspection endpoint ()
  * Add proxy settings and support for migration and webhook ()
  * Add microsoft oauth2 providers ()
  * Send registration email on user autoregistration ()
  * Defer Last Commit Info ()
  * Support unprotected file patterns ()
  * Add migrate from OneDev ()
  * Add option to update pull request by `rebase` ()
  * Add RSS/Atom feed support for user actions ()
  * Add support for corporate WeChat webhooks ()
  * Add a simple way to rename branch like gh ()
  * Add bundle download for repository ()
  * Add agit flow support in gitea ()
* API
  * Add MirrorUpdated field to Repository API type ()
  * Adjust Fork API to allow setting a custom repository name ()
  * Add API to manage repo tranfers ()
  * Add API to get file commit history ()
  * Add API to get issue/pull comments and events (timeline) ()
  * Add API to get/edit wiki ()
  * Add API for get user org permissions ()
  * Add HTML urls to notification API ()
  * Add API to get commit diff/patch ()
  * Respond with updated notifications in API ()
  * Add API to fetch git notes ()
  * Generalize list header for API ()
  * Add API Token Cache ()
  * Allow Token API calls be authorized using the reverse-proxy header ()
* ENHANCEMENTS
  * Make the height of the editor in Review Box smaller (4 lines as GitHub) ()
  * Return nicer error if trying to pull from non-existent user ()
  * Show pull link for agit pull request also ()
  * Enable partial clone by default ()
  * Added replay of webhooks ()
  * Show OAuth callback error message ()
  * Increase Salt randomness ()
  * Add MP4 as default allowed attachment type ()
  * Include folders into size cost ()
  * Remove `/email2user` endpoint ()
  * Handle invalid issues ()
  * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE ()
  * Support open compare page directly ()
  * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja ()
  * Clean legacy SimpleMDE code ()
  * Refactor install page (db type) ()
  * Improve interface when comparing a branch which has created a pull request ()
  * Allow default branch to be inferred on compare page ()
  * Display issue/comment role even if repo archived ()
  * Always set a message-id on mails ()
  * Change `<a>` elements to underline on hover ()
  * Render issue references in file table ()
  * Handle relative unix socket paths ()
  * Move accessmode into models/perm ()
  * Fix some org style problems ()
  * Add List-Unsubscribe header ()
  * Create menus for organization pages ()
  * Switch archive URL code back to href attributes ()
  * Refactor "refs/*" string usage by using constants ()
  * Allow forks to org if you can create repos ()
  * Improve install code to avoid low-level mistakes. ()
  * Improve ellipsis buttons ()
  * Add restrict and no-user-rc to authorized_keys ()
  * Add copy Commit ID button in commits list ()
  * Make `bind` error more readable ()
  * Fix navbar on project view ()
  * More pleasantly handle broken or missing git repositories ()
  * Use `*PushUpdateOptions` as receiver ()
  * Remove unused `user` paramater ()
  * Better builtin avatar generator ()
  * Cleanup and use global style on popups ()
  * Move user/org deletion to services ()
  * Added comment for changing issue ref ()
  * Allow admins to change user avatars ()
  * Only set `data-path` once for each file in diff pages ()
  * Add icon to vscode clone link ()
  * Add download button for file viewer ()
  * Add pagination to fork list ()
  * Use a standalone struct name for Organization ()
  * Minor readability patch. ()
  * Add context support for GetUserByID ()
  * Move merge-section to `> .content` ()
  * Remove NewSession method from db.Engine interface ()
  * Move unit into models/unit/ ()
  * Restrict GetDeletedBranchByID to the repositories deleted branches ()
  * Refactor commentTags functionality ()
  * Make Repo Code Indexer an Unique Queue ()
  * Simplify Gothic to use our session store instead of creating a different store ()
  * Add settings to allow different SMTP envelope from address ()
  * Properly determine CSV delimiter ()
  * Hide label comments if labels were added and removed immediately ()
  * Tune UI alignment for nav bar notification icon, avatar image, issue label ()
  * Add appearance section in settings ()
  * Move key forms before list and add cancel button ()
  * When copying executables to the docker chmod them ()
  * Remove deprecated `extendDefaultPlugins` method of svgo ()
  * Fix the click behavior for <tr> and <td> with [data-href] ()
  * Refactor update checker to use AppState ()
  * Improve async/await usage, and sort init calls in `index.js` ()
  * Use a variable but a function for IsProd because of a slight performance increment ()
  * Frontend refactor, PascalCase to camelCase, remove unused code ()
  * Hide command line merge instructions when user can't push ()
  * Move session to models/login ()
  * Sync gitea app path for git hooks and authorized keys when starting ()
  * Make the Mirror Queue a queue ()
  * Add "Copy branch name" button to pull request page ()
  * Fix repository summary on mobile ()
  * Split `index.js` to separate files ()
  * Show direct match on top for user search ()
  * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. ()
  * Upgrade chi to v5 ()
  * Disable form autofill ()
  * Improve behavior of "Fork" button ()
  * Open markdown image links in new window ()
  * Add hints for special Wiki pages ()
  * Move add deploy key form before the list and add a cancel button ()
  * Allow adding multiple issues to a project  ()
  * Add metrics to get issues by repository ()
  * Add specific event type to header ()
  * Redirect on project after issue created ()
  * Reference in new issue modal: dont pre-populate issue title ()
  * Always set a unique Message-ID header ()
  * Add projects and project boards in exposed metrics ()
  * Add metrics to get issues by label ()
  * Add protection to disable Gitea when run as root ()
  * Don't return binary file changes in raw PR diffs by default ()
  * Support sorting for project board issuses ()
  * Force color-adjust for markdown checkboxes ()
  * Add option to copy line permalink ()
  * Move twofactor to models/login ()
  * Multiple tokens support for migrating from github ()
  * Unify issue and PR subtitles ()
  * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. ()
  * Fix problem when database id is not increment as expected ()
  * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code ()
  * Re-allow clipboard copy on non-https sites ()
  * DBContext is just a Context ()
  * Move login related structs and functions to models/login ()
  * Add SkipLocal2FA option to pam and smtp sources ()
  * Move db related basic functions to models/db ()
  * Fixes username tagging in "Reference in new issue" ()
  * Use light/dark theme based on system preference ()
  * Always emit the configuration path ()
  * Add `AbsoluteListOptions` ()
  * Use common sessioner for API and Web ()
  * Fix overflow label in small view ()
  * Report the associated filter if there is an error in LDAP ()
  * Add "new issue" btn on project ()
  * Add doctor dbconsistency check for release and attachment ()
  * Disable Fomantic's CSS tooltips ()
  * Add Cache-Control to avatar redirects ()
  * Make mirror feature more configurable ()
  * Add skip and limit to git.GetTags ()
  * Remove ParseQueueConnStr as it is unused ()
  * Remove unused Fomantic sidebar module ()
  * Allow LDAP Sources to provide Avatars ()
  * Remove Dashboard/Home button from the navbar ()
  * Use conditions but not repo ids as query condition ()
  * Add user settings key/value DB table ()
  * Add buttons to allow loading of incomplete diffs ()
  * Add information for migrate failure ()
  * Add EdDSA JWT signing algorithm ()
  * Add user status filter to admin user management page ()
  * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes ()
  * Do not use thin scrollbars on Firefox ()
  * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) ()
  * Compute proper foreground color for labels ()
  * Add edit button to wiki sidebar and footer ()
  * Fix migration svg color ()
  * Add link to vscode to repo header ()
  * Add filter by owner and team to issue/pulls search endpoint ()
  * Kanban colored boards ()
  * Allow setting X-FRAME-OPTIONS ()
  * Separate open and closed issue in metrics ()
  * Support direct comparison (git diff a..b) as well merge comparison (a…b) ()
  * Add setting to OAuth handlers to skip local 2FA authentication ()
  * Make PR merge options more intuitive ()
  * Show correct text when comparing commits on empty pull request ()
  * Pre-fill suggested New File 'name' and 'content' with Query Params ()
  * Add an abstract json layout to make it's easier to change json library ()
  * Make Mermaid.js limit configurable ()
  * Improve 2FA autofill ()
  * Add modals to Organization and Team remove/leave ()
  * Show tag name on dashboard items list ()
  * Change default cron schedules from @every 24h to @midnight ()
  * Prevent double sanitize ()
  * Replace `list.List` with slices ()
  * Add configuration option to restrict users by default ()
  * Move login out of models ()
  * Support pagination of organizations on user settings pages ()
  * Switch migration icon to svg ()
  * Add left padding for chunk header of split diff view ()
  * Allow U2F 2FA without TOTP ()
* BUGFIXES
  * GitLab reviews may not have the updated_at field set () ()
  * Fix detection of no commits when the default branch is not master () ()
  * Fix broken oauth2 authentication source edit page () ()
  * Place inline diff comment dialogs on split diff in 4th and 8th columns () ()
  * Fix restore without topic failure () ()
  * Fix commit's time () ()
  * Fix partial cloning a repo () ()
  * Stop trimming preceding and suffixing spaces from editor filenames ()
  * Prevent showing webauthn error for every time visiting `/user/settings/security` ()
  * Fix mime-type detection for HTTP server () ()
  * Stop trimming preceding and suffixing spaces from editor filenames ()
  * Restore propagation of ErrDependenciesLeft ()
  * Fix PR comments UI ()
  * Use indirect comparison when showing pull requests ()
  * Replace satori/go.uuid with gofrs/uuid ()
  * Fix commit links on compare page ()
  * Don't show double error response in git hook ()
  * Handle missing default branch better in owner/repo/branches page ()
  * Fix CheckRepoStats and reuse it during migration ()
  * Prevent underline hover on cards ()
  * Don't delete branch if other PRs with this branch are open ()
  * Require codereview to have content ()
  * Allow admin to associate missing LFS objects for repositories ()
  * When attempting to subscribe other user to issue report why access denied ()
  * Add option to convert CRLF to LF line endings for sendmail ()
  * Only create pprof files for gitea serv if explicitly asked for ()
  * Abort merge if head has been updated before pressing merge ()
  * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality ()
  * Use JSON module instead of stdlib json ()
  * Fixed issue merged/closed wording ()
  * Return nicer error for ForcePrivate ()
  * Fix overflow in commit graph ()
  * Prevent services/mailer/mailer_test.go tests from deleteing data directory ()
  * Use disable_form_autofill on Codebase and Gitbucket ()
  * Fix a panic in NotifyCreateIssueComment (caused by string truncation) ()
  * Fix markdown URL parsing ()
  * Apply CSS Variables to all message elements ()
  * Improve checkBranchName ()
  * Update chi/middleware to chi/v5/middleware ()
  * Fix position of label color picker colors ()
  * Fix ListUnadoptedRepositories incorrect total count ()
  * Remove whitespace inside rendered code `<td>` ()
  * Make Co-committed-by and co-authored-by trailers optional ()
  * Fix value of User.IsRestricted when oauth2 user registration ()
  * Use new OneDev /milestones endpoint ()
  * Prevent deadlock in TestPersistableChannelQueue ()
  * Simplify code for writing SHA to name-rev ()
  * Fix database deadlock when update issue labels ()
  * Add warning for BIDI characters in page renders and in diffs ()
  * Fix ipv6 parsing for builtin ssh server ()
  * Multiple Escaping Improvements ()
  * Fixes  - Do not trim leading spaces for tab delimited ()
  * Show client-side error if wiki page is empty ()
  * Fix context popup error ()
  * Stop sanitizing full name in API ()
  * Fix issue close/comment buttons on mobile ()
  * Fix navbar UI ()
  * Fix problem when database id is not increment as expected ()
  * Open the DingTalk link in browser ()
  * Remove heads pointing to missing old refs ()
  * Fix commit status index problem ()
  * Handle broken references in mirror sync ()
  * Fix for create repo page layout ()
  * Improve LDAP synchronization efficiency ()
  * Add repo_id for attachment ()
  * Clean-up HookPreReceive and restore functionality for pushing non-standard refs ()
  * Remove duplicate csv import in modules/csv/csv.go ()
  * Improve SMTP authentication and Fix user creation bugs  ()
  * Fixed emoji alias not parsed in links ()
  * Calculate label URL on API  ()
* TRANSLATION
  * Fix mispelling of starred as stared ()
  * Re-separate the color translation strings ()
  * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default ()
* BUILD
  * Add lockfile-check ()
  * Don't store assets modified time into generated files ()
  * Use shadowing script for docker ()
* MISC
  * Update JS dependencies ()

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-30 19:22:16 +01:00

362 lines
8.4 KiB
YAML

baseurl: https://docs.gitea.io/
languageCode: en-us
title: Docs
theme: gitea
defaultContentLanguage: en-us
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
enableEmoji: true
permalinks:
post: /:year/:month/:title/
doc: /:slug/
page: /:slug/
default: /:slug/
params:
description: Git with a cup of tea
author: The Gitea Authors
website: https://docs.gitea.io
version: 1.16.0
minGoVersion: 1.16
goVersion: 1.17
minNodeVersion: 12.17
outputs:
home:
- HTML
- RSS
- JSON
menu:
page:
- name: Website
url: https://gitea.io/en-us/
weight: 10
pre: home
- name: Docs
url: /en-us/
weight: 20
pre: question
post: active
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: Shop
url: https://shop.gitea.io/
weight: 40
pre: shopping-cart
- name: Translation
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: Downloads
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group
languages:
en-us:
weight: 0
languageName: English
zh-cn:
weight: 1
languageName: 中文(简体)
menu:
page:
- name: 网站
url: https://gitea.io/zh-cn/
weight: 10
pre: home
- name: 文档
url: /zh-cn/
weight: 20
pre: question
post: active
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: 博客
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: 导入
url: https://code.gitea.io/
weight: 40
pre: code
- name: 翻译
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: 下载
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group
zh-tw:
weight: 2
languageName: 中文(繁體)
menu:
page:
- name: 網站
url: https://gitea.io/zh-tw/
weight: 10
pre: home
- name: 文件
url: /zh-tw/
weight: 20
pre: question
post: active
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: 部落格
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: 商店
url: https://shop.gitea.io/
weight: 40
pre: shopping-cart
- name: 翻譯
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: 下載
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord 聊天室
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: 討論區
url: https://discourse.gitea.io/
weight: 80
pre: group
pt-br:
weight: 3
languageName: Português Brasileiro
menu:
page:
- name: Página inicial
url: https://gitea.io/pt-br/
weight: 10
pre: home
- name: Documentação
url: /pt-br/
weight: 20
pre: question
post: active
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: Código-fonte
url: https://code.gitea.io/
weight: 40
pre: code
- name: Translation
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: Downloads
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Chat no Discord
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group
nl-nl:
weight: 4
languageName: Nederlands
menu:
page:
- name: Website
url: https://gitea.io/nl-nl/
weight: 10
pre: home
- name: Docs
url: /nl-nl/
weight: 20
pre: question
post: active
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: Code
url: https://code.gitea.io/
weight: 40
pre: code
- name: Translation
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: Downloads
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group
fr-fr:
weight: 5
languageName: Français
menu:
page:
- name: Site
url: https://gitea.io/en-us/
weight: 10
pre: home
post: active
- name: Documentation
url: /fr-fr/
weight: 20
pre: question
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: Code
url: https://code.gitea.io/
weight: 40
pre: code
- name: Translation
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: Téléchargement
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group
de-de:
weight: 6
languageName: Deutsch
menu:
page:
- name: Webseite
url: https://gitea.io/en-us/
weight: 10
pre: home
post: active
- name: Dokumentation
url: /de-de/
weight: 20
pre: question
- name: API
url: https://try.gitea.io/api/swagger
weight: 45
pre: plug
- name: Blog
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: Code
url: https://code.gitea.io/
weight: 40
pre: code
- name: Übersetzung
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name: Downloads
url: https://dl.gitea.io/
weight: 50
pre: download
- name: GitHub
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
url: https://discourse.gitea.io/
weight: 80
pre: group