cweiske / phorkie

Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
https://cweiske.de/phorkie.htm
GNU Affero General Public License v3.0
216 stars 23 forks source link

Google Authentication #3

Closed jnovack closed 12 years ago

jnovack commented 12 years ago

BASE: This is based off of my previously (acceptance pending) changes.

NOTABLE CHANGES: index.php -> new.php. Templates renamed, .htaccess renamed. This was to make listing phorkies as the primary user function so we can protect adds/edits/deletes separately.

UNNOTABLE CHANGES: With authentication, the author is now set to the logged in user instead of anonymous!

Default is off, instructions are in README.rst for how to add. If you do not wish to use google authentication, you can still use this build. This is intentional as authentication should be optional but standard.

cweiske commented 12 years ago

I will not merge this changes. The only login system I want to support is OpenID, and with that you can use your Google account to login, too. That google login is way too google-specific for my taste.

jnovack commented 12 years ago

No problem, I understand the no-merge on auth-google. However, are you open to moving list as index?