Commit Graph

91 Commits

Author SHA1 Message Date
David Bomba 0d96e989f5 Refactor for document / file validation 2025-04-26 10:15:23 +10:00
David Bomba 780dda4957 Updated copyright doc blocks 2025-02-17 11:11:38 +11:00
David Bomba 552d596eae Style fixes 2024-11-20 11:15:49 +11:00
David Bomba d8a753055a Fixes for tongan paanga 2024-06-19 14:57:40 +10:00
David Bomba aff180deef Add referral codes to user models 2024-05-27 07:13:56 +10:00
David Bomba f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba 83215cd0bc Improve template switching for hosted users 2024-02-13 17:10:36 +11:00
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba 5ad2125116 Fixes for correct redirects 2023-10-02 17:20:26 +11:00
David Bomba f9925e0486 Set default notifications on initial account creation 2023-09-11 09:51:52 +10:00
David Bomba 6eb8563697 Fixes for types 2023-08-13 20:00:26 +10:00
David Bomba cd7d78d20b Updated static analysis 2023-08-07 15:30:34 +10:00
David Bomba 4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba a8982cde44 Clean up 2023-01-30 17:08:21 +11:00
David Bomba 6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba f1682ca122 Adjustments for has phone class 2022-11-07 07:44:19 +11:00
David Bomba 97e65570fc Fixes for verify phone 2022-11-03 17:01:58 +11:00
David Bomba 297dc19d04 Fixes for tests 2022-11-03 08:04:07 +11:00
David Bomba aa206cb406 Fixes for verifyphone 2022-11-02 21:36:57 +11:00
David Bomba 270b0106fc Validate phone numbers 2022-11-02 21:30:25 +11:00
David Bomba ab5b709f9d User Twilio API to verify phone numbers 2022-11-02 18:31:46 +11:00
David Bomba fce12d1fcf Free email list update 2022-10-24 21:49:05 +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 c02bc2c389 Text email templates 2022-03-04 14:01:09 +11:00
David Bomba e2a6cd65cc Refactor invitation links 2021-11-06 11:46:12 +11:00
= 835f9b49ce Improve initial email flow 2021-09-12 20:35:56 +10:00
David Bomba 8554c6cceb Working on improving hosted migration experience 2021-07-17 17:38:59 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba da6ccddaaf Exceptions for emailing when company is deactivated 2021-05-12 20:46:59 +10:00
David Bomba 803818b53c Subscriptions 2021-04-13 15:04:53 +10:00
David Bomba 7e3a9205b9 Add event listeners for Subscriptions + fix user actioning the event() 2021-04-13 09:52:17 +10:00
David Bomba 5ef6afdc28 Limit attachment features on free plan 2021-03-17 08:08:23 +11:00
David Bomba ed8c880750 add reconfirm route 2021-03-10 20:15:24 +11:00
David Bomba 9c2e5c2de4 Fixes for blank company name 2021-03-08 15:20:02 +11:00
David Bomba 8346875f88 Fixes for mails 2021-02-18 21:33:54 +11:00
David Bomba 06bc49b0d6 Refactoring emails 2021-02-18 10:30:31 +11:00
David Bomba 7d5b679214 Fix for failed() method returning an error instead of exception 2021-01-21 10:02:39 +11:00
David Bomba 1ff29a2d55 Fix for usercreated event 2021-01-14 20:31:27 +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 f1c1243146 Fixes for mail 2020-11-12 20:41:19 +11:00
= dfb55dbd8b remove is_migrating 2020-11-01 14:19:03 +11:00
David Bomba 9aeb2d7a5b Psalm cleanup 2020-10-28 21:10:49 +11:00
David Bomba 90494547c5 Fix for whitelabel getter 2020-10-20 13:23:48 +11:00
David Bomba 840696ad3c Fixes for email invoice 2020-10-20 10:37:33 +11:00
David Bomba 0338a30a48 Fixes for generic email templates 2020-09-21 08:17:57 +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 2e663447b8 Tests for container manipulation 2020-08-10 14:55:44 +10:00
David Bomba 6840e3e471 Fixes for mailers 2020-08-08 14:38:02 +10:00