slawkens
35dfaa28ed
Update index.php
2025-01-09 20:57:23 +01:00
slawkens
8e501c0e9c
Shorten code with Cache::remember
2025-01-09 15:50:33 +01:00
slawkens
c52ca27126
Fix if someone deletes the default kathrine template
2025-01-09 15:41:22 +01:00
slawkens
41a3cb6f42
vendor should be accessible, cause of
2025-01-09 13:39:05 +01:00
slawkens
eb4b3ada49
Adjust post_ip to support ipv6
2025-01-09 13:10:04 +01:00
slawkens
68bdec7c18
Fix ip size
2025-01-09 13:06:33 +01:00
slawkens
8a612429b2
Use $db->insert instead of manual query
2025-01-09 13:03:55 +01:00
slawkens
16671ea40b
Fix change sex price deducted
2025-01-09 09:44:12 +01:00
slawkens
8fb643596f
Fix more XSS in forum
2025-01-08 23:22:51 +01:00
slawkens
c2b7286d20
Fix XSS in forum new_post
2025-01-08 23:13:40 +01:00
slawkens
d6c40c836a
Fix move_thread by unauthorized user
2025-01-08 22:36:49 +01:00
slawkens
99262c3ebd
Fix DataLoader Towns cache
2025-01-07 15:03:39 +01:00
slawkens
b8396d4c84
Fix for TFS 1.4.2 where conditions is NULL
2024-12-29 15:46:02 +01:00
slawkens
b0c8cf2ecd
Add $whoopsHandler as variable, can be used by other scripts
2024-12-29 15:45:33 +01:00
slawkens
da1816cc13
use https
2024-12-20 22:42:46 +01:00
slawkens
783d96fc65
Set default_socket_timeout for ipinfo.io checkup
2024-12-20 22:42:35 +01:00
slawkens
988a3f2dbe
Display created by id
2024-12-19 22:32:28 +01:00
slawkens
8e0978c1ed
Adjustments regarding accounts.id in admin panel -> Accounts editor
...
getAccountIdentityColumn() function
2024-12-19 22:32:05 +01:00
slawkens
023f1dc598
Support for accounts.id when there is no accounts.name and accounts.number
2024-12-19 21:52:05 +01:00
slawkens
ea5e1d4192
Fix IDE warning about form
2024-12-07 18:53:09 +01:00
slawkens
06188be6e1
Fix $vocs not found
2024-12-07 13:52:52 +01:00
slawkens
2c42de688a
Fixes to tibiacom menus ActiveSubmenuItem
2024-12-07 10:28:01 +01:00
slawkens
4ac56e6b15
tabs
2024-12-05 21:49:02 +01:00
slawkens
5e60249603
Update buttons.create_character.html.twig
2024-12-05 21:44:48 +01:00
slawkens
d8b6b749ee
Support for button_color (green, red, blue)
2024-12-05 21:44:06 +01:00
slawkens
c5e114d550
Update dependencies
2024-12-04 16:00:30 +01:00
slawkens
706fca8868
update phpneon
2024-12-04 15:46:07 +01:00
slawkens
65adf9ccdd
Load deprecated classes + add Cache class
2024-12-03 20:12:03 +01:00
slawkens
bc6663dc44
Fix online vocations numbers, thanks Marko999x
2024-11-25 20:28:00 +01:00
slawkens
e3ffe5d9e1
Display warning if zip extension is not installed
2024-11-23 14:29:16 +01:00
slawkens
c0a66037e0
Fix column not found - hidden/hide
2024-11-22 16:04:48 +01:00
slawkens
17210b717f
Execute updated migrations with $up() function
2024-11-22 16:04:19 +01:00
slawkens
5782772b90
Remove bugtracker SQL table as the page has been removed
2024-11-22 15:53:57 +01:00
slawkens
27c44f1bdf
schema: Change character set to utf8mb4 (support for Emojis in Menus/Pages/News/Forum etc.)
2024-11-22 15:52:54 +01:00
Slawomir Boczek
3f6ff3a332
Feature migrations up/down ( #270 )
...
* Migrations up down
* Add forum model
* Syntactic sugar for db structure changes
* Refactor migrations with $up & $down
* Fix migrations upgrade and downgrade
+ Add option to disable auto migrate
* Add migrate:to command
Usage: php aac migrate:to x (x - database version)
* Show error when mail is not enabled
* Fixes regarding to init.php
* Add migrate command to manually upgrade db, incase auto migrate is disabled
* Fixed rest of the migrations
* Limit max version of database
* Don't allow minus number
* Option to clear specified plugin settings by name
* Version is required
* Fix PHPStan errors
* Unset $up after migration, to prevent executing same migration twice
* Add database version to output
* This is not needed
* Update 5.php
* Set database_auto_migrate on install
* Set blank & color only if current db version supports it
* Fix duplicate function declaration
2024-11-22 15:29:23 +01:00
slawkens
79636280a7
Move current password input to the top, makes more sense
2024-11-19 20:55:53 +01:00
slawkens
38e699ba4b
PHP 8.1 is required
2024-11-19 14:21:31 +01:00
slawkens
afb055f2dc
More obvious name for parameter in -> installMenus
2024-11-19 14:21:15 +01:00
slawkens
6f58df0467
Update twig.php
2024-11-19 14:08:27 +01:00
slawkens
95343cec02
Change to str_contains
2024-11-19 14:08:24 +01:00
slawkens
8055785c81
Fix installMenus function
2024-11-19 07:48:52 +01:00
slawkens
64e4c08950
MyAAC\Cache
2024-11-19 07:19:43 +01:00
slawkens
12d8faa3ed
Do not clear menus by default
2024-11-19 07:05:27 +01:00
slawkens
1e6892971b
Change spaces to tabs
2024-11-19 07:03:06 +01:00
slawkens
8ae22accc9
Fix for console displaying REQUEST_URI
2024-11-18 23:49:26 +01:00
slawkens
a2fadc5945
Fixes to installMenus function
2024-11-18 23:48:03 +01:00
slawkens
d0b4065ccf
Optimise news management
2024-11-18 15:04:53 +01:00
slawkens
84d37c5a8f
Allow OTS_Player to be passed as object to getPlayerLink
2024-11-17 18:07:10 +01:00
slawkens
28a2b34cc1
Update account.management.html.twig
2024-11-12 22:19:21 +01:00
slawkens
bab565fbd0
Update init.php
2024-11-12 22:01:15 +01:00