Commit Graph

6844 Commits

Author SHA1 Message Date
James Cole
1961487055
Reformat code. 2024-03-10 06:17:31 +01:00
James Cole
c9ce5df74b
Merge pull request #8650 from michaelhthomas/feat/expression-engine
[feat] Rules Expression Engine
2024-03-10 06:04:06 +01:00
James Cole
9078781d61
New endpoint, fixed logo, better account overview. 2024-03-09 19:31:27 +01:00
James Cole
f2c9e20aef
Fix other pages 2024-03-09 13:35:22 +01:00
James Cole
16b8ca2746
Add some spacing 2024-03-09 13:20:43 +01:00
James Cole
e54d711891
Improve colors. 2024-03-09 13:17:58 +01:00
James Cole
84d3ad4764
Remove unused local files. 2024-03-09 13:12:33 +01:00
James Cole
b908951a2d
Refactor views 2024-03-09 13:08:23 +01:00
James Cole
8b87deea58
Refactor error pages 2024-03-09 13:03:02 +01:00
James Cole
0d7325b3dc
Fix CSS and JS (on dashboard) 2024-03-09 12:21:45 +01:00
James Cole
a3fd99a498
Rename (unused) files. 2024-03-09 12:11:18 +01:00
James Cole
0ff405d1e0
Refactor views and CSS 2024-03-09 12:11:06 +01:00
James Cole
46a60af966
Clean up authentication views. 2024-03-09 08:13:53 +01:00
James Cole
591c9e3b39
Move old login screen. 2024-03-09 07:00:35 +01:00
Michael Thomas
41fc1e8f82 Merge remote-tracking branch 'upstream/develop' into feat/expression-engine 2024-03-07 13:09:43 -05:00
Michael Thomas
438f602961 feat: surface expression validation errors when creating or updating rules 2024-03-07 12:23:32 -05:00
github-actions
b82fcbd97b Auto commit for release 'develop' on 2024-03-07 2024-03-07 01:29:08 +01:00
James Cole
930a08ec90
Better index for accounts. 2024-03-06 19:54:09 +01:00
James Cole
3a339382d4
Add a button to go back to the v1 layout. 2024-03-05 19:38:45 +01:00
James Cole
fbf89fd514
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop 2024-03-04 20:42:05 +01:00
James Cole
88a9bc379e
Expand account list 2024-03-04 20:41:34 +01:00
github-actions
1ef7239276 Auto commit for release 'develop' on 2024-03-04 2024-03-04 01:30:26 +01:00
github-actions
90d58ec8fa Auto commit for release 'v6.1.10' on 2024-03-02 2024-03-02 17:12:03 +01:00
github-actions
ffc2156e5f Auto commit for release 'develop' on 2024-02-29 2024-02-29 01:28:57 +01:00
James Cole
e0a89bb5fe
Rebuild JS 2024-02-26 20:08:14 +01:00
James Cole
7103098fe7
Better error handling 2024-02-26 19:54:45 +01:00
github-actions
cd713dc40f Auto commit for release 'develop' on 2024-02-26 2024-02-26 01:29:50 +01:00
James Cole
d9fba39d80
Fix detection of transaction type. 2024-02-25 18:24:10 +01:00
James Cole
2564470197
Update source account detection. 2024-02-25 18:14:30 +01:00
James Cole
9222c82af0
Expand frontend, first attempt at sorting. 2024-02-25 18:09:52 +01:00
James Cole
5b60aaecc0
Update translations. 2024-02-24 08:19:23 +01:00
James Cole
20a4caec60
Add some missing translations 2024-02-24 06:03:34 +01:00
James Cole
99cc096b71
Fix https://github.com/firefly-iii/firefly-iii/issues/8578 2024-02-24 05:38:02 +01:00
James Cole
92e7f344e0
Refresh update code. 2024-02-22 06:52:58 +01:00
github-actions
89ce2838d5 Auto commit for release 'develop' on 2024-02-22 2024-02-22 01:29:01 +01:00
James Cole
fe33352ec1
Fix translation for https://github.com/firefly-iii/firefly-iii/issues/8555 2024-02-19 05:57:06 +01:00
James Cole
b1afaea1aa
Various updates. 2024-02-18 11:35:08 +01:00
github-actions
b13a4e1016 Auto commit for release 'develop' on 2024-02-15 2024-02-15 01:29:20 +01:00
James Cole
a2c0d9f7d0
The update checker can handle the development releases 2024-02-14 06:34:38 +01:00
github-actions
5c352a0d3e Auto commit for release 'develop' on 2024-02-12 2024-02-12 01:29:15 +01:00
James Cole
99f041b114
Editable up until date. 2024-02-11 10:43:14 +01:00
James Cole
283b594995
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
# Conflicts:
#	app/Helpers/Collector/GroupCollector.php
2024-02-10 08:29:59 +01:00
James Cole
723aa65e7a
Inline edit for v2 2024-02-10 08:28:59 +01:00
github-actions
64d315ad51 Auto commit for release 'develop' on 2024-02-08 2024-02-08 01:29:34 +01:00
James Cole
ba8d65835a
Remove unused translation. 2024-02-07 06:02:43 +01:00
github-actions
fa3343f437 Auto commit for release 'v6.1.9' on 2024-02-05 2024-02-05 19:53:12 +01:00
James Cole
20b1fc05cb
Don't put a "v" in front of the version when it's a develop version. 2024-02-05 06:29:19 +01:00
github-actions
ab441d7d0c Auto commit for release 'develop' on 2024-02-05 2024-02-05 01:31:01 +01:00
github-actions
4f994a2795 Auto commit for release 'develop' on 2024-02-04 2024-02-04 01:31:06 +01:00
kuilin
04b1465eb7
Fix incorrect ID in bulk delete tx URL
Fixes #8501

Signed-off-by: kuilin <kuilin@gmail.com>
2024-02-03 14:23:26 -05:00