summaryrefslogtreecommitdiffstats
path: root/authfas.module
Commit message (Expand)AuthorAgeFilesLines
* Correction, this module does function now!Paul W. Frields2010-10-171-1/+0
* No block needed for this module.Paul W. Frields2010-07-211-22/+0
* Remove unnecessary placeholders0.1Paul W. Frields2010-07-211-13/+0
* Remove debugging cruftPaul W. Frields2010-07-181-6/+1
* Add account validation and rid/group change functionsPaul W. Frields2010-07-181-0/+157
* Fix URL targetPaul W. Frields2010-07-181-1/+1
* Make FAS group mapping instructions more helpfulPaul W. Frields2010-07-181-1/+1
* Set default value for headers in authfas_fas_login()Paul W. Frields2010-07-181-1/+1
* Improve i18n with string markup and removing acronymsPaul W. Frields2010-07-181-7/+7
* Remove non-working error handlerPaul W. Frields2010-07-171-3/+0
* Add a maildomain setting for flexibilityPaul W. Frields2010-07-171-0/+9
* Fix lots of missing translatablesPaul W. Frields2010-07-171-6/+6
* Make string more translatablePaul W. Frields2010-07-171-1/+1
* Split error conditionsPaul W. Frields2010-07-171-1/+4
* Change login function namePaul W. Frields2010-07-171-2/+2
* Add extra headers option for fas_login()Paul W. Frields2010-07-171-3/+4
* Make FAS validation message more accuratePaul W. Frields2010-07-171-1/+1
* Move FAS login to a separate functionPaul W. Frields2010-07-171-19/+26
* Remove unnecessary-commentPaul W. Frields2010-07-171-3/+0
* Add database queries for FAS group mappingPaul W. Frields2010-07-161-1/+29
* Fill in FAS group on form by defaultPaul W. Frields2010-07-161-0/+2
* Fix indentationPaul W. Frields2010-07-161-5/+5
* Add callback and template for db queriesPaul W. Frields2010-07-161-0/+15
* Improve messages on validation true/falsePaul W. Frields2010-07-151-1/+3
* Set user agent properlyPaul W. Frields2010-07-151-1/+1
* Thanks Toshio for cURL recommendationsPaul W. Frields2010-07-151-2/+4
* Make it possible to avoid validationPaul W. Frields2010-07-111-19/+24
* Use username and password for FAS URL verifyPaul W. Frields2010-07-111-3/+6
* Add fieldset for FAS URL verificationPaul W. Frields2010-07-111-1/+18
* Use indents matching other Drupal stuffPaul W. Frields2010-07-111-0/+2
* Add validation function via JSONPaul W. Frields2010-07-111-1/+21
* Make the comment more descriptive of what we're doing belowPaul W. Frields2010-07-111-1/+2
* Add local variables for Emacs (GO EMACS!)Paul W. Frields2010-07-111-0/+4
* User hook_form_FORM_ID_alter() and different commentingPaul W. Frields2010-07-101-19/+15
* Fix key types for menuPaul W. Frields2010-07-101-6/+6
* Fix annoying indentationsPaul W. Frields2010-07-101-25/+25
* Use hook_form_alter() to insert FAS setting in Edit role pagePaul W. Frields2010-07-101-2/+20
* Fix stupid typoPaul W. Frields2010-07-101-1/+1
* Add dummy form_alter to see if it worksPaul W. Frields2010-07-101-0/+6
* Add link in more info textPaul W. Frields2010-07-101-1/+1
* Add more information in the settings, new planPaul W. Frields2010-07-101-6/+7
* Correct textPaul W. Frields2010-07-101-1/+1
* Add setting for auth-required FAS groupPaul W. Frields2010-07-101-7/+17
* Add FIXME detailing what needs to be donePaul W. Frields2010-07-101-0/+6
* Add warning that this module is useless right nowPaul W. Frields2010-07-011-0/+1
* Remove pesky, meaningless function callPaul W. Frields2010-07-011-4/+0
* Correct missing parenthesesPaul W. Frields2010-07-011-1/+1
* Oops, make sure the function name's correctPaul W. Frields2010-07-011-1/+1
* Use appropriate validation function name and argsPaul W. Frields2010-07-011-1/+1
* Remove unnecessary commentPaul W. Frields2010-07-011-1/+1