slawkens
d2dbe2dd72
Cleanup
2025-03-15 18:10:13 +01:00
slawkens
c2516c3b6b
Fix migrate command
2025-03-15 18:10:04 +01:00
slawkens
32cdb51812
Fixes to account logged
2025-03-10 10:45:39 +01:00
slawkens
c357f392a0
[WIP] App rewrite
2025-03-09 22:39:16 +01:00
slawkens
c336569684
Fix twig bridge
2025-03-09 21:43:21 +01:00
slawkens
2ad828a340
Merge branch 'develop' into feature/app-rewrite
2025-03-09 21:41:52 +01:00
Slawomir Boczek
cb6e9a6a88
Feature/twig hooks filters ( #258 )
...
* feat: Hooks filters
* Cleanup
2025-03-09 21:39:37 +01:00
slawkens
015585a79b
Merge branch 'develop' into feature/app-rewrite
2025-03-09 21:34:06 +01:00
Slawomir Boczek
7312383f73
Account actions rework on ip (Use single column for IP - VARCHAR(45)) ( #289 )
...
* Account actions rework on ip (Use single column for IP - VARCHAR(45))
* No foreach needed here
2025-03-09 21:18:12 +01:00
slawkens
2c59c4d8f7
feat: Rewrite of the core: avoid globals where possible
...
Create services for: login, status, router, database, AnonymousStatistics
Drop gesior.backward_support
Drop compat/pages.php
Drop part of compat/classes.php
Move signature to routes
2025-03-09 14:41:41 +01:00
slawkens
3c1210fefa
Nothing important, just better code style
2025-03-03 20:07:54 +01:00
slawkens
464492d826
Update OTS_Account.php
2025-02-26 16:16:45 +01:00
slawkens
887b5068ad
Fix house links
2025-02-15 12:15:35 +01:00
slawkens
4c5cc8b573
Change monster link to $_GET ?name=
2025-02-15 12:03:44 +01:00
slawkens
529bdcf016
Use latest outfit-images host from @gesior
2025-02-12 18:20:24 +01:00
slawkens
aa52df6e2e
Fix menu colors once again, plus add !important tag
2025-02-09 20:54:47 +01:00
slawkens
ed89b99cd1
Addition to previous commit, allow list types with spaces
2025-02-09 01:29:32 +01:00
slawkens
9d7fc98e1e
Fix if vocation name has more words
2025-02-09 01:16:15 +01:00
slawkens
f646856e20
Unification of the variable menu_default_links_color
2025-02-09 01:02:14 +01:00
slawkens
f97f8cbe87
Move admin.menus.header html to twig
2025-02-09 00:47:46 +01:00
slawkens
d5dd7297b5
Fix deprecation warnings from jquery
2025-02-09 00:03:39 +01:00
slawkens
73de93a561
Rework menus: Different categories can have different colors
2025-02-08 23:56:58 +01:00
slawkens
ae1161d770
Add template_name to twig variables
2025-02-08 23:43:15 +01:00
slawkens
4b6024dc45
Save settings in a transaction
2025-02-02 22:36:18 +01:00
slawkens
28fef952f8
feat: Settings: enable Save button only if changes has been made
2025-02-02 22:36:17 +01:00
slawkens
4fda4f643b
feat: Settings: password input with hide/show options
2025-02-02 21:55:16 +01:00
slawkens
19686725dc
Add HOOK_INIT, executed just after $hooks are loaded
2025-02-02 16:17:49 +01:00
slawkens
b46ddb43d0
Twig session(key) function + reworked session functions to accept multi-array like in Laravel
...
Important: getSession returns NULL now instead of false if session value not found
2025-02-02 16:16:59 +01:00
slawkens
de468a8dcd
Fixed need to click on button second time
2025-02-02 14:22:57 +01:00
slawkens
ea51ad27c3
Fix online status + vocation for TFS 0.x
2025-02-01 00:35:22 +01:00
slawkens
4d749b8815
Fix error in CLI, where BASE_URL is not defined
2025-01-24 21:42:52 +01:00
slawkens
a45ceab83a
Make players.comment and guilds.description VARCHAR
2025-01-22 21:44:58 +01:00
slawkens
669c447fca
Fix hook ACCOUNT_LOGIN_BEFORE_ACCOUNT location
2025-01-21 21:45:28 +01:00
slawkens
cbe0d187b4
Formatting and types hint
2025-01-20 16:31:54 +01:00
slawkens
c5d5bb8067
Adjust mailer settings to latest gmail
2025-01-18 16:18:47 +01:00
slawkens
10dd818b13
Optimize $player->isOnline() function
2025-01-17 22:49:40 +01:00
slawkens
13a1598a46
Nothing important: Convert spaces to tabs
2025-01-17 22:38:27 +01:00
slawkens
dc2b5afd99
functions_custom.php are not optional
2025-01-17 17:12:21 +01:00
slawkens
b02c7f4239
Fix note message
2025-01-14 19:29:47 +01:00
slawkens
5e9c868dfa
Fix tibiacom account & news menu links
2025-01-13 23:05:16 +01:00
slawkens
0904b1bb87
Fix phpstan
2025-01-13 22:23:43 +01:00
slawkens
ac10236154
Update twig dependency to ^3.11 (disable dependabot alert)
2025-01-13 21:40:09 +01:00
slawkens
085ebbcfde
All $cache->set calls should have $ttl
2025-01-12 17:13:25 +01:00
slawkens
e918591666
Ignore PhpStan error
2025-01-09 22:59:02 +01:00
slawkens
175c2a1f89
Fix PhpStan
2025-01-09 22:52:30 +01:00
slawkens
3b5be1a8db
Add player->outfit_url attribute
2025-01-09 22:41:34 +01:00
slawkens
c769962e39
Refactor getTopPlayers function
...
* Option to getTopPlayers by balance
* use Cache::remember
2025-01-09 22:40:57 +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
eb4b3ada49
Adjust post_ip to support ipv6
2025-01-09 13:10:04 +01:00