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
3b2669fb3b
Update tables.headline.html.twig
2025-05-14 13:23:25 +02:00
slawkens
ee360386d8
Addition to previous commit
2025-05-14 10:39:11 +02:00
slawkens
ef6549c17c
nothing important: tabs & spaces
2025-05-13 15:20:25 +02:00
slawkens
b618084d50
Fix headline.php: change image format to .png cause of black background
2025-04-21 23:43:57 +02:00
slawkens
6844f4392a
Change logout button color
2025-04-06 23:46:52 +02:00
slawkens
f40b986b59
Small changes in account.login.html.twig
...
* change inputs width to 100%
* fix form closing
* formatting
2025-04-06 17:00:59 +02:00
slawkens
190697ce98
Update config.php
2025-04-06 16:43:30 +02:00
slawkens
64f6d3abca
Add noSubmit option to buttons.base
2025-04-06 16:43:19 +02:00
slawkens
3e3f4bb5a5
Fix long title on headline.php
2025-02-12 16:17:03 +01:00
slawkens
f646856e20
Unification of the variable menu_default_links_color
2025-02-09 01:02:14 +01:00
slawkens
3da3e62c5b
Option to reset menus
2025-02-09 00:42:11 +01:00
slawkens
73de93a561
Rework menus: Different categories can have different colors
2025-02-08 23:56:58 +01:00
slawkens
e85ce193be
Add forum to the list
2025-01-18 11:18:21 +01:00
slawkens
3fb2675b5a
Fix tibiacom menus
2025-01-18 11:11:35 +01:00
slawkens
b7de8b32eb
Revert "Fix menus like char-bazaar/auctions-history etc."
...
This reverts commit dd47423157e007a36cea60fd248191a278fef891.
2025-01-18 11:05:15 +01:00
slawkens
4f6178eca0
Initialize menus with menu_categories
...
If user add custom categories, it will fix an issue where Menu is not collapsed
2025-01-17 21:07:02 +01:00
slawkens
11cee81c5f
Additional fix to previous commit
2025-01-17 16:36:05 +01:00
slawkens
d639e77d04
tibiacom: Fix the closing MenuBottom if there are extra categories
2025-01-17 16:24:30 +01:00
slawkens
dd47423157
Fix menus like char-bazaar/auctions-history etc.
2025-01-17 11:16:19 +01:00
slawkens
5e9c868dfa
Fix tibiacom account & news menu links
2025-01-13 23:05:16 +01:00
slawkens
2ae2ec3353
Fix link to monsters
2025-01-13 22:09:15 +01:00
slawkens
35dfaa28ed
Update index.php
2025-01-09 20:57:23 +01:00
slawkens
ea5e1d4192
Fix IDE warning about form
2024-12-07 18:53:09 +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
28a2b34cc1
Update account.management.html.twig
2024-11-12 22:19:21 +01:00
slawkens
93641fc68a
New hooks in account manage + create
2024-09-08 15:03:18 +02:00
slawkens
bdc0c43d3f
Refactor account routes into sub folders
2024-06-13 22:23:43 +02:00
slawkens
afe70a03c5
Fix email_change status
2024-06-11 13:32:22 +02:00
slawkens
e0230c5237
Adjustments in success.html.twig
2024-04-15 21:47:21 +02:00
slawkens
6d4724f4f4
Squashed commit of the following:
...
commit da18629d1652c304a75b684939255a1838989279
Author: slawkens <slawkens@gmail.com>
Date: Mon Apr 1 21:53:53 2024 +0200
Fixes to tables headline
commit 41c3d9ad21304e99330ea42841b5932af792db92
Author: slawkens <slawkens@gmail.com>
Date: Sun Mar 31 13:59:25 2024 +0200
[WIP] Tables headline
2024-04-01 21:54:53 +02:00
slawkens
cc9057324a
Fix maxlength for email input
2024-02-02 18:52:21 +01:00
slawkens
6bac02bd35
Fix links to some pages that has been renamed
2024-01-30 18:09:57 +01:00
slawkens
d71bab648d
Change hidden to hide (Eloquent blocked keyword)
2024-01-27 16:54:48 +01:00
slawkens
514c4a037a
admin.links style
2024-01-25 22:02:08 +01:00
slawkens
d2a3a9a8da
System-solution for styled tables, that works with every template
2024-01-25 21:57:20 +01:00
slawkens
3f4c02a327
bugtracker has been removed
2024-01-13 10:18:24 +01:00
slawkens
687c9a6690
feature: color-styled tables in tinymce editor
2023-12-12 17:58:17 +01:00
slawkens
2b86ba94fe
Cleanup tabs
2023-12-12 14:37:12 +01:00
slawkens
c79a1d5f3a
Fix changelog + news.tickers buttons
2023-11-11 13:18:37 +01:00
slawkens
7a402ec0e0
fix #225
2023-11-11 11:00:28 +01:00
Slawomir Boczek
790d85a88a
CSRF Protection ( #235 )
...
* Fix alert class name
* feature: csrf protection
* Cosmetics
* Fix token generate
* Admin Panel: changelogs csrf protection
* news/id route
* Refactor admin newses + add csrf
* Use admin.links instead
* Admin panel: Pages csrf
* Menus: better csrf + add success message on reset colors
* Plugins csrf
* Move definitions
* add info function, same as note($message)
* Update mailer.php
* Fix new page/news links
* clear_cache & maintenance csrf
* Formatting
* Fix news type
* Fix changelog link
* Add new changelog link
* More info to confirm dialog
* This is always true
2023-11-11 10:57:57 +01:00
slawkens
4a430ae9db
Fix display ban info on account page
...
https://otland.net/threads/myacc-bans-display-problem.286825/
2023-11-02 22:06:14 +01:00
slawkens
fc5635bad3
spaceless twig tag is deprecated as well
2023-09-22 16:19:56 +02:00
slawkens
08339fe8b6
Fix XSS in tibiacom template - subtopic
2023-09-16 10:21:17 +02:00
slawkens
0746708743
Reviewed some settings again, fixing many glitches
2023-08-24 17:20:32 +02:00
Gabriel Pedro
a692607c5e
feat: replace POT Query Builder to Eloquent ORM ( #230 )
...
* wip
* wip
* wip
* wip
* wip
* fix: reusing pdo connection from pot
* wip
* wip
* wip
* wip
* move files
In future, all classes will be in src/ folder
* Replace namespace name, for future
* Remove duplicated exception
* Fix towns from db
* Fix spells page
* Add default FAQ question + FAQ model
* feat: reset colors in menus
* Add confirm + save button at the top (menus)
* Do not insert duplicated FAQ on install
* Refactor install menus
* Fix changelogs showing
* Fix menu update, only with specified template name
* Fix account create -> missing compat
* Fix bans_per_page
* banned_by is player_id. type = 2 is namelock in tfs 0.3
* Add getPlayerNameById, fix getPlayerNameByAccount
* Change link name
* Order by lastlogin
* fix: query optimize
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Refactor notepad.php, class was useless
* This is showing error, if the updated rows = 0
* Fix success & error class (bootstrap)
* Uncomment require migrate.php
* Some distro have owner_id
* Update Player.php
---------
Co-authored-by: slawkens <slawkens@gmail.com>
2023-08-21 10:16:58 +02:00