Commit Graph

340 Commits

Author SHA1 Message Date
Yigit Kerem Oktay 96f79ee725 Revert "Merge pull request #135 from server-status-project/master"
This reverts commit 8d571547f5, reversing
changes made to e96df7015e.
2020-11-05 16:54:04 +03:00
Yiğit Kerem Oktay 8d571547f5
Merge pull request #135 from server-status-project/master
Merge new updates
2020-11-05 16:52:24 +03:00
Yigit Kerem Oktay 46c0b55779 Revert "Merge branch 'dev' into master"
This reverts commit 18b89e8c35, reversing
changes made to 81132e9ccf.
2020-11-05 16:51:43 +03:00
Yiğit Kerem Oktay 18b89e8c35
Merge branch 'dev' into master 2020-11-05 16:50:05 +03:00
Yiğit Kerem Oktay e96df7015e
Merge pull request #131 from thnilsen/dev
Initial code for front-end categorization status view
2020-10-14 23:06:53 +03:00
Thomas Nilsen 505d802c2e
Merge pull request #4 from yigitkeremoktay/patch-1
Fix a UI bug
2020-10-14 21:40:14 +02:00
Yiğit Kerem Oktay 3edfd9dbe2
Fix a UI bug 2020-10-14 22:30:12 +03:00
thnilsen 887a197033 Initial code for front-end categorization status view 2020-10-14 19:54:32 +02:00
Vojtěch Sajdl 81132e9ccf
Merge pull request #129 from kim3-sudo/patch-1
Fix PHP syntax error
2020-10-05 23:55:36 +02:00
Sejin Kim af62f9f49d
Fix PHP syntax error
Added a semicolon that allows fresh installations on *NIX to work properly with PHP 7.2+
2020-10-05 17:34:27 -04:00
Yiğit Kerem Oktay e2b331a039
Fixback 2020-10-02 08:58:07 +03:00
Yiğit Kerem Oktay 671004579c
Update incident.php 2020-10-01 16:35:32 +03:00
thnilsen 93d1491aac Add functionality to services in backend.
- Add functionallity to categorize a one or more services under one
  service group. Partial fix for #7 and #90. (Frontend code to be done)
- Add description field to service to be displayed as a help text
  on front page. Partial fix for #51 (Frontend code to be done)
2020-09-27 14:01:54 +02:00
Yiğit Kerem Oktay 38fcabdbb4
Update stale.yml 2020-09-12 16:41:36 +03:00
Vojtěch Sajdl f7ad9ac6b1
Create stale.yml 2020-09-09 13:20:05 +02:00
Vojtěch Sajdl 9963e1f834
Merge pull request #126 from Nothing4You/fix-head.php
fix head.php: comment wasn't part of of a php block
2020-09-01 09:39:18 +02:00
Richard Schwab ff06a320b0 fix head.php: comment wasn't part of of a php block 2020-09-01 08:28:31 +02:00
Yiğit Kerem Oktay 3c540496d4
Update template.php 2020-08-30 22:03:42 +03:00
Yiğit Kerem Oktay e09d02cf2e
Update and rename head.txt to head.php 2020-08-30 22:03:09 +03:00
Vojtěch Sajdl 14015d4666
Update README.md 2020-08-30 09:19:46 +02:00
Yiğit Kerem Oktay 48b9cbbc82
Update README.md 2020-08-27 16:43:41 +03:00
Yiğit Kerem Oktay b3a1bfeb0e Update issue templates 2020-08-24 23:04:14 +03:00
Yiğit Kerem Oktay 1573b062b5
Update README.md 2020-08-24 22:46:31 +03:00
Yiğit Kerem Oktay 86a36e3832
Update versionfile for beta 8 2020-08-24 22:43:09 +03:00
Yiğit Kerem Oktay 5618b57e2b
Merge pull request #123 from yigitkeremoktay/master
Version 2  - Migrate Settings to DB -- Add Telegram and Email Subscription Support
2020-08-24 22:38:08 +03:00
Yiğit Kerem Oktay 95f4fc5a41
Add support for additional code after head tag 2020-08-24 16:24:05 +03:00
Yiğit Kerem Oktay 8b2c664f36
Add support for custom code 2020-08-24 16:20:04 +03:00
Yiğit Kerem Oktay 5d99ed7ccb
Merge pull request #3 from thnilsen1/move_config_options
Removed Telegram and email notification setup from install routine.
2020-08-21 12:22:37 +03:00
Thomas Nilsen a2e0cab819 Update to read relevant options from DB 2020-08-20 23:42:29 +02:00
Thomas Nilsen 78bb717b0d Updated install with new db options 2020-08-20 23:40:20 +02:00
Thomas Nilsen 46dbbd35d5 Moved notification settings to db.
The following define() are now loaded via the db class:

