[PR #19] [CLOSED] OAuth and configuration #26

Open
opened 2026-01-24 11:41:17 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/web-doc-editor/pull/19
Author: @saundefined
Created: 9/1/2020
Status: Closed

Base: masterHead: fix-oauth


📝 Commits (5)

📊 Changes

5 files changed (+109 additions, -91 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 index.php (+24 -13)
php/conf/conf.ini (+0 -18)
php/conf/conf.ini.example (+42 -0)
📝 php/oauth.php (+42 -59)

📄 Description

Fixed OAuth authorization:

  • Facebook
  • GitHub
  • Linkedin
  • StackOverflow
  • Instagram
  • Twitter
  • Google

Conf files added to gitignore and replaced with an example to make it easier to switch between environments and pull updates. If admins (and lang-admins) need to be managed through git, maybe put it in a separate file, and leave the database and social networks in the configuration


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/web-doc-editor/pull/19 **Author:** [@saundefined](https://github.com/saundefined) **Created:** 9/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-oauth` --- ### 📝 Commits (5) - [`4d22970`](https://github.com/php/web-doc-editor/commit/4d229705edf2d59498d784d25299f9e9a6e5abc7) fix(app): OAuth & conf - [`ef110a6`](https://github.com/php/web-doc-editor/commit/ef110a6efd35958f9cb75acfb76c57fee6771d2e) fix(app): OAuth & conf - [`3f25703`](https://github.com/php/web-doc-editor/commit/3f25703948281ce206d669b0be0eb582fb4cdcca) fix(app): OAuth & conf - [`6946a40`](https://github.com/php/web-doc-editor/commit/6946a40444733a249a8c0470ba1604983a5b3a6c) fix(app): OAuth & conf - [`fde6fc7`](https://github.com/php/web-doc-editor/commit/fde6fc7fa9f80b4a8e8d9a795ab7f87fd56de1da) fix(app): Configurations ### 📊 Changes **5 files changed** (+109 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `index.php` (+24 -13) ➖ `php/conf/conf.ini` (+0 -18) ➕ `php/conf/conf.ini.example` (+42 -0) 📝 `php/oauth.php` (+42 -59) </details> ### 📄 Description Fixed OAuth authorization: - Facebook - GitHub - Linkedin - StackOverflow - Instagram - Twitter - Google Conf files added to gitignore and replaced with an example to make it easier to switch between environments and pull updates. If admins (and lang-admins) need to be managed through git, maybe put it in a separate file, and leave the database and social networks in the configuration --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:41:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/web-doc-editor#26