1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
Commit Graph

389 Commits

Author SHA1 Message Date
David Bomba
fb37fc40a3 Add protected download route with signed route signatures 2023-07-07 14:56:43 +10:00
David Bomba
786bda2515 Add back passwordprotection middleware 2023-06-21 06:51:48 +10:00
David Bomba
87fb632b3f Add password timeout route 2023-06-08 20:37:01 +10:00
David Bomba
0afbb1947e Redirect to the appropriate AP depending on headers 2023-06-04 16:11:40 +10:00
David Bomba
6e44503724 Move query logging into terminate method 2023-05-29 08:08:44 +10:00
David Bomba
d1a1ee55dc Move query logging into terminate method 2023-05-29 08:07:39 +10:00
David Bomba
df82f176d3 Refactor query logger into terminate method 2023-05-29 07:58:00 +10:00
David Bomba
25d3c8d209 Improvements for eager loading 2023-04-24 20:35:26 +10:00
David Bomba
69e84fe142 Remove requirements for cache to be updated after .env vars are changed 2023-04-06 11:07:24 +10:00
David Bomba
3638dc45fb Updates for rate limiter with redis 2023-03-20 20:25:12 +11:00
David Bomba
336e3f4bf0 Updates for rate limiter 2023-03-20 20:24:16 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
a4f2d40d75 Working on emailers 2023-02-15 11:04:47 +11:00
David Bomba
a99c4dfee0 Refactor mailers 2023-02-13 21:09:19 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
2203403818 add filename to headers for inline files 2023-01-23 09:49:40 +11:00
David Bomba
9f061ad0bb add filename to headers for inline files 2023-01-23 09:43:46 +11:00
David Bomba
e29b08824a Use id_token for apple when deleting companies 2022-12-19 21:07:38 +11:00
David Bomba
15b4d17bcc enforce password protection across entire client portal if invoice passwords are required 2022-11-23 12:26:52 +11:00
David Bomba
7459a211cd Minor fixes for vendor key login 2022-10-25 12:42:05 +11:00
David Bomba
0a2cb6f88d Merge branch 'v5-develop' into yodlee 2022-10-06 20:55:44 +11:00
David Bomba
61b6bb4543 Move lightlogs back to batching 2022-09-09 11:07:14 +10:00
David Bomba
efbca7d753 Improve efficiency of lightlogs 2022-09-08 18:57:32 +10:00
David Bomba
4738e1c82c Clean up for query logging 2022-09-07 17:31:15 +10:00
David Bomba
c0cb157309 Merge branch 'v5-develop' into yodlee 2022-09-07 14:54:50 +10:00
David Bomba
d79b374eda Fixes for select box background color 2022-09-06 20:51:42 +10:00
David Bomba
1506323ff7 Merge v5 2022-08-05 11:28:29 +10:00
David Bomba
effd1678a5 Merge branch 'v5-stable' into yodlee 2022-08-05 11:27:52 +10:00
David Bomba
b9c198f38e Vendor Contact key login 2022-08-04 16:30:11 +10:00
David Bomba
92c236e788 Fixes for payment emails 2022-08-04 16:22:48 +10:00
David Bomba
68fe664ad6 Return early when deleting non existent filename 2022-08-04 09:29:30 +10:00
David Bomba
4634662136 Fixes for query logging 2022-08-01 07:46:45 +10:00
David Bomba
48c36d0004 Fixes for mailers 2022-07-31 19:11:32 +10:00
David Bomba
f6821e9fcc Yodlee init 2022-07-28 14:09:13 +10:00
David Bomba
d93bac1b09 Improve efficiency of queries relying on Country 2022-07-28 10:58:13 +10:00
David Bomba
071f2ee102 Post Merge v5-develop 2022-07-15 17:41:30 +10:00
David Bomba
0a717f5ad5 Verify hash 2022-07-09 20:50:58 +10:00
David Bomba
3266af0db5 Password protection route with Microsoft OAuth 2022-06-25 08:40:29 +10:00
David Bomba
296c6a56a8 Password protection route with Microsoft OAuth 2022-06-25 08:39:45 +10:00
David Bomba
e8b3fff483 Password protection route with Microsoft OAuth 2022-06-25 08:31:19 +10:00
David Bomba
263ae4f3ac Password protection route with Microsoft OAuth 2022-06-25 08:30:06 +10:00
David Bomba
3fbd1849b3 Password protection route with Microsoft OAuth 2022-06-25 07:47:15 +10:00
David Bomba
865bb009ad Laravel 9 2022-06-22 21:57:45 +10:00
Shift
6edb82308f
Shift cleanup 2022-06-21 10:03:51 +00:00
Shift
e0a8e84108
Shift core files 2022-06-21 09:59:19 +00:00
Shift
59a54c03b0
Replace deprecated HEADER_X_FORWARDED_ALL constant 2022-06-21 09:58:36 +00: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
4606215ba2 vendor profile updates 2022-06-15 21:24:30 +10:00
David Bomba
6674424244 Stubs for vendor portal 2022-06-13 19:59:24 +10:00
David Bomba
7658c66953
Merge pull request #7507 from CirkaN/Cirkovic/INA-7
INA-7 | Add Vendor guard
2022-06-12 17:13:26 +10:00