summaryrefslogtreecommitdiff
path: root/postgresqleu/auth.py
AgeCommit message (Expand)Author
2024-05-08Update signal syntax for django 4.2Magnus Hagander
2023-06-07Sync up to latest version of pgweb auth plugin (again)Magnus Hagander
2023-06-07Sync up to latest version of pgweb auth pluginMagnus Hagander
2020-08-11Import latest version of community auth pluginMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-04-04User.is_authenticated is no longer a callable in newer djangoMagnus Hagander
2020-02-26Sync up postgresql community auth plugin to latest-and-greatestMagnus Hagander
2019-11-01Switch to using pycryptodome instead of pycryptoMagnus Hagander
2019-01-10Update authentication plugin for py3Magnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-04Switch to using requests for http requestsMagnus Hagander
2018-12-15Replace usage of has_key()Magnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix comment warningsMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Manual fix of further whitespace issuesMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-12-12Make pg community auth optionalMagnus Hagander
2018-01-13Fix typo in commentMagnus Hagander
2017-08-28Support setting up without community auth without ugly hacksMagnus Hagander
2015-12-12Replace simpljson imports with jsonMagnus Hagander
2015-04-21Return proper errorcodes from auth pluginMagnus Hagander
2015-04-21Removed unused variableMagnus Hagander
2014-12-30Add suppot for importing upstream usersMagnus Hagander
2014-01-01Remove unused code and fix bugs uncovered by explicit importingMagnus Hagander
2013-11-07Give a nicer error than internal server error on duplicate emailMagnus Hagander
2013-06-20Update community authentication to use encrypted parameters for redirectionMagnus Hagander
2011-12-28Implement postgresql.org community authentication 2.0Magnus Hagander
2010-04-14Enforce lowercase usernamesMagnus Hagander
2009-02-20Move connection string for authentication services to config fileMagnus Hagander
2009-02-20Inherit authentication from ModelBackend, should fix admin permissionsMagnus Hagander
2009-02-20Add community login auth moduleMagnus Hagander