1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-16 16:13:20 +01:00
invoiceninja/resources/views/payments
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
..
braintree Working on payment gateways 2018-03-16 09:58:56 +02:00
checkoutcom Payments refactor 2016-06-20 17:14:43 +03:00
paymill Simplify duplicate submission check 2018-03-15 20:24:42 +02:00
stripe Working on payment gateways 2018-03-16 10:08:15 +02:00
wepay Add link to WePay's privacy policy 2018-04-23 13:02:27 +03:00
apple_pay.blade.php Added Paymill 2018-03-07 17:23:25 +02:00
bank_transfer.blade.php Cleaning up errors from the logs 2016-09-12 08:51:41 +03:00
credit_card.blade.php Fix for tests 2018-03-15 21:01:35 +02:00
edit.blade.php This PR implements Create/View/Edit permissions based on ENTITY TYPE (ie invoice/expense/client). (#2150) 2018-06-07 20:08:34 +10:00
payment_css.blade.php Improve payment page styling 2017-11-29 21:12:08 +02:00
payment_method.blade.php Refactor 'update' to 'capture' 2018-03-09 15:24:24 +02:00
paymentmethods_list.blade.php Refactor 'update' to 'capture' 2018-03-09 15:24:24 +02:00
paymentmethods.blade.php Ensure payment methods are always visible in portal 2018-03-13 11:19:38 +02:00