summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Engelbrecht [Fri, 7 Jan 2022 17:33:21 +0000 (12:33 -0500)]
add informational headers to extlib files
both of these files are taken from Drupal 7
Andrew Engelbrecht [Fri, 7 Jan 2022 17:32:05 +0000 (12:32 -0500)]
update version of extlib/bootstrap.inc
there is a newer version in upstream Drupal
Andrew Engelbrecht [Fri, 7 Jan 2022 17:20:14 +0000 (12:20 -0500)]
check whether $result is a string
stream_get_contents() might return false, and we should not implicitly
convert that to a string
Andrew Engelbrecht [Fri, 7 Jan 2022 17:09:07 +0000 (12:09 -0500)]
don't accept password if there is stderr
in case there is some unexpected error like an undefined variable, with
a 0 return code, we want to reject the login
Andrew Engelbrecht [Fri, 7 Jan 2022 16:56:34 +0000 (11:56 -0500)]
check for invalid extra lines of input
only one line of input is valid for the glue code between the ssp lib
and the drupal libs used for authentication
Andrew Engelbrecht [Wed, 5 Jan 2022 15:18:44 +0000 (10:18 -0500)]
override footer
Andrew Engelbrecht [Mon, 27 Dec 2021 23:18:33 +0000 (18:18 -0500)]
more icon size theming (for slow loading imgs)
Andrew Engelbrecht [Mon, 27 Dec 2021 23:12:59 +0000 (18:12 -0500)]
more theming for our module
Andrew Engelbrecht [Mon, 27 Dec 2021 22:52:48 +0000 (17:52 -0500)]
don't resize login icon element upon img load
root [Wed, 1 Dec 2021 22:07:45 +0000 (17:07 -0500)]
some basic theming of the site
to look like our theme on rubycas
root [Fri, 19 Nov 2021 22:22:33 +0000 (17:22 -0500)]
updated the text at the bottom of the login screen
to make it similar to what we have on the current cas.fsf.org
root [Fri, 19 Nov 2021 22:22:00 +0000 (17:22 -0500)]
added the upstream login screen template
root [Fri, 19 Nov 2021 21:14:14 +0000 (16:14 -0500)]
textual space changes
root [Fri, 19 Nov 2021 21:13:42 +0000 (16:13 -0500)]
add a logout link on loggedin page
root [Fri, 19 Nov 2021 20:32:01 +0000 (15:32 -0500)]
print user name on cas login status page
root [Fri, 19 Nov 2021 19:20:58 +0000 (14:20 -0500)]
prepare to print user name on loggedIn page
root [Fri, 19 Nov 2021 19:20:15 +0000 (14:20 -0500)]
adding upstream loggedIn.php template
Andrew Engelbrecht [Fri, 19 Nov 2021 18:58:53 +0000 (13:58 -0500)]
use our custom css theme
Andrew Engelbrecht [Fri, 19 Nov 2021 18:58:27 +0000 (13:58 -0500)]
adding an initial css file, a copy of default.css
Andrew Engelbrecht [Fri, 19 Nov 2021 18:46:47 +0000 (13:46 -0500)]
create fsf theme with upstream header.php
https://simplesamlphp.org/docs/stable/simplesamlphp-theming
Andrew Engelbrecht [Wed, 17 Nov 2021 22:20:55 +0000 (17:20 -0500)]
other minor tweaks based on new sqlauth upstream module
Andrew Engelbrecht [Wed, 17 Nov 2021 22:07:42 +0000 (17:07 -0500)]
updated module code based on upstream sqlauth mod
Andrew Engelbrecht [Tue, 9 Nov 2021 23:19:23 +0000 (18:19 -0500)]
created basic .gitignore file
Andrew Engelbrecht [Tue, 9 Nov 2021 23:14:18 +0000 (18:14 -0500)]
Initial version of fsfdrupalauth, still alpha software
This is the code that I adapted from SSP SQL Auth about a year ago.
(from simplesamlphp/simplesamlphp-module-sqlauth)
It still needs review, and may have some rough edges.