Commit Graph

38 Commits

Author SHA1 Message Date
David Bomba 87639f3c73 Add accept purchase order webhook 2024-08-21 09:35:54 +10:00
David Bomba 4855276794 Working on quote reminders 2024-06-21 19:40:56 +10:00
David Bomba 109d5cfdca Static analysis 2024-06-15 17:34:08 +10:00
David Bomba f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba 69007836ac Minor fixes 2024-03-07 17:03:09 +11:00
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba b352178696 Static analysis 2023-08-08 18:56:31 +10:00
David Bomba e35a99d454 Updates for static analysis 2023-08-02 19:47:26 +10:00
David Bomba 32c30b195b Static analysis cleanup 2023-04-27 08:05:57 +10:00
David Bomba 615e82a5c8 ide helpers 2023-03-08 18:33:42 +11:00
Lars Kusch d0cfaff6d6 Added models and implemented the sent Webhook 2023-02-03 12:54:34 +01:00
David Bomba a2f0c5d4fe Refactor for observers 2023-02-01 15:00:45 +11:00
David Bomba 801740bdb4 Fixes for exception testing 2023-02-01 14:12:44 +11:00
David Bomba fecf1e13b5 Fixes for tests 2023-02-01 13:46:39 +11:00
David Bomba b8d97a69a2 Refactor for observers 2023-02-01 01:06:21 +11:00
David Bomba 399b397ecf Refactor for observers 2023-01-31 23:53:54 +11:00
David Bomba 9350ac3376
Merge pull request #8216 from LarsK1/patch-3
Add Webhook for archiving / restoring
2023-01-31 19:24:26 +11:00
Lars Kusch 95727d6ec2 Deduplication 2023-01-31 08:59:02 +01:00
Lars Kusch d5cf303000 Add webhooks for restore 2023-01-30 08:26:32 +01:00
Lars Kusch 949722ff57 Minor fixes and addition functionality 2023-01-29 14:43:57 +01:00
David Bomba 6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
Lars Kusch 8fce15750b
Update Webhook.php 2023-01-27 14:25:33 +01:00
paulwer 205a0669d8 adding update_payment webhook 2023-01-08 12:36:14 +01:00
David Bomba 855206fb15 Add delete webhook for projects 2022-12-05 12:30:58 +11:00
David Bomba b6b36c89fd Add webhook functionality to credits 2022-09-15 17:43:33 +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 e8e8598fd8 Webhooks for Projects 2022-04-14 21:38:29 +10:00
David Bomba b12190e554 Add fixing of invitations into check data script 2021-09-08 09:29:20 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba 0426b6c941 Add payment notification on manual payment creation 2021-04-16 07:58:34 +10:00
David Bomba b1e6325ef8 Fixes for tests 2021-04-06 08:19:27 +10:00
David Bomba 40335c0d92 Add rest method and headers to webhooks 2021-04-06 07:41:51 +10: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 28cbd75fcb Fixes for credit PDF 2020-11-11 11:13:39 +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 4c321d41c3 Change subscriptions to webhooks 2020-07-06 21:22:36 +10:00