adding source code links to footer
[fsfdrupalauth.git] / lib / Auth / Source / FSFDrupalAuth.php
2023-08-03 Andrew Engelbrechtfix function and attribute types
2023-08-02 Andrew Engelbrechtstrict typing, textual space changes
2023-05-15 Andrew Engelbrechtfix bugs in new cas code for discussion forum
2023-05-15 Andrew Engelbrechtcas attribute for discussion moderators
2023-05-15 Andrew Engelbrechtspelling fix for a comment
2023-04-26 Andrew Engelbrechtdon't need redundant staff check for discussion
2023-04-26 Andrew Engelbrechtbetter debug logs for board process access rules
2023-04-26 Andrew Engelbrechtallow staff to access board forum
2023-04-25 Andrew Engelbrechtadding some debug statments that i've been using
2023-04-25 Andrew Engelbrechtmake the cutoff donation amount a config variable
2023-04-25 Andrew Engelbrechtremove redundant gift membership check
2023-04-25 Andrew Engelbrechtan old membership is also valid for discussion
2023-04-25 Andrew Engelbrechtfixed references to undeclared / undefined vars
2023-04-25 Andrew Engelbrechtflattened conditionals (for simpler logic)
2023-04-25 Andrew Engelbrechtmore specific debug output
2023-04-25 Andrew Engelbrechtfix bug in date comparisons
2023-04-25 Andrew Engelbrechtcheck for discussion process access
2023-04-25 Andrew Engelbrechtsimplification for nomination process access
2023-04-24 Andrew Engelbrechtuse case-insensitive check for is_fsf_staff check
2023-04-24 Andrew Engelbrechtoption to disable nomination process status check
2023-04-24 Andrew Engelbrechtclean up, reorder logic for nomination process
2023-01-05 Andrew EngelbrechtMerge remote-tracking branch 'origin/master'
2023-01-05 Andrew EngelbrechtMerge branch 'dev'
2022-05-24 Andrew Engelbrechtadhoc group access should not require membership
2022-04-27 Andrew Engelbrechtanalyze memberships that started before time frame
2022-04-21 Andrew Engelbrechtcode cleanup (break apart long lines)
2022-04-20 Andrew Engelbrechttest group memberhip for nomination_process attr
2022-04-20 Andrew Engelbrechtexplicitly parse integer from string
2022-04-20 Andrew Engelbrechtclean up of code, in particular: hard coded values
2022-04-20 Andrew Engelbrechtalso check for gift memberships
2022-04-19 Andrew Engelbrechtcomment and function name change
2022-04-19 Andrew Engelbrechtchanges to board nomination participation rules
2022-04-19 Andrew EngelbrechtRename CAS group name based on function
2022-04-08 Andrew Engelbrechtvarious corrections for long-term member check
2022-04-08 Andrew Engelbrechtattribute to distinguish long-term members
2022-02-02 Andrew Engelbrechtadd aggregate 'groups_list' attribute
2022-01-07 Andrew Engelbrechtfixed comments about pipes with child process
2022-01-07 Andrew Engelbrechtreplace tabs with spaces
2022-01-07 Andrew Engelbrechtcheck whether $result is a string
2022-01-07 Andrew Engelbrechtdon't accept password if there is stderr
2021-11-17 Andrew Engelbrechtother minor tweaks based on new sqlauth upstream module
2021-11-17 Andrew Engelbrechtupdated module code based on upstream sqlauth mod
2021-11-09 Andrew EngelbrechtInitial version of fsfdrupalauth, still alpha software