David Bomba
3e8171f2a8
Minor fixes for translations
2023-05-18 16:25:38 +10:00
David Bomba
22d6d31399
Fixers for passphrase logic
2023-05-16 17:52:53 +10:00
David Bomba
25a7038a11
Fixes for tests
2023-05-15 21:40:57 +10:00
David Bomba
7a88d631dc
Updates for e-invoice signatures
2023-05-15 21:20:47 +10:00
David Bomba
5a42b89d55
cs fixer
2023-03-18 18:24:56 +11:00
David Bomba
2d3816ece4
Add payment balance to client table
2023-03-09 23:29:44 +11:00
David Bomba
6e983cb506
update upload mime checks
2023-02-27 20:12:59 +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
e174b379a6
Additional mailer implementation
2023-01-11 19:29:27 +11:00
David Bomba
b1454d11ab
Minor fixeS
2022-12-21 12:27:47 +11:00
David Bomba
482918e3f3
Cast matomo id to string
2022-12-08 11:39:43 +11:00
David Bomba
20810bd7fe
Minor fixes for company count
2022-11-24 20:33:52 +11:00
David Bomba
3994abd10f
minor fixes for usage of client portal subdomains in self hosted instances
2022-11-24 09:37:14 +11:00
David Bomba
891c742c5d
Fixes for custom client portal subdomains
2022-11-24 09:33:25 +11:00
David Bomba
f0e45bda76
Escape variables in custom designs
2022-11-21 08:28:47 +11:00
David Bomba
1c89a39d56
Clean input for custom css
2022-11-19 10:58:32 +11:00
David Bomba
fa794e1edb
Remove redundant code in save company request
2022-10-02 17:27:04 +11:00
David Bomba
e337abe819
Patches from v5-dev
2022-07-20 10:56:02 +10:00
David Bomba
c1352e700d
Fixes for purging company data
2022-07-19 09:39:54 +10:00
David Bomba
3e916e0f1f
Fixes for tests
2022-06-24 11:55:41 +10:00
David Bomba
2e29bbce3c
Laravel 9
2022-06-23 15:34:15 +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
cd269883f3
Set portal domain to lower case
2021-12-01 11:09:22 +11:00
theworstcomrade
2532ec7e76
Document - fix stored xss
...
https://huntr.dev/bounties/99c4ed09-b66f-474a-bd74-eeccf9339fde/
2021-11-19 23:39:35 +01:00
David Bomba
4fdd709e99
Default client registration fields
2021-09-30 08:14:48 +10:00
Linus Metzler
c7c7feaf9d
add missing semicolon
2021-09-19 15:09:44 +02:00
=
af8f559466
Quote webhooks and default company setter
2021-09-11 13:02:03 +10:00
David Bomba
32036a8569
Fixes for PDF paths
2021-07-07 21:39:49 +10:00
David Bomba
b15041f60b
Fixes for portal domain
2021-07-07 13:19:19 +10:00
David Bomba
28b5d01804
minor change for subdomain regex
2021-06-17 07:29:03 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
=
46ae91f920
Fixes for regex for subdomain name
2021-06-13 20:47:49 +10:00
David Bomba
019d6eb009
Fixes for company requests
2021-05-20 17:09:29 +10:00
David Bomba
c43d122e91
Fixes for importing Ninja clients/contacts
2021-05-20 14:13:54 +10:00
David Bomba
0506b08ee0
Email invoice paid receipts
2021-05-17 08:09:20 +10:00
=
a76d584ae4
Clean up company request
2021-05-02 20:15:11 +10:00
=
01cb9a091e
Fixes for namespaces
2021-05-02 19:14:42 +10:00
David Bomba
4c2df3e1ff
Fixes for company sub domain
2021-04-28 14:19:32 +10:00
David Bomba
ee94ed6ac9
Fixes for company validation rules
2021-04-28 13:21:27 +10:00
David Bomba
f501a42e35
Fixes for domain validation
2021-04-28 13:12:51 +10:00
David Bomba
7bf6d7c48a
Document route for clients / company
2021-02-15 21:52:50 +11:00
David Bomba
65afd70b38
Always ensure the client has a currency set
2021-01-06 19:50:13 +11: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
=
6479b2fd3e
Fix for laravel 8 route file regression + psalm cleanup
2020-11-01 16:09:09 +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
e35b1b6871
Debugging company delete issues
2020-06-09 19:29:41 +10:00
Benjamin Beganović
9c5e087b87
Migration improvements ( #3661 )
...
* Fix migration & add new case
* Update logging statement
2020-04-29 23:24:52 +10:00