Tim
36e33b3215
Removed old check
...
Removal of last admin has been fixed with 3568a570
.
2020-08-26 15:17:23 +02:00
TimZ99
e599c18f0b
Merge remote-tracking branch 'origin/develop' into feature/public_page
...
# Conflicts:
# README.rst
# config.php.sample
# src/includes/psmconfig.inc.php
# src/lang/en_US.lang.php
# src/psm/Module/User/Controller/UserController.php
# src/psm/Util/Install/Installer.php
2020-08-24 22:27:51 +02:00
TimZ99
27d9bd6a70
Only __public__ can be anonymous
2020-08-18 17:53:18 +02:00
Daniel Krusky
d0f5d18fc4
Added support for Discord using Webhooks ( #971 )
...
* Added support for Discord using Webhooks
* Bumped version
* Fixed broken upgrade
* Moved discord below Jabber
* Fixed broken comment
* Added missing translation
* Updated version
* Typo
* Moved Discord under Jabber
* Fixed icons
* Moved Webhook and discord after Jabber
Co-authored-by: Tim <TimZ99@users.noreply.github.com>
2020-08-12 21:33:44 +02:00
Malte Grosse
14f6e491cf
webhook support ( #951 )
...
* added webhook support
* Added missing upgrade lines
* Removed todo
* Removed linebreak
* Moved webhook below Jabber
* Fixed description not showing
* Moved webhook below jabber
* Indentation and table name fix
* Bumped version
* Fixed “header already sent” error
Co-authored-by: TimZ99 <TimZ99@users.noreply.github.com>
2020-08-12 19:27:13 +02:00
Petr Suchy
af5334a073
Jabber (XMPP) notifications ( #852 )
...
Added Jabber/XMPP notifications.
Closes #829 .
2020-04-19 15:31:40 +02:00
TimZ99
c6e53b9a6f
Added missing pushover and telegram description
2020-02-09 19:48:07 +01:00
Nayef Alebrahim
3568a5700b
Fixed removing and demoting last admin ( #841 )
...
Fixes #824 .
Co-authored-by: Tim <TimZ99@users.noreply.github.com>
2020-02-04 16:16:30 +01:00
TimZ99
2c51ad12f7
Implementing the PSR12 standard
...
Using PHPCS and PHPSBF.
2019-12-11 21:27:04 +01:00
TimZ99
030b2b3c2f
Prevented removal of last admin
...
Fixes #687 .
2019-10-10 00:03:56 +02:00
TimZ99
66996f0c73
Removed forgotten debug code
2019-05-22 00:32:54 +02:00
TimZ99
5d81d560e6
Improved table readability
...
Fixes #736 .
2019-05-21 21:02:19 +02:00
TimZ99
86c0a5864b
Added server_id as id - Fixes #738
2019-05-21 17:13:59 +02:00
TimZ99
6c14709d7c
Updated default template
...
Fixes #685 .
- Updated to Bootstrap V4.
- Changed jqPlot to Chart.js.
- Updated jQuery to the V3.
- Changed Bootstrap Multiselect to Bootstrap-select.
2019-02-08 15:51:56 +01:00
Tim
170cecf8fe
Changed server order ( #635 )
2018-09-04 01:19:25 +02:00
TimZ99
e2c424e167
Spacing, indentation and braces
...
Co-Authored-By: Scrutinizer Auto-Fixer <auto-fixes@scrutinizer-ci.com>
2018-07-12 17:31:00 +02:00
TimZ99
a05d36d5f6
Corrected typos & removed unused code
...
Removed unused data from query.
Fixed a few typos.
2018-07-12 17:31:00 +02:00
Matthias Wirtz
1bd14995fb
Update several dependencies (frontend & backend) ( #571 )
...
Closes #568 .
Updates Composer packages No longer supporting outdated PHP Versions, Update Dome Frontend assets, fix php notices and warnings popping Up when run in debug Mode...
2018-04-09 19:34:06 +02:00
Matthias Wirtz
08eb9a55f7
Fix method declaration error in PHP7.2 ( #541 )
2018-03-27 23:36:11 +02:00
Tim
6eda990ed0
Added support for Telegram ( #554 )
...
Added support for Telegram. Notifications can be received in private chat or in groupchat.
This will close #389 and is a preview of what's coming next (#459 ) 😉 .
2018-03-27 23:36:09 +02:00
Pepijn Over
32e018b6bb
preparing for 3.2.0 release
2018-03-27 23:24:25 +02:00
Pepijn Over
98faef1b06
fixes #237 : adding CSRF token to all forms and requires now on POST
2016-01-31 00:24:37 +01:00
Pepijn Over
ffd9cfc6c8
[refactoring] renaming initialize() and initializeAction() methods to run() to correspond with router naming
2015-02-27 17:11:37 +01:00
Pepijn Over
8505a34292
[event] adding experimental support for user events
2015-02-27 17:06:22 +01:00
Pepijn Over
1123603f64
[refactoring] PSR-4 support through composer, mass-renaming all *.class.php to *.php to adhere to PSR-4
2015-02-27 15:18:37 +01:00