Commit graph

15 commits

Author SHA1 Message Date
Sam
6f15e14392
chore: fix styleci (#3588)
Co-authored-by: Sam <samerton@users.noreply.github.com>
2025-03-29 10:50:03 +00:00
tadhgboyle
0c80570609
Enable StyleCI (#3475)
* Create StyleCI config file

* Disable `phpdoc_separation`

* Apply fixes from StyleCI (#3476)

Co-authored-by: StyleCI Bot <bot@styleci.io>

* style: styleci fixes

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Sam <samerton@users.noreply.github.com>
2024-03-09 11:19:55 +00:00
Sam
1589b76c65
Queue system (#3274)
* Add new queue system

* Amend creation of task from new

* Fix unused terms

* Prevent task returning error from running infinitely

* Run tasks in transactions

* Update gitignore and package-lock

* Use PDO helpers for transaction

* WIP convert forum post task

* Trigger forum post conversion during upgrade

* Fix task scheduling and increase forum posts converted to 50

* Rename ONE_OF to IN
2023-03-30 18:42:40 +01:00
Tadhg Boyle
60a7ceff57
Rewrite Discord group sync to use v5 Nameless-Link API (#3222)
* Rewrite Discord group sync

* fix param

* Create new endpoint for plugin to use

* wip

* wip (will work after https://github.com/NamelessMC/Nameless-Java-API/pull/61)

* wip

* Undo hardcoded version

* Style

* Style

* Style

* Fix nickname sync

* UNDO UNDO UNDO
2023-01-28 19:02:27 +01:00
Robin
9de500467e Use strict equality for null checking 2022-07-03 20:56:15 +02:00
Tadhg Boyle
307096fb54 Create and utilize HttpUtils class 2022-06-13 22:24:43 -06:00
Robin
e278348c87 Fix CLI install error, there may not be any address/proto/port
this happened when a curl error occured during minecraft uuid request, resulting it getting the IP for logging
2022-06-05 23:47:37 +02:00
Robin
61a147f2c6
Use proxy headers, properly, securely (#2688)
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
2022-05-26 22:40:11 -06:00
Tadhg Boyle
94e64c1207
Add PHPDocs to core classes for new class docs site (#2602) 2022-02-14 20:48:15 -08:00
Tadhg Boyle
c6a9f86f4d
API auth revamp (#2564) 2022-01-15 11:48:52 -08:00
Tadhg Boyle
5a7cda9608 Add warning log message when a deprecated API endpoint route alias is used 2022-01-10 11:59:53 -08:00
Tadhg
e0133a5cd5 Get PHP-CS to pass! 2021-12-07 22:14:12 -08:00
Tadhg
6d1bb0ecbb Replace double quotes with single quotes where applicable 2021-10-30 16:25:44 -07:00
Tadhg
a9c678e4d4 convert all array(...) syntax to [...] 2021-10-29 22:00:05 -07:00
Tadhg
5efb0ac5e4 rename Support to Core as per discussion 2021-10-28 09:25:19 -07:00
Renamed from core/classes/Support/Log.php (Browse further)