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

39 Commits

Author SHA1 Message Date
David Bomba
4f9400454a Rebundle livewire using ESM 2024-01-14 12:00:51 +11:00
David Bomba
5142465163 roll back for livewire resources 2024-01-13 10:01:45 +11:00
David Bomba
a35ca97b3e Load app.js via bundled resources 2024-01-13 09:48:55 +11:00
David Bomba
84165cfaba Remove redundant vue files 2024-01-03 22:20:48 +11:00
Jason Beggs
3ad837a517 More Livewire v3 tweaks 2023-12-14 08:43:09 -05:00
David Bomba
a669328a80 Refactor for PDF code paths 2023-10-26 12:25:56 +11:00
David Bomba
5ad2125116 Fixes for correct redirects 2023-10-02 17:20:26 +11:00
Benjamin Beganović
84d2375fb3 Fixes for SCSS 2023-09-04 16:40:49 +02:00
Benjamin Beganović
6df3a5abee Migrate file refs 2023-09-04 16:07:34 +02:00
David Bomba
6a59102a90 Correct redirects for the AP 2023-06-04 16:46:59 +10:00
David Bomba
448a139475 Updates for favicon 2023-03-18 10:07:02 +11:00
David Bomba
0330fd31db Fixes for google tag manager - hosted 2023-03-12 11:39:35 +11:00
David Bomba
55bdc6b1cc Fixes for designs and client compatibility 2023-02-15 21:11:34 +11:00
David Bomba
1114f80e82 Add guards to @auth blocks 2023-01-03 15:53:43 +11:00
David Bomba
ae73e414e9 updates for cookie consent 2022-12-02 09:45:38 +11:00
David Bomba
a75fbc1e85 Remove direct google URLs 2022-09-30 15:23:18 +10:00
David Bomba
b81851b190 Update resources to defer 2022-09-16 13:34:39 +10:00
David Bomba
4573bd916b Fixes for confirmation password verification: 2022-08-11 07:36:16 +10:00
David Bomba
fb1e27ba7d Clean up for due date days recurring invoices 2022-02-16 13:24:10 +11:00
David Bomba
f6e8218e4e set password 2022-02-09 14:29:23 +11:00
Benjamin Beganović
cf2a2d0eaa Tailwind CSS v2.0: Update renamed utility classes: shadow-xs -> ring-1 ring-black ring-opacity-5 2021-10-27 18:02:07 +02:00
Benjamin Beganović
0a9bde3a35 alpinejs@2.8.2 2021-10-11 14:58:26 +02:00
Benjamin Beganović
4d1562a7a0 cookieconsent@3 2021-10-11 14:54:02 +02:00
Benjamin Beganović
0701cd629f Set privacy policy link from config 2021-10-04 14:29:15 +02:00
David Bomba
b30ac7f87b Additional clean theme outside of PortalCompany scope 2021-07-08 12:22:34 +10:00
David Bomba
c125dca154 Fixes for client portal login/auth/register pages 2021-05-27 09:14:21 +10:00
David Bomba
7bf74e012c Fixes for PDF display latency 2021-05-16 09:41:12 +10:00
David Bomba
ae74f5a9d8 Fixes for client portal PDF display 2021-05-15 17:14:31 +10:00
David Bomba
cd6e1fe5c6 Update views to include Invoice Ninja Logo 2021-05-13 20:49:28 +10:00
David Bomba
0225526756 Set password for new users 2021-04-08 14:35:02 +10:00
Benjamin Beganović
3b9e813751 bump alpinejs version 2020-12-05 13:55:29 +01:00
Benjamin Beganović
1aeae756fa blue background for buttons 2020-11-26 12:42:20 +01:00
Benjamin Beganović
e78aacdcfc Password reset e-mai l& fix for button 2020-10-27 16:04:28 +01:00
Benjamin Beganović
81b544a4d1 Update labels 2020-06-26 14:22:29 +02:00
Benjamin Beganović
c2904d0c92 Require password update if not set when confirming email 2020-06-26 14:20:45 +02: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ć
aedb5b6cd9
Show page on account confirmation (#3720) 2020-05-19 22:59:44 +10:00
Benjamin Beganović
2215f40ec3
Password protected invoices (#3635)
* Password protected invoices (wip)

* Add support for invitations

* Update comments & php-cs-fixer

* Add Forgot your password
2020-04-17 07:19:21 +10: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