date.chapril.org-framadate/app/classes/Framadate
Imre Jonk 7ba352f0e5 Set URLs to https if HTTP X-Forwarded-Proto=https
This line changes all URLs to https URLs if the Framadate installation
is behind a reverse proxy, and the reverse proxy adds the
X-Forwarded-Proto header with the 'https' value. Configuration for
nginx:

proxy_set_header X-Forwarded-Proto https;

This setup is currently used by the Framadate installation of
Bits of Freedom (https://kies.bof.nl).
2015-10-26 15:02:02 +01:00
..
Migration Merge branch 'master' into develop 2015-10-12 23:46:02 +02:00
Repositories Optimize selection of polls in admin page 2015-09-13 00:53:03 +02:00
Security Using more secure token 2015-04-02 12:03:28 +02:00
Services Merge branch 'Add_nonHTML_version_to_mails' into 'develop' 2015-10-22 21:58:46 +02:00
Choice.php Add licence informations on classes 2014-12-17 13:48:03 +01:00
Editable.php Changed the file header to framadate license 2015-04-06 12:54:18 +02:00
Form.php Fix #83 Stop sorting moments at poll creation 2015-10-12 23:25:49 +02:00
FramaDB.php Fixes after merge 2015-04-07 23:17:26 +02:00
Message.php New edition possibility is taken into account 2015-04-05 17:44:29 +02:00
Utils.php Set URLs to https if HTTP X-Forwarded-Proto=https 2015-10-26 15:02:02 +01:00