logmanoriginal
5deb86acff
core: Replace PHP_VERSION_REQUIRED by static text
...
The required PHP version is used in one place only and
therefore shouldn't require a constant
2018-11-05 19:07:33 +01:00
Yardena Cohen
c4896c7791
[Configuration] Fix open_basedir warnings ( #887 )
...
If .git/HEAD isn't in open_basedir it'd throw ugly warnings.
Suppress errors while checking if file is readable
2018-10-27 10:53:45 +02:00
logmanoriginal
f48eac854f
Bump version to 'dev.2018-10-15'
2018-10-15 18:59:03 +02:00
logmanoriginal
a87e7781b1
Bump version to 2018-10-15
2018-10-15 18:54:53 +02:00
logmanoriginal
996295e82f
Add 'dev.' to the release version in master
...
This helps (roughly) identifying versions when opening issues on
GitHub, using the latest ZIP file for master.
References #773
2018-09-26 20:04:27 +02:00
Quentin Delmas
b397a42876
version: Bump to 2018-09-09
2018-09-09 21:00:10 +01:00
Quentin Delmas
be3620acb7
Add extension check for the "json" extension.
2018-08-22 16:21:20 +01:00
logmanoriginal
de7622ebbf
version: Bump to 2018-08-07
2018-08-07 18:37:38 +02:00
logmanoriginal
6a98293fb3
[Configuration] Bump version to 2018-07-17
2018-07-17 20:44:01 +02:00
logmanoriginal
d79630e3b8
[Configuration] Remove check for allow_url_fopen
...
This commit follows the changes done in commits
fbf874cb29
ead7b2e8de
2018-07-17 20:39:14 +02:00
logmanoriginal
90dc968fd1
Fix PHPCS error
2018-06-30 10:26:48 +02:00
Teromene
da6b98851c
Add recuperation of the current version from git if available ( #731 )
...
* Add recuperation of the current version from git if available
* Include version when auto-reporting an error
2018-06-30 10:24:22 +02:00
LogMANOriginal
193ca87afa
[phpcs] enforce single quotes ( #732 )
...
* [phpcs] Add rule to enforce single quoted strings
2018-06-29 22:55:33 +01:00
Teromene
937ea49271
Add basic authentication support ( #728 )
...
* Move configuration in its own class in order to reduce the verbosity of index.php
* Add authentication mechanism using HTTP auth
* Add a method to get the config parameters
* Remove the installation checks from the index page
* Log all failed authentication attempts
2018-06-27 19:09:41 +02:00