David Bomba
10f6977023
Adjustments for expense imports
2024-09-15 17:32:43 +10:00
paulwer
9ced189262
Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses
2024-09-15 07:42:43 +02:00
David Bomba
b58e5f5bb7
Refactor for validation
2024-08-30 16:17:09 +10:00
David Bomba
93c382eae1
Minor refactors for inbound email processing
2024-08-30 10:57:43 +10:00
paulwer
1f92ea0108
fixes for validating expense_mailbox in company request
2024-08-28 07:33:03 +02:00
paulwer
2d091f3cb6
Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses
2024-04-23 22:38:57 +02:00
David Bomba
f65567a637
Update copyright
2024-04-12 14:15:41 +10:00
paulwer
7b29ee8ebf
remove unused variables from ExpenseMailbox check
2024-04-07 16:30:04 +02:00
paulwer
b7378b9b10
renaming inbound_mailbox to expense_mailbox
2024-04-04 07:27:07 +02:00
paulwer
157037f56f
renamings + move imap job to self-hosted only + allow by clients
2024-03-25 06:41:22 +01:00
paulwer
6bb86caff3
Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses
2024-02-27 08:13:19 +01:00
David Bomba
c4b76a00ba
v5.8.17
2024-01-29 22:58:50 +11:00
paulwer
678da384a9
Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses
2024-01-20 08:51:09 +01:00
David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
paulwer
ad009b5837
changes according to: https://github.com/invoiceninja/invoiceninja/pull/9042#discussion_r1432330656
2023-12-28 10:18:24 +01:00
paulwer
77a615adb6
minor updates
2023-12-28 10:05:46 +01:00
paulwer
21a8f4da76
rework env-struct & validation of expense_mailbox
2023-12-28 10:00:38 +01:00
paulwer
168fef71c7
switch to endings for better oportunity to display in frontend
2023-12-15 18:36:17 +01:00
paulwer
36279be694
validator for ExpenseMailbox property
2023-12-15 18:15:55 +01:00
David Bomba
3f610d68eb
Refactor for subdomain validations:
2023-06-07 11:21:26 +10:00
David Bomba
cfdaa1517c
php-cs-fixer
2023-02-22 17:37:16 +11:00
David Bomba
718551f59d
Fixes for tests
2023-02-21 08:11:01 +11:00
David Bomba
2662638974
Return false if no excluded permissions are encountered
2023-02-20 20:00:10 +11: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
d0bb55f0c2
Refactor remaining entities to attach using data rather than paths
2022-11-28 14:16:46 +11:00
David Bomba
20810bd7fe
Minor fixes for company count
2022-11-24 20:33:52 +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
cea49c43fc
Minor fixes
2022-02-01 10:03:51 +11:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
c43d122e91
Fixes for importing Ninja clients/contacts
2021-05-20 14:13:54 +10:00
=
04d1a43dfe
Remove strings and replace with translations
2021-01-24 22:48:09 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +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
43e57d0117
Fixes for self-update ( #3514 )
...
* minor fix for payment notifications
* styleci
* Limit Self updating to self hosters only
:
* Fixes for designs
* Minor fixes for self-update
2020-03-21 16:37:30 +11:00
David Bomba
70a560c474
Fixes for invoice status with partial payment ( #3472 )
...
* Fixes for UserPolicy
* Improve notifications
* Company quantities
* Fixes for invoice status with partial payments
2020-03-11 09:20:09 +11:00