summaryrefslogtreecommitdiff
path: root/tools/communityauth/sample
AgeCommit message (Expand)Author
2025-12-01In pgauth plugin, get email address in message from settingsMagnus Hagander
2025-08-27Give better error message when invalid data is passed to cauth in d paramMagnus Hagander
2025-06-11Use base64.urlsafe_b64encode() instead of manual specification of charsMagnus Hagander
2025-06-11Implement authenticated encryption in community authMagnus Hagander
2025-04-01Update to latest version of auth pluginMagnus Hagander
2024-04-09Fix cauthreceiver for flask in python3Magnus Hagander
2023-08-28Add some load-time validation of PGAUTH_KEY in the django sampleMagnus Hagander
2023-06-07Fix arguments in signal callingMagnus Hagander
2023-06-07Give nicer error message when URL data is corruptMagnus Hagander
2023-06-07Add new signal auth_user_created_from_upstream to sampleMagnus Hagander
2023-06-07Import subscribe_to_user_changes function to sample auth.pyMagnus Hagander
2020-09-28Fix typo in commentMagnus Hagander
2020-08-12Tweak mediawiki to handle NULL in email fieldsMagnus Hagander
2020-08-11Add cauth push receiver plugins for mediawiki and redmineMagnus Hagander
2020-08-11Implement synchronization for community authenticationMagnus Hagander
2020-08-11Make django community auth plugin only save changed fieldsMagnus Hagander
2020-08-10Make user_import in the django auth plugin return the new userMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-04-03Update authentication to be django 2 compatibleMagnus Hagander
2020-02-26Sync community auth plugin to be the latest-and-greatestMagnus Hagander
2019-11-01Switch to using pycryptodome instead of pycryptoMagnus Hagander
2019-01-26Import latest auth.py from pgeu as sampleMagnus Hagander
2019-01-17Fix deprecated comparison structsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
2018-12-04Fix typos in commentsDaniel Gustafsson
2018-01-13Add a createuser callback for cauth django pluginMagnus Hagander
2018-01-13Add ability to import user to django cauth exampleMagnus Hagander
2018-01-13Add possibility to turn off django cauth using settings in sampleMagnus Hagander
2016-03-15Fix typoDave Page
2015-12-12Replace simpljson imports with jsonMagnus Hagander
2015-07-08Return proper errorcodes in django auth plugin exampleMagnus Hagander
2015-07-08Remove unused variablesMagnus Hagander
2015-06-20make php code enclosed by ?php - this makes it work by default on more modernStefan Kaltenbrunner
2015-01-25fix some spelling errors noticed while reading through the codeStefan Kaltenbrunner
2014-07-19Implement user searching in the community auth systemMagnus Hagander
2014-07-19Sync up auth demo plugin with what's actually usedMagnus Hagander
2014-01-01Remove unused code causing warningsMagnus Hagander
2013-08-13bring the example code for the mediawiki plugin more in line with whatStefan Kaltenbrunner
2013-06-20Update community authentication to pass an arbitrary datablock instead of urlMagnus Hagander
2013-05-26fix a minor typoStefan Kaltenbrunner
2013-05-26change example rewrite rules to something that also catches the "nocache"Stefan Kaltenbrunner
2013-05-26remove the code to add default user_options for the upcoming MW 1.19 upgradeStefan Kaltenbrunner
2012-06-03Add generic PHP code for decryption/parsingMagnus Hagander
2012-06-03Add community auth v2 provider for mediawikiMagnus Hagander
2012-05-25Add redmine community auth pluginMagnus Hagander
2011-12-28Add sample login.html for django admin loginsMagnus Hagander
2011-12-27Implement single sign-out for community login 2.0Magnus Hagander
2011-12-22Add sample perl code to decrypt authentication tokensMagnus Hagander
2011-12-22Add sample django community authentication consumerMagnus Hagander