slawkens
7e5528b7e1
Merge branch 'develop' into feature/admin-bar
2021-12-04 20:43:00 +01:00
xitobuh
a97f55e189
Add filters ( #161 )
...
Added this in what seemed like an empty table above the list. Untested but should work, please elaborate as you see fit
2021-10-28 21:42:33 +02:00
slawkens
988c757ca6
Small adjustments
2021-10-23 11:46:15 +02:00
slawkens
cedcd14550
Include tinymce with NPM
...
One will need to run: "npm install" as from now
More info here: https://nodejs.dev/learn/an-introduction-to-the-npm-package-manager
2021-10-23 10:23:37 +02:00
slawkens
a5ccc794bc
Add exception class to whoops screen
2021-06-09 01:46:08 +02:00
slawkens
e47bb11883
Suggest account number option
2021-06-09 01:01:18 +02:00
slawkens
6f3ba9c34b
Merge branch 'develop' into feature/login-by-email
2021-06-09 00:08:13 +02:00
slawkens
3cc3e3a8e9
Fix guild back buttons (change logo & motd)
2021-06-08 19:19:02 +02:00
slawkens
632ecb6d20
Fix forum table style (boards & thread view)
2021-06-08 19:18:13 +02:00
slawkens
c687f64ced
Fix color style for different templates
2021-05-23 03:14:17 +02:00
slawkens
e03da2876c
Fix forum boards white color style
...
So it works on all templates
2021-05-23 02:53:57 +02:00
slawkens
44fff9dcd1
Merge branch 'develop' into feature/admin-bar
2021-05-01 15:04:04 +02:00
slawkens
02f993baea
feat: Login By Email
2021-05-01 10:16:43 +02:00
slawkens
780f8d193f
bcsub is not needed here
...
bcmath module is not required anymore
2021-05-01 01:21:11 +02:00
Lee
31f0050f4e
Admin - Dataloader updates
...
-Npc Lib added
-Admin Dataloader updated to load NPC names into a cached array.
-Spinner Updated to a loading button.
2021-03-09 23:38:23 +00:00
slawkens
855e9aa3b9
Fix: do not count deleted characters
...
On create new character page
2021-01-20 19:46:07 +01:00
slawkens
f24ff295e8
Add alt="icon"
...
Don't like those warnings in IDE :P
2021-01-18 01:48:21 +01:00
slawkens
8f88c82a13
Add "table-responsive d-md-table" class
...
Makes tables in admin panel responsive
2021-01-18 01:47:11 +01:00
slawkens
611d6f505d
Add option to send mail to account with Mailer
...
"Send Mail" link next to Email input in account editor
2021-01-04 21:34:52 +01:00
slawkens
d5880eac8c
Use BASE_URL instead of template_path for icons
...
Cause they are located in images/news folder
2021-01-04 16:35:01 +01:00
Lee
5547ccffd6
Twig updates
...
Moved non-global functions from twig back into PHP.
2021-01-04 13:11:18 +00:00
Lee
bb3602073c
AdminPanel updates - changelog
...
-Admin menu updates
-Moved getchangelogtype/where to functions file and added to twig
-Added changelog editor to admin panel and updated changelog page
-Renamed the changelog md reader to clmd and edited the version file.
2021-01-04 12:23:36 +00:00
slawkens
40722c8c30
Password can now contain any characters
...
Also added limit of 29 characters (client limitation)
2020-12-30 00:10:11 +01:00
Lee
fbe9c31d10
config update
...
renamed and cleaned up the settings names for easier comprehension
2020-12-29 17:50:10 +00:00
Lee
8e6bc73ca6
Creature page overhaul
...
Updates the creature pages to show more information.
You will need to reload your creatures.
-modifies database with migration 31
-small customisations are allowed via config file.
-functions added, getMonsterLink, getItemRarity, getCreatureImgPath, left, right,
-added functions to twig.
-view elements, immunities, summons, voices, loot, pushables, canpush, canwalk, runonhealth,hostile,attackable,rewardboss,defense,armor
-filter bosses
-show list as picture preview or names list
2020-12-28 16:37:03 +00:00
Fernando Matos
6f42a60e59
Add a brand new charming installation (for version 0.9) ( #144 )
...
* Add a brand new charming installation
* Fix alert position in setup requirements validation
* Add some missing definitions
* A distinction between bootstrap CSS classes and myaac classes
For CSS-styled messages
* Remove unused functions for messages
Co-authored-by: slawkens <slawkens@gmail.com>
2020-12-22 07:47:47 +01:00
slawkens
3beedc1747
New configurable: outfit_images_wrong_looktypes
2020-12-21 01:59:32 +01:00
slawkens
c1027d3663
Fixes on new highscores
...
Fixed link to next page on first visit default highscores
Fixed position of "No records yet."
Also count pages is starting from 1 now (not from 0 like before)
2020-12-21 01:54:00 +01:00
Lee
30cdb1ba73
Dashboard modules updated
...
More flexibility and additions on the dashboard modules.
-Statistics: Accounts, Players, Monsters, Guilds, Houses
-Website Status: Maintenance
-Server Status: name, client, map, monsters loaded, MOTD,
default:
'admin_panel_modules' => 'statistics,web_status,server_status,lastlogin,created,points,coins,balance',
2020-11-07 14:36:12 +00:00
Lee
01e3d366ba
Update admin.menus.js.html.twig
...
replaced del.png with a font awesome icon to go with the style of the rest of the icons on page.
2020-11-06 14:17:40 +00:00
slawkens
cf2c5e36bc
Feature/better highscores ( #141 )
...
* Move highscores to twig
* Add highscores frags for TFS 1.x
* Change $config to config()
* Cache highscores
The most asked and long awaited feature? :>
* Fix highscores_per_page and rename configurable
* Fix next page link (some typo)
* Fix too many players being shown
* Fix when changing config.highscores_per_page
* Update system/pages/highscores.php
Co-authored-by: whiteblXK <krzys16001@gmail.com>
Co-authored-by: whiteblXK <krzys16001@gmail.com>
2020-11-02 23:34:29 +01:00
slawkens
5d5875d540
Bans page working for TFS 1.x + move to Twig ( #140 )
...
* Bans page working for TFS 1.x + move to Twig
* Remove some debug code
* Add some protection
* Better check.
2020-10-30 06:52:50 +01:00
slawkens
9fe419cfe7
Creatures and monsters are now reloaded in Admin Panel
2020-10-27 07:33:21 +01:00
slawkens
42a628731d
move characters link to twig
2020-10-27 07:24:21 +01:00
slawkens
2daa42e124
Add accept=".zip" to plugin upload file
2020-10-24 05:30:04 +02:00
slawkens
abfd2c94f5
Move template_header and change_template to twig
2020-10-18 06:54:54 +02:00
slawkens
1a36aa8904
[WIP] New GoogleReCAPTCHA code
...
Support for v3
v2-invisible doesn't work yet
2020-10-15 19:55:12 +02:00
slawkens
65b4b2d183
Rename file to admin.data.html.twig
2020-10-09 23:38:33 +02:00
slawkens
94b145b215
New class: DataLoader (loads data from server)
...
Also combined some code responsible for loading server data
2020-10-09 23:37:24 +02:00
slawkens
6c9e6af154
Move installer.js to main tools
2020-10-09 23:18:22 +02:00
slawkens
ed3d415c05
Change wrong table header: Description -> Version
2020-10-08 00:03:53 +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
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
e61bfd2722
My fault (wrong email) forgot to change :P
2020-07-03 22:51:58 +02:00
slawkens
a7c5cb8f5a
Add some notice about Email validation
2020-07-03 22:15:04 +02:00
slawkens
03467ea64e
Update change_password email to be more informal
2020-06-06 19:51:17 +02:00
slawkens
e84c6f7a24
Fix XSS in character search
...
(cherry picked from commit dfc70c098f43b320cbb750b0a89ee9c027ce8fed)
2020-06-06 18:33:38 +02:00
slawkens
d7fc45a72d
Very first version of admin bar
2020-06-06 07:17:09 +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