Benjamin Beganović
0fff78b0a0
Authorize.net: New payment flow ( #68 )
...
* fixes for validation errors
* authorize.net
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* authorize.net credit card
2024-08-09 09:07:23 +10:00
David Bomba
3e760e6cc6
New payment flow
2024-06-24 14:38:53 +10:00
Benjamin Beganović
ebe7ccbfff
Update dependencies in package.json
2024-03-04 18:36:23 +01:00
Benjamin Beganović
153c9bbc11
Expose Vite to global host
2023-09-04 16:40:32 +02:00
Benjamin Beganović
5f450bd47b
Set package.json type to module
2023-09-04 16:09:06 +02:00
Benjamin Beganović
c23577082b
Update scripts
2023-09-04 16:08:47 +02:00
Benjamin Beganović
168bab8d99
vite-plugin-static-copy
2023-09-04 15:10:32 +02:00
Benjamin Beganović
c38a3644c6
vite laravel-vite-plugin
2023-09-04 15:05:21 +02:00
David Bomba
b18e7773c2
Add markdown support for subscriptions
2023-03-01 17:57:52 +11:00
David Bomba
da52554e71
Bump cypress version
2023-02-17 21:27:38 +11:00
David Bomba
6880e67210
Add Cypress for client portal UI tests
2023-01-25 07:15:54 +11:00
David Bomba
5316340c29
Subscriptions v2
2022-11-23 19:32:03 +11:00
David Bomba
d2ea53b0a4
Subscriptions v2
2022-11-23 17:27:43 +11:00
Shift
c2ba8fa234
Bump Laravel dependencies
2022-06-21 10:00:18 +00:00
David Bomba
6d36092f88
Fixes for package.json
2022-06-09 19:56:32 +10:00
David Bomba
76c940ae9a
Add shareable links to client portal
2022-02-10 11:07:08 +11:00
Benjamin Beganović
2cb6763074
Update rest of dependencies
2021-10-27 18:22:01 +02:00
Benjamin Beganović
49dd7eec8e
Update scripts for Laravel Mix
2021-10-27 17:49:46 +02:00
Benjamin Beganović
bc0021b3a4
+ laravel-mix@6.0.34
2021-10-27 17:45:33 +02:00
Benjamin Beganović
0e1ca43ce8
+ autoprefixer@10.3.7
...
+ postcss@8.3.11
+ tailwindcss@2.2.17
2021-10-27 17:40:59 +02:00
=
c016f5d08a
Merge eWay payment driver
2021-08-18 21:21:05 +10:00
=
93ab5480a6
Minor fixes for referral codes
2021-08-08 21:50:13 +10:00
David Bomba
7c83f9d04e
Updating subscriptions
2021-07-15 14:35:22 +10:00
Benjamin Beganović
787ffb7057
Remove cypress package
2021-07-12 13:48:41 +02:00
David Bomba
4492346e48
Fixes for setup + new js package
2021-05-18 20:26:06 +10:00
Benjamin Beganović
4992da6270
Highlight & make links in terms pop up clickable
2021-03-02 13:42:25 +01:00
Benjamin Beganović
d573652c8f
Updated frontend dependencies
2021-02-17 12:39:08 +01:00
Benjamin Beganović
1bcf8b4afa
Remove puppeteer
2020-12-23 16:19:42 +01:00
Benjamin Beganović
8ff7f8cbaf
npm audit fix
2020-12-08 14:14:19 +01:00
Clément Gayot
c21c79b8be
✨ Add ability to use Browsershot with NODE_PATH & NPM_PATH .env variables
2020-10-13 14:42:54 +02:00
Benjamin Beganović
b834a2a789
fix composer.lock & npm warnings
2020-10-12 11:22:10 +02:00
David Bomba
713d967e8e
fixes for payment drivers
2020-08-17 08:58:52 +10:00
Benjamin Beganović
ea7c19a3ec
move cypress to dev dependencies list
2020-06-30 14:55:15 +02:00
Benjamin Beganović
314b62f0bb
Fixes for cypress tests
2020-06-30 14:53:30 +02:00
David Bomba
09d130c1f7
Swap out credit card holder
2020-06-17 10:03:05 +10:00
Benjamin Beganović
c32c26acf3
Production builds
2020-06-16 18:09:43 +02:00
Benjamin Beganović
f280646522
Enable ES6 class props with @babel/plugin-proposal-class-properties
2020-06-09 13:10:31 +02:00
Benjamin Beganović
703ef51685
Client portal tests (using Cypress.io) ( #3758 )
...
* Install Cypress
* Fix npm vulnerabilities
* scaffold cypress
* ignore local tests
* login page test
* invoices tests
* recurring invoices
* payments tests
* payment methods tests
* update invoices & quotes
* credits tests
2020-05-27 07:45:29 +10:00
Benjamin Beganović
586424d2c0
Add logo to confirmed page ( #3735 )
...
* Updated
* bring
* Add logo to confirmed page
2020-05-23 08:28:57 +10:00
Benjamin Beganović
2704bf2f82
Client portal improvements & bug fixes ( #3678 )
...
* fix turbolink 404
* fix checkbox when adding card using stripe
* Fix hashed_ids problem when using PayPal
* php-cs-fixer
* Bump tailwind & purgecss
* fix auth scope
* scope to auth contact company
2020-05-09 08:20:37 +10:00
Benjamin Beganović
3aa884dc11
Client portal improvements ( #3654 )
...
* Invoice table filters
* Quotes table filters
* Improve tables & translation
* Fix profile page inputs
* Fix profile page inputs & bump TailwindCSS version
2020-04-25 09:17:37 +10:00
Benjamin Beganović
ab8b05dd56
Client portal improvements ( #3652 )
...
* Install livewire/livewire
* Table improvements
- Cleanup of InvoiceController
- Added Livewire package
- New Livewire component (InvoicesTable)
- New WithSorting trait
- Removed rendering invoices from index.blade.php
- Removed Yaryabox/Datatables references in InvoiceController
* Refactor: Recurring invoices
* payments table & sorting improvements
* payment methods table
* quotes table
* credits table
* Add turbolinks
2020-04-23 08:49:23 +10:00
Benjamin Beganović
b285067adb
Client portal improvements (1/2) ( #3649 )
...
- Fix for building dependencies
- Fixes for data table sorting
- Improved styling of tables
- Improved buttons padding, position
2020-04-21 08:26:25 +10:00
Benjamin Beganović
4af34a186c
PurgeCSS setup with Webpack ( #3522 )
...
* PurgeCSS setup with Webpack
- Production builds for assets
- Added PurgeCSS to 'ninja2020' theme
* Fixes for Codacy
- Added new codacy.yml file
- Applied formatting to webpack.mix.js
2020-03-25 09:13:20 +11:00
Benjamin Beganović
aad9f81e93
(Daily sync) Password reset pages & client portal rework ( #3492 )
...
* Dependency clearing
* Tailwind & templates cleanup
* Password reset pages & more features:
- New $this->render() method
- Password reset pages
- Tailwind CSS scaffold
- New styles for buttons, inputs, alerts
- Changed to shorthand syntax for language file (en)
- Added app.css and app.js which will be main endpoint
- Added new 'theme' field inside of ninja.php
- Scaffold for 'ninja2020' theme: both client and global theme
- Ignoring local builds of assets, until purgeCSS is there
- Overall cleanup
* Switch back default template to 'default'
* Remove app.css build
* Fix Codacy
* Fix Codacy 'doublequote' issues
2020-03-14 08:17:08 +11:00
David Bomba
3c6ab95332
Bump puppeteer version
2019-09-25 20:10:58 +10:00
David Bomba
04b4f224fa
Working on terms and signature authorization
2019-09-21 12:17:27 +10:00
David Bomba
4a08414ca5
Working on User profile
2019-08-12 22:45:13 +10:00
David Bomba
6b025296bd
Replace bootstrap combobox with select2
2019-08-12 12:55:55 +10:00
David Bomba
3f1fcdda76
Working on client portal
2019-08-12 08:33:17 +10:00