Skip to content

Tags: Kanininool/gitea

Tags

v1.4.1

Toggle v1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BREAKING

  * Add "error" as reserved username (go-gitea#3882) (go-gitea#3886)
* SECURITY
  * Do not allow inactive users to access repositories using private key (go-gitea#3887) (go-gitea#3889)
  * Fix path cleanup in file editor, when initilizing new repository and LFS oids  (go-gitea#3871) (go-gitea#3873)
  * Remove unnecessary allowed safe HTML (go-gitea#3778) (go-gitea#3779)
  * Correctly check http git access rights for reverse proxy authorized users (go-gitea#3721) (go-gitea#3743)
* BUGFIXES
  * Fix to use only needed columns from tables to get repository git paths (go-gitea#3870) (go-gitea#3883)
  * Fix GPG expire time display when time is zero (go-gitea#3584) (go-gitea#3884)
  * Fix to update only issue last update time when adding a comment (go-gitea#3855) (go-gitea#3860)
  * Fix repository star count after deleting user (go-gitea#3781) (go-gitea#3783)
  * Use the active branch for the code tab (go-gitea#3720) (go-gitea#3776)
  * Set default branch name on first push (go-gitea#3715) (go-gitea#3723)
  * Show clipboard button if disable HTTP of git protocol (go-gitea#3773) (go-gitea#3774)

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BREAKING

  * Drop deprecated GOGS\_WORK\_DIR use (go-gitea#2946)
  * Fix API status code for hook creation (go-gitea#2814)
* SECURITY
  * Escape branch name in dropdown menu (go-gitea#3691) (go-gitea#3692)
  * Refactor and simplify to correctly validate redirect to URL (go-gitea#3674) (go-gitea#3676)
  * Fix escaping changed title in comments (go-gitea#3530) (go-gitea#3534)
  * Escape search query (go-gitea#3486) (go-gitea#3488)
  * Sanitize logs for mirror sync (go-gitea#3057)
* FEATURE
  * Serve .patch and .diff for pull requests (go-gitea#3305, go-gitea#3293)
  * Add repo-sync-releases admin command (go-gitea#3254)
  * Support default private when creating or migrating repository (go-gitea#3239)
  * Writable deploy keys (closes go-gitea#671) (go-gitea#3225)
  * Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (go-gitea#3188)
  * Added progressbar for issues with checkboxes (go-gitea#1146). (go-gitea#3171)
  * Mention completion for issue editor. (go-gitea#3136)
  * Add 'mark all read' option to notifications (go-gitea#3097)
  * Git LFS lock api (go-gitea#2938)
  * Add reactions to issues/PR and comments (go-gitea#2856)
  * Add dingtalk webhook  (go-gitea#2777)
  * Responsive view (go-gitea#2750)
* BUGFIXES
  * Fix wiki inter-links with spaces (go-gitea#3560) (go-gitea#3632)
  * Fix query protected branch bug (go-gitea#3563) (go-gitea#3571)
  * Fix remove team member issue (go-gitea#3566) (go-gitea#3570)
  * Fix the protected branch panic issue (go-gitea#3567) (go-gitea#3569)
  * If Mirrors repository no content is fetched, updated time should not be changed (go-gitea#3551) (go-gitea#3565)
  * Bug fix for mirrored repository releases sorted (go-gitea#3522) (go-gitea#3555)
  * Add issue closed time column to fix activity closed issues list (go-gitea#3537) (go-gitea#3540)
  * Update markbates/goth library to support OAuth2 with new dropbox API (go-gitea#3533) (go-gitea#3539)
  * Fixes missing avatars in offline mode (go-gitea#3471) (go-gitea#3477)
  * Fix synchronization bug in repo indexer (go-gitea#3455) (go-gitea#3461)
  * Fix rendering of wiki page list if wiki repo contains other files (go-gitea#3454) (go-gitea#3463)
  * Fix webhook X-GitHub-* headers casing for better compatibility (go-gitea#3429)
  * Add content type and doctype to requests made with go-get (go-gitea#3426, go-gitea#3423)
  * Fix SQL type error for webhooks (go-gitea#3424)
  * Fix PR merge error (go-gitea#3421)
  * Recognize more characters in crossreferenced repo name (go-gitea#3413)
  * Fix MSSQL bug on org (go-gitea#3405)
  * HTML escape all lines of the search result (go-gitea#3402)
  * Change local copy origin url after repository rename (go-gitea#3399)
  * Force-push to base repo's ref/pull/#/head (go-gitea#3393)
  * Fix bug when a user delete but assigned on issue (go-gitea#3318)
  * Use issue number/index instead of id for API URL. Fix go-gitea#3297 (go-gitea#3298)
  * Fix repo-transfer-and-team-repo-count bug (go-gitea#3241)
  * Fix always-on SSL Mode checkbox in admin page (go-gitea#3208)
  * Fix source download link when no code unit allowed (go-gitea#3166)
  * Fix org owner cannot be removed if he is not in owner team (go-gitea#3164)
  * Fix run web with -p push failed (go-gitea#3154)
  * Fix gpg tmpl (go-gitea#3153)
  * Fix SSH auth lfs locks (go-gitea#3152)
  * Improvements for supporting UI Location (go-gitea#3146)
  * Fix new pull request link (go-gitea#3133)
  * Fix missing branch in release bug (go-gitea#3108)
  * Allow adding collaborators with (fullname) (go-gitea#3103)
  * Fix repo links (go-gitea#3093)
  * fix lfs url refs + keep path upper/lowercase in db. (go-gitea#3092)
  * Fix redis session failed (go-gitea#3086)
  * Fix bugs in issue dashboard stats (go-gitea#3073)
  * Fix avatar URLs (go-gitea#3069)
  * Fix ref parsing in commit messages (go-gitea#3067)
  * Fix issue list branch link broken (go-gitea#3061)
  * sendmail: correct option to set envelope-sender (go-gitea#3044)
  * Fix missing password length check when change password (go-gitea#3039)
  * Fix git lfs path (go-gitea#3016)
  * Fix API-Endpoint release (go-gitea#3005) (go-gitea#3012)
  * Set OpenID support on by default when installing new instance (go-gitea#3010)
  * Various wiki bug fixes (go-gitea#2996)
  * Fix go-get, src and raw urls to new scheme (go-gitea#2978)
  * Fix error when add user has full name to team (go-gitea#2973)
  * Fix memcache support when value is returned as string always (go-gitea#2924)
* ENHANCEMENT
  * Use GiteaServer as the user agent for http requests (go-gitea#3404)
  * Delete indexer DB entries when (re)creating index (go-gitea#3385)
  * Change how merged PR commit info are prepared (go-gitea#3368)
  * Asynchronously populate the repo indexer (go-gitea#3366)
  * Make the default action for the gitea executable that of running the webserver (go-gitea#3331)
  * Templates for extra links in top navbar and repo tool tabs. (go-gitea#3308)
  * Fixed asterisk based tasklist items go-gitea#3295 (go-gitea#3296)
  * Add more additional template snippets (go-gitea#3286)
  * Open external tracker in blank window, consistently with wiki (go-gitea#3227)
  * Fix repo links on user profile (go-gitea#3197)
  * Enable emoji for wiki view (go-gitea#3158)
  * Small improve on deleting attachements (go-gitea#3145)
  * Reduce overhead of upgrades for users with custom stylesheets/JS (go-gitea#3051)
  * Default log level to Info without hardcoding it in installer (go-gitea#3041)
  * Memory usage improvements (go-gitea#3013)
  * Add fingerprint to ssh key endpoints. (go-gitea#3009)
  * Improve memory usage when reaching diff limits (go-gitea#2990)
  * Expandable commit bodies (go-gitea#2980)
  * Update gitgraph.js to fix blurry commit graph on HiDPI screens (go-gitea#2957)
  * Fix language names (go-gitea#2955)
  * Remove render issue link (go-gitea#2954)
  * Page parameter for repo search API (go-gitea#2915)
  * Apply LANDING\_PAGE config options for logged in users (go-gitea#2894)
  * Enable admin to search by email (go-gitea#2888)
  * Hide add key button if SSH is disabled (go-gitea#2873)
  * Fix comment API paths (go-gitea#2813)
  * Add an option to allow redirect of http port 80 to https. (go-gitea#1928)
* MISC
  * Fix organization profile on mobile devices (go-gitea#3332)
  * Fix guide link for webhooks in repository settings (go-gitea#3291) (go-gitea#3292)
  * Enable Libravatar by default in new installations (go-gitea#3287)
  * Improve suppressed diff boxes (go-gitea#3193)
  * fix button heights on commits page (go-gitea#3091)
  * Minor copy changes (go-gitea#3074)
  * Sort repos in issues dashboard sidebar (go-gitea#3072)
  * Remove box-shadow from UI, fix dashboard issue (go-gitea#3065)
  * Adjust branch button size (go-gitea#3063)
  * Fix misalignment issue in repo header (go-gitea#3062)
  * Delete a user's public key via admin api (closes go-gitea#3014) (go-gitea#3059)
  * Dashboard: Fix line height problem in issue titles (go-gitea#3054)
  * Remove duplicate "Max Diff Lines" from config view (go-gitea#2987)
  * Drop unmaintained gogs migration script (go-gitea#2947)
  * App restarts to quickly if it fails to start. (go-gitea#2945)
  * Add owner to delete repo message (go-gitea#2886)

v1.4.0-rc3

Toggle v1.4.0-rc3's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* SECURITY

  * Refactor and simplify to correctly validate redirect to URL (go-gitea#3674) (go-gitea#3676)
* BUGFIXES
  * Update markbates/goth library to fix OAuth2 support (go-gitea#3661) (go-gitea#3663)
  * Fix column removal in MSSQL (go-gitea#3638) (go-gitea#3640)
  * Fix wiki inter-links with spaces (go-gitea#3560) (go-gitea#3632)

v1.4.0-rc2

Toggle v1.4.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* SECURITY

  * Fix escaping changed title in comments (go-gitea#3530) (go-gitea#3534)
  * Escape search query (go-gitea#3486) (go-gitea#3488)
* BUGFIXES
  * Fix query protected branch bug (go-gitea#3563) (go-gitea#3571)
  * Fix remove team member issue (go-gitea#3566) (go-gitea#3570)
  * Fix the protected branch panic issue (go-gitea#3567) (go-gitea#3569)
  * If Mirrors repository no content is fetched, updated time should not be changed (go-gitea#3551) (go-gitea#3565)
  * Bug fix for mirrored repository releases sorted (go-gitea#3522) (go-gitea#3555)
  * Add issue closed time column to fix activity closed issues list (go-gitea#3537) (go-gitea#3540)
  * Update markbates/goth library to support OAuth2 with new dropbox API (go-gitea#3533) (go-gitea#3539)
  * Fixes missing avatars in offline mode (go-gitea#3471) (go-gitea#3477)
  * Fix synchronization bug in repo indexer (go-gitea#3455) (go-gitea#3461)
  * Fix rendering of wiki page list if wiki repo contains other files (go-gitea#3454) (go-gitea#3463)

v1.3.3

Toggle v1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* SECURITY

  * Fix escaping changed title in comments (go-gitea#3530) (go-gitea#3535)
  * Escape search query display (go-gitea#3486) (go-gitea#3489)
* BUGFIXES
  * Fix repo-transfer-and-team-repo-count bug (go-gitea#3241) (go-gitea#3244)
  * Open external tracker in blank window, consistently with wiki (go-gitea#3227) (go-gitea#3228)
  * Change SSL Mode from checkbox to string in admin page (go-gitea#3208) (go-gitea#3211)

v1.4.0-rc1

Toggle v1.4.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BREAKING

  * Drop deprecated GOGS\_WORK\_DIR use (go-gitea#2946)
  * Fix API status code for hook creation (go-gitea#2814)
* SECURITY
  * Sanitize logs for mirror sync (go-gitea#3057)
* FEATURE
  * Serve .patch and .diff for pull requests (go-gitea#3305, go-gitea#3293)
  * Add repo-sync-releases admin command (go-gitea#3254)
  * Support default private when creating or migrating repository (go-gitea#3239)
  * Writable deploy keys (closes go-gitea#671) (go-gitea#3225)
  * Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (go-gitea#3188)
  * Added progressbar for issues with checkboxes (go-gitea#1146). (go-gitea#3171)
  * Mention completion for issue editor. (go-gitea#3136)
  * Add 'mark all read' option to notifications (go-gitea#3097)
  * Git LFS lock api (go-gitea#2938)
  * Add reactions to issues/PR and comments (go-gitea#2856)
  * Add dingtalk webhook  (go-gitea#2777)
  * Responsive view (go-gitea#2750)
* BUGFIXES
  * Fix webhook X-GitHub-* headers casing for better compatibility (go-gitea#3429)
  * Add content type and doctype to requests made with go-get (go-gitea#3426, go-gitea#3423)
  * Fix SQL type error for webhooks (go-gitea#3424)
  * Fix PR merge error (go-gitea#3421)
  * Recognize more characters in crossreferenced repo name (go-gitea#3413)
  * Fix MSSQL bug on org (go-gitea#3405)
  * HTML escape all lines of the search result (go-gitea#3402)
  * Change local copy origin url after repository rename (go-gitea#3399)
  * Force-push to base repo's ref/pull/#/head (go-gitea#3393)
  * Fix bug when a user delete but assigned on issue (go-gitea#3318)
  * Use issue number/index instead of id for API URL. Fix go-gitea#3297 (go-gitea#3298)
  * Fix repo-transfer-and-team-repo-count bug (go-gitea#3241)
  * Fix always-on SSL Mode checkbox in admin page (go-gitea#3208)
  * Fix source download link when no code unit allowed (go-gitea#3166)
  * Fix org owner cannot be removed if he is not in owner team (go-gitea#3164)
  * Fix run web with -p push failed (go-gitea#3154)
  * Fix gpg tmpl (go-gitea#3153)
  * Fix SSH auth lfs locks (go-gitea#3152)
  * Improvements for supporting UI Location (go-gitea#3146)
  * Fix new pull request link (go-gitea#3133)
  * Fix missing branch in release bug (go-gitea#3108)
  * Allow adding collaborators with (fullname) (go-gitea#3103)
  * Fix repo links (go-gitea#3093)
  * fix lfs url refs + keep path upper/lowercase in db. (go-gitea#3092)
  * Fix redis session failed (go-gitea#3086)
  * Fix bugs in issue dashboard stats (go-gitea#3073)
  * Fix avatar URLs (go-gitea#3069)
  * Fix ref parsing in commit messages (go-gitea#3067)
  * Fix issue list branch link broken (go-gitea#3061)
  * sendmail: correct option to set envelope-sender (go-gitea#3044)
  * Fix missing password length check when change password (go-gitea#3039)
  * Fix git lfs path (go-gitea#3016)
  * Fix API-Endpoint release (go-gitea#3005) (go-gitea#3012)
  * Set OpenID support on by default when installing new instance (go-gitea#3010)
  * Various wiki bug fixes (go-gitea#2996)
  * Fix go-get, src and raw urls to new scheme (go-gitea#2978)
  * Fix error when add user has full name to team (go-gitea#2973)
  * Fix memcache support when value is returned as string always (go-gitea#2924)
* ENHANCEMENT
  * Use GiteaServer as the user agent for http requests (go-gitea#3404)
  * Delete indexer DB entries when (re)creating index (go-gitea#3385)
  * Change how merged PR commit info are prepared (go-gitea#3368)
  * Asynchronously populate the repo indexer (go-gitea#3366)
  * Make the default action for the gitea executable that of running the webserver (go-gitea#3331)
  * Templates for extra links in top navbar and repo tool tabs. (go-gitea#3308)
  * Fixed asterisk based tasklist items go-gitea#3295 (go-gitea#3296)
  * Add more additional template snippets (go-gitea#3286)
  * Open external tracker in blank window, consistently with wiki (go-gitea#3227)
  * Fix repo links on user profile (go-gitea#3197)
  * Enable emoji for wiki view (go-gitea#3158)
  * Small improve on deleting attachements (go-gitea#3145)
  * Reduce overhead of upgrades for users with custom stylesheets/JS (go-gitea#3051)
  * Default log level to Info without hardcoding it in installer (go-gitea#3041)
  * Memory usage improvements (go-gitea#3013)
  * Add fingerprint to ssh key endpoints. (go-gitea#3009)
  * Improve memory usage when reaching diff limits (go-gitea#2990)
  * Expandable commit bodies (go-gitea#2980)
  * Update gitgraph.js to fix blurry commit graph on HiDPI screens (go-gitea#2957)
  * Fix language names (go-gitea#2955)
  * Remove render issue link (go-gitea#2954)
  * Page parameter for repo search API (go-gitea#2915)
  * Apply LANDING\_PAGE config options for logged in users (go-gitea#2894)
  * Enable admin to search by email (go-gitea#2888)
  * Hide add key button if SSH is disabled (go-gitea#2873)
  * Fix comment API paths (go-gitea#2813)
  * Add an option to allow redirect of http port 80 to https. (go-gitea#1928)
* MISC
  * Fix organization profile on mobile devices (go-gitea#3332)
  * Fix guide link for webhooks in repository settings (go-gitea#3291) (go-gitea#3292)
  * Enable Libravatar by default in new installations (go-gitea#3287)
  * Improve suppressed diff boxes (go-gitea#3193)
  * fix button heights on commits page (go-gitea#3091)
  * Minor copy changes (go-gitea#3074)
  * Sort repos in issues dashboard sidebar (go-gitea#3072)
  * Remove box-shadow from UI, fix dashboard issue (go-gitea#3065)
  * Adjust branch button size (go-gitea#3063)
  * Fix misalignment issue in repo header (go-gitea#3062)
  * Delete a user's public key via admin api (closes go-gitea#3014) (go-gitea#3059)
  * Dashboard: Fix line height problem in issue titles (go-gitea#3054)
  * Remove duplicate "Max Diff Lines" from config view (go-gitea#2987)
  * Drop unmaintained gogs migration script (go-gitea#2947)
  * App restarts to quickly if it fails to start. (go-gitea#2945)
  * Add owner to delete repo message (go-gitea#2886)

v1.3.2

Toggle v1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BUGFIXES

  * Fix run web with -p push failed (go-gitea#3154) (go-gitea#3179)
  * Fix source download link when no code unit allowed (go-gitea#3166) (go-gitea#3169)
  * Allow adding collaborators with (fullname) (go-gitea#3103) (go-gitea#3168)
  * Fix repo links (go-gitea#3093) (go-gitea#3163)
  * Fix Uninitialized variable in ParsePatch (go-gitea#3156) (go-gitea#3162)
  * Fix migration order v1.3 (go-gitea#3157)
  * Fix avatar URLs (go-gitea#3069) (go-gitea#3143)

v1.3.1

Toggle v1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* BUGFIXES

  * Sanitize logs for mirror sync (go-gitea#3057, go-gitea#3082) (go-gitea#3078)
  * Fix missing branch in release bug (go-gitea#3108) (go-gitea#3117)
  * Fix repo indexer and submodule bug (go-gitea#3107) (go-gitea#3110)
  * Fix legacy URL redirects (go-gitea#3100) (go-gitea#3106)
  * Fix redis session failed (go-gitea#3086) (go-gitea#3089)
  * Fix issue list branch link broken (go-gitea#3061) (go-gitea#3070)
  * Fix missing password length check when change password (go-gitea#3039) (go-gitea#3071)

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BREAKING

  * Make URL scheme unambiguous (go-gitea#2408)
* FEATURE
  * Add branch overiew page (go-gitea#2108)
  * Code/repo search (go-gitea#2582)
  * Add Activity page to repository (go-gitea#2674)
  * Issue Timetracking (go-gitea#2211)
  * Add orgmode document type on file view and readme (go-gitea#2525)
  * Add external markup render support (go-gitea#2570)
  * Implementation of discord webhook (go-gitea#2402)
  * Webhooks for repo creation/deletion (go-gitea#1663)
  * Complete push webhooks (go-gitea#2530)
  * Add possibility to record branch information in an issue (go-gitea#780)
  * Create new branch from branch selection dropdown (go-gitea#2130)
  * Implementation of all repositories of a user from user->settings (go-gitea#1740)
  * Add LFS object verification step after upload (go-gitea#2868)
  * Configurable SSH cipher suite (go-gitea#913)
  * Disable custom Git Hooks globally via configuration file (go-gitea#2450)
  * Sync releases table with tags on push and for mirrors (go-gitea#2459)
* BUGFIXES
  * Fix label comments for French locale (go-gitea#3017)
  * Remove duplicate "Max Diff Lines" from config view (go-gitea#3001)
  * Fix over-escaped characters (go-gitea#2992)
  * Fix go-get, src and raw urls to new scheme (go-gitea#2986)
  * Fix error when add user has full name to team (go-gitea#2975)
  * Fix files/commits of merged PRs (go-gitea#2970)
  * Update golang x/crypto dependencies - Fix SSH transport fail (go-gitea#2951)
  * Fix memcache support when value is returned as string always (go-gitea#2950)
  * Fix issue link rendering in commit messages (go-gitea#2897)
  * Fix adding a new authentication source after selecting OAuth (go-gitea#2889)
  * Fix new branch creation to new url scheme (go-gitea#2884)
  * Allow spaces in username for LDAP users (go-gitea#2880)
  * Fix LFS not returning correct content length when requesting a range … (go-gitea#2864)
  * Fix fork repository cycle to self (go-gitea#2860)
  * Fix click create pull request button 404 (go-gitea#2859)
  * Fix API raw file content access for default branch (go-gitea#2849)
  * Clean repository ROOT directory name with filepath.Clean (go-gitea#2846)
  * Fix API raw requests for commits and tags (go-gitea#2841)
  * Fix order of comments (go-gitea#2835)
  * Issue content should not be updated when closing with comment (go-gitea#2833)
  * Fix ordering in app.ini and fix run mode option (go-gitea#2829)
  * Fix redirect url of legacy commits route (go-gitea#2825)
  * Fix commits page url (go-gitea#2823)
  * Fix wrong translations (go-gitea#2818)
  * Fix dropdown menu position when explore repos (go-gitea#2808)
  * Fix Git LFS object/repo link storage in database and small refactoring (go-gitea#2803)
  * Use relative URLs for avatars on the dashboard (go-gitea#2800)
  * Add checks for commits with missing author and time (go-gitea#2771)
  * Fix emojify image URL (go-gitea#2769)
  * Hide unactive on explore users and some refactors (go-gitea#2741)
  * Fix IE unsupported javascript construction in branch dropdown (go-gitea#2736)
  * Only update mirror last update after successful sync (go-gitea#2730)
  * Fix semantic-ui style conflict with v-cloak (go-gitea#2722)
  * Fixing wrong translation on sort type oldest/latest (go-gitea#2720)
  * Fix PR, milestone and label functionality if issue unit is disabled (go-gitea#2710)
  * Fix plain readme didn't render correctly on repo home page (go-gitea#2705)
  * Fix organization removal from watch table migration (go-gitea#2703)
  * Fix repository search function (go-gitea#2689)
  * fix panic on gogs webhook creation (go-gitea#2675)
  * Fix orgnization user watch repository (go-gitea#2670)
  * GPG key email verification no longer case sensitive (go-gitea#2661) (go-gitea#2663)
  * Fix index column deletion (go-gitea#2651)
  * table `pull_request` wasn't updated correctly (go-gitea#2649)
  * Fix go get response if only app URL is custom in configuration (go-gitea#2634)
  * Fix doubled issue tab introduced in migration v16 (go-gitea#2611)
  * Rewrite migrations to not depend on future code changes (go-gitea#2604)
  * Fix implementation of repo Home func (go-gitea#2601)
  * Fix translation upload to crowdin (go-gitea#2599)
  * Reduce usage of allcols on update (go-gitea#2596)
  * fix go get subpackage bug (go-gitea#2584)
  * Fix broken migration to add can_push field back to table (go-gitea#2574)
  * fix readme view bug (go-gitea#2566)
  * Fix sending mail with a non-latin display name. go-gitea#2102 (go-gitea#2559)
  * Restricting access to fork functioanlity to users with Code access (go-gitea#2534)
  * fix updated update on public key (go-gitea#2514)
  * Added bucket name to s3 drone plugin (go-gitea#2505)
  * fixes 500 error on dashboard when using MSSQL (go-gitea#2504)
  * fix wrong rendering of commit detail page (go-gitea#2503)
  * Hotfix: Add time manually adds time in nanoseconds (go-gitea#2499)
  * Remove repository mirrors from "collaborative" list (go-gitea#2497)
  * fix release failed since the wrong token name (go-gitea#2496)
  * Fix slice out of bounds error in mailer (go-gitea#2479)
  * Fix go-gitea#2470 (go-gitea#2477)
  * fix orgnization webhooks (go-gitea#2422)
  * fix webhook test (go-gitea#2415)
  * fix missing orgnization discord webhook (go-gitea#2414)
  * Fix route handler order (go-gitea#2409)
  * Prevent sending emails and notifications to inactive users (go-gitea#2384)
  * Move themes to plugin directory. Fixes go-gitea#2372 (go-gitea#2375)
  * fix duplicated feed (go-gitea#2370)
  * Fix missing collabrative repos (go-gitea#2367)
  * Only check at least one email gpg key (go-gitea#2266)
  * don't check minimum key size when disabled (go-gitea#1754)
  * Fix run command race (go-gitea#1470)
  * fix .netrc authentication (go-gitea#2700)
  * Fix so that user can still fork his own repository to his organizations (go-gitea#2699)
  * Fix can_push value to false in protected_branch (go-gitea#2560)
  * Fix copy in email templates (go-gitea#2801)
  * Fix inconsistencies in user settings UI (go-gitea#2901)
  * Fix attachments icon size on zoom in/out (go-gitea#2853)
  * Fix ignored errors in API route (go-gitea#2850)
  * Fix activity css conflit with semantic ui (go-gitea#2758)
  * Fix notifications tabs according to semantic-ui docs (go-gitea#2733)
  * Fix typos in app.ini (go-gitea#2732)
  * Fix duplicated rel attribute (go-gitea#2549)
  * Fix tests code to prevent some runtime errors (go-gitea#2381)
* ENHANCEMENT
  * Memory usage improvements and lower minimal git requirement to 1.7.2 (go-gitea#3013) (go-gitea#3028)
  * Set OpenID support on by default when installing new instance (go-gitea#3010) (go-gitea#3027)
  * Use api.TrackedTime in API (go-gitea#2807)
  * Configurable SSH key exchange algorithm and MAC suite (go-gitea#2806)
  * Add Safari pinned tab icon (go-gitea#2799)
  * Improve force push detect when push (go-gitea#2798)
  * Add wrapping to long diff lines (go-gitea#2789)
  * Link members and repositories count to each page on org home. (go-gitea#2787)
  * Show Sendmail settings on admin config page (go-gitea#2782)
  * Add commit count caching (go-gitea#2774)
  * Use identicon image for default gravatar. (go-gitea#2767)
  * Add default ssh ciphers (go-gitea#2761)
  * Remove manual of unsupported option (go-gitea#2757)
  * Add search mode option to /api/repo/search (go-gitea#2756)
  * Move swagger-ui under /api/v1 (go-gitea#2746)
  * Add support for extra sendmail arguments (go-gitea#2731)
  * Use buffersize to reduce database connection when iterate (go-gitea#2724)
  * Render plain text README.txt monospaced (go-gitea#2721)
  * Integration test for activity page (go-gitea#2704)
  * Merge password and 2fa page on user settings (go-gitea#2695)
  * Allow custom SSH user in UI for built-in SSH server (go-gitea#2617) (go-gitea#2678)
  * Refactor duplicated code in repo handlers (go-gitea#2657)
  * Replace deprecated Id method with ID (go-gitea#2655)
  * Remove redudant functions and code (go-gitea#2652)
  * hide navbar when only 1 sign-in method is available (go-gitea#2444) (go-gitea#2648)
  * Change default sort order (go-gitea#2647)
  * Change pull description text (go-gitea#2075) (go-gitea#2646)
  * Remove direct user adding to organization members (go-gitea#2641)
  * Use session when creating user (go-gitea#2638)
  * Use Semantic UI's Search component for user and repo search (go-gitea#2636)
  * Use AfterLoad instead of AfterSet on Structs (go-gitea#2628)
  * Remove redudant CheckUnit calls in router (go-gitea#2627)
  * Remove repo unit index (go-gitea#2621)
  * Remove redudant issue LoadAttributes() calls (go-gitea#2614)
  * Make indexer code more reusable (go-gitea#2590)
  * Use custom type and constants to hold available order by options (go-gitea#2572)
  * Use named ActionType constants in template helper (go-gitea#2545)
  * Make basic functionality work without JavaScript (go-gitea#2541)
  * Ctrl + Enter to submit forms (go-gitea#2540)
  * Automatically regenerate indexer for incompatible versions (go-gitea#2524)
  * Set default lfs content path to data/lfs (go-gitea#2521)
  * Convert spaces to tabs in footer.tmpl (go-gitea#2520)
  * Sort repository tree entries in natural way (go-gitea#2506)
  * Open external wiki in new window (go-gitea#2489)
  * Use created & updated instead BeforeInsert & BeforeUpdate (go-gitea#2482)
  * Hide branch on pull request view or create UI (go-gitea#2454)
  * improve protected branch to add whitelist support (go-gitea#2451)
  * some refactors for issue and comments (go-gitea#2419)
  * Restructure markup & markdown to prepare for multiple markup language… (go-gitea#2411)
  * Improve issue search (go-gitea#2387)
  * Add UseCompatSSHURI setting (go-gitea#2356)
  * Use custom search for each filter type in dashboard (go-gitea#2343)
  * Failed authentication are now properly logged (go-gitea#2334)
  * Add environment variable support for Docker image (go-gitea#2201)
  * Set session and indexers' data files rel to AppDataPath (go-gitea#2192)
  * Display commit status on landing page of repo (go-gitea#1784)
* TESTING
  * Add integration test for logging out (go-gitea#2892)
  * Integration test for user deleting account (go-gitea#2891)
  * Use different directories for session files in integration tests (go-gitea#2834)
  * Add deleted_branch table fixture (go-gitea#2832)
  * Include HTTP method in test error message (go-gitea#2815)
  * Add repository search unit and integration tests (go-gitea#2575)
  * Expand fixtures (go-gitea#2571)
  * Fix /api/repo/search integration tests (go-gitea#2550)
  * Make integration tests more user-friendly (go-gitea#2536)
  * Fix unit test race condition (go-gitea#2516)
  * Add missing fixture to clean gpg_key table (go-gitea#2494)
  * Hotfix for integration testing (go-gitea#2473)
  * Make repo private to not interfere with other tests (go-gitea#2467)
  * Error message for integration test (go-gitea#2410)
  * Fix "index out of range" runtime error in repo_list tests (go-gitea#2376)
  * Add git clone test on integration test (go-gitea#1682)
* TRANSLATION
  * Fix localization texts that contain semicolon (go-gitea#2900)
  * Fix activity locale (go-gitea#2709)
  * Update translation from crowdin (go-gitea#2368)
* BUILD
  * change the email and name to GitBot account. (go-gitea#2848)
  * Fix removing backslash before quotes in translations (go-gitea#2831)
  * add gitea remote in drone. (go-gitea#2817)
  * add remote name for git push. (go-gitea#2816)
  * Launch Gitea with custom UID/GID for 'git' user (fixes go-gitea#2286) (go-gitea#2791)
  * Download and pushing translations (go-gitea#2727)
  * Automatic update of translations (go-gitea#2585)
  * Add pre-build step for nodejs stuff (go-gitea#2581)
  * Compress css with nodejs (go-gitea#2580)
  * Remove go version check for make fmt (go-gitea#2558)
  * Fix lint errors (go-gitea#2547)
  * Always run fmt check in CI (go-gitea#2546)
  * Fix fmt errors (go-gitea#2544)
  * add codecov.io service. (go-gitea#2493)
  * Fix some tests : make coverage -> test (go-gitea#2492)
  * Fix fmt error in mailer (go-gitea#2490)
  * Allow changing integration test database connection using env variables (go-gitea#2484)
  * Add changelog config file for generate changelog (go-gitea#2461)
  * Changes for latest DroneCI (go-gitea#2362)
  * Use standard lessc and minify CSS using Node.js (go-gitea#2337)
* DOCS
  * Update screenshots on README (go-gitea#2910)
  * Gogs -> Gitea (go-gitea#2909)
  * Update swagger documentation (go-gitea#2899)
  * Fix typo (go-gitea#2810)
  * Fix Polish language name spelling (go-gitea#2766)
  * Fix Various Grammar Issues and Adjust Unnatural Wording (go-gitea#2737)
  * Add maintainer label for docker file (go-gitea#2658)
  * Link to gitea-specific Vagrant example (go-gitea#2624)
  * add release notes of v1.1.4 (go-gitea#2463)
  * Wrap most paragraphs to 80 columns (go-gitea#2396)
  * Update CONTRIBUTING following go-gitea#2329  discussion (go-gitea#2394)
  * Update hard-coded version to 1.3.0+dev (go-gitea#2390)
  * Clarify Translation Process. Also fix branch names (go-gitea#2378)
  * Admin grammar fixes and improvements (go-gitea#2056)
* MISC
  * Sync MaxGitDiffLineCharacters with conf/app.ini (go-gitea#2779)
  * Dockerfile: Updated alpine image to 3.6. (go-gitea#2486)
  * Basic VSCode configuration for building and debugging (go-gitea#2483)
  * Added vendor dir for js/css libs; Documented sources (go-gitea#1484) (go-gitea#2241)

v1.3.0-rc2

Toggle v1.3.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
lafriks Lauris BH
* BUGFIXES

  * Fix memcache support when value is returned as string always (go-gitea#2950)
  * Update golang x/crypto dependencies - Fix SSH transport fail (go-gitea#2951)
  * Fix files/commits of merged PRs (go-gitea#2970)
  * Fix error when add user has full name to team (go-gitea#2975)
  * Fix go-get, src and raw urls to new scheme (go-gitea#2986)
  * Fix over-escaped characters (go-gitea#2992)