- Mar 12, 2021
-
-
m0ark authored
Co-authored-by:
Tim van Dijen <tim.dijen@minbzk.nl>
-
- Mar 09, 2021
-
-
Tim van Dijen authored
-
- Jan 27, 2021
-
-
Tim van Dijen authored
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Jan 16, 2021
-
-
Tim van Dijen authored
-
- Jan 11, 2021
-
-
Thijs Kinkhorst authored
-
- Jan 06, 2021
-
-
Tim van Dijen authored
-
- Dec 26, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 15, 2020
-
-
Patrick authored
-
Thijs Kinkhorst authored
-
- Nov 05, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 19, 2020
-
-
Zvonimir Mance authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Aug 30, 2020
-
-
Tim van Dijen authored
-
- Aug 26, 2020
-
-
Tim van Dijen authored
-
- Aug 25, 2020
-
-
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
-
Iwan Luijks authored
Currently the remember me functionality does not work correctly and using it results in severable undefined index errors as the expire cookie parameter is passed along the SessionHandlerPHP which does not accept this one. Using lifetime instead of expire, effectively doing the same thing, this can be fixed in a pretty simple way. Next to that the params given to the session handler are merged with the current ones before given to the session handler instead of after.
-
- Aug 22, 2020
-
-
Tim van Dijen authored
-
- Aug 19, 2020
-
-
Thijs Kinkhorst authored
Incorrectly refactored in eb204573
-
- Aug 18, 2020
-
-
Tim van Dijen authored
-
- Aug 17, 2020
-
-
Tim van Dijen authored
-
- Aug 11, 2020
-
-
Tim van Dijen authored
-
- Aug 10, 2020
-
-
Tim van Dijen authored
Improve error handling
-
- Aug 08, 2020
-
-
Tim van Dijen authored
This reverts commit f1e05f8f.
-
Tim van Dijen authored
-
Thijs Kinkhorst authored
The previous situation was confusing with various contradicting (staments of) defaults, mixed with old style and new style configuration. Simplify by deciding that having backtraces is so useful that it is the defaut, both old and new style configurations. (It was already default on in the config template, which seems 'canonical'.)
-
- Aug 07, 2020
-
-
Thijs Kinkhorst authored
Previously, would show inappropriate precision, like "0.0598134 hours ago" or "1490532.4129 hours from now" depending on the expiration date.
-
- Jul 31, 2020
-
-
Tim van Dijen authored
-
- Jul 01, 2020
-
-
Thijs Kinkhorst authored
-
Guy Halse authored
Follow the suggestions of [draft-knodel-terminology-00](https://tools.ietf.org/id/draft-knodel-terminology-00.html) and other language frameworks and replace the notion of master/slave with a more neutral primary/secondary.
-