Commit Graph

546 Commits

Author SHA1 Message Date
Gamerboy59
72f22be781
Update package.json 2023-08-06 12:36:16 +02:00
Gamerboy59
e82941ba35
Update composer.json 2023-08-06 12:29:41 +02:00
cp6
5dbc6a5be5 Updated readme for version 2.3 2023-03-31 11:57:38 +11:00
cp6
a683f0ea42 Updated Settings.php
getSettings() now uses Eloquent rather than DB
Gave getSettings() return type of Settings
2023-03-31 11:56:18 +11:00
cp6
f488e10c2f Updated array() usages to be [] 2023-03-31 11:38:21 +11:00
cp6
8a6748f1b0 Added ability to upload own favicon
Must be either .ico, .jpg or .png format and under 40KB
Upload is done in /settings
Also removed save YABS to text input in settings form
2023-03-31 11:31:19 +11:00
cp6
f619f34081 Merge remote-tracking branch 'origin/main' into main 2023-03-30 23:16:45 +11:00
cp6
4dbfe6f7bd Removed CSS and JS files as these are no longer needed with the use of webpack 2023-03-30 23:16:27 +11:00
corbpie
2708d37450
Updated readme for 2.2.1 2023-03-20 23:41:30 +11:00
cp6
c24056c511 Fix for issue 89
Locations, OS and Providers now Alpha-Sorted correctly
2023-03-20 10:37:28 +11:00
cp6
39b9033bf8 Updated readme for version 2.2 2023-02-19 13:12:59 +11:00
corbpie
6e9591719e
Merge pull request #85 from Gamerboy59/laravel-10
Laravel 10 update
2023-02-19 13:02:42 +11:00
Gamerboy59
7ed69cbbc2
Delete package-lock.json
No specific functionality of a version is used thus I see no point in having this file as maintance overhead. Everybody should install the latest subversion.
2023-02-14 18:58:24 +01:00
Gamerboy59
102f02b064
Update package.json
Maybe devDeps and deps should be re-sorted.
2023-02-14 18:54:06 +01:00
Gamerboy59
792f010f27
Update Kernel.php
Use build in cors module of Laravel/framework which should work like the version of fruitcake.
2023-02-14 18:28:58 +01:00
Gamerboy59
cd03865162
Delete composer.lock
In my view it doesn't make sense to keep exact versions locked because no specific functions of such are used.
2023-02-14 18:27:43 +01:00
Gamerboy59
ba21329a20
Update composer.json
I havn't tested the dev dependencies and just used what composer put out as generated update. Everything seems to be working even the used functions of Guzzle appear working on php8.2 which isn't officially supported for this version. Fruitcake/cors is now part of Laravel/framework.
2023-02-14 18:25:37 +01:00
corbpie
6ecf12c226
Merge pull request #84 from Gamerboy59/appname-patch
Use app name at more places in app
2023-02-14 14:42:56 +11:00
Gamerboy59
7f83b922d2
Use app name at more places in app 2023-01-17 23:11:59 +01:00
cp6
7f88a38c73 Updated gitignore for fonts to be included
Updated gitignore for fonts to be included
2022-12-02 15:02:06 +11:00
corbpie
036122cfd8
Merge pull request #82 from cp6/Development
Updated version in readme
2022-12-02 14:36:40 +11:00
cp6
6f8d8cec37 Updated version in readme
Updated version in readme
2022-12-02 14:35:42 +11:00
corbpie
159d17e77b
Merge pull request #81 from cp6/Development
Development 2.1.9
2022-12-02 14:35:14 +11:00
cp6
055443f917 Updated readme
Updated readme
2022-12-02 14:28:45 +11:00
cp6
5dd23f6a46 Updated create views to replace previous sponsor provider as default
Updated create views to replace the previous sponsor provider that was the default
2022-12-02 14:09:00 +11:00
cp6
a01110dcd0 Added public css and js to .gitattributes
Added public css and js to .gitattributes
These do not need to be tracked
2022-12-02 14:03:07 +11:00
cp6
89525fd1c1 Added compiled assets
Added compiled assets so there can be no need to run NPM
2022-12-02 13:59:47 +11:00
cp6
e77c402aba Notes table migration (create)
Notes table migration (create)
2022-12-02 13:57:55 +11:00
cp6
924415eb66 Added & implemented notes
Added & implemented notes to servers, shared, reseller, domains, DNS and IPs

