Slawomir Boczek
0ea247ce7e
Feature/plugins versions check ( #310 )
...
* Check plugins versions from plugins.my-aac.org/api
* Improve plugin update check messaging
Updated the success message when checking for plugin updates to clarify the source. Added an informational message when outdated plugins are found to improve user feedback.
* Use configurable API URI for plugin updates
Replaces hardcoded plugin API URI with a configurable value from config, defaulting to the official API. Also fixes a typo in the success message.
2025-06-19 16:46:22 +02:00
slawkens
b329da52aa
Use apcu_clear_cache
2025-06-17 17:52:23 +02:00
slawkens
c720ccc451
Add missing csrf()
2025-06-15 19:35:12 +02:00
slawkens
8dc42b6544
Nothing important: just formatting
2025-06-15 19:05:47 +02:00
slawkens
29faa4f695
Add missing csrf() in success.html.twig
2025-06-15 19:03:03 +02:00
slawkens
4767120043
Update online.html.twig
2025-06-14 21:19:52 +02:00
slawkens
9a90e4aae2
Revamped online page
2025-06-14 21:12:47 +02:00
slawkens
a7efacdbac
Delete online.form, use revamped characters.form
2025-06-14 20:50:54 +02:00
slawkens
b8abc11b96
Update list.php
2025-06-14 11:33:47 +02:00
slawkens
4def6a6cae
Style
2025-06-14 10:39:45 +02:00
slawkens
e6100a1b72
New hook: HOOK_GUILDS_AFTER_MANAGE_BUTTON
2025-06-14 10:36:38 +02:00
slawkens
522f6c11d8
Add OTS_Player->isNameLocked()
2025-06-14 08:26:43 +02:00
slawkens
c074a48f24
New hook: HOOK_ACCOUNT_MANAGE_AFTER_CHARACTERS
2025-06-14 00:44:00 +02:00
slawkens
e222957893
OTS_Toolbox::getVocationName($id, $promotion);
2025-06-13 22:25:36 +02:00
slawkens
d423ddd07a
Nothing important: convert to tabs
2025-06-13 22:14:20 +02:00
slawkens
0c95bcfd06
Better $title inventing
2025-06-13 21:03:09 +02:00
slawkens
fffb427eae
Update account.generate_recovery_key.html.twig
2025-06-09 21:18:45 +02:00
slawkens
309c1fb715
Remove deprecated TinyMCE plugin - template
2025-06-09 14:24:36 +02:00
slawkens
8d29fdb98b
Set TinyMCE license key to gpl (Avoid warning message in browser console)
2025-06-09 14:24:22 +02:00
slawkens
835dda9659
Remove duplicated code - account redirect, already in account/manage
2025-06-05 19:08:53 +02:00
slawkens
dcc703b1eb
Remove optional param, make it required for few routes
2025-06-05 18:11:44 +02:00
slawkens
9d8e9d27bd
Ignore duplicated route exception
2025-06-05 18:11:31 +02:00
slawkens
de6603a513
Allow [] in character name (again), example: [God] Test
2025-06-03 16:49:45 +02:00
slawkens
dd731fd49b
Revert previous commit partially
2025-06-03 16:43:43 +02:00
slawkens
064b929841
Allow [] in character name (for :string)
2025-06-03 16:39:02 +02:00
slawkens
207d6bc691
feat: AutoLoad plugins init.php, by default disabled
2025-06-03 08:52:33 +02:00
slawkens
8fdea94376
Add globals into $hooks->executeFIlter
2025-06-03 08:39:48 +02:00
slawkens
c961a1ebf8
Two new hooks for pages loaded from database (custom pages)
...
HOOK_BEFORE_PAGE_CUSTOM,
HOOK_AFTER_PAGE_CUSTOM
2025-06-03 06:21:44 +02:00
slawkens
770ffcfc52
Fix warnings in CLI (part 2)
2025-05-29 16:10:46 +02:00
slawkens
756d94bb3e
Fix warning from CLI
2025-05-29 16:08:23 +02:00
slawkens
d8a6090be3
Add new setting/configurable: site_url, prevents domain spoofing
2025-05-29 09:27:29 +02:00
slawkens
52109f5cca
Another solution
2025-05-28 14:13:04 +02:00
slawkens
4b7b121550
Try fix workflow
2025-05-28 14:08:50 +02:00
slawkens
28886551e8
feat: Add new account coins setting
2025-05-28 13:33:36 +02:00
slawkens
7d435ff643
Add getNPCsCount
2025-05-24 11:54:00 +02:00
slawkens
ae847ff9a6
Nothing important: tabs
2025-05-24 11:51:06 +02:00
slawkens
45ef390829
Nothing important
2025-05-24 11:42:59 +02:00
slawkens
84d502bf10
Fixes regarding csrf + refactor some parts of AAC (guilds + forum)
...
Replace $account_logged->getPlayers() with getPlayersList()
$_REQUEST['todo'] -> $_REQUEST['post']
$guild_errors -> $errors
2025-05-24 11:42:42 +02:00
slawkens
e776bd52be
Forum boards admin links: csrf + refactor
2025-05-24 11:28:56 +02:00
slawkens
6e793390c6
Remove unneeded enctype="multipart/form-data"
2025-05-24 11:20:36 +02:00
slawkens
6eda38603c
Protect against csrf in more places (accounts & guilds pages)
2025-05-24 09:52:56 +02:00
slawkens
40d65a6613
OTS_ServerInfo -> set timeout out of class
...
Possibility to use the class without MyAAC
2025-05-23 16:11:57 +02:00
slawkens
43153b2b0c
Nothing important: tabs
2025-05-23 16:08:02 +02:00
slawkens
2ea549002a
Nothing important: tabs
2025-05-23 15:58:23 +02:00
slawkens
4d8f5f31ae
Update Plugins.php
2025-05-23 09:04:48 +02:00
slawkens
7d213f479a
feat: autoload install.php
2025-05-23 08:50:38 +02:00
slawkens
e574943707
feat: autoload settings.php
2025-05-23 08:39:09 +02:00
slawkens
1e9b10d648
Fix twig variables: logged + account_logged being not set directly after login
2025-05-15 19:11:20 +02:00
slawkens
3111d66df9
Fix install, where $twig is not present in tools
2025-05-14 14:09:28 +02:00
slawkens
5ed1aec28e
Add db variable to twig
2025-05-14 13:37:23 +02:00