Commit Graph

355 Commits

Author SHA1 Message Date
Yiğit Kerem Oktay affe264d58
Update README.md 2020-08-16 22:47:49 +03:00
Yiğit Kerem Oktay 6f52ea6553
Update README.md 2020-08-16 22:47:27 +03:00
Yiğit Kerem Oktay 1603f0e103
Update README.md 2020-08-16 22:47:01 +03:00
Yiğit Kerem Oktay 49765e1a3e
Update versionfile 2020-08-16 22:35:52 +03:00
Yiğit Kerem Oktay e987d77ed7
Get Settings from the db 2020-08-16 22:34:59 +03:00
Yiğit Kerem Oktay 88ba637891
Move creation of the db class 2020-08-16 22:31:33 +03:00
Yiğit Kerem Oktay 7c83e0007f
Remove debug lines 2020-08-16 22:29:42 +03:00
Yiğit Kerem Oktay 9c6813cff6
Move settings to database 2020-08-16 22:29:04 +03:00
Yiğit Kerem Oktay 3ee8f8ace5
Remove white space 2020-08-16 22:21:20 +03:00
Yiğit Kerem Oktay 23b7d83a45
Fix typo 2020-08-16 22:16:45 +03:00
Yiğit Kerem Oktay d041c9b58f
Remove non required line 2020-08-16 22:15:06 +03:00
Yiğit Kerem Oktay 0fa6794cdc
Add " symbol 2020-08-16 22:08:13 +03:00
Yiğit Kerem Oktay f6cd9202bd
Create versionfile 2020-08-16 21:55:31 +03:00
Yiğit Kerem Oktay cd0147e319
Implement version check 2020-08-16 21:55:01 +03:00
Yiğit Kerem Oktay 13288ecb4f
Add version check 2020-08-16 21:50:17 +03:00
Yiğit Kerem Oktay 730bff07af
Delete workflows 2020-08-16 21:45:41 +03:00
Yiğit Kerem Oktay d2c0808f52
Use object oriented
Use object oriented mysql class for db functions
2020-08-16 21:44:36 +03:00
Yigit Kerem Oktay 0825daa570 Fix a graphical issue 2020-08-15 20:47:36 +03:00
Yiğit Kerem Oktay df2186c795
Create php.yml 2020-08-15 23:11:09 +03:00
Yiğit Kerem Oktay 6854dcb638
Merge pull request #2 from thnilsen/subscription2_dev
Fix bug notifications not being sent.
2020-08-15 23:08:16 +03:00
thnilsen ea582aeed6 Fix bug notifications not being sent.
The code to handle sending of notification was missing. This change
makes two different options available on how notifications will be
handled which will be controlled by CRON_SERVER_IP config option.

 - If CRON_SERVER_IP is set, the server with the given IP should
   call URL ../admin/?task=cron every x minutes. If the config
   is left empty, the notification will be called once the
   incident has  been saved. (The latter meothod might cause
   server timeout if there are large numbers of subscribers!)

Other minor changes:

 - Removed old commented code

 - Removed call to syslog used for debugging
2020-08-15 21:09:57 +02:00
Yiğit Kerem Oktay 83841a4726
Add necessary info to readme 2020-08-15 20:25:42 +03:00
Yiğit Kerem Oktay 9decc6a7a9
Include db class in setup 2020-08-15 20:24:39 +03:00
Yiğit Kerem Oktay 2f544eace2
Include db class 2020-08-15 20:23:23 +03:00
Yiğit Kerem Oktay 489c745609
Create settings table 2020-08-15 20:22:36 +03:00
Yiğit Kerem Oktay 1c8aea09b3
Added db class 2020-08-15 20:21:19 +03:00
Yiğit Kerem Oktay 9af0207549
Hide subscribe buttons 2020-08-15 20:19:06 +03:00
Yiğit Kerem Oktay 5739794799
Fix broken logo on install 2020-08-15 20:17:27 +03:00
Yiğit Kerem Oktay 04c941257a
Merge pull request #1 from thnilsen/subscription2_dev
Subscription2 dev
2020-08-15 19:54:00 +03:00
Thomas Nilsen 8d31ec7f7c Merge branch 'master' into subscription2_dev
Fix Subscriber CSS issue
2020-08-15 18:48:41 +02:00
Vojtěch Sajdl eecde5f23a
Merge pull request #121 from yigitkeremoktay/patch-4
Fix contributors link
2020-08-15 15:15:55 +02:00
Yiğit Kerem Oktay 12e6fd693f
Fix contributors link 2020-08-14 22:36:50 +03:00
Vojtěch Sajdl 0b16909899
Merge pull request #120 from yigitkeremoktay/patch-3
Fix a major issue
2020-08-14 20:54:47 +02:00
Vojtěch Sajdl 9f2e2db846
Merge pull request #118 from yigitkeremoktay/patch-1
Fix back https://github.com/Pryx/server-status/pull/106
2020-08-14 20:52:19 +02:00
Yiğit Kerem Oktay 7fceaf75d2
Fix a major issue
Makes this file functional.
2020-08-14 21:47:50 +03:00
Yiğit Kerem Oktay 0e78c04594
Fix back https://github.com/Pryx/server-status/pull/106
https://github.com/Pryx/server-status/pull/106 was reverted back via another PR  this fixes it back again
2020-08-14 21:07:05 +03:00
Vojtěch Sajdl 96bf232ec5
Merge pull request #115 from yigitkeremoktay/patch-1
Çeviriler Güncellendi
2020-08-14 19:48:45 +02:00
Vojtěch Sajdl f3aca0c172
Merge pull request #117 from yigitkeremoktay/patch-4
Some Graphical Improvements
2020-08-14 19:47:33 +02:00
Vojtěch Sajdl d9f0587e88
Merge pull request #116 from yigitkeremoktay/patch-3
Added Example Sites and Install Guide
2020-08-14 19:46:18 +02:00
Yiğit Kerem Oktay c6be6cb561
Add fix for language issue 2020-08-14 20:27:38 +03:00
Yiğit Kerem Oktay 10b485418c
Fix a bug caused copyright to go blank 2020-08-14 20:15:39 +03:00
Yiğit Kerem Oktay 2d10e18453
Missing Commit Added (Manual Merge 5) 2020-08-14 20:14:23 +03:00
Yiğit Kerem Oktay 0dd6c5edaf
Manual Merge 4 2020-08-14 20:07:00 +03:00
Yiğit Kerem Oktay 7d4aaf9948
Manual Merge Step 3 2020-08-14 20:05:34 +03:00
Yiğit Kerem Oktay d99e754647
Manual Merge Step 2 2020-08-14 20:04:49 +03:00
Yiğit Kerem Oktay f785d56b78
Manual Merge of PR 114 STEP 1 2020-08-14 20:02:42 +03:00
Yiğit Kerem Oktay 28431cc240
Added required definitions 2020-08-14 19:52:18 +03:00
Yiğit Kerem Oktay 7585a0d650
Logo size issue fixed 2020-08-14 19:50:56 +03:00
Yiğit Kerem Oktay 70c8a4fa0f
Add support for custom logo 2020-08-14 19:46:48 +03:00
Yiğit Kerem Oktay 17a6115aab
Some Graphical Improvements 2020-08-14 19:37:16 +03:00