slawkens
40b151b4c5
Remove whitespaces
2020-10-07 23:36:21 +02:00
slawkens
1992410a7b
This info is useless
2020-10-07 23:36:10 +02:00
slawkens
48874f5b07
Disable mail_enabled by default on clean install
...
Causes too many issues when no smpt server available and other options are not configured
2020-10-07 23:22:02 +02:00
slawkens
2144a4eb7c
Add success message on config.local.php save
2020-10-07 23:19:10 +02:00
slawkens
cbdbf11edc
Remove config.local.php from optional dirs
2020-10-07 23:09:33 +02:00
slawkens
515db04023
Some changes in installation optional and required dirs
...
system/logs and system/cache are required to be writable
config.local.php, images/guilds and images/gallery are optionally writable, without them some feature will not work
2020-10-07 22:48:06 +02:00
slawkens
d3811f1bf1
Forgot to remove
2020-10-07 22:44:57 +02:00
slawkens
815fedf8e7
Add 'gd' as optional extension
...
Without it player signature will not work
2020-10-07 22:44:43 +02:00
slawkens
929a7b9cfa
Add pdo_mysql as required extension
...
+ Some code refactoring
2020-10-07 22:43:17 +02:00
slawkens
f85361dbc5
Some optimisations in Plugins::installMenus
2020-09-25 07:49:26 +02:00
slawkens
cb6509d09d
Cache for 365 days if $ttl not set
2020-09-25 07:26:30 +02:00
slawkens
f09c129c6d
Remove duplicated line (in $db->select)
...
Caused some errors when using $db->select function (news editing for example)
2020-09-17 23:17:59 +02:00
slawkens
602a4aa835
Feature/experience stages twig ( #135 )
...
* Move Experience Stages to Twig
* Change name to underline (standard)
* Update system/pages/experiencestages.php
Co-authored-by: whiteblXK <krzys16001@gmail.com>
Co-authored-by: whiteblXK <krzys16001@gmail.com>
2020-08-24 19:36:43 +02:00
slawkens
14d5c6311b
Update config.php
2020-07-14 01:05:21 +02:00
slawkens
289dd3c170
New configurable: guild_description_default
2020-07-14 01:05:09 +02:00
slawkens
60eac97945
Fix creating very uncommon (bugged) account names
...
(cherry picked from commit 0326657d60c3f44bbd64d5cb22d4cbc5499dea88)
2020-07-07 01:23:53 +02:00
slawkens
de1d6b9629
Fix #131
...
(cherry picked from commit fcff820858dca3e8d2692e9bfee27ea89c8b9727)
2020-07-07 00:54:34 +02:00
whiteblXK
722264a083
Added limit to search characters ( #134 )
...
* Update characters.php
* Update config.php
* Variable name change, better use LIMIT in query instead in loop
* Just to be sure. Security first :)
* use config function
Co-authored-by: slawkens <slawkens@gmail.com>
(cherry picked from commit dc536f0fc01862f052d5edee29ac188ac63fcf66)
2020-07-07 00:54:29 +02:00
slawkens
357d487af7
Change hasTable -> hasColumn
2020-07-07 00:15:54 +02:00
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
56a35eb864
Fix network_twitter link in tibiacom template
2020-06-20 08:50:29 +02:00
slawkens
6edc90c82c
Add email + password fields as type
2020-06-20 08:48:31 +02:00
slawkens
084e191b28
Add Sections + Add setting($key) function
...
Reorganisation
2020-06-09 23:48:31 +02:00
slawkens
96068d003b
Add Settings menu
2020-06-09 01:44:13 +02:00
slawkens
a6e20fa62c
Change name to settings
2020-06-09 01:43:07 +02:00
slawkens
df0ad6e277
Change options.php to settings.php
2020-06-09 01:40:28 +02:00
slawkens
fa0de1c413
Settings [WIP]
...
New Settings class
New Plugins::load() method
Move config.php to settings.php
MyAAC Settings will have plugin_name = 'core'
Add compat_config.php
2020-06-09 01:39:55 +02:00
slawkens
909bfffb51
Move $menus to menus.php
...
Also fix active link when menu item has subpage
2020-06-09 01:36:07 +02:00
slawkens
d478fe0c71
Move $menus to menus.php
...
Also fix active link when menu item has subpage
2020-06-09 01:32:00 +02:00
slawkens
7b1aed7a94
Remove useless title_separator from config
2020-06-09 00:48:19 +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
a0006bad73
CHANGELOG.md cleanup for 0.9.0
2020-06-06 18:05:10 +02:00
slawkens
2458393d22
Add Plugins::installMenus function
2020-06-06 17:33:34 +02:00
slawkens
787416e552
Remove useless title_separator from config
2020-06-06 17:15:55 +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
78ba282a1b
Add $member var annotation
2020-06-06 17:10:34 +02:00
slawkens
5362c4970f
Add $limit parameter to $db->select method
2020-06-06 17:08:41 +02:00
slawkens
90cab6d3ee
New myaac_settings table
2020-06-06 09:26:17 +02:00
slawkens
e462348db0
Merge branch 'develop' into feature/settings
2020-06-06 09:17:23 +02:00
slawkens
7e00e62427
Update version to 0.9.0-dev
2020-06-06 09:08:40 +02:00
slawkens
69bbb375e2
Merge branch 'develop' into plugin-options
2020-06-06 08:00:05 +02:00