- 13 Sep, 2024 1 commit
-
-
dockx thibault authored
supannMailPrivee is being used for recovery password with SECOURS tag
-
- 10 Sep, 2024 1 commit
-
-
dockx thibault authored
supannMailPrivee is being used for recovery password as well.
-
- 05 Aug, 2022 1 commit
-
-
Matthew Newton authored
-
- 08 Sep, 2020 1 commit
-
-
Côme Chilliet authored
This replaces save_object and execute methods by 3 methods: readPost - Reads POST data update - Update object state render - Render HTML UI The point is to avoid reading POST and rendering HTML when this is not needed (when doing stuff through the webservice for instance). It’s also more consisent across FD with all classes handling some kind of dialog implementing the new interface FusionDirectoryDialog which makes sure these 3 methods are implemented. issue #6072
-
- 03 Sep, 2020 1 commit
-
-
Côme Chilliet authored
issue #6114
-
- 09 Jul, 2020 3 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
msgPool always returns escaped string because it may be used from smarty. htmlescape now calls htmlspecialchars instead of htmlentities, allowing to escape strings with % without losing sprintf capability. issue #6071
-
Côme Chilliet authored
issue #6071
-
- 18 Feb, 2020 1 commit
-
-
Côme Chilliet authored
issue #6065
-
- 10 Dec, 2019 1 commit
-
-
Côme Chilliet authored
issue #6057
-
- 28 Aug, 2019 1 commit
-
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
- 27 Jun, 2019 1 commit
-
-
Côme Chilliet authored
issue #5997
-
- 06 Jun, 2019 1 commit
-
-
Côme Chilliet authored
Now $interactive parameter is used to indicate if standAlonePage instance should take care of config and session setup or not. The webservice uses this to use password recovery programatically. issue #5996
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 08 Nov, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 05 Nov, 2018 1 commit
-
-
Côme Chilliet authored
This is a work-around to avoid javascript injection. The better way would be for msg_dialog to escape error text but that would cause problem elsewhere, so in the mean time we escape here. issue #5918
-
- 01 Oct, 2018 1 commit
-
-
Côme Chilliet authored
It will be the same as headline when available. It’s also set in login and recovery pages. issue #5898
-
- 06 Sep, 2018 1 commit
-
-
Côme Chilliet authored
This should fix CSRF crashes with recovery issue #5854
-
- 10 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 26 Jun, 2018 5 commits
-
-
Côme Chilliet authored
Resolve "Security: Missing Security Headers" See merge request fusiondirectory/fd!303 (cherry picked from commit 7d9a58d9) 4a182d01
feat(core) Add header to forbid framing -
Côme Chilliet authored
Resolve "Security: Missing Security Headers" See merge request fusiondirectory/fd!303 (cherry picked from commit 7d9a58d9) 4a182d01
feat(core) Add header to forbid framing -
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module. issue #5843
-
Côme Chilliet authored
Also added security headers in standAlonePage so that they are set on recovery page as well issue #5842
-
Côme Chilliet authored
Resolve "Security: Insecure Generation of Random Tokens" See merge request fusiondirectory/fd!301 (cherry picked from commit 3bb68492) b62266fa
fix(core) Use only random_int for pseudo-random int generation
-
- 25 Jun, 2018 1 commit
-
-
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module. issue #5843
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 24 Apr, 2018 1 commit
-
-
Côme Chilliet authored
This also fix the workflow to make sure the language in the header is correct in all cases. A PHP error is triggered if setlocale fails or if the wrong language header was sent. issue #5820
-
- 18 Sep, 2017 1 commit
-
-
Côme Chilliet authored
There are some left in datepicker.js because of a bug in the sniffer, I did not find a way to fix that yet. issue #5690
-
- 26 Jul, 2017 2 commits
-
-
Côme Chilliet authored
This reverts commit ac6539ad.
-
Côme Chilliet authored
This reverts commit 7d9b69c0.
-
- 20 Jul, 2017 2 commits
-
-
Côme Chilliet authored
-
Janne Heß authored
- Add copyright - Remove odd looking icon and version - Add a way to navigate back from password recovery - Add icons to password recovery fields Conflicts: ihtml/themes/breezy/recovery.tpl
-
- 18 Jul, 2017 1 commit
-
-
Côme Chilliet authored
-
- 05 Jul, 2017 1 commit
-
-
Janne Heß authored
- Add copyright - Remove odd looking icon and version - Add a way to navigate back from password recovery - Add icons to password recovery fields
-
- 21 Mar, 2017 4 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-
Côme Chilliet authored
-