David Bomba
e6759db35d
Hosted metrics
2022-01-28 10:06:26 +11:00
David Bomba
171f2c82e6
Move cors middle out of globals and into api only routes
2022-01-28 08:51:53 +11:00
David Bomba
6b9f211812
Update route throttling limits
2022-01-21 14:58:58 +11:00
David Bomba
189ebc590f
Add Session domains to web route
2022-01-16 11:22:37 +11:00
David Bomba
693d84b243
Session handling with custom domains
2022-01-15 15:58:33 +11:00
David Bomba
97451c8edf
Fixes for client authentication
2021-12-12 21:39:12 +11:00
David Bomba
0cebfd1f56
Fixes for freshbooks import
2021-12-11 08:32:24 +11: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
=
8703bcc5f6
Fixes for .register bug
2021-06-05 20:59:53 +10:00
David Bomba
4c0c770c56
Fixes for CORS
2021-06-02 13:14:40 +10:00
David Bomba
30e0d4a6ab
Fixes for CORS
2021-06-02 12:39:44 +10:00
David Bomba
82fcf55ab2
Fixes for CORS
2021-06-02 10:58:39 +10:00
David Bomba
37de17cf38
Fixes for CORS
2021-06-02 10:48:48 +10:00
David Bomba
24b7cb7509
Fixes for CORS
2021-06-02 10:18:42 +10:00
David Bomba
980a687322
Fixes for CORS
2021-06-02 10:02:05 +10:00
David Bomba
f2c11f8180
Fixes for CORS
2021-06-02 09:07:53 +10:00
David Bomba
5252f83ec6
Fixes for CORS
2021-06-01 23:08:32 +10:00
David Bomba
315dbb5503
Fixes for CORS
2021-06-01 22:12:41 +10:00
David Bomba
92ad3621de
Fixes for CORS
2021-06-01 21:43:36 +10:00
David Bomba
306d63ba22
Fixes for CORS
2021-06-01 21:07:11 +10:00
David Bomba
c125dca154
Fixes for client portal login/auth/register pages
2021-05-27 09:14:21 +10:00
David Bomba
9599c8de4f
Refactor for Stripe Connect
2021-05-18 12:13:00 +10:00
David Bomba
f9fae690a0
Tests for import
2021-05-15 16:54:27 +10:00
David Bomba
c05cb2868a
Fixes for middleware priority
2021-05-14 08:29:52 +10:00
David Bomba
f5435e0f8e
Fixes for middleware priority
2021-05-14 08:03:57 +10:00
David Bomba
6e967035d8
Reorder middleware to allow route model binding to be delayed
2021-05-13 23:01:23 +10:00
David Bomba
777c2dd24a
Reorder middleware to allow route model binding to be delayed
2021-05-13 22:41:32 +10:00
David Bomba
1f87ca6ca2
Delete migration directory after Import
2021-04-25 21:04:48 +10:00
David Bomba
a09de38f35
Default mailer middleware
2021-04-25 20:22:24 +10:00
David Bomba
c063aee812
enums for email delivery
2021-02-26 08:06:43 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
4959917b7e
fix issue with multiple companies switching
2020-12-03 15:33:18 +01:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
David Bomba
c8e2d94b3f
Fixes for tests + remove swoole
2020-10-22 21:14:14 +11:00
David Bomba
b346ed714b
Fix rate limiting
2020-10-22 20:27:53 +11:00
David Bomba
4ac554607c
implement swoole
2020-10-22 20:25:36 +11:00
David Bomba
44d31ce326
Move cache clearance to base controller
2020-10-09 17:55:03 +11:00
David Bomba
0e5199e052
Working on contact auth using contact key
2020-09-23 11:45:07 +10:00
David Bomba
ab0ec5e2cb
Vendor API endpoints
2020-09-23 10:16:19 +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
d7dbde3789
Implement PhantomJS
2020-08-04 21:00:19 +10:00
David Bomba
caad3661d5
Refactor to user company_key instead of company_token
2020-07-28 21:58:15 +10:00
David Bomba
d5b777206e
Shop routes
2020-07-28 21:19:51 +10:00
Benjamin Beganović
22aa182250
Merge remote-tracking branch 'upstream/v2' into v2-2805-client-signup
2020-06-18 15:57:05 +02:00
David Bomba
bee4c95b61
Fixes for cors erros
2020-06-18 20:52:25 +10:00
David Bomba
2d2a5c0812
working on authorize.net token payments
2020-06-16 22:41:56 +10:00
Benjamin Beganović
41c76e55bc
client register wip
2020-05-28 17:39:38 +02:00
David Bomba
9cb7996a2e
Performance improvements for PDF rendering ( #3556 )
...
* Performance improvements for PDF generation
* CS Fixer
* Performance improvements for PDF generate
* Fixes for tests
2020-03-28 14:45:11 +11:00