mirror of
https://github.com/php/web-doc-editor.git
synced 2026-03-24 01:02:17 +01:00
[PR #19] [CLOSED] OAuth and configuration #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/web-doc-editor/pull/19
Author: @saundefined
Created: 9/1/2020
Status: ❌ Closed
Base:
master← Head:fix-oauth📝 Commits (5)
4d22970fix(app): OAuth & confef110a6fix(app): OAuth & conf3f25703fix(app): OAuth & conf6946a40fix(app): OAuth & conffde6fc7fix(app): Configurations📊 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:
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.