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>
This commit is contained in:
zeripath 2022-01-30 18:22:16 +00:00 committed by GitHub
parent e5ec7a086f
commit f9b27d2d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

@ -4,13 +4,15 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
## [1.16.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.16.0-rc1) - 2022-01-19
## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30
* BREAKING
* Remove golang vendored directory (#18277)
* Paginate releases page & set default page size to 10 (#16857)
* Only allow webhook to send requests to allowed hosts (#17482)
* SECURITY
* Disable content sniffing on `PlainTextBytes` (#18359) (#18365)
* Only view milestones from current repo (#18414) (#18417)
* Sanitize user-input on file name (#17666)
* Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605)
* FEATURES
@ -228,6 +230,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Add left padding for chunk header of split diff view (#13397)
* Allow U2F 2FA without TOTP (#11573)
* BUGFIXES
* GitLab reviews may not have the updated_at field set (#18450) (#18461)
* Fix detection of no commits when the default branch is not master (#18422) (#18423)
* Fix broken oauth2 authentication source edit page (#18412) (#18419)
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404)
* Fix restore without topic failure (#18387) (#18400)
* Fix commit's time (#18375) (#18392)
* Fix partial cloning a repo (#18373) (#18377)
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)
* Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386)
* Fix mime-type detection for HTTP server (#18370) (#18371)
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)
* Restore propagation of ErrDependenciesLeft (#18325)
* Fix PR comments UI (#18323)
@ -299,6 +311,19 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* MISC
* Update JS dependencies (#17611)
## [1.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29
* SECURITY
* Only view milestones from current repo (#18414) (#18418)
* BUGFIXES
* Fix broken when no commits and default branch is not master (#18422) (#18424)
* Fix commit's time (#18375) (#18409)
* Fix restore without topic failure (#18387) (#18401)
* Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
* Update to go/text 0.3.7 (#18336)
* MISC
* Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
* BUGFIXES

View file

@ -18,7 +18,7 @@ params:
description: Git with a cup of tea
author: The Gitea Authors
website: https://docs.gitea.io
version: 1.15.10
version: 1.16.0
minGoVersion: 1.16
goVersion: 1.17
minNodeVersion: 12.17