Commit Graph

83 Commits

Author SHA1 Message Date
David Bomba fce12d1fcf Free email list update 2022-10-24 21:49:05 +11:00
David Bomba 76525ceacf System Log Checkout Failures 2022-10-18 20:30:55 +11:00
David Bomba 4e2ddb748e Fixes for sms verification list 2022-09-30 20:07:17 +10:00
David Bomba 092416b9e6 Toggle sms verification based on domain 2022-08-25 14:02:40 +10:00
David Bomba 8df82cf2e5 v5.5.7 2022-08-05 09:54:05 +10:00
David Bomba 7ac4786bff Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
David Bomba d93bac1b09 Improve efficiency of queries relying on Country 2022-07-28 10:58:13 +10:00
Nikola Cirkovic c75b1d303f
Cirkovic/ina 16 fixes (#50)
* Dispatch | PdfCreatorTest | Removed deprecated method

* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +10: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 fd7ff4d285 Clean up 2022-04-30 11:16:59 +10:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba ec374eec63 Clean UP 2022-02-25 15:28:42 +11:00
David Bomba bba3c79553 Trial Flow: 2022-02-23 17:39:36 +11:00
David Bomba 263bcd8126 Add ability to purge clients 2022-01-30 10:46:39 +11:00
David Bomba 548510d686 Improvements for credits 2022-01-28 16:30:40 +11:00
David Bomba 048b792da0 Additional analytic metrics 2022-01-23 10:28:13 +11:00
David Bomba 65493c47a5 Change batch() to ->queue() 2021-12-11 20:49:29 +11:00
David Bomba 5f4e40162b working on users 2021-11-05 20:43:25 +11:00
= 835f9b49ce Improve initial email flow 2021-09-12 20:35:56 +10:00
= c075a81326 Slack notifications for email quotas 2021-08-31 21:29:18 +10:00
= 93ab5480a6 Minor fixes for referral codes 2021-08-08 21:50:13 +10:00
David Bomba f417b27e55 Minor fixes for first account creation 2021-07-21 08:07:19 +10:00
David Bomba da177661ec Fixes for subscriptions 2021-07-15 21:00:24 +10:00
David Bomba a04f2be3b4 Minor Fixes 2021-07-15 13:03:24 +10:00
David Bomba e808cc62a8 Fixes for Client - Paid To Date updating when a payment with no invoices is generated 2021-07-14 12:22:37 +10:00
David Bomba bfd6cf876b Fixes for tests 2021-07-14 10:31:07 +10:00
David Bomba dd3f33dfc8 Log user in on signup 2021-07-05 08:18:57 +10:00
David Bomba d7e551fc95 Fixes for subscriptions 2021-06-27 21:55:15 +10:00
David Bomba 021761d33d Make navigating subscriptions easier 2021-06-27 19:20:56 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba 7469ca30eb HostedUsers console command 2021-06-14 18:06:34 +10:00
= 50ab1a3bd7 Company Import 2021-06-04 20:42:25 +10:00
David Bomba 5bfd596ad8 Remove geoip data 2021-06-04 10:31:59 +10:00
David Bomba 0079e52b85 Refactor for account signups 2021-05-26 10:37:59 +10:00
David Bomba de0904ba1c Fixes for request property accessor 2021-05-26 09:26:13 +10:00
David Bomba 16ad9b8d89 Fixes for mocked data 2021-05-26 09:14:41 +10:00
= 0bf8b9c9e5 Fixes for setup flow 2021-03-13 17:45:41 +11:00
David Bomba 64c483befe Code cleanup 2021-03-10 20:42:39 +11:00
David Bomba e54562b6d4 Only one confirmation per user signup 2021-03-10 20:32:38 +11:00
David Bomba c063aee812 enums for email delivery 2021-02-26 08:06:43 +11:00
David Bomba 661fc8ea00 Fixes for first account - verify user email! 2021-02-25 11:09:06 +11:00
David Bomba 48d1a6726c Refactoring emails 2021-02-14 22:36:36 +11:00
David Bomba 934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11:00
Benjamin Beganović ae88d5e08e php-cs-fixer format 2020-11-25 15:19:52 +01:00
David Bomba 42c1f8fe5f Minor fixes 2020-11-12 07:42:20 +11:00
David Bomba f0e4a94bee Task Statuses 2020-10-20 10:01:59 +11:00
David Bomba d4e2a0071a Analytics 2020-10-07 14:56:35 +11: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 f3572a5d11 Refactor for events 2020-07-08 22:02:16 +10:00
David Bomba 245980ce4b Send company with all events 2020-06-30 09:35:17 +10:00