David Bomba
69e84fe142
Remove requirements for cache to be updated after .env vars are changed
2023-04-06 11:07:24 +10:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
a1063f8249
Run post update in github actions to ensure cache is built
2023-01-19 07:54:15 +11:00
Shift
19080933b6
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
8e6772ef75
Refactor for self updater
2022-03-19 14:10:00 +11:00
David Bomba
95af436f12
Replace config:clear with optimize
2022-03-18 10:33:26 +11:00
David Bomba
bed77a2710
Text email stubs
2022-03-04 13:08:18 +11:00
David Bomba
cda41fbd46
Tests for redis vs database performance
2021-12-17 18:04:34 +11:00
David Bomba
5ddbc0f507
Fixes for recurring crons
2021-10-02 11:10:12 +10:00
Lukas Mueller
33fe019df0
Made sure to restart the queue as part of the post-update procedure
2021-09-26 13:21:03 +02:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
2eae22221f
Clean up update
2021-04-30 14:29:27 +10:00
David Bomba
003303a83b
Output results on exec()
2021-04-29 13:15:39 +10:00
David Bomba
b40751a2b9
Auto optimize after composer install
2021-03-26 19:34:39 +11:00
=
883c11f12b
Add a composer dump after install
2021-02-02 19:59:33 +11:00
David Bomba
2b77951ea0
Deprecate task fields
2021-01-15 22:01:44 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
=
7a058c9ae6
Move logging to nlog
2020-12-30 08:10:03 +11:00
Benjamin Beganović
942652b668
Update webhooks to support Checkout.com & apply php-cs-fixer
2020-12-17 12:27:15 +01:00
David Bomba
24d4095709
Fixes for composer
2020-12-17 10:32:42 +11:00
David Bomba
831d1e0816
revert to exec() to composer install
2020-12-17 10:23:54 +11:00
David Bomba
c498f230d4
Adjustments for post update
2020-12-17 07:12:20 +11:00
David Bomba
d035fce0ac
Adjustments for post update
2020-12-17 07:10:06 +11:00
David Bomba
e5c30c67f1
Merge pull request #4506 from turbo124/v5-develop
...
Adjustments for post update
2020-12-17 07:07:42 +11:00
David Bomba
ad156e5935
Adjustments for post update
2020-12-17 07:06:40 +11:00
Benjamin Beganović
20c010448a
apply php-cs-fixer
2020-12-16 12:52:40 +01:00
David Bomba
5715f34086
Better error handling with self updater
2020-12-16 07:37:30 +11:00
David Bomba
bff5b94ff0
Better error handling with self updater
2020-12-16 07:35:54 +11:00
David Bomba
c5a4b1fcfd
Fixes for version check + schema fixes
2020-12-10 21:48:16 +11:00
David Bomba
22cd6cdff0
Fixes for NPM/NODE status
2020-12-10 21:06:24 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
David Bomba
a384db6ee8
Fix for composer --no-dev
2020-09-08 07:01:53 +10:00
David Bomba
884f8f186a
Clean up for improvements to composer
2020-09-07 20:18:56 +10:00
David Bomba
4a85081f3a
Composer install
2020-09-07 20:03:47 +10:00
David Bomba
94508a30b3
Composer install
2020-09-07 20:00:20 +10:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
e5dca1deb9
Force migrations
2020-07-21 22:00:24 +10:00
David Bomba
ed5ce8634e
Fixes for self updater ( #3740 )
...
* Add checks for duplicate contacts in invitations
* Fixes for self updater
2020-05-25 09:45:12 +10:00
David Bomba
d5ae025df0
Logging for self updater ( #3725 )
...
* fixes for tests
* Fixes for tests:
* Fixes for tests
* Add logging to self updater
2020-05-20 08:49:58 +10:00
David Bomba
820f770ef8
Upgrade Self Updater ( #3646 )
...
* Fixes for createinvoicepdf
* Filter properties which can be saved on free accounts
* Update laravel self updater version
* Upgrade self updater version
* Rework Composer upate
* Self Update
2020-04-20 08:35:48 +10:00