slawkens
8d78e7090d
Better gallery
...
Replaced complex gallery with simple script
Slideshow loaded from images/gallery folder
Credits: https://www.w3schools.com/howto/howto_js_slideshow.asp
2026-01-31 17:42:59 +01:00
slawkens
fd457b2fe8
Merge branch 'main' into develop
2026-01-31 16:01:46 +01:00
slawkens
108e83806d
Settings: Custom HTML for <head> and <body>
2026-01-31 16:01:34 +01:00
slawkens
85e8d4d9af
Merge branch 'main' into develop
2026-01-31 15:50:08 +01:00
slawkens
9d6287ecbc
Settings: Use current year for the footer, instead of predefined one
2026-01-31 15:49:25 +01:00
slawkens
16f4cdf40a
Merge branch 'main' into develop
2026-01-31 15:36:45 +01:00
slawkens
9fa9ec746c
Add give:admin Command
...
Usage: php aac give:admin slawkens@gmail.com
Parameter: account email, name or id
2026-01-31 15:29:48 +01:00
slawkens
3e7ee12676
Update news.html.twig
2026-01-31 15:07:49 +01:00
slawkens
b435a2fba4
Update CHANGELOG-2.x.md
2026-01-31 12:37:50 +01:00
slawkens
d91de1005b
Merge branch 'main' into develop
2026-01-31 12:31:02 +01:00
slawkens
88ea9ceee1
Create AccountBan.php
2026-01-31 12:30:07 +01:00
slawkens
a92428287d
Migration: 49 - Fix get proper account id for samples
2026-01-31 12:12:32 +01:00
slawkens
c753feeeb0
Update CHANGELOG-1.x.md
v1.8.8
2026-01-31 11:55:22 +01:00
slawkens
9c8a78a386
Merge branch 'main' into develop
2026-01-31 11:46:03 +01:00
slawkens
e33e86053d
Update CHANGELOG-1.x.md
2026-01-31 11:42:40 +01:00
slawkens
6db738a87c
Forum: Fix XSS in board name
2026-01-31 11:40:58 +01:00
slawkens
e52d9e486f
Fix XSS in forum board name
2026-01-31 11:34:24 +01:00
slawkens
6859b86f28
Release v1.8.8
2026-01-31 11:23:33 +01:00
dependabot[bot]
c472d5e473
Bump lodash from 4.17.21 to 4.17.23 ( #350 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-31 10:21:00 +01:00
slawkens
e8b47429e8
Fix post_edit being an author, didn't worked
2026-01-30 22:23:57 +01:00
slawkens
ff4b15ad1d
Merge branch 'main' into develop
2026-01-30 16:43:48 +01:00
slawkens
c2415e9df3
Settings: Fix variable overlapping if same var name as in core
...
Example: Plugin has setting key named "env". The same key exist in core. It would falsely get value from core, instead of the plugin
2026-01-30 16:41:31 +01:00
slawkens
eaa8d9346e
Fix migration 49.php when there is no session
2026-01-29 20:44:28 +01:00
slawkens
3e2d4d6686
Merge branch 'main' into develop
2026-01-28 21:59:46 +01:00
slawkens
5e4806f891
Twig: Extract renderInline(content, context) as method to $twig
2026-01-28 21:59:31 +01:00
slawkens
8dcbb66753
Settings: fix show_if for selects
2026-01-28 21:14:52 +01:00
slawkens
87509ffe16
Refactor OTS_Account save(), fixing premium days on canary
2026-01-21 22:31:13 +01:00
slawkens
8d7c36e3eb
Merge branch 'main' into develop
2026-01-21 20:31:48 +01:00
dependabot[bot]
7916cfa85f
Bump qs and @cypress/request ( #349 )
...
Bumps [qs](https://github.com/ljharb/qs ) and [@cypress/request](https://github.com/cypress-io/request ). These dependencies needed to be updated together.
Updates `qs` from 6.14.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1 )
Updates `@cypress/request` from 3.0.8 to 3.0.10
- [Release notes](https://github.com/cypress-io/request/releases )
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/request/compare/v3.0.8...v3.0.10 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
- dependency-name: "@cypress/request"
dependency-version: 3.0.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 20:30:41 +01:00
slawkens
21e6812cf2
Fix phpstan php version matrix
2026-01-21 20:26:08 +01:00
slawkens
1edb4743fe
Fix phpstan php version matrix
2026-01-21 20:20:55 +01:00
slawkens
e3efbdc5a8
Add php 8.5 to phpstan workflow
2026-01-17 19:34:48 +01:00
slawkens
d4cc47e341
Add tfs-0.3 to github workflow cypress
2026-01-17 19:21:50 +01:00
Slawomir Boczek
5040a93031
Feature/refactor account lost ( #326 )
...
* [WIP] Account Lost refactor
* [WIP] Refactor account/lost
* Update form.html.twig
* Use myaac-table class for tables
* Set $title to 'Lost Account'
* Remove duplicated code - extract lostAccountCooldown function
* [WIP] Add csrfProtect()
* Refactor code, better $error messages
* Formatting
* Refactor
Add missing password check
Formatting
* [WIP] Refactor
* [WIP] Refactor account lost
* [WIP] Refactor account lost - fixes
* [WIP] Account lost refactor
* Fixes
* Add account lost hooks for password strength plugin
2026-01-17 18:59:01 +01:00
slawkens
173b1ace88
Update CHANGELOG-2.x.md
2026-01-17 00:19:35 +01:00
Slawomir Boczek
276aa600e2
Feature/ots player rewrite ( #348 )
...
* [WIP] Rewrite OTS_Player class
* Fix exception on load a non existing player
* Fix for servers that don't have the cap & conditions columns
* Fix created column on player save
* Update OTS_Player.php
* Add Monk Sample + fixes
* Move FAQ creation to import_base_data + cleanup
2026-01-16 23:18:03 +01:00
slawkens
8103f5e70f
Merge branch 'main' into develop
2026-01-15 21:47:07 +01:00
slawkens
6661c78dac
Remove html tags from email function
...
Not supported by many clients
2026-01-15 21:46:55 +01:00
slawkens
8632cd3191
Add setting core.vocations for backward compatibility
2026-01-14 19:44:56 +01:00
slawkens
8b6f160a0f
Fix php cache get return type
2026-01-12 18:59:51 +01:00
slawkens
a60a23b84f
(from 0.8) Patch missing change-comment hooks
2026-01-07 22:33:28 +01:00
slawkens
f640ca636f
Fix player link in the forum thread (When outfits enabled)
2026-01-06 21:26:44 +01:00
slawkens
5b841682cd
Account Manage: Change last login to correct login time
...
Instead of just "now"
2026-01-04 19:48:30 +01:00
slawkens
c3036e7d49
Don't show account name for server that don't have it
...
Admin Panel -> Accounts Editor
2026-01-04 16:22:07 +01:00
slawkens
0c4edf625c
Fix for servers with promotion column (mostly tfs 0.3+)
2026-01-04 15:30:23 +01:00
slawkens
c28dc29391
Use develop branch for github workflows
2026-01-04 13:33:44 +01:00
slawkens
2db4f6a57b
Update online.html.twig
2026-01-04 13:19:58 +01:00
slawkens
9bfd0242af
Make vocation a bit smaller
...
To fit into the theme
2026-01-04 13:18:09 +01:00
slawkens
3ea2b68561
Update CHANGELOG-2.x.md
2026-01-04 13:17:03 +01:00
Slawomir Boczek
dcdaa5ef43
Feature/get top players skills ( #347 )
...
* Add skills to getTopPlayers
* Add example top-5
* Extract getSkillIdByName($name)
2026-01-04 13:13:38 +01:00