James Cole
|
fa7ab45a40
|
Code cleanup
|
2018-04-02 14:50:17 +02:00 |
|
James Cole
|
170d23d768
|
Code cleanup before release.
|
2018-03-29 19:01:47 +02:00 |
|
James Cole
|
3e22c9860e
|
Fix some tests.
|
2018-03-23 05:31:45 +01:00 |
|
James Cole
|
1645490f5c
|
Avoid using model methods and use repository instead
|
2018-03-19 19:39:02 +01:00 |
|
James Cole
|
24715c72a2
|
Remove unused functions.
|
2018-03-11 15:54:33 +01:00 |
|
James Cole
|
ed5cd2b9ca
|
Add currency symbol.
|
2018-03-11 13:31:22 +01:00 |
|
James Cole
|
aad0864018
|
Various code cleanup [skip ci]
|
2018-03-10 22:38:20 +01:00 |
|
James Cole
|
a97bfc92e1
|
Add newlines and strict types
|
2018-03-05 19:35:58 +01:00 |
|
James Cole
|
9475fef8f6
|
Implement user API and first tests.
|
2018-03-03 08:12:18 +01:00 |
|
James Cole
|
77aced6734
|
Test every happy path for journal creation.
|
2018-02-18 16:35:26 +01:00 |
|
James Cole
|
eb0da038fb
|
Expand tests and API code.
|
2018-02-18 10:31:15 +01:00 |
|
James Cole
|
049e57d578
|
New tests for object transformers.
|
2018-02-17 10:47:06 +01:00 |
|
James Cole
|
78ba0f749c
|
tests for bill and attachment transformers.
|
2018-02-16 22:47:08 +01:00 |
|
James Cole
|
278b7ac52b
|
First tests for transformers.
|
2018-02-16 22:14:34 +01:00 |
|
James Cole
|
0458058cb1
|
Update piggy bank transformer
|
2018-02-16 16:44:52 +01:00 |
|
James Cole
|
22fdc81de2
|
Refactor transactions.
|
2018-02-13 21:04:15 +01:00 |
|
James Cole
|
370e9b25d1
|
Expand API.
|
2018-02-13 18:24:06 +01:00 |
|
James Cole
|
c2da5931ec
|
Expanded API code, wrote a bunch new transformers as well.
|
2018-02-11 20:45:33 +01:00 |
|
James Cole
|
8b868b426a
|
First API routes for accounts.
|
2018-02-11 08:08:08 +01:00 |
|
James Cole
|
2ef1022c92
|
Make sure bills API is consistent.
|
2018-02-11 07:46:34 +01:00 |
|
James Cole
|
9b3abd3b19
|
Expand transformers to include other objects.
|
2018-02-10 10:58:06 +01:00 |
|
James Cole
|
95648c37b3
|
Various code cleanup.
|
2018-02-09 19:11:55 +01:00 |
|
James Cole
|
d2a8819dd4
|
Merge branch 'apifix' into develop
* apifix:
Fix issues with API authentication.
# Conflicts:
# app/Api/V1/Controllers/BillController.php
# app/Http/Middleware/HttpBinder.php
# app/Transformers/AttachmentTransformer.php
# app/Transformers/BillTransformer.php
# app/Transformers/NoteTransformer.php
# routes/api.php
|
2018-02-09 14:57:39 +01:00 |
|
James Cole
|
d393c693de
|
Fix issues with API authentication.
|
2018-02-09 14:47:37 +01:00 |
|
James Cole
|
f445a95c26
|
Consistent use of links in transformers.
|
2018-02-07 11:20:24 +01:00 |
|
James Cole
|
587ad1298d
|
Make sure transformer accepts null dates.
|
2018-02-07 10:49:24 +01:00 |
|
James Cole
|
e94043edc2
|
Expand transformers.
|
2018-02-06 19:49:29 +01:00 |
|
James Cole
|
82dc0045ba
|
Move bill transformer to previous location
|
2018-02-06 19:48:32 +01:00 |
|
James Cole
|
c4507a7f75
|
Make sure the "classic" page uses the transformer as well.
|
2018-02-06 18:11:33 +01:00 |
|
James Cole
|
9b78069f41
|
Expand API for bills.
|
2018-02-06 07:49:56 +01:00 |
|
James Cole
|
f488bbde02
|
First basic routes and code for bills.
|
2018-02-04 15:57:35 +01:00 |
|