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

7449 Commits

Author SHA1 Message Date
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
David Bomba
a2d954b706 Fixes for custom values 2021-07-01 13:34:57 +10:00
David Bomba
25459797db Add late fees back into reminders 2021-07-01 09:14:30 +10:00
Benjamin Beganović
24a6c55240
Merge pull request #6173 from beganovich/v5-3006-show-attachments-on-entities
Show attachments on entities
2021-06-30 20:42:09 +02:00
Benjamin Beganović
aeef084bc5 Show attachments on recurring invoices page 2021-06-30 20:41:11 +02:00
Benjamin Beganović
1bf94ad452 Show attachments on quotes page 2021-06-30 20:41:06 +02:00
Benjamin Beganović
9804db7988 Show attachments on invoices page 2021-06-30 20:41:03 +02:00
Benjamin Beganović
2d6027d137 Show attachments on credits page 2021-06-30 20:40:58 +02:00
Benjamin Beganović
684b21e124 Extract attachments component 2021-06-30 20:40:51 +02:00
hillelcoren
4ec2b52576 New admin portal [selfhosted] 2021-06-30 18:17:02 +00:00
hillelcoren
0429860bdd New admin portal [hosted] 2021-06-30 18:13:58 +00:00
hillelcoren
6a0f860358 New admin portal [selfhosted] 2021-06-30 15:12:29 +00:00