- Jan 02, 2019
-
-
Tim van Dijen authored
-
Bruce Weirdan authored
* Autoloader infinite recursion fix Fixes simplesamlphp/simplesamlphp#1030 * Added test to ensure old autoloader behaviour is preserved Also fixed undefined variable notice
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
Added Slovenian remember translations
-
Anže Jenšterle authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
Added slovenian processing translation
-
Thijs Kinkhorst authored
added slovenian consent abort translation
-
Anže Jenšterle authored
-
- Jan 01, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Anže Jenšterle authored
-
- Dec 24, 2018
-
-
Tim van Dijen authored
* Update simplesamlphp-theming.md * Add theme.controller config setting
-
- Dec 23, 2018
-
-
Tim van Dijen authored
-
- Dec 22, 2018
-
-
Tim van Dijen authored
class_implements() returns class names without leading backslash
-
- Dec 20, 2018
-
-
Jaime Pérez Crespo authored
-
Danny authored
-
Jaime Pérez Crespo authored
-
Tim van Dijen authored
Items in $warnings should either be a string or an array with two values
-
Donald Coetzee authored
* Correct xh translations issue #1022
-
- Dec 16, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 13, 2018
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
These assets have been moved somewhere else or integrated as part of the new build system, so they are no longer used / necessary.
-
- Dec 12, 2018
-
-
Jaime Pérez Crespo authored
Before calling npm to install dependencies and build, we need to step into the installation directory. Also, node_modules and the stylesheet.js* byproduct can be removed in production.
-
Jaime Pérez Crespo authored
This reverts commit 07796176.
-
Jaime Pérez Crespo authored
The previous "fix" wasn't really fixing anything, it was indeed breaking the code that was changing the submit button, because jquery (and therefore "$") wasn't in scope for the script. Now, once jquery is available for that code, the bug appears again. This is due to an alleged "bug" in chrome, which prevents the button from actually working after it gets disabled. This makes full sense on the other hand, and as soon as we disable it, events won't keep being processed for that button, and as such, the form never gets submitted. This is why we need to submit the form manually.
-
Jaime Pérez Crespo authored
-