slawkens
|
ab478f488a
|
Fix some unexpected behaviour in characters.php
Just in case someone uses $storage variable somewhere in their code
Thanks TheEther
|
2021-04-14 02:20:26 +02:00 |
|
slawkens
|
c7a2b090d7
|
Fix guild list description new lines <br> being ignored
Thanks TheEther for reporting
|
2021-04-08 22:08:37 +02:00 |
|
slawkens
|
f2c3b6362d
|
Fix travis
|
2021-02-23 23:13:22 +01:00 |
|
slawkens
|
c664be7b74
|
Update version to 0.8.5-dev
|
2021-02-23 15:10:44 +01:00 |
|
slawkens
|
aa17ddbf24
|
Fix compatibility with PHP 7.0 and lower
|
2021-02-23 15:10:03 +01:00 |
|
slawkens
|
62faacbed6
|
Update CHANGELOG.md
|
2021-02-18 18:41:58 +01:00 |
|
slawkens
|
d03d6e2ec1
|
Release of v0.8.4
|
2021-02-18 18:19:04 +01:00 |
|
slawkens
|
93a1760263
|
Patch "Delete char with house" from develop
Co-Authored-By: Lee <42119604+Leesneaks@users.noreply.github.com>
|
2021-02-16 02:18:13 +01:00 |
|
Lee
|
0de8894e4d
|
#142 Guildnick fix
Fixes the Guildnick not showing in the guild pages.
|
2021-02-16 02:10:30 +01:00 |
|
slawkens
|
e95ea22dbd
|
Revert "Fix phpmailer array style (PHP 8.0)"
This reverts commit 0ba886bc6bc898689e4c0630f724f7c620070981.
|
2021-02-16 01:56:21 +01:00 |
|
slawkens
|
5dbfde62a6
|
Update .travis.yml
|
2021-02-16 01:56:11 +01:00 |
|
slawkens
|
0ba886bc6b
|
Fix phpmailer array style (PHP 8.0)
|
2021-02-16 01:42:42 +01:00 |
|
slawkens
|
2684205b5a
|
More fixes for PHP 8.0
|
2021-02-16 01:39:58 +01:00 |
|
slawkens
|
856507fb66
|
Update .travis.yml
|
2021-02-16 01:33:53 +01:00 |
|
slawkens
|
d019fbc050
|
Attempt to fix travis build
|
2021-02-16 01:31:48 +01:00 |
|
slawkens
|
129d5653e6
|
Apply changes from develop branch
|
2021-02-16 01:18:01 +01:00 |
|
slawkens
|
9560ad0c20
|
Add missing migration from 0.9
|
2021-02-16 01:06:03 +01:00 |
|
slawkens
|
a4fa7567aa
|
Increase size of myaac_visitors.page column to 2048
Thanks to OtLand user kaleuui (https://otland.net/threads/myaac-v0-8-3.268654/page-11#post-2643853)
|
2021-02-16 01:05:29 +01:00 |
|
slawkens
|
9ff032740c
|
Minimum PHP 5.6 is now required
|
2021-02-16 00:30:56 +01:00 |
|
slawkens
|
dbc76abcdd
|
Fix compatibility with PHP 8.0 (latest XAMPP)
Solution by doctrine developers
|
2021-02-16 00:29:09 +01:00 |
|
slawkens
|
746a5dc816
|
Fix setPremDays for latest TFS
Fixes editing account in admin panel
|
2021-02-15 21:05:19 +01:00 |
|
slawkens
|
194d110079
|
Fixed account getPremDays() function for latest TFS
This fixes account management + signature
|
2021-02-15 20:57:54 +01:00 |
|
slawkens
|
eed490507c
|
Fix parsing empty strings in config.lua (with comments)
|
2021-02-13 22:56:53 +01:00 |
|
slawkens
|
2800ab1e88
|
Fix headling.php cannot find font
|
2021-02-13 22:35:57 +01:00 |
|
slawkens
|
faf40f8bed
|
Fix typo
|
2021-02-13 22:08:38 +01:00 |
|
slawkens
|
3f12ee40ac
|
Update .gitignore
|
2021-02-13 21:55:35 +01:00 |
|
slawkens
|
b4532bd473
|
Add ./login.php to .gitignore
|
2021-02-13 21:55:08 +01:00 |
|
slawkens
|
b389874a7e
|
Ignore arrays in config.lua (fixes experienceStages loading)
In future we want to parse arrays too, this is just a temporary solution
Thread: https://otland.net/threads/myacc-problem.274795/
|
2021-02-13 21:54:12 +01:00 |
|
slawkens
|
ea2dc69f7c
|
Add more clients to clients.conf.php
|
2021-01-18 01:49:08 +01:00 |
|
slawkens
|
b0593b0ae1
|
Fixed the check if vocations.xml were correctly loaded
|
2021-01-17 17:44:53 +01:00 |
|
slawkens
|
664348e475
|
Merge branch 'master' of https://github.com/slawkens/myaac
|
2021-01-17 17:16:02 +01:00 |
|
slawkens
|
e3e00f0109
|
Just typo..
|
2021-01-17 17:15:54 +01:00 |
|
slawkens
|
d3850280f4
|
Add some badges to README.md
|
2021-01-17 10:18:43 +01:00 |
|
slawkens
|
d8b3b41358
|
Remove facebook.js, replace with direct live link
This fixes some console errors
|
2021-01-07 23:34:17 +01:00 |
|
slawkens
|
e7706cad74
|
Use local storage for saving menu items
Fixes a bug when visiting with browser: www.wykop.pl, and then navigating back to myaac (browser freeze)
|
2021-01-07 22:43:39 +01:00 |
|
slawkens
|
727d6788fe
|
Password can now contain any characters
Also added limit of 29 characters (client limitation)
|
2020-12-30 00:28:42 +01:00 |
|
slawkens
|
e3ecf8ec96
|
Fix notice about premend
|
2020-12-30 00:28:05 +01:00 |
|
slawkens
|
1999b19a1c
|
Add support for accounts.premium_ends_at (Latest tfs 1.x)
|
2020-12-30 00:11:46 +01:00 |
|
slawkens
|
c55e2910ac
|
On prod it won't display any PHP errors
As suggested by PHP Manual
|
2020-12-29 22:11:58 +01:00 |
|
slawkens
|
ad3694ef96
|
Add SSL on external image requests of items and outfits
Co-Authored-By: Fernando Matos <fernando@pixele.com.br>
|
2020-12-26 23:45:36 +01:00 |
|
slawkens
|
7fd784b2f6
|
You cannot delete character more than twice (Thanks Okke)
|
2020-11-24 16:13:23 +01:00 |
|
slawkens
|
d8f0ac5880
|
Update .gitignore
|
2020-11-02 23:29:54 +01:00 |
|
slawkens
|
b4ee4de110
|
Bump version to 0.8.4-dev
|
2020-11-02 23:19:38 +01:00 |
|
slawkens
|
b9713fea76
|
Fix branch
|
2020-10-27 08:10:23 +01:00 |
|
slawkens
|
c6dd937922
|
Release 0.8.3
|
2020-10-27 07:53:11 +01:00 |
|
slawkens
|
81d4158c03
|
Update CHANGELOG.md
|
2020-10-27 07:51:30 +01:00 |
|
slawkens
|
bf0e6ff862
|
Add accept=".zip" to plugin upload file
|
2020-10-24 05:32:28 +02:00 |
|
slawkens
|
8518afe70d
|
Fix two boxes being show on email_change_cancel
|
2020-10-12 22:30:04 +02:00 |
|
slawkens
|
091ab688e7
|
Fix when adding poll = template tibiacom broken
With Exception and red message
|
2020-10-12 21:59:47 +02:00 |
|
slawkens
|
2e5b066d88
|
Remove duplicated code
|
2020-10-09 20:07:56 +02:00 |
|