/notes is a CRUD resource
2022-12-02 13:57:28 +11:00
corbpie
1572ceaec8
Update README.md 2022-12-01 15:09:43 +11:00
cp6
0f0b06ee47 Updated readme for NPM usage
Updated readme for NPM usage
2022-11-13 21:58:01 +11:00
corbpie
14f1e808eb
Merge pull request #78 from cp6/Development
Changes for the move to NPM Webpack asset loading
2022-11-13 21:44:13 +11:00
cp6
28e58475b1 Updated package.json for "build"
Updated package.json for "build"
2022-11-13 16:27:34 +11:00
cp6
d16af57799 Added Datatables Bootstrap 5 package
Added Datatables Bootstrap 5 package
2022-11-13 15:55:34 +11:00
cp6
908b8df495 Updated server create blade view
Updated server create blade view for NPM webpack usage
2022-11-13 15:54:43 +11:00
cp6
26356b3cd7 Updated server index blade view
Updated server index blade view for NPM webpack usage
2022-11-13 15:54:27 +11:00
cp6
f0903e08f4 Updated app.blade.php for NPM webpack
Updated app.blade.php for NPM webpack
2022-11-13 15:53:57 +11:00
cp6
68f1d331f9 Updated index view blade for NPM webpack usage
Updated index view blade for NPM webpack usage
2022-11-13 15:53:05 +11:00
cp6
84902191e5 Updated delete modal component
Updated delete modal component to display none initially and have the id "confirmDeleteModal" to remove this class. This prevents the modal flashing up briefly on page laod
2022-11-13 15:47:24 +11:00
cp6
a9a3bc1ca1 Updated delete modal script to load after page loaded
Updated delete modal script to load after page loaded
2022-11-13 15:46:12 +11:00
cp6
7a2ed8887f Updated style.css to have the wide max width
Updated style.css to have the wide max width
2022-11-13 15:45:18 +11:00
cp6
290b11952b Added datatables bootstrap 5 to app.css
Added datatables bootstrap 5 to app.css
2022-11-13 15:44:53 +11:00
cp6
407d2b3368 Added axios and datatables bootstrap 5 to app.js
Added axios and datatables bootstrap 5 to app.js
2022-11-13 15:44:32 +11:00
cp6
b2b6dc36c9 Changes for the move to NPM Webpack asset loading
Changes for the move to Webpack asset loading
Bootstrap light and dark get own CSS files still
2022-11-12 14:04:04 +11:00
cp6
322898e62e Added domains limit to Shared and Reseller index view table
Added domains limit to Shared and Reseller index view table
2022-11-11 15:15:06 +11:00
cp6
14eac80912 Removed flat input bottom radius
Removed flat input bottom radius
2022-11-10 14:53:36 +11:00
cp6
0eaf09fa92 Removed logo option from auth card
Removed logo option from auth card
2022-11-10 14:53:08 +11:00
cp6
e31a785844 Updated destroy() methods for delete condition
Updated destroy() methods for delete condition
If not true then return with the error alert
2022-11-09 15:18:25 +11:00
cp6
43d22f8e16 Updated IPsController create variable names & added seed box to input
Updated IPsController create variable names & added seed boxes to select input
2022-11-09 15:05:55 +11:00
cp6
b7c02fc4fa Removed unneeded axios.min.js fixed modal delete header title
Removed unneeded axios.min.js

Fixed modal delete header title to be the IP
2022-11-08 11:20:23 +11:00