From 3ded490af8da7d5a120aadd72858bceca2b28867 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 11:44:15 +0200 Subject: [PATCH 1/2] [CHANGELOG] Drop redundant OpenID items OpenID-2.0 login is a new feature, there's no point in mentioning every single change included in that feature. --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecfede1d650d..8aec293c2e909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,6 @@ * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) * Fix FCGI (over TCP) support (#1368) * Status-API (#1332) - * Show user OpenID URIs in their profile (#1314) * Add change-password admin command (#1304) * feat: Only use issue and wiki on repo. (#1297) * Rework SSH key management UI to add GPG (#1293) @@ -90,7 +89,6 @@ * Fix compiling without sqlite and gcc (#2177) * Make compare button URL aware if current repo is a fork (#2162) (#2163) * Remove unit types commits and settings (#2161) - * Fix OpenID registration route (#2160) * Fix repository settings collobration list display (#2151) * Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) * Fix SHA1 hash linking (#2143) @@ -251,7 +249,6 @@ * Fix variable name typo (#2327) * Make use of Vue more universal (#2318) * Remove (almost) server side data rendering from repo-search component (#2317) - * Add OpenID configuration in install page (#2276) * More tweaks to repo top panel (#2267) * File path tweaks in UI (#2264) * Make SHOW_USER_EMAIL also apply to profiles (#2258) @@ -348,10 +345,6 @@ * Delete the useless code (#1335) * Run "make fmt" with go-1.6 (#1333) * LFS: Return 404 for unimplemented endpoints (#1330) - * Improve style of user OpenID setting page (#1324) - * Use font-awesome OpenID icon more (#1320) - * Use readonly input form to show the validated OpenID URI (#1308) - * Add captcha support to OpenID based signup (#1307) * Refactor admin/auth/new.tmpl (#1277) * Refactor repo/issue/view_content.tmpl (#1276) * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) @@ -467,7 +460,6 @@ * Changed text when password reset disabled. (#1364) * Removed email copyright year (#1348) * Specify that time interval units are seconds (#1311) - * Gitea OpenID-2.0 login has been tested with livejournal.com too (#1306) * Make wording of commit search more clear (#1291) * Add notice that LFS mirroring is not supported (#1251) * Fix typos in models/ and modules/ (#1248) From 205e78d6e9c823ac10cb4df85afd7e6339135c31 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 11:53:01 +0200 Subject: [PATCH 2/2] Another two useless entries about OPENID --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aec293c2e909..3e4220be5faf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,6 @@ * LDAP user synchronization (#1478) * Support for custom html meta (#1423) * [Notifications Step 6] Per issue/PR watch/unwatch (#1410) - * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) * Fix FCGI (over TCP) support (#1368) * Status-API (#1332) * Add change-password admin command (#1304) @@ -317,7 +316,6 @@ * Sort on repo size in admin panel (#1654) * Improve dashboard repo search (#1652) * Update xorm to latest version (#1651) - * Make openid support default false for compitable with v1.1 (#1650) * Send mails as HTML as default. Setting for send as plain text. (#1648) * fix potential lock when sqlite (#1647) * Optimize png images via Google zopflipng [ci skip] (#1639)