whiteblXK
1b802b040d
Fixed bug with showing hidden character
...
(cherry picked from commit f3061a0e74c19a75fda59a69a47a07fd757f671c)
2020-07-07 00:02:33 +02:00
slawkens
25afbd935c
Fix #132
...
(cherry picked from commit d4222e98e604592a9453a8ccde8ad2d7c28b85eb)
2020-07-03 23:25:08 +02:00
slawkens
e61bfd2722
My fault (wrong email) forgot to change :P
2020-07-03 22:51:58 +02:00
slawkens
fe571cbef3
Fix account create when account_mail_verify is enabled
2020-07-03 22:43:53 +02:00
slawkens
a7c5cb8f5a
Add some notice about Email validation
2020-07-03 22:15:04 +02:00
slawkens
dedb96ef4a
Fix for CloudFlare IP detection
...
(cherry picked from commit b3b6d0ff5de763bd7ec8be73fc5ef8e03b8e4601)
2020-07-03 20:39:20 +02:00
slawkens
ee49efd215
This is better way of doing the check for blank & color
2020-06-26 23:47:14 +02:00
slawkens
03467ea64e
Update change_password email to be more informal
2020-06-06 19:51:17 +02:00
slawkens
3368fbd058
New config: account_mail_block_plus_sign
...
Block emails with '+' signs like test+box@gmail.com (help protect against spamming accounts)
2020-06-06 19:37:05 +02:00
slawkens
e84c6f7a24
Fix XSS in character search
...
(cherry picked from commit dfc70c098f43b320cbb750b0a89ee9c027ce8fed)
2020-06-06 18:33:38 +02:00
slawkens
2458393d22
Add Plugins::installMenus function
2020-06-06 17:33:34 +02:00
slawkens
1c6b241239
Add $limit parameter to $db->select method
2020-06-06 17:13:55 +02:00
slawkens
7469d520c9
Add $member var annotation
2020-06-06 17:13:51 +02:00
slawkens
54dfb642b1
Fix #123 Guild Invite not working on otservbr-global
2020-06-03 21:38:17 +02:00
slawkens
40626d0f42
Revert some change I did
...
Causing "'" and "-" being accepted as first character in player name
2020-06-03 21:22:14 +02:00
slawkens
523afccb51
Avoid ERR_TOO_MANY_REDIRECTS on template change
2020-06-03 20:01:26 +02:00
slawkens
1087aefe0a
One more hook
2020-06-01 23:09:27 +02:00
slawkens
9b66edc148
Add some additional hooks to characters.html.twig
2020-06-01 22:41:32 +02:00
slawkens
2c09b0ae86
Fix #128 (Remove MyISAM engine) from migration scripts
2020-06-01 09:47:53 +02:00
slawkens
8de8ad13bf
Fix message() function when executed in CLI
2020-06-01 08:39:13 +02:00
slawkens
5250b3189b
Fix #126 (Max count and chance not shown)
2020-05-27 22:21:45 +02:00
Lee
f46a42023f
Update admin.login.html.twig
...
- fix for label not ticking the box when remember me text clicked
2020-05-25 23:34:04 +01:00
Lee
e2ab301340
Update version.php
...
- removed extra line that is added when using a newer version than official release.
2020-05-25 23:33:06 +01:00
slawkens
9ce7162a04
Remove duplicated code
2020-05-25 09:03:40 +02:00
slawkens
af85a8b711
Display "Unknown Town" when town not found
2020-05-25 00:15:30 +02:00
slawkens
cd58008a0f
Rewrite towns support for TFS 1.3
...
Won't show warning anymore
2020-05-25 00:09:06 +02:00
slawkens
b3556c008e
Add note which template menus are being edited
2020-05-24 19:34:48 +02:00
slawkens
dbe83f8a74
Move migration into separate file + add into admin panel
...
This fixes some rare bugs when database is no up-to-date and someone enters admin panel
2020-05-24 18:43:26 +02:00
Lee
1f0b4425a4
Code cleanup
...
- Relocated html5shiv.js (v3.7.3) and respond.js (v1.4.2)
- Removed unneeded/duplicate dependency files.
2020-05-23 02:47:12 +01:00
slawkens
416de6b584
Update admin.items.html.twig
2020-05-14 23:16:05 +02:00
slawkens
2ff56c17e3
Added some fancy spinner to items loader
2020-05-10 12:39:06 +02:00
slawkens
e84933cf26
Ignore index.html in logs viewer
2020-05-10 11:45:04 +02:00
slawkens
d148b71f0f
Fixes in create new character nick
...
+ fixed config.character_name_min/max_length being ignored in change_name.php
2020-05-09 14:07:53 +02:00
Lee
4e68838172
CreateChar Fix
...
-checks if name has double space on create character (#121 )
2020-05-07 19:09:56 +01:00
Lee
d281fc588b
Fixes
...
-As requested the datatables and bootstrap files have been moved into the tools folder
-Fixed spells and creatures datatable.
-Double space in name fix.
2020-05-07 01:36:56 +01:00
slawkens
a0d5a863e0
Remove useless tabbing
...
Just removed tabs, nothing else..
2020-05-01 13:03:34 +02:00
slawkens
df59b104db
Fix cancel change email request
...
Thanks to OtLand user anyeor
2020-04-21 00:22:50 +02:00
slawkens
e7e327c238
Fix some small typos on admin.menus
2020-04-20 23:31:06 +02:00
slawkens
ee6e68d0bf
Fix exception when characters.frags enabled on TFS 1.x
2020-04-20 22:35:41 +02:00
Lee
d7333b3f21
Update accounts.php
...
Fix for accounts.php type not found.
2020-04-06 15:08:52 +01:00
Lee
375bd58a0c
Admin Update
...
-Account limit fix
-Player editor full player table.
2020-04-02 20:54:20 +01:00
Lee
cddd915adf
Admin fixes
...
-login/logout error fix
-debugging code removed
2020-04-02 18:44:15 +01:00
Lee
a0afeb2a7a
Update accounts.php
...
-Bans table error
-Fix for #114
2020-04-02 14:52:38 +01:00
Lee
eaa11c68f3
Admin Panel Updates
...
- Updated Admin Panel to Bootstrap 4.
- Code cleanup
- Rewrote menu generation code
- Added top 10 coins, top 10 premium points, last 10 logins to modules page.
- Added full account list to Account editor
- Added load outfits from XML to player editor and lists all enabled outfits in editor (will default to textbox if array of outfits do not exist)
- Added tabs to account editor - account, characters,store history, bans(this is based off the bans.php page so will not work on TFS 0.2/1.0)
- Updated datepickers to display the actual date rather than unix time.
- Added last 10 posts to player editor
2020-03-31 02:03:16 +01:00
slawkens
87e54ac14f
Fix news not updating after adding in admin panel
2020-03-26 02:45:34 +01:00
slawkens
e7fa5eb38a
Log query time in database_log
2020-03-26 02:03:32 +01:00
slawkens
df2d83b8a0
Fix updating template menus on template change
2020-03-21 05:16:12 +01:00
slawkens
ab94d0e752
Fix OTS_House houseid parameter
2020-03-17 22:41:37 +01:00
slawkens
b7bb570420
Fix change info when config.account_country is disabled
...
Some PHP warnings and notices
2020-03-14 14:24:14 +01:00
slawkens
c991e085d4
Add $_SERVER['REQUEST_URI'] to database.log
2020-03-14 13:52:01 +01:00