slawkens
b82c021ff7
$config_account_salt -> USE_ACCOUNT_SALT
2023-02-07 10:48:29 +01:00
slawkens
577f9b7373
Configurable admin panel folder
2023-02-07 10:13:51 +01:00
Gabriel Pedro
a846d8a7e7
fix: mass teleport position validation ( #214 )
...
* fix: mass teleport position validation
* fix: max position
2023-02-06 21:55:29 +01:00
slawkens
17eb5426e3
Move account_types to config, account.web_flags to common.php
2023-02-06 20:27:12 +01:00
slawkens
b918f88776
shorten code + fix conversion (int)
2023-02-06 20:25:22 +01:00
slawkens
4eb9bbbbcf
shorten some expressions with ??
2023-02-06 20:05:01 +01:00
slawkens
94719b45b2
fix "Please fill all input"
2023-02-06 19:39:12 +01:00
slawkens
958681bdc9
Add verify to pages, add messages, limits, fix add
2023-02-06 19:36:16 +01:00
slawkens
c1eb7d4f52
fix news adding, rename const to NEWS_*
2023-02-06 19:35:00 +01:00
slawkens
ea09b6a91b
fix changelog add
2023-02-06 19:34:26 +01:00
slawkens
58bc0a7c28
new function> escapeHtml + fix css in admin menus
2023-02-06 17:32:48 +01:00
slawkens
6b54ac65ca
Show First, Second instead of numbers
2023-02-05 06:27:10 +01:00
slawkens
039ddc7967
Add list of Open Source Software MyAAC is using
2023-02-04 16:17:28 +01:00
slawkens
6aa28a3002
Adjustments & fixed to mass actions
2023-02-03 23:42:52 +01:00
slawkens
eaec00122b
Fix #178
2023-02-03 16:38:00 +01:00
slawkens
7e62bd74a3
Fix admin logout
2023-02-03 13:00:49 +01:00
slawkens
eb4ea48641
Allow admin pages included into plugins dir
2023-02-03 12:19:35 +01:00
slawkens
53732005aa
This code wasn't used
2023-02-03 12:16:02 +01:00
slawkens
9fadba7d07
Move mass_* pages to correct folder
2023-02-03 12:14:36 +01:00
slawkens
a080b21408
fix & add admin icons
2023-02-03 12:12:57 +01:00
slawkens
11768424a3
Merge branch 'develop' into feature/new-router
...
# Conflicts:
# composer.json
# system/login.php
2023-02-03 07:31:39 +01:00
slawkens
74d013049d
Made so it's possible to configure more directories as constants
...
More flexibility for the user.
2023-02-02 18:53:56 +01:00
slawkens
708aa2d72f
Just save images into images/editor
2023-02-02 18:29:41 +01:00
slawkens
9de8145f82
TineMCE refactoring
...
Unified all tinyMCE instances used across AAC, now they are initiated in one single file
+ added option to upload images within editor (CTRL-C CTRL-V)
+ there is new folder: user/, which will be used for all user generated data, like image uploads, guild images, etc.
2023-02-02 15:41:33 +01:00
Gabriel Pedro
269ca501f1
feat: mass account tool, mass teleport tool ( #209 )
...
* feat: mass account coins, premdays, points. mass teleport town, position
* fix: tab
2022-12-01 08:34:30 +01:00
slawkens
07887423c6
Merge branch 'develop' into feature/new-router
2022-11-28 21:42:47 +01:00
slawkens
60f64e21d8
Rewriting the router v2
...
To be more flexible
2022-11-28 21:37:25 +01:00
Gabriel Pedro
20638f430a
feat: add hook admin menu ( #208 )
...
* feat: add hook admin menu
* fix: removing menu sort
* feat: menu order property
* fix: menu order value
* feat: add main menu order
2022-11-28 18:05:08 +01:00
slawkens
7bfa21a239
fix parse error
2022-11-28 16:42:23 +01:00
slawkens
c646dc124b
Move pages tbc
2022-11-28 15:51:41 +01:00
slawkens
2eb9f4d284
Move pages
2022-11-28 13:17:49 +01:00
slawkens
7008c9f4d8
Optimisations & fixes.
2021-12-05 10:33:31 +01:00
slawkens
44fff9dcd1
Merge branch 'develop' into feature/admin-bar
2021-05-01 15:04:04 +02:00
Lee
469a8c1017
AdminPanel - Template Fix
...
Fixed a bug with $status['online'] not being filled and showing invalid badge due to error.
2021-01-04 12:24:23 +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
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
Lee
e5b5b4d3ef
Template update
...
Adds server name to the side menu, this hides when the side menu collapses.
2020-11-07 13:56:59 +00:00
Lee
9bc63bb55c
Datatables update
...
I noticed if the datatables files wasn't cached some pages that didn't use it would take slightly longer to load whilst it downloaded it.
This will only write the js and css files onto the page if $use_datatable = true; is set on the page.
See accounts/news/players pages for examples.
It wasn't a massive performance loss for the user but not needed if those pages are hardly ever used.
2020-11-07 13:53:11 +00:00
Lee
8fe82bb5c0
adminmenus update
...
moved visitors links to the logs section.
2020-11-06 14:20:34 +00:00
slawkens
ea8ae2372e
This is better inline solution to not displaying Admin Menus
...
by @Leesneaks
2020-10-12 22:46:44 +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
b5736ad559
Rename items.php to server data.php
2020-10-09 22:29:19 +02:00
slawkens
bb353d617a
Admin Panel: Show Mailer menu only if config.mail_enabled
2020-10-07 23:54:03 +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
787416e552
Remove useless title_separator from config
2020-06-06 17:15:55 +02:00
slawkens
d7fc45a72d
Very first version of admin bar
2020-06-06 07:17:09 +02:00
slawkens
1f6bd975d0
Add error_reporting in admin panel
...
Same as in main page
2020-05-25 00:04:41 +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
d1c50f00a0
Admin template update
...
- Reformatted with short array syntax.
- Removed duplicate menu item
- Removed 'menu' from array - use 'link' as the array or link.
- Added logo
2020-05-23 03:03:15 +01: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