index
:
pgweb.git
master
This is the code for the postgresql.org website
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
communityauth
/
sample
Age
Commit message (
Expand
)
Author
2025-12-01
In pgauth plugin, get email address in message from settings
Magnus Hagander
2025-08-27
Give better error message when invalid data is passed to cauth in d param
Magnus Hagander
2025-06-11
Use base64.urlsafe_b64encode() instead of manual specification of chars
Magnus Hagander
2025-06-11
Implement authenticated encryption in community auth
Magnus Hagander
2025-04-01
Update to latest version of auth plugin
Magnus Hagander
2024-04-09
Fix cauthreceiver for flask in python3
Magnus Hagander
2023-08-28
Add some load-time validation of PGAUTH_KEY in the django sample
Magnus Hagander
2023-06-07
Fix arguments in signal calling
Magnus Hagander
2023-06-07
Give nicer error message when URL data is corrupt
Magnus Hagander
2023-06-07
Add new signal auth_user_created_from_upstream to sample
Magnus Hagander
2023-06-07
Import subscribe_to_user_changes function to sample auth.py
Magnus Hagander
2020-09-28
Fix typo in comment
Magnus Hagander
2020-08-12
Tweak mediawiki to handle NULL in email fields
Magnus Hagander
2020-08-11
Add cauth push receiver plugins for mediawiki and redmine
Magnus Hagander
2020-08-11
Implement synchronization for community authentication
Magnus Hagander
2020-08-11
Make django community auth plugin only save changed fields
Magnus Hagander
2020-08-10
Make user_import in the django auth plugin return the new user
Magnus Hagander
2020-07-13
Remove unused imports
Magnus Hagander
2020-04-03
Update authentication to be django 2 compatible
Magnus Hagander
2020-02-26
Sync community auth plugin to be the latest-and-greatest
Magnus Hagander
2019-11-01
Switch to using pycryptodome instead of pycrypto
Magnus Hagander
2019-01-26
Import latest auth.py from pgeu as sample
Magnus Hagander
2019-01-17
Fix deprecated comparison structs
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2018-12-04
Fix typos in comments
Daniel Gustafsson
2018-01-13
Add a createuser callback for cauth django plugin
Magnus Hagander
2018-01-13
Add ability to import user to django cauth example
Magnus Hagander
2018-01-13
Add possibility to turn off django cauth using settings in sample
Magnus Hagander
2016-03-15
Fix typo
Dave Page
2015-12-12
Replace simpljson imports with json
Magnus Hagander
2015-07-08
Return proper errorcodes in django auth plugin example
Magnus Hagander
2015-07-08
Remove unused variables
Magnus Hagander
2015-06-20
make php code enclosed by ?php - this makes it work by default on more modern
Stefan Kaltenbrunner
2015-01-25
fix some spelling errors noticed while reading through the code
Stefan Kaltenbrunner
2014-07-19
Implement user searching in the community auth system
Magnus Hagander
2014-07-19
Sync up auth demo plugin with what's actually used
Magnus Hagander
2014-01-01
Remove unused code causing warnings
Magnus Hagander
2013-08-13
bring the example code for the mediawiki plugin more in line with what
Stefan Kaltenbrunner
2013-06-20
Update community authentication to pass an arbitrary datablock instead of url
Magnus Hagander
2013-05-26
fix a minor typo
Stefan Kaltenbrunner
2013-05-26
change example rewrite rules to something that also catches the "nocache"
Stefan Kaltenbrunner
2013-05-26
remove the code to add default user_options for the upcoming MW 1.19 upgrade
Stefan Kaltenbrunner
2012-06-03
Add generic PHP code for decryption/parsing
Magnus Hagander
2012-06-03
Add community auth v2 provider for mediawiki
Magnus Hagander
2012-05-25
Add redmine community auth plugin
Magnus Hagander
2011-12-28
Add sample login.html for django admin logins
Magnus Hagander
2011-12-27
Implement single sign-out for community login 2.0
Magnus Hagander
2011-12-22
Add sample perl code to decrypt authentication tokens
Magnus Hagander
2011-12-22
Add sample django community authentication consumer
Magnus Hagander