- Apr 12, 2016
-
-
Thijs Braem authored
"Vette pech" (fat chance) appears to offend some of our users. The translations for these seem to vary wildly: * dr: "pas de chance" (no luck) * de: "Tut uns leid" (we are sorry) * it, da,... : this part is left out. This is the best option in my opinion.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session existing previously to our own session. This can be used in SimpleSAML_Session to restore the PHP session status previous to calling our API, while also guaranteeing that our session is correctly saved. The documentation has been updated to reflect this and recommend how to deal with conflicting PHP sessions. This closes #244 and resolves #349.
-
Jaime Perez Crespo authored
Bugfixes: the PHP session handler only fetches the cookie configuration parameters if session_id() returns a non-empty ID. This won't happen if the application initialized a session previously, hijacking the session and causing all kinds of trouble. Instead, we need to detect if there's an active session, save its parameters and close it. After closing it, we can name a new session and set the cookie parameters.
-
Jaime Perez Crespo authored
Bugfix: when using PHP sessions, if there's already a session, session_id() will return the identifier of that session, not our session. In that case, we need to make sure it is our session so that we don't hijack the one of the application.
-
Jaime Perez Crespo authored
Resolve #359. The login button was disappearing in mobile devices. Reordered the form a bit too for those devices, so that the view is better.
-
Tim van Dijen authored
Fixes: Mar 25 11:06:53 simplesamlphp INFO [0015a148dc] Template: Looking up [{login:processing]: not translated at all.
-
Tim van Dijen authored
The login-page would not verify as valid XHTML 1.0 Transitional
-
- Mar 11, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Use stable versions of the modules to make sure no bugs can be introduced while further developing them.
-
- Mar 08, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 07, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Feb 15, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Avoid the PHP session handler to generate errors when we try to retrieve a session after the headers being sent to the browser.
-
- Feb 12, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Bugfix: if an optional configuration is missing, we shouldn't register it to reuse it later (i.e. loading a config file as optional first and as mandatory later would make the second call to work -while it shouldn't-, since an empty config was loaded during the first call).
-
- Feb 01, 2016
-
-
Jaime Perez Crespo authored
-
Pete Akins authored
-
- Jan 26, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Dec 24, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Try with "composer update" instead of "composer install". The latter does not support --prefer-lowest.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Dec 15, 2015
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Since this branch is now officially released we need to support it.
-
Thijs Kinkhorst authored
* Remove 404 link to SSP news; this is covered on simplesamlphp.org now. * Make screenshots link relative, so docs don't trigger insecure content warnings. * Compress png images.
-
- Dec 11, 2015
-
-
Jaime Pérez Crespo authored
Fix/keep empty folders
-
Andrew Klatzke authored
-
Andrew Klatzke authored
-