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
dca904e61d
Add missing csrf()
2025-06-15 19:05:19 +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
ba4ed6a04b
Add LabelV120, LabelV150, LabelV200
2025-06-14 20:52:38 +02:00
slawkens
a7efacdbac
Delete online.form, use revamped characters.form
2025-06-14 20:50:54 +02:00
Goosey
577037becc
fix: boostedcreatures for 13.40 ( #307 )
...
* boostedcreatures fix for 13.40
Fixes the boosted boss/creature display on the login page for 13.40 running the default cipsoft client.
* Adjust version
---------
Co-authored-by: slawkens <slawkens@gmail.com>
2025-06-14 15:58:08 +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
00c3635c5f
Add $config['site']['serverPath'] for better compatibility with Gesior
2025-06-14 00:59:10 +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
4d4f7759d3
Update visitors.php
2025-06-13 21:31:04 +02:00
slawkens
9510640ba9
Ignore empty values
2025-06-13 21:25:13 +02:00
slawkens
98b13c91a4
Update notice about how to enable Visitors Counter
2025-06-13 21:24:52 +02:00
slawkens
0c95bcfd06
Better $title inventing
2025-06-13 21:03:09 +02:00
slawkens
524e982a0e
Release v1.6.1
v1.6.1
2025-06-11 05:51:39 +02:00
slawkens
fffb427eae
Update account.generate_recovery_key.html.twig
2025-06-09 21:18:45 +02:00
slawkens
10cd71a663
Add missing csrf() into account manage actions
2025-06-09 21:18:42 +02:00
slawkens
0812fe025d
Update settings_save.php
2025-06-09 21:14:44 +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
f782850307
Move counter & visitors code before router
...
In case someone wants to include that info on page
2025-06-06 22:10:13 +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
db09980de1
Start v1.6.1-dev
2025-06-03 22:57:33 +02:00
slawkens
2dba778167
Update example.json
2025-06-03 18:38:02 +02:00
slawkens
ce2af2bb7a
Update CHANGELOG-1.x.md
v1.6
2025-06-03 17:33:17 +02:00
slawkens
dc839abfbb
Release v1.6
2025-06-03 16:59:55 +02:00
slawkens
01d49692ed
Update CHANGELOG-1.x.md
2025-06-03 16:59:20 +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
c61747dc75
Update coins.html.twig
2025-06-03 10:17:08 +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
6e0f591383
Do not allow access to tools/ folder after install
2025-05-29 12:22:16 +02:00
slawkens
fb91281140
Fix phpstan workflow
2025-05-29 09:35:20 +02:00
slawkens
d8a6090be3
Add new setting/configurable: site_url, prevents domain spoofing
2025-05-29 09:27:29 +02:00