Commit Graph

90 Commits

Author SHA1 Message Date
David Bomba 65493c47a5 Change batch() to ->queue() 2021-12-11 20:49:29 +11:00
David Bomba 105e6282be logging 2021-10-13 16:47:53 +11:00
David Bomba 1fbbaaad4d Minor N+1 fixes 2021-10-13 14:44:10 +11:00
David Bomba 9e1418cb11 performance improvements 2021-10-08 16:29:06 +11:00
David Bomba 9c18ab7230 Improve query efficiency 2021-10-08 15:00:17 +11:00
David Bomba 9458069abb Fixes for special character encoding 2021-09-08 07:05:53 +10:00
David Bomba bdb771e4ca Fixes for query logging 2021-09-05 15:48:15 +10:00
David Bomba 25d8b8b079 Fixes for eager loading 2021-09-05 14:03:21 +10:00
David Bomba 61b007e53a Minor adjustments for query logging 2021-09-05 09:15:21 +10:00
David Bomba 6bab442cc6 Fixes for company tokens on login 2021-09-05 09:01:17 +10:00
David Bomba eb1547c187 Remove query count logs 2021-09-05 07:46:03 +10:00
David Bomba 74e94075b5 disable query logging 2021-09-04 17:49:42 +10:00
David Bomba 32dc4554c2 Fixes for eager loading with multiple groups 2021-09-04 17:28:08 +10:00
David Bomba e35709145a Fixes for preview 2021-08-06 18:02:32 +10:00
David Bomba 9d3867f818 Fixes for preview 2021-08-06 17:57:24 +10:00
David Bomba da177661ec Fixes for subscriptions 2021-07-15 21:00:24 +10:00
David Bomba 57bd1f9c9d Log excessively large queries 2021-07-09 09:08:20 +10:00
David Bomba 8f78f93537 Log exact IP if reported by cloudflare 2021-06-22 10:51:43 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba f19af6290a fixes for event listeners 2021-05-11 15:17:45 +10:00
David Bomba 16c5665cc6 Recurring Invoice history / activities 2021-05-10 20:20:52 +10:00
David Bomba 51effc3dfe Fixes for query logging 2021-05-08 07:43:53 +10:00
David Bomba ae1af32b59 Improve quality for url 2021-05-07 08:31:00 +10:00
= e53d5dcb13 fixes for logging 2021-05-02 21:40:15 +10:00
David Bomba 592aba6bb0 analytics 2021-04-29 13:43:40 +10:00
David Bomba 342b383115 Minor fixes for imports 2021-04-29 12:12:44 +10:00
David Bomba deb55dd6c8 Add in constrained queries 2021-04-29 11:31:04 +10:00
David Bomba f26948b76f Log query analytics 2021-04-29 09:19:00 +10:00
= 7173ba2931 catch project exceptions 2021-03-20 11:16:29 +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ć 23a64562c9 fix issue with setup & apply php-cs-fixer 2020-12-09 13:38:22 +01:00
David Bomba 594dda9b65 fixes for delivery notes{ 2020-12-08 20:18:17 +11:00
Benjamin Beganović ae88d5e08e php-cs-fixer format 2020-11-25 15:19:52 +01:00
David Bomba c8e2d94b3f Fixes for tests + remove swoole 2020-10-22 21:14:14 +11:00
David Bomba a3afa8ede9 Remove project name unique constraint 2020-10-19 21:59:58 +11:00
David Bomba 708db5a991 Improve eager loading - first load 2020-10-18 18:46:10 +11:00
= 83be13c049 fixes for types 2020-09-19 12:15:38 +10:00
= 20e4c4b1ad Improve eager loading 2020-09-19 12:05:54 +10:00
= 88eb05786e Fixes for updateinvoicepayment 2020-09-19 11:20:14 +10:00
David Bomba 23c22dd9dc Fixes for tests 2020-09-19 10:17:13 +10:00
David Bomba 77119e69fe Add primary/secondary_color to companysettings 2020-09-08 14:02:00 +10:00
David Bomba f98319a1c1 Fixes for phpunit 2020-09-07 09:29:46 +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 c195f5b8a5 Add middleware to destroy document 2020-08-11 13:21:43 +10:00
David Bomba 04ed1d4fe3 formatting 2020-07-26 20:21:55 +10:00
David Bomba 3c38fd2cf6 Fixes for refresh route 2020-07-26 15:12:40 +10:00
David Bomba 34575554af Working on handling refresh route 2020-07-26 08:27:49 +10:00
David Bomba d36fdb4025 Fixes for refresh query 2020-07-25 09:02:32 +10:00
David Bomba 339795b555 make sure app url always has a trailing slash 2020-07-25 07:46:56 +10:00