Pepijn Over
|
130a000cda
|
restricting server edit/add/delete to admins only
|
2014-03-15 22:38:17 +01:00 |
Pepijn Over
|
51cefd6cd6
|
changing access level of config to admin
|
2014-03-15 21:49:37 +01:00 |
Pepijn Over
|
b45e3699d4
|
issue #11: adding profile page
|
2014-03-15 21:47:55 +01:00 |
Pepijn Over
|
416eff8875
|
fixing bug that causes user password to be reset after edit
|
2014-03-15 13:02:47 +01:00 |
Pepijn Over
|
ce64ec6bc3
|
psm_build_url(): only add https for port 443, http for the rest
|
2014-03-15 01:46:14 +01:00 |
Pepijn Over
|
db73e9bb4b
|
introducing a router and controllers to allow more submodules in the
future and more structured way of loading modules
|
2014-03-15 00:35:35 +01:00 |
Pepijn Over
|
59eddd9380
|
adding upgrade message for 2.1 upgrades
|
2014-03-14 21:32:09 +01:00 |
Pepijn Over
|
48f9ce168d
|
Merge branch 'develop' of github.com:phpservermon/phpservermon into develop
|
2014-03-14 19:47:47 +01:00 |
Pepijn Over
|
6be84f3449
|
fix for issue #12, status was not saved to uptime table
|
2014-03-14 19:36:56 +01:00 |
Pepijn Over
|
d32eafe9ec
|
changing uptime table to servers_uptime, adding primary key and fixing
install sql for it
|
2014-03-14 19:26:25 +01:00 |
Pepijn Over
|
26f8fedffe
|
issue #11: adding login module, adding user authentication to user
module
issue #11: adding user authentication to installer
|
2014-03-14 18:53:03 +01:00 |
Pepijn Over
|
f8f3b38708
|
adding new psm_build_url() function to create clean urls with params
|
2014-03-14 15:12:00 +01:00 |
Pepijn Over
|
bd016caf13
|
removing .htaccess examples
|
2014-03-14 15:07:53 +01:00 |
Pep
|
a2ec64c590
|
Merge pull request #24 from PVasileff/patch-4
Update bg.lang.php
|
2014-03-14 11:32:15 +01:00 |
Plamen Vasilev
|
bd51953d25
|
Update bg.lang.php
Fixed some grammatical errors. :)
|
2014-03-14 11:29:36 +02:00 |
Pep
|
f3df3091cf
|
Merge pull request #23 from PVasileff/patch-3
Update bg.lang.php
|
2014-03-14 10:02:20 +01:00 |
Plamen Vasilev
|
7466a1fae4
|
Update bg.lang.php
Translate SMTP section
|
2014-03-14 08:44:05 +02:00 |
Pepijn Over
|
33ce3d11da
|
adding bulgarian translation to credits file
|
2014-03-14 01:31:02 +01:00 |
Pepijn Over
|
21a0bce8a7
|
fixing string search for website with compression on
|
2014-03-13 20:28:32 +01:00 |
Pepijn Over
|
5cfa6d8a57
|
minor docs update
|
2014-03-13 20:21:18 +01:00 |
Pepijn Over
|
217d5e04b6
|
Readme update: adding contributing, moving language stuff to wiki
|
2014-03-13 20:16:31 +01:00 |
Pepijn Over
|
ce47a45c6f
|
Fixing bulgarian language header and adding to other language files
|
2014-03-13 19:46:17 +01:00 |
Pep
|
8e318ac829
|
Merge pull request #22 from PVasileff/patch-2
Create bg.lang.php
|
2014-03-13 17:01:40 +01:00 |
Plamen Vasilev
|
42bfdeb334
|
Create bg.lang.php
|
2014-03-13 17:49:05 +02:00 |
Pepijn Over
|
0291c017a6
|
Changing install module because we are going to need some logic for
upgrading soon. queries util is now a full installer util and executes all queries
|
2014-02-27 21:28:46 +01:00 |
Pepijn Over
|
addba0a8d3
|
bootstrap: changing version to 2.2.0-dev and adding check around the
psm_load_conf() to not load in install module
|
2014-02-27 21:27:37 +01:00 |
Pepijn Over
|
aed9df4cb6
|
Changing ID fields to unsigned and moving upgrade-specific sql queries to own method in install mod
|
2014-02-27 17:39:18 +01:00 |
Pepijn Over
|
32a6304f80
|
fixing fatal error introduced by commit 7a91b8a3f3 (missing semicolon & extra closing tag)
|
2014-02-27 17:21:12 +01:00 |
Pep
|
4f5e4d1ce2
|
Merge pull request #19 from VeoPVM/develop
Add uptime checking
|
2014-02-27 17:18:36 +01:00 |
Perri
|
9100ae2412
|
Correct comments
|
2014-02-27 00:59:43 +00:00 |
Perri
|
fafc0448bd
|
Add a couple of comments to make it clearer
|
2014-02-26 22:01:47 +00:00 |
Perri
|
71ab326ddb
|
Log uptime to database
|
2014-02-26 21:54:11 +00:00 |
Perri
|
7a91b8a3f3
|
Add database functions and upgrade queries for uptime logging feature
|
2014-02-26 21:06:33 +00:00 |
Perri Vardy-Mason
|
c1797b93ec
|
Merge pull request #4 from phpservermon/develop
Pull from upstream
|
2014-02-24 13:18:12 +00:00 |
Pepijn Over
|
f166f66f06
|
updating changelog for 302 location headers
|
2014-02-11 18:33:28 +01:00 |
Pepijn Over
|
a538f18cce
|
issue #13: follow HTTP Location header when checking websites
|
2014-02-11 18:32:03 +01:00 |
Pepijn Over
|
9484339842
|
issue #14: adding SMTP support and upgrading phpmailer
|
2014-02-11 18:16:00 +01:00 |
Pepijn Over
|
8b3c7f4ef5
|
adding id attribute to all form fields on config page because it is required for <label for="..">
|
2014-02-11 17:10:29 +01:00 |
Pepijn Over
|
d221e35f1f
|
Moving credits to own file
|
2014-02-11 17:02:04 +01:00 |
Pepijn Over
|
aa3fbc0dad
|
adding tabbed browsing to config page to allow the addition of more fields
|
2014-02-11 16:48:59 +01:00 |
Pepijn Over
|
00b15237e6
|
Updating Database service class to PDO mysql instead of mysql_* functions
|
2014-02-11 16:15:12 +01:00 |
Pepijn Over
|
fa9d6daab1
|
adding new homepage to README file
|
2014-02-10 23:57:40 +01:00 |
Pepijn Over
|
0f7f6f011d
|
Changing project url to http://www.phpservermonitor.org/
|
2014-02-10 23:48:43 +01:00 |
Perri Vardy-Mason
|
5506c3538a
|
Merge pull request #3 from phpservermon/develop
Merge from upstream
|
2014-02-10 19:40:08 +00:00 |
Pepijn Over
|
c415371e5d
|
removing option from template parser to directly load template files
into a file. its not being used and causes a file_exists() on all vars
|
2014-02-09 12:19:44 +01:00 |
Pepijn Over
|
a2272c579c
|
adding header to bootstrap file
|
2014-02-08 23:34:35 +01:00 |
Pepijn Over
|
6e57aaba22
|
Adding release date for 2.1.0 to changelog
|
2014-02-08 23:32:23 +01:00 |
Pepijn Over
|
7b8726aae1
|
removing duplicate br language file
|
2014-02-08 23:06:34 +01:00 |
Pepijn Over
|
c5fab10a9e
|
Merge branch 'develop' for v2.1.0 release
|
2014-02-08 23:00:56 +01:00 |
Pepijn Over
|
d60488d696
|
Fixing gitignore
|
2014-02-08 22:58:00 +01:00 |