- SUBSCRIBE_TELEGRAM
- SUBSCRIBE_EMAIL
- TG_BOT_API_TOKEN
- TG_BOT_USERNAME
- GOOGLE_RECAPTCHA
- GOOGLE_RECAPTCHA_SITEKEY
- GOOGLE_RECAPTCHA_SECRET
- PHP_MAILER
- PHP_MAILER_PATH
- PHP_MAILER_SMTP
- PHP_MAILER_HOST
- PHP_MAILER_PORT
- PHP_MAILER_SECURE
- PHP_MAILER_USER
- PHP_MAILER_PASS
- CRON_SERVER_IP
2020-08-20 23:27:41 +02:00
Thomas Nilsen 3c6f2f272c Added getBooleanSetting and updateSetting functions 2020-08-20 23:16:20 +02:00
Thomas Nilsen c84f985d01 Fix bug with misspelt function update_notification_retries 2020-08-20 23:11:42 +02:00
Thomas Nilsen 23dc109764 Removed Telegram and email notification setup from install routine.
In prepearing to move the config.php options to db options, the following config
options have been removed from config.php

- SUBSCRIBE_TELEGRAM
- SUBSCRIBE_EMAIL
- TG_BOT_API_TOKEN
- TG_BOT_USERNAME
- GOOGLE_RECAPTCHA
- GOOGLE_RECAPTCHA_SITEKEY
- GOOGLE_RECAPTCHA_SECRET
- PHP_MAILER
- PHP_MAILER_PATH
- PHP_MAILER_SMTP
- PHP_MAILER_HOST
- PHP_MAILER_PORT
- PHP_MAILER_SECURE
- PHP_MAILER_USER
- PHP_MAILER_PASS
- CRON_SERVER_IP
2020-08-19 23:24:32 +02:00
Yiğit Kerem Oktay 5a275f32d5
Update README.md 2020-08-17 18:11:45 +03:00
Yiğit Kerem Oktay adb2fe9e99
Update README.md 2020-08-17 18:11:17 +03:00
Yiğit Kerem Oktay 6858223daf
This file is functional now 2020-08-17 18:08:58 +03:00
Yiğit Kerem Oktay dc1cf2691c
Fix toggle 2020-08-17 18:00:13 +03:00
Yiğit Kerem Oktay 1539375b39
Update options.php 2020-08-17 17:39:39 +03:00
Yiğit Kerem Oktay e419dc31e6
that's better 2020-08-17 17:32:05 +03:00
Yiğit Kerem Oktay 675662db12
Add something pretty required 2020-08-17 17:31:22 +03:00
Yiğit Kerem Oktay 0e1a563449
Fixed it now 2020-08-17 17:23:58 +03:00
Yiğit Kerem Oktay b164d66df5
another attempt 2020-08-17 17:20:43 +03:00
Yiğit Kerem Oktay 8a91605869
try a fix 2020-08-17 17:18:46 +03:00
Yiğit Kerem Oktay 990462cece
Add new functionality 2020-08-17 17:14:47 +03:00
Yiğit Kerem Oktay 3b4fe3f27c
Fix tpyo 2020-08-17 17:08:35 +03:00
Yiğit Kerem Oktay 51895e3a66
Test new toggle function 2020-08-17 17:01:52 +03:00
Yiğit Kerem Oktay 46e5af20b9
Add function render_toggle 2020-08-17 17:00:20 +03:00
Yiğit Kerem Oktay a07ee2131a
add options to index 2020-08-17 16:54:12 +03:00
Yiğit Kerem Oktay 169b165b5d
Create options.php 2020-08-17 16:52:20 +03:00