TimZ99
8cbf2dd7bf
Bumped version
2020-08-18 17:53:26 +02:00
TimZ99
27d9bd6a70
Only __public__ can be anonymous
2020-08-18 17:53:18 +02:00
TimZ99
b94d66bfc0
Added user on upgrade
2020-08-18 17:50:22 +02:00
TimZ99
a9f0f64c78
Public server page
2019-12-13 14:13:04 +01:00
TimZ99
95d30f9619
Fixing indentation
2019-12-12 21:34:55 +01:00
Tim
07243f4cb5
Merge branch 'develop' into patch-1
2019-12-12 18:32:29 +01:00
TimZ99
97f8a6d637
Refactor
...
Removed unreachable code
Removed useless method overriding
2019-12-12 17:52:36 +01:00
Jeremy GHYS
b7426291f8
Fix Server Downtime is displayed incorrectly
...
Server Downtime is displayed in correctly when receiveing e-mails about it.
2019-12-12 17:26:42 +01:00
TimZ99
084dd59b84
Removed not translated parts
2019-12-12 16:52:23 +01:00
Tim
cb806361ed
Ukrainian translation ( #821 )
2019-12-11 21:51:55 +01:00
Tim
dd6d9973fe
Implementing the PSR12 standard
...
Just updated it to the latest commit.
2019-12-11 21:48:29 +01:00
TimZ99
0a5a8c02f5
Implementing the PSR12 standard
...
Using PHPCS and PHPSBF.
For language files also used PSMLE.
2019-12-11 21:27:14 +01:00
TimZ99
2c51ad12f7
Implementing the PSR12 standard
...
Using PHPCS and PHPSBF.
2019-12-11 21:27:04 +01:00
Oleksa
e415d0fa41
Translated admin_cant_be_deleted
2019-12-11 12:59:44 +02:00
Tim
235f848d16
A few cosmetic updates and added new translation
2019-12-10 20:27:48 +01:00
TimZ99
0c91d27a70
Fixed Error QUERY_STRING on sign in
...
Added default value for QUERY_STRING.
2019-12-10 19:51:20 +01:00
TimZ99
7f5e698752
Fixed #811 DB wrong field type on fresh install.
...
Added the first part with #770 . Forgot to add it to the fresh install function.
Also removed the default value for TEXT as TEXT can't have a default value.
Co-Authored-By: Matěj Kmínek <matej.kminek@attendees.eu>
2019-12-10 19:43:42 +01:00
TimZ99
d7ea421d5c
Fixed #822 website auth setting not showing
...
Wrong variable was used.
2019-12-10 18:59:40 +01:00
TimZ99
420211f61f
Fixed #816 url validation
2019-12-10 18:09:56 +01:00
Oleksa
32ab865ae0
Ukrainian translation
2019-12-09 12:57:22 +02:00
TimZ99
24ee6d02c4
Fixed false trigger_error() after redirect.
...
Resolves #814 .
2019-12-03 00:34:01 +01:00
ICTman1076
93ceb42a10
Hopefully fix #704 ( #791 )
...
* Fix #704 - use regex instead of PHP's own function
* Updated .ltd length to 12
For domains like .company .services .business.
2019-11-29 23:44:26 +01:00
Travis Botello
7e3cbc94a9
Replaced mcrypt with openssl ( #678 ) ( #805 )
...
* Replaced mcrypt with openssl (#678 )
* Removed TODO
2019-11-29 23:32:09 +01:00
TimZ99
627a93cc7c
Added cachebuster
...
Resolves #802 .
2019-10-22 20:39:33 +02:00
sx404
0969f4043e
Increased password length ( #796 )
...
Fixes #786 .
Increased password length drastically.
2019-10-10 14:35:53 +02:00
TimZ99
d40df0c024
Fixed typo
...
Fixes #797 .
2019-10-10 14:33:05 +02:00
TimZ99
030b2b3c2f
Prevented removal of last admin
...
Fixes #687 .
2019-10-10 00:03:56 +02:00
TimZ99
0198d76a75
Added default timeout
...
Fixes #794 .
2019-10-09 22:03:53 +02:00
TimZ99
cf2566d1d3
Fixed undefined index issue
...
Fixes #792 .
2019-10-09 20:59:32 +02:00
TimZ99
25e8cece3c
Bringing back the warning state.
...
Fixes #790 .
2019-10-09 20:39:15 +02:00
TimZ99
43c60867b3
Improving accessibility
...
Comming closer to WCAG 2.0 AAA.
2019-10-09 20:33:59 +02:00
TimZ99
56587826a3
Bumped version to 3.4.5
2019-09-30 17:59:24 +02:00
TimZ99
a8eaedc817
Fixed undefined index
...
Fixes #787 .
2019-09-30 17:50:20 +02:00
TimZ99
86b75c3068
Removed unsused css
2019-09-26 19:49:26 +02:00
TimZ99
7316355658
Changed to ‘local - English’
2019-09-26 18:48:29 +02:00
TimZ99
dc45eee0d3
Fixed update message
2019-09-26 18:36:17 +02:00
Rémy Lebrun
6fd71e1d55
Correction FR translation ( #668 )
2019-09-26 18:21:23 +02:00
Emmanuel RABOTTEAU
884a563e6a
Update fr_FR.lang.php ( #776 )
...
- Added and translated missing string in 'system' array
- Updated translation of 'level' in 'users' array
- Added and translated missing string in 'users' array about Telegram
- Added and translated missing string in 'log' array about Telegram
- Added and translated missing string in 'servers' array
- Added and translated missing string in 'config' array
- Added and translated missing string in 'notifications' array
2019-09-26 18:00:59 +02:00
TimZ99
f84061ee14
Get latest version from Github.
...
The latest version number will now come from Github instead of phpservermonitor.org.
2019-09-26 14:07:16 +02:00
TimZ99
b0df0e77bf
Bumped version to 3.4.4
2019-09-26 13:15:34 +02:00
TimZ99
932c695f4d
Fixed selected view in graph
...
Fixes #782 .
2019-09-26 13:02:01 +02:00
TimZ99
6aca2e1077
Fixed auto refresh with wrong layout
...
Fixes #783 .
CSRF used old inputfield.
Update pagelayout after update.
2019-09-26 12:52:14 +02:00
TimZ99
9f3e140b29
Changed file path to new path
...
Moved to src/templates/default/static. Should have been in b0ea45a
.
2019-09-26 12:47:55 +02:00
TimZ99
8035608fe3
Bumped version to 3.4.3
2019-09-26 00:52:42 +02:00
TimZ99
b399327c4b
Fixed week/month/year graph
...
Fixes #774 .
2019-09-25 23:40:06 +02:00
TimZ99
4ebe934b2e
Added timeout to services
...
Fixes #775 .
2019-09-25 23:35:37 +02:00
TimZ99
8342a979aa
Changed help message to uniform name
...
From auto_refresh_servers and auto_refresh_help to auto_refresh_description.
2019-09-25 23:09:42 +02:00
TimZ99
5d668b7882
Fixed auto-refresh
...
Fixes #772 .
2019-09-25 23:08:05 +02:00
Jonne Haß
d62df0b34e
Fix pushover_status checkbox population from current config ( #777 )
2019-09-25 21:35:52 +02:00
TimZ99
1b0d86b361
Corrected query
...
Fixes #781 .
2019-09-24 18:23:57 +02:00