1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
Commit Graph

15625 Commits

Author SHA1 Message Date
paulwer
5616da03c5 feat: refresh & getAccounts 2023-12-05 07:17:07 +01:00
paulwer
db407f6925 feat: get AccountData 2023-12-05 06:56:52 +01:00
paulwer
67f94b7fb9 feat: institutions endpoint ready
fix: wrong variable names
fix: missing implementation in api-router
2023-12-04 08:14:52 +01:00
paulwer
71ae70ef83 adding controler method for institutions (wip) 2023-12-01 14:56:11 +01:00
paulwer
b54b626332 wip: changes 2023-12-01 14:30:33 +01:00
paulwer
ef48bd150c fix for seeders 2023-12-01 12:22:04 +01:00
paulwer
8a8c3b85c3 first draft 2023-11-30 16:00:50 +01:00
paulwer
e1fbbe4268 adding webhooks for products 2023-01-31 10:34:39 +01:00
David Bomba
58e53aa961
Merge pull request #8232 from turbo124/v5-develop
Minor cleanup for filters
2023-01-31 19:24:42 +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
bb361f78dd Handle different cases 2023-01-31 09:05:58 +01:00
Lars Kusch
95727d6ec2 Deduplication 2023-01-31 08:59:02 +01:00
David Bomba
0995475352 Minor cleanup for filters 2023-01-31 08:24:42 +11:00
David Bomba
2dcdd4d72c
Merge pull request #8227 from paulwer/v5-develop
adding additional filter methods
2023-01-31 08:17:38 +11:00
paulwer
f380e77f48 fixes 2023-01-30 12:23:37 +01:00
paulwer
64af473b88 fixes 2023-01-30 12:21:17 +01:00
paulwer
270647981d Merge remote-tracking branch 'upstream/v5-develop' into v5-develop 2023-01-30 12:13:36 +01:00
paulwer
f27cca7f09 default value for sort input & fixes for strlen 2023-01-30 12:08:39 +01:00
paulwer
ae5b9c0dd4 code quality + param-name fixes 2023-01-30 11:13:44 +01:00
paulwer
cccf7a3cc2 fixes 2023-01-30 11:06:01 +01:00
paulwer
e8d19abf7a sort early returns + type_id/category_id&event_id as strings 2023-01-30 11:04:55 +01:00
paulwer
6e9a420bea unify code + fixes 2023-01-30 10:46:05 +01:00
paulwer
8274aadd05 fixes 2023-01-30 10:36:13 +01:00
David Bomba
504dba240b
Merge pull request #8228 from turbo124/v5-develop
Fixes for staticmodel scopes
2023-01-30 19:55:07 +11:00
David Bomba
8f8bee02c1 version bump 2023-01-30 19:52:13 +11:00
David Bomba
2f9fcbd42e Ensure companies have the correct size when there are heterogeneous user permissions 2023-01-30 19:50:27 +11:00
David Bomba
ea1f2945b2 Ensure companies have the correct size when there are heterogeneous user permissions 2023-01-30 18:28:19 +11:00
Lars Kusch
d5cf303000 Add webhooks for restore 2023-01-30 08:26:32 +01:00
Lars Kusch
0e4dd61684 Add observers into BaseRepository 2023-01-30 08:22:19 +01:00
Lars Kusch
6984aa35e3 Move observers into rigth place 2023-01-30 08:21:47 +01:00
Lars Kusch
0f05065279 Move invoice archive to Base Repository 2023-01-30 08:02:02 +01:00
paulwer
98d4d62f82 spacing 2023-01-30 07:08:26 +01:00
David Bomba
a8982cde44 Clean up 2023-01-30 17:08:21 +11:00
paulwer
72265f53c8 Merge remote-tracking branch 'upstream/v5-develop' into v5-develop 2023-01-30 07:02:45 +01:00
David Bomba
cb7897b75e Roll back for selective permission loads 2023-01-30 12:59:47 +11:00
David Bomba
5c16821fb9 Fixes for null exception in failed method 2023-01-30 11:12:28 +11:00
David Bomba
e750f45750 cast recurring invoice design invoice to invoice design when assessing logo size 2023-01-30 07:47:29 +11:00
Lars Kusch
949722ff57 Minor fixes and addition functionality 2023-01-29 14:43:57 +01:00
David Bomba
091b798b5b Seed company logo size variables into vendor HTML engine 2023-01-29 21:13:33 +11:00
paulwer
6e712b32b2 spacing 2023-01-29 10:21:54 +01:00
David Bomba
886ca7f1e0 Fixes for staticmodel scopes 2023-01-29 19:56:13 +11:00
paulwer
47d9ccf573 adding filter methods for projects, tasks and vendors 2023-01-29 09:52:40 +01:00
David Bomba
e210d9f1bb
Merge pull request #8224 from turbo124/v5-develop
Fixes for ninja mailer
2023-01-29 18:45:53 +11:00
David Bomba
44d20a4a1b Minor clean up for webhooks 2023-01-29 18:41:24 +11:00
David Bomba
3f04c1679b Return early if no subscription 2023-01-29 18:31:10 +11:00
David Bomba
9c66c3b741 Fixes for ninja mailer 2023-01-29 18:29:35 +11:00
David Bomba
c91d212eb0
Merge pull request #8223 from turbo124/v5-develop
Minor fixes for the task scheduler
2023-01-29 17:14:54 +11:00
David Bomba
60472bf151 Minor fixes for the task scheduler 2023-01-29 17:14:36 +11:00
David Bomba
d9aa616cad
Merge pull request #8222 from turbo124/v5-develop
Minor fixes for the Clean design
2023-01-29 17:13:28 +11:00
David Bomba
6a5da9cbc6 Minor fixes for the Clean design 2023-01-29 17:11:22 +11:00