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

7410 Commits

Author SHA1 Message Date
Benjamin Beganović
dde0af3fd2 Invoices: Test clicking "Download" without any invoices 2021-07-05 10:05:03 +02:00
Benjamin Beganović
7b41f2dbd0 Invoices: Test clicking "Pay Now" without selecting any invoices 2021-07-05 10:04:11 +02:00
Benjamin Beganović
90e0d0cbab Subscriptions: Assert page loads 2021-07-02 16:59:40 +02:00
Benjamin Beganović
a2e25de6ab Documents: Assert page loads 2021-07-02 16:59:03 +02:00
Benjamin Beganović
ccf64f6a3d Payment Methods: Assert page loads 2021-07-02 16:58:30 +02:00
Benjamin Beganović
7e6663ac0b Credits: Assert page loads 2021-07-02 16:53:57 +02:00
Benjamin Beganović
40a4e3f3ea Quotes: Assert page loads 2021-07-02 16:53:21 +02:00
Benjamin Beganović
213e1ab957 Payments: Assert page loads 2021-07-02 16:52:16 +02:00
Benjamin Beganović
553ce88af0 Revert 'headless' mode in Dusk 2021-07-02 16:51:24 +02:00
Benjamin Beganović
f55276c429 Recurring invoices: Assert page loads 2021-07-02 16:51:13 +02:00
Benjamin Beganović
7aa7fc5e29 Invoices: Assert page loads 2021-07-02 16:36:53 +02:00
Benjamin Beganović
4cf049b9fa Extract login/authentication in Login.php 2021-07-02 16:36:45 +02:00
Benjamin Beganović
2bd903b71a Add .gitignore to screenshots/ folder 2021-07-02 16:36:29 +02:00
Benjamin Beganović
16e9cd37a6 Update copyright on LoginTest.php 2021-07-02 16:21:42 +02:00
Benjamin Beganović
817de978e3 Remove Laravel Dusk scaffold files 2021-07-02 16:20:23 +02:00
Benjamin Beganović
d7d966cd56 Login test: Login page, login validation, forgot password link 2021-07-02 16:19:32 +02:00
Benjamin Beganović
d7a4bc711c Post-installation of laravel/dusk 2021-07-02 15:40:29 +02:00
Benjamin Beganović
ed55940d4f Install laravel/dusk 2021-07-02 15:37:49 +02:00
David Bomba
38d0711bf1
Merge pull request #6190 from turbo124/v5-develop
Minor fixes for tests
2021-07-02 20:21:06 +10:00
David Bomba
73a5839f16 Minor fixes for tests 2021-07-02 20:20:46 +10:00
David Bomba
850f904b36
Merge pull request #6189 from turbo124/v5-develop
Constrain recurring / reminders if the client is archived / deleted
2021-07-02 20:04:17 +10:00
David Bomba
cdff2af444 Constrain recurring / reminders if the client is archived / deleted 2021-07-02 20:03:44 +10:00
David Bomba
7556b68b1f Constrain recurring / reminders if the client is archived / deleted 2021-07-02 19:40:44 +10:00
David Bomba
9b81521fa1
Merge pull request #6187 from turbo124/v5-develop
Fixes for wrong keys
2021-07-02 19:23:39 +10:00
David Bomba
2128f398c4 Fixes for wrong keys 2021-07-02 19:23:20 +10:00
David Bomba
f32eb55c72
Merge pull request #6185 from turbo124/v5-develop
Fixes for credit query
2021-07-02 17:28:30 +10:00
David Bomba
e8a1df16cd Fixes for credit query 2021-07-02 16:36:14 +10:00
David Bomba
3995674dfb
Merge pull request #6184 from turbo124/v5-develop
Only check data that has been modified in the last two days
2021-07-02 15:51:24 +10:00
David Bomba
1f6a61f63f Only check data that has been modified in the last two days 2021-07-02 15:42:51 +10:00
David Bomba
e75d817bd4
Merge pull request #6182 from turbo124/v5-develop
Fixes for setup flow
2021-07-02 10:45:10 +10:00
David Bomba
ee729d8da0 fixes for setup flow 2021-07-02 10:43:32 +10:00
Benjamin Beganović
d763382d87
Merge pull request #6177 from beganovich/v5-3006-company-logo-login
Show logo on the login screen if account whitelabel or official subdomain
2021-07-02 02:23:51 +02:00
Benjamin Beganović
f4eb777a03
Merge pull request #6178 from beganovich/v5-0106-wepay-zip
WePay: Initialize Javascript with the postcode after fields checking
2021-07-02 02:23:41 +02:00
Benjamin Beganović
c972d8696d
Merge pull request #6179 from beganovich/v5-0106-credits-show-where-due-date
(Client portal) Show only credits with `due_date` <= now()
2021-07-02 02:23:31 +02:00
David Bomba
651e72da6b Lean Mock Data Trait 2021-07-02 10:06:26 +10:00
Benjamin Beganović
c958500249 Update for tests 2021-07-02 01:51:31 +02:00
David Bomba
84dd24c070 Tests for credit balances 2021-07-02 09:48:11 +10:00
Benjamin Beganović
9ea59e2c7a Update for tests 2021-07-02 01:37:44 +02:00
David Bomba
55159b32a5
Merge pull request #6181 from turbo124/v5-develop
Minor fixes for document downloads
2021-07-02 07:58:15 +10:00
David Bomba
5bcbda2f47 Minor fixes for document downloads 2021-07-02 07:57:55 +10:00
David Bomba
c120dedaa5
Merge pull request #6180 from turbo124/v5-develop
Minor fixes for check data
2021-07-02 07:28:32 +10:00
David Bomba
32698b33d7 Document middleware 2021-07-02 07:23:25 +10:00
Benjamin Beganović
d0e59e1d27 Show only credits with due_date <= now() 2021-07-01 19:20:46 +02:00
Benjamin Beganović
342ef656f0 Remove comment 2021-07-01 19:00:01 +02:00
Benjamin Beganović
12611647bc Initialize Javascript with the postcode after fields checking 2021-07-01 18:59:36 +02:00
Benjamin Beganović
e9d2d7d7f2 Show logo on the login screen if account whitelabel or official subdomain 2021-07-01 18:29:32 +02:00
David Bomba
4bc096c7c6 Minor fixes for check data 2021-07-01 20:58:38 +10:00
David Bomba
857964f39a
Merge pull request #6176 from turbo124/v5-develop
Add late fees to reminders.
2021-07-01 19:53:19 +10:00
David Bomba
784bc04acd Minor fix 2021-07-01 19:52:57 +10:00
David Bomba
69461104fe Fixes for client gateways 2021-07-01 15:56:44 +10:00