Commit Graph

460 Commits

Author SHA1 Message Date
cp6
bd7ca6c1cf Updated readme
Updated readme
2022-10-20 15:41:33 +11:00
cp6
846a5c3af5 Updated readme for 2.1.8
Updated readme for 2.1.8
2022-10-20 15:40:07 +11:00
cp6
4de5beb2ea Implemented the details footer component
More Implementing of the details footer component
2022-10-20 15:33:50 +11:00
cp6
dd8564a23e Implemented the new index layout for the index pages
Implemented the new index layout for the index pages.
domains, misc, reseller, seedboxes and shared use this layout
2022-10-20 14:57:30 +11:00
cp6
25822351ef Added new index layout
Added new index layout for the index pages of the CRUD as it includes vue.js for the confirm delete modal
2022-10-20 14:56:43 +11:00
cp6
beaf9af041 Updated order/sort by on index pages
Updated order/sort by on index pages
As using the relationship for price related sorts does not work this method does
2022-10-20 13:57:04 +11:00
cp6
eda9d1b945 Implemented the details footer component
Implemented the details footer component
2022-10-20 11:59:03 +11:00
cp6
c7a9e5ad80 Added details footer blade component
Added details footer blade component
2022-10-20 11:56:53 +11:00
cp6
7b602d3616 Updated confirmDeleteModal action
Updated confirmDeleteModal action
Made consistency in all the index blade files to use the component
2022-10-20 11:56:35 +11:00
cp6
9c1a853d6a Updated labels_assigned insert
Updated labels_assigned insert
2022-10-20 11:27:01 +11:00
cp6
2139629077 Updated updatePricing() to not need as_usd parameter
Updated updatePricing() to not need as_usd parameter
2022-10-20 11:17:34 +11:00
cp6
736b6c9479 Minor code update
Minor code update
2022-10-20 11:12:53 +11:00
cp6
17b7733258 Removed "add a YABs" button
Removed "add a YABs" button
No longer needed with the POST YABS
2022-10-20 11:09:13 +11:00
cp6
a649f1749e Added/Updated validation on store and update
Added/Updated validation on store and update
Updated update method in shared, server, seedboxes, reseller and misc
2022-10-20 11:06:44 +11:00
cp6
c45df61f10 Merge branch 'Development' of https://github.com/cp6/my-idlers into Development 2022-10-20 10:24:57 +11:00
cp6
b6d06a1f37 JS cleanup
JS cleanup
2022-10-20 10:24:35 +11:00
corbpie
54a705fb9b
Merge pull request #73 from cp6/main
Development up to main
2022-10-20 10:20:35 +11:00
cp6
0ad542afb4 Updated readme for 2.1.7
Updated readme for 2.1.7
2022-10-13 16:09:30 +11:00
cp6
ea8c15d2d8 Removed dashboard redirect from routes
Removed dashboard redirect from routes
2022-10-13 16:04:50 +11:00
cp6
83500fa58e Updated RouteServiceProvider::HOME for '/'
Updated RouteServiceProvider::HOME for '/' instead of '/dashboard'
2022-10-13 16:04:26 +11:00
cp6
2f639a3e95 Removed welcome and dashboard views
Removed welcome and dashboard views as these are unused
2022-10-13 16:03:54 +11:00
cp6
07194a299d Updated views title @section
Updated views title @section
This method removes the whitespace
2022-10-13 16:03:31 +11:00
cp6
3b35cae875 Implemented new response alert component into views
Implemented new response alert component into views
2022-10-13 14:36:21 +11:00
cp6
c52a55dd5a Added response alert for success and error
Added response alert for success and error
2022-10-13 14:34:00 +11:00
cp6
888171c970 Removed unused alert components
Removed unused alert components
2022-10-13 14:33:45 +11:00
cp6
cde2c8d8b6 Added input parameters for compareYabs()
Added input parameters for compareYabs()
Used abort(404) instead of return response()->view('errors.404',........
2022-10-13 14:21:27 +11:00
cp6
dcb8a78ff8 Updated the server choose compare method
Updated the server choose compare method
If 2 suitable servers aren't found then throw an error alert
2022-10-13 14:20:26 +11:00
cp6
4b3e72bc93 Updated the confirm delete modal JS
Updated the confirm delete modal JS
More readability
2022-10-13 14:19:39 +11:00
cp6
20d308b7be Removed unused labels.label with
Removed unused labels.label with
2022-10-13 13:43:09 +11:00
cp6
a1d81a3244 Updated cache timeframes
Updated cache timeframes
2022-10-13 13:37:02 +11:00
corbpie
d0d2cc71ac
Merge pull request #70 from cp6/Development
Added order by for index actions
2022-10-13 13:30:32 +11:00
cp6
b44b4bb259 Code cleanup
Removed unused osIdAsString function
Added return types to some functions
2022-10-05 11:58:19 +11:00
cp6
4abbd451b9 Added order by for index actions
Added order by setting
Order by for index
Updated showing 404 methods in serverController
2022-10-04 14:35:46 +11:00
cp6
41413a224f Updated server fixed server_type & virt
Updated server fixed server_type & virt
Merged server_type & virt into just server_type
Updated serviceServerType() for paramater types and a short/long return value
2022-10-04 11:13:57 +11:00
corbpie
ab650efa3c
Merge pull request #68 from imlonghao/patch-2
controller(server): fix update server ssh port
2022-09-27 14:36:36 +10:00
corbpie
e02f4f6b11
Merge pull request #67 from imlonghao/patch-1
fix: server page due in 0 days
2022-09-27 14:35:07 +10:00
imlonghao
3f669df922
controller(server): fix update server ssh port 2022-09-27 00:05:57 +08:00
imlonghao
dadef79367
fix: server page due in 0 days 2022-09-26 22:46:53 +08:00
cp6
2ae19112e3 Update readme
Update readme for composer
2022-09-26 13:24:53 +10:00
cp6
e9750f10ec Merge branch 'main' of https://github.com/cp6/my-idlers 2022-09-26 13:23:07 +10:00
cp6
78c2703a2b Added doctrine/dbal
Added doctrine/dbal
2022-09-26 13:22:52 +10:00
corbpie
263616ae6d
Merge pull request #64 from cp6/main
Merge main to dev
2022-09-22 13:36:10 +10:00
corbpie
bba4bf9e98
Merge pull request #63 from cp6/Development
Updated readme added run migrate
2022-09-22 13:34:38 +10:00
cp6
f81d12cac3 Updated readme added run migrate
Updated readme added run migrate
2022-09-22 13:33:21 +10:00
corbpie
e0f9f27414
Merge pull request #62 from cp6/Development
Development (2.1.6)
2022-09-22 13:31:20 +10:00
cp6
38dafff877 Readme for 2.1.6
Readme for 2.1.6
2022-09-22 13:30:34 +10:00
cp6
5ef21ec63f Added custom HTTP error pages
Added custom HTTP error pages
2022-09-22 13:29:12 +10:00
cp6
df9411e1bf Updated compare view for nullable values
Updated compare view for nullable values
2022-09-22 13:20:44 +10:00
cp6
df779ba633 Updated models and controllers to use first()
Updated models and controllers to use first() rather than get() with [0]
2022-09-22 13:20:23 +10:00
cp6
8221bf45d8 Removed unused functions in controllers
Removed unused functions in controllers
2022-09-22 12:59:58 +10:00