Commit Graph

666 Commits

Author SHA1 Message Date
jerome 7d06195992 spelling mistake 2014-03-24 03:12:04 +01:00
jerome 1ed97fa3b2 Server History Controller 2014-03-24 02:29:22 +01:00
Pepijn Over 640645ac68 adding date format to last_check 2014-03-23 22:52:46 +01:00
jerome ae2b4700a7 Bad Status last online value. 2014-03-22 03:48:26 +01:00
jerome 28e7c4ba90 Change to prevent javascript single line object definition to be removed by template.Display(). 2014-03-21 20:23:47 +01:00
Pepijn Over c045dcbb51 Moving install to its own module, somehow makes more sense 2014-03-21 13:48:26 +01:00
Pepijn Over f7f7491f85 issue #1: fixing validation of sever fields 2014-03-20 01:24:50 +01:00
Pepijn Over e880aab22a dont attempt to log user in on install 2014-03-18 23:28:42 +01:00
Pepijn Over 086aa41d0c adding user explanation message 2014-03-18 23:19:32 +01:00
Pepijn Over 378e7037f0 adding gitattributes file for export excludes
fixing call-time pass-by-reference error in Inetworx class

removing header from config.php.sample and removing PSM_CONFIG constant
(not really necessary)

adding Makefile for easy exporting releases
2014-03-18 22:09:44 +01:00
Pepijn Over b097ef2a46 Merge branch 'develop' of github.com:phpservermon/phpservermon into develop 2014-03-16 02:10:02 +01:00
Pepijn Over c47c33c0eb restricting server list for regular users, moving user-server relations
to own table
2014-03-16 02:04:49 +01:00
Pep 5eda9ddf2b Merge pull request #26 from Lauraly-com/develop
Develop
2014-03-15 22:46:17 +01:00
Pepijn Over d625dafa9e changing menu order, fixing subtitles 2014-03-15 22:41:40 +01:00
Pepijn Over 130a000cda restricting server edit/add/delete to admins only 2014-03-15 22:38:17 +01:00
jerome 1dca9bd01a Better french translation 2014-03-15 22:33:01 +01:00
jerome 464506b1bf Better french translation 2014-03-15 22:27:26 +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 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
Plamen Vasilev bd51953d25 Update bg.lang.php
Fixed some grammatical errors. :)
2014-03-14 11:29:36 +02:00
Plamen Vasilev 7466a1fae4 Update bg.lang.php
Translate SMTP section
2014-03-14 08:44:05 +02:00
Pepijn Over 21a0bce8a7 fixing string search for website with compression on 2014-03-13 20:28:32 +01:00
Pepijn Over ce47a45c6f Fixing bulgarian language header and adding to other language files 2014-03-13 19:46:17 +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
Perri 9100ae2412 Correct comments 2014-02-27 00:59:43 +00:00
Perri 7a91b8a3f3 Add database functions and upgrade queries for uptime logging feature 2014-02-26 21:06:33 +00: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 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 0f7f6f011d Changing project url to http://www.phpservermonitor.org/ 2014-02-10 23:48:43 +01: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 a4ff02aacf fixing new config after install (was missing PSM_CONFIG constant) 2014-02-08 21:57:27 +01:00
Pepijn Over 377e3e485a fixing status label in top menu 2014-02-08 21:56:15 +01:00
Pepijn Over d6ff7bfbda fixing logging status records 2014-02-08 21:53:50 +01:00
Pepijn Over 17c7f3b3c3 issue #9: adding check to prevent cronjob from running multiple times 2014-02-08 21:16:41 +01:00
Pepijn Over 10f9d666d2 adding psm_update_conf() function 2014-02-08 21:03:10 +01:00
Pepijn Over 947923c5d6 Adding regex support to search for patterns in the website body, thanks
to Paul Feakins.
2014-02-08 20:14:49 +01:00
Pepijn Over 6e19063972 Adding new install mode with upgrade support. Config file has been moved
one more (and last..) time so its back in the root directory.
2014-02-08 18:40:22 +01:00
Pepijn Over 6075bc80ab Changing Database service to accept custom db info in construct, no
longer solely relying on config constants
2014-02-08 18:35:49 +01:00
Pepijn Over 90b1ba5705 Overhauling the module part, the way the actions are processed (see
setActions()), automatic method detection for these actions and some
more.
2014-01-29 00:57:36 +01:00
Pepijn Over 355daae51c adding @since tag to Marketer text class 2014-01-21 23:36:18 +01:00
Pepijn Over fc54c909fc Moving status updater to own namespace 2014-01-21 23:22:33 +01:00
Pepijn Over 59ec03f974 Adding "Service" namespace under psm and moving database + template handlers 2014-01-21 22:50:36 +01:00
Pepijn Over 552187c2ab changing status page to use language file 2014-01-21 22:33:21 +01:00
Pepijn Over 3c344cba8e merging brazillian language 2014-01-21 22:28:52 +01:00
Pepijn Over 3596ff5bd8 rearranging menu: moving config behind status 2014-01-21 22:28:11 +01:00
Perri 5e57f618a3 Remove unnecessary line from comment in Textmarketer class 2014-01-12 06:02:33 +00:00
Perri cd6be42526 Add filtering to protect against XSS attacks 2014-01-12 05:34:55 +00:00
Perri 712593096a Add Textmarketer gateway 2014-01-12 05:19:14 +00:00
Perri 89ac08d65d Use correct name for constants in config 2014-01-12 01:51:45 +00:00
Pepijn Over e5567bb465 testing new folder structure, implementing namespaces, changing function prefix to match namespace. 2014-01-10 18:31:57 +01:00