Commit Graph

80 Commits

Author SHA1 Message Date
David Bomba d73e05b5df Fixes for check data 2024-01-24 14:58:06 +11:00
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba 37cc0cf442 Working on upgrade for paypal 2023-12-13 17:10:29 +11:00
David Bomba 3f610d68eb Refactor for subdomain validations: 2023-06-07 11:21:26 +10:00
David Bomba b5344906cd Updates for account controller 2023-05-03 14:05:29 +10:00
David Bomba db86cb6b40 Static Analysis cleanup 2023-04-30 18:09:08 +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 dddfd32757 Improve memory handling 2022-11-01 21:20:28 +11:00
David Bomba 7459a211cd Minor fixes for vendor key login 2022-10-25 12:42:05 +11:00
David Bomba 48f46dbd45 Configuration for in app purchases 2022-09-09 18:36:54 +10:00
David Bomba aceb377081 Fixes for settings purchase order designs 2022-07-27 20:03:46 +10:00
David Bomba d78415b6bf Fixes for multidb + twilio 2022-07-27 11:22:11 +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 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba ebc498a815 Type checking 2022-04-21 12:07:08 +10:00
David Bomba 83692ed618 refactor queries 2022-02-26 18:48:22 +11:00
David Bomba 2bc8146f7c Fixes for contact authentication + viewed entity notifications 2021-10-23 10:06:30 +11:00
David Bomba 0cfe5bc39a Refactor invitations 2021-10-14 16:25:09 +11:00
David Bomba 773fc3f29b Improve efficiency of MultiDB queries 2021-10-03 08:31:21 +11:00
David Bomba e914447097 Add withTrashed() when searching for MultiDB users 2021-09-06 08:21:22 +10:00
David Bomba 41b1555fe1 Improve authorize.net add payment method 2021-07-13 11:07:10 +10:00
David Bomba 5bcbda2f47 Minor fixes for document downloads 2021-07-02 07:57:55 +10:00
David Bomba 32698b33d7 Document middleware 2021-07-02 07:23:25 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba caec22c884 Fixes for return types 2021-05-27 09:59:12 +10:00
David Bomba c125dca154 Fixes for client portal login/auth/register pages 2021-05-27 09:14:21 +10:00
David Bomba ba672f6fdd Fixes for test 2021-05-26 11:32:01 +10:00
David Bomba e6531a68eb Fixes for language files 2021-05-24 20:45:31 +10:00
David Bomba 347f10caa6 Reset connection when performing simple DB checks 2021-05-24 14:52:08 +10:00
David Bomba 3c99c65033 FIxes for multidb 2021-05-24 14:24:16 +10:00
David Bomba c43d122e91 Fixes for importing Ninja clients/contacts 2021-05-20 14:13:54 +10:00
David Bomba d7d76ae6ea MultiDB domain resolution for client portals 2021-05-15 13:31:41 +10:00
David Bomba 777c2dd24a Reorder middleware to allow route model binding to be delayed 2021-05-13 22:41:32 +10:00
= daff65de01 Working on password reset throttling 2021-05-13 19:13:51 +10:00
David Bomba e4fabfbf2d Export data 2021-05-13 16:01:12 +10:00
David Bomba b0f5ca8638 Logout Controller 2021-04-27 16:03:21 +10:00
David Bomba 48da709d6e Fixes for broken DBs 2021-04-27 09:44:20 +10:00
David Bomba 1bcfa1b19d Add ability to logout all tokens from company 2021-04-27 09:34:35 +10:00
David Bomba 9222b72c7e Test for truth 2021-04-12 22:16:17 +10:00
David Bomba 9d8ee8a44e Test for truth 2021-04-12 22:15:34 +10:00
David Bomba fa602ef0cd Fixes for setting default database 2021-04-12 22:12:50 +10:00
David Bomba d238d53b26 Delete PDF helper 2021-03-01 10:40:18 +11:00
David Bomba 120d2c21ab Refactor password reset for admin users 2021-02-15 10:39:40 +11:00
David Bomba 934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11:00
David Bomba 9aeb2d7a5b Psalm cleanup 2020-10-28 21:10:49 +11:00
David Bomba a3afa8ede9 Remove project name unique constraint 2020-10-19 21:59:58 +11:00
David Bomba 8756a89885 Allow login using contact_key or client_hash 2020-09-30 08:42:55 +10:00
David Bomba 0e5199e052 Working on contact auth using contact key 2020-09-23 11:45:07 +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