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

1116 Commits

Author SHA1 Message Date
theworstcomrade
8816bd30c3 Document - fix stored xss
https://huntr.dev/bounties/99c4ed09-b66f-474a-bd74-eeccf9339fde/
2021-11-18 23:02:04 +01:00
David Bomba
a4a55f5369
Merge branch 'master' into laravel6 2021-10-19 09:48:57 +11:00
David Bomba
64269c5fc0 Update PHP7.4 2021-09-27 21:55:48 +10:00
Joshua Dwire
40c30cce2f Laravel 6 support 2021-09-25 20:13:01 -04:00
David Bomba
b5aee8a8bf PHP 7.4 Support 2021-09-24 14:28:41 +10:00
Hillel Coren
26ae669659 Handle deleted account in recurrence 2021-08-22 07:41:06 +03:00
Hillel Coren
0ef5eb24d8 Enable migration for hosted 2021-04-25 10:44:51 +03:00
Hillel Coren
08efcc0342 Minor fixes 2020-11-01 17:34:29 +02:00
Leon Aves
edd57e1ca5
Import correct Document class into HasLogo trait. (#3711)
If you aren't using the local driver for logo storage, the attempts to use Document::getDirectFileUrl in this file will fail as it tries to autoload from Traits, Document needs to be explicitly imported.
2020-05-19 09:52:28 +10:00
Hillel Coren
c3a0c2a465 UI tweaks and hide on hosted 2020-03-12 09:42:31 +02:00
Benjamin Beganović
9d5c3bd951
[v1] Add check for 0 value (#3473)
* Add check for 0 value

* David said, this one is better
2020-03-11 10:06:57 +11:00
Benjamin Beganović
d9a3b5453a
Make sure user is allowed to migrate (#3468) 2020-03-11 08:08:10 +11:00
Hillel Coren
c4d2c31e06 Fix for product report 2020-02-23 12:15:33 +02:00
Hillel Coren
17c36b351d Minor fixes 2019-12-03 11:27:30 +02:00
Hillel Coren
bbb72875e3 Bug fix 2019-07-21 10:59:31 +03:00
Hillel Coren
23571848d5 Minor fixes 2019-07-21 09:28:42 +03:00
Francisco Ferreira
2a290765e9 Account: allow to set more custom Invoice labels (#2904) 2019-07-18 16:26:24 +10:00
Hillel Coren
3a45a48a1a Merge task->invoice->withTrashed() 2019-05-27 18:10:40 +03:00
Hillel Coren
099e61343d Update lang files 2019-05-26 21:22:23 +03:00
Hillel Coren
27f0fb9474 Fix for tests 2019-02-25 15:25:53 +02:00
Hillel Coren
9dd1462d65 Fix for duplicate invitations 2019-02-25 12:42:14 +02:00
Hillel Coren
16cc898e6a Bug fixes 2019-02-18 13:05:00 +02:00
Hillel Coren
cd8b7649a1 Fixes for mobile app 2019-02-17 13:52:56 +02:00
David Bomba
aefe133ba0
fix permissions (#2637) 2019-01-30 22:25:37 +11:00
David Bomba
0fc66b0f02 Rebase to latest version of v4.5.9 2019-01-30 22:12:41 +11:00
David Bomba
5ccf7369ca Rebase to v4.5.9 2019-01-30 21:45:46 +11:00
David Bomba
e254cf3833
Fix for document permissions (#2415) 2018-10-05 20:17:31 +10:00
David Bomba
b091c27d57
fix for dashboard links for quotes / invoices (#2409) 2018-10-05 00:45:21 +10:00
David Bomba
cd10003d64
Permission fixes. (#2407)
* Patch for permissions

* fixes for production

* fix for doc uploads
2018-10-05 00:19:01 +10:00
Hillel Coren
4746ca830d API fixes for mobile app 2018-09-28 09:53:14 +03:00
Hillel Coren
da50fc400c Fix for invoice link from quote 2018-09-22 21:56:54 +03:00
Hillel Coren
9ecff34cb4 Remove email fix from master 2018-09-19 23:41:30 +03:00
Hillel Coren
211b01406e Fix email bug 2018-09-19 23:16:29 +03:00
Hillel Coren
9dcab7683c Error handling 2018-09-15 21:41:41 +03:00
Hillel Coren
76d3d09e7d Changes for mobile app 2018-08-17 08:13:44 +03:00
Hillel Coren
e0468571a4 Added payment terms to API 2018-08-08 17:49:25 +03:00
Hillel Coren
b716888083 Add activities to client API 2018-08-03 10:04:27 +03:00
Hillel Coren
7401e632b4 Fix links to docs 2018-07-26 18:42:25 +03:00
Hillel Coren
47783fcd68 Fix for mobile app 2018-07-16 22:53:10 +03:00
Hillel Coren
fe1362eef4 Changes for mobile app 2018-07-07 22:14:34 +03:00
Hillel Coren
34b02ee8bf Changes to support the mobile app 2018-06-19 22:46:48 +03:00
Hillel Coren
56f13a019e Merge branch 'release-4.5.0' 2018-06-17 14:05:50 +03:00
Hillel Coren
180dce1772 Fix for UBL 2018-06-10 10:38:55 +03:00
David Bomba
a9f2d0d855
This PR implements Create/View/Edit permissions based on ENTITY TYPE (ie invoice/expense/client). (#2150)
* migration for new permissions schema

* update permissions across data tables

* refactor migrations to prevent duplicate attribute

* update permissions in views

* Product Permissions

* permissions via controllers

* Refactor to use Laravel authorization gate

* Doc Blocks for EntityPolicy

* check permissions conditional on create new client

* Bug Fixes

* Data table permissions

* working on UI

* settings UI/UX finalised

* Datatable permissions

* remove legacy permissions

* permission fix for viewing client

* remove all instances of viewByOwner

* refactor after PR

* Bug fix for Functional test and implementation of Functional tests for Permissions

* fix for tests
2018-06-07 20:08:34 +10:00
Hillel Coren
2853351ca2 Support filtering email notifications 2018-05-14 20:12:25 +03:00
Hillel Coren
a70d4bc805 Support filtering email notifications 2018-05-14 20:08:32 +03:00
Hillel Coren
96666a3af8 Add ‘View Invoice’ button in portal to approved quote 2018-05-14 12:17:03 +03:00
Hillel Coren
2b7b9f83e4 Fix client overview portal link w/iframe 2018-05-14 09:45:35 +03:00
Hillel Coren
d0ad4d21c7 Prevent multiple gateways w/tokens 2018-05-08 17:48:07 +03:00
Hillel Coren
755f125bf0 Prevent multiple gateways w/tokens 2018-05-08 17:47:47 +03:00