clandestine8
a737482e79
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
HDVinnie
51f9a65fcd
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-06-15 01:45:33 +00:00
HDVinnie
26709c35ad
refactor: backup manager
...
- refactor backup manager to Livewire
2021-06-14 21:33:19 -04:00
HDVinnie
321847e067
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie
3407075214
refactor: better php8 usage
...
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie
041927202c
refactor: type and name of catch exception should match
2021-05-15 14:01:27 -04:00
HDVinnie
73b20b9bcb
fix: backup controller
2021-03-30 09:02:18 -04:00
HDVinnie
9e92a07933
refactor: staff backup controller
2020-12-30 12:16:43 -05:00
HDVinnie
07a2451914
cleanup: backup controller
2020-12-28 23:44:01 -05:00
HDVinnie
0733269867
update: phpdoc blocks
2020-07-22 16:57:13 -04:00
HDVinnie
a975116218
refactor: preslash simple functions
...
- Add pre-slash to short named functions to improve performance by almost 30%
- @see https://stackoverflow.com/questions/55419673/php7-adding-a-slash-to-all-standard-php-functions-php-cs-fixer-rule
2020-07-22 15:09:37 -04:00
HDVinnie
f69ecec866
refactor: code quality changes
2020-06-02 18:37:19 -04:00
HDVinnie
f90bfe8814
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-05-19 02:59:08 +00:00
HDVinnie
4748e9ef7c
refactor: backup manager
2020-05-18 21:28:20 -04:00
HDVinnie
78608a4666
refactor: space after sole ! operators
...
- There should be a space after sole `!` operators
2020-04-14 22:31:48 -04:00
HDVinnie
4b9c006a05
chore: phpdoc blocks cleanup
2020-03-05 10:46:14 -05:00
HDVinnie
29cd6e8eb6
refactor: use identical over equal with same type
2020-02-16 21:04:19 -05:00
HDVinnie
0eb606aa51
refactor: remove unnecessary ternary expression
2020-02-14 13:08:04 -05:00
HDVinnie
285ecfa38b
refactor: count on null
2020-02-12 19:15:58 -05:00
HDVinnie
c8d953a3ad
Merge branch 'master' into development
2020-02-12 18:03:21 -05:00
HDVinnie
e47afe4ab4
chore: styleci
2020-02-12 14:51:22 -05:00
HDVinnie
80c842e39c
chore: update license block
...
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie
dbb928f940
chore: update license block
2020-02-12 14:45:59 -05:00
HDVinnie
8d72989943
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-02-12 17:41:17 +00:00
HDVinnie
611fcd6bc1
refactor: if / else / elseif statements
...
- Change If Else Value Assign To Early Return
- Change Nested Ifs To Early Return
- Remove Always Else
2020-02-12 12:34:34 -05:00
HDVinnie
9a893662de
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie
e77bf65da0
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-06 15:31:25 +00:00
HDVinnie
d889971834
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie
eed3b51c92
(Update) CRUDDY PT.7 🚀
2019-10-25 17:35:14 -04:00
HDVinnie
dc2cf66405
(Update) CRUDDY PT.3 🚀
2019-10-23 13:48:28 -04:00
Laravel Shift
97e88dd68b
Leverage injected request object
...
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.
[1]: https://laravel.com/docs/5.7/requests#accessing-the-request
2019-05-09 00:05:13 +00:00
HDVinnie
67339d7329
(Update) PHPDocs 🚀
2019-04-03 20:02:01 -04:00
HDVinnie
fb2b28aa75
(Update) Backup Manager 🚀
...
- add option for files only backup
- add option for db only backup
2019-03-22 12:39:34 -04:00
HDVinnie
bb68df00f5
(Update) Groups System 🚀
...
- add is_owner
- update middlewares
- lock Backup Manager, Config Manager, Laravel Log Viewer to is_owner groups only.
- update configs
2019-02-21 09:27:50 -05:00
HDVinnie
d29a5df589
Apply fixes from StyleCI
2019-01-17 22:41:33 +00:00
singularity43
9c85b236ec
(Update) BackupController
...
Update to clone download routine (which is KNOWN to work with laravel routes / issue).
2019-01-15 13:54:35 -05:00
HDVinnie
d6b3f8c40a
(Fix) Backup Manager 🐛
...
- raise max_execution_time for large DB backups
- fix monitorBackups disk name
2019-01-09 21:49:07 -05:00
HDVinnie
2f2c52328b
Apply fixes from StyleCI
2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053
Apply fixes from StyleCI
2018-12-06 14:42:13 +00:00
Laravel Shift
ca0fe4481a
Adopt PSR-2 coding style
...
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-10-28 01:44:55 +00:00
poppabear8883
845b2521d0
(Update) Basic cleanup
2018-07-27 14:48:59 -04:00
HDVinnie
6441ca7fb7
(Update) Mass Controllers Cleanup
2018-06-06 23:49:27 -04:00
HDVinnie
68217ed5dd
(Update) Cleanup Backup Controller
2018-06-05 14:23:29 -04:00
HDVinnie
2da7207d2b
(Update) Refactor General and Staff Controllers
...
- Remove all facades use besides mail
- Use Dependency Injection for Illuminate\Http\Request
- use helpers for auth, cache, validator, and more to rid of facades use
- use $request->input() over $request->get()
- use $request->isMethod('POST') over $request->getMethod('POST')
- general cleanup
2018-03-15 12:32:40 -04:00
Laravel Shift
81578d83cb
Shift to new helper methods
...
Laravel 5 added several new helper functions, including:
- `view()`
- `response()`
- `redirect()`
- `config()`
- String functions
Review the [helpers][1] documentation for more details.
[1]: https://laravel.com/docs/5.0/helpers
2018-02-14 16:53:25 +00:00
Hyleus
777bb63880
Change license to AGPL
2018-02-12 17:27:32 +01:00
HDVinnie
f926ac4663
(Update) Backup Manager Complete
...
- With default configs when you run the backup process a zip of your DB
dump and your applications files will be placed in the /storage/app/
dir.
- Please go through the backup.php config…….theres lots you can adjust
to your liking.
- This requires one to run composer install
- This requires php-zip module
2018-02-07 00:09:45 -05:00
HDVinnie
e40475acde
(Update) Add Controller
...
- Added Staff Controller
2018-02-06 19:27:57 -05:00