James Cole
|
413c1bc2fe
|
Fix #1294
|
2018-03-26 19:19:11 +02:00 |
|
James Cole
|
6660306ac4
|
Various code cleanup.
|
2018-03-25 09:01:43 +02:00 |
|
James Cole
|
d8c0091680
|
Make sure that strict_types declaration is always at the very top of the file.
|
2018-03-19 12:08:50 +01:00 |
|
James Cole
|
6419d68626
|
Add newlines to end of file.
|
2018-03-19 12:08:22 +01:00 |
|
James Cole
|
b12872e5de
|
Various code cleanup.
|
2018-03-11 16:24:07 +01:00 |
|
James Cole
|
7d6c8aa9dc
|
Fix null pointer.
|
2018-03-11 08:22:20 +01:00 |
|
James Cole
|
aad0864018
|
Various code cleanup [skip ci]
|
2018-03-10 22:38:20 +01:00 |
|
James Cole
|
ce10036a27
|
Fix #1199 in API
|
2018-03-10 09:39:49 +01:00 |
|
James Cole
|
a97bfc92e1
|
Add newlines and strict types
|
2018-03-05 19:35:58 +01:00 |
|
James Cole
|
7d66c90beb
|
Make sure that the API returns all entries of a split transaction.
|
2018-03-04 14:20:23 +01:00 |
|
James Cole
|
7171e69715
|
All API routes seem to work.
|
2018-03-04 08:22:32 +01:00 |
|
James Cole
|
99d116f4ce
|
Improve test coverage.
|
2018-03-03 10:15:39 +01:00 |
|
James Cole
|
9475fef8f6
|
Implement user API and first tests.
|
2018-03-03 08:12:18 +01:00 |
|
James Cole
|
139c2284b8
|
Various code cleanup.
|
2018-03-02 16:31:02 +01:00 |
|
James Cole
|
1a721ac6b5
|
Fix transactions.
|
2018-02-23 16:59:21 +01:00 |
|
James Cole
|
81221038f0
|
Expand services.
|
2018-02-21 18:42:15 +01:00 |
|
James Cole
|
140a5b20db
|
Update transactions, delete splits.
|
2018-02-21 08:58:06 +01:00 |
|
James Cole
|
e9b6b45fc4
|
Expand code to be able to handle updates.
|
2018-02-21 08:51:30 +01:00 |
|
James Cole
|
f16760d607
|
Expand API validation.
|
2018-02-20 18:03:02 +01:00 |
|
James Cole
|
cae4faad0a
|
Expand tests.
|
2018-02-19 20:02:27 +01:00 |
|
James Cole
|
0b61c16eb0
|
Expand test cases for transaction creation through the API.
|
2018-02-18 19:55:35 +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
|
6cda9f2900
|
Expand tests for account API.
|
2018-02-17 19:56:45 +01:00 |
|
James Cole
|
9cc1bfb4b5
|
Improve code for test coverage
|
2018-02-16 22:14:53 +01:00 |
|
James Cole
|
8073896965
|
Add request data for tags.
|
2018-02-16 16:57:35 +01:00 |
|
James Cole
|
8a26e43c40
|
Fix display for new transaction store.
|
2018-02-16 16:57:27 +01:00 |
|
James Cole
|
8f930d6dd5
|
Transaction request with full validation
|
2018-02-16 16:43:00 +01:00 |
|
James Cole
|
9d62b4c70d
|
Add return types
|
2018-02-16 16:42:23 +01:00 |
|
James Cole
|
834032f58e
|
Updated transaction controller
|
2018-02-16 16:42:13 +01:00 |
|
James Cole
|
d3294be1bc
|
Add method that makes sure that URL's are expanded for page navigation/
|
2018-02-16 14:51:59 +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
|
30f821af3e
|
About controller for basic site info
|
2018-02-13 18:23:26 +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
|
4958f28052
|
Allow API to work with bills.
|
2018-02-10 09:57:31 +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
|
811d8e330f
|
Refer to correct location for bill transformer.
|
2018-02-06 19:48:56 +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 |
|
James Cole
|
58bdf14f6b
|
First empty controllers for API.
|
2018-02-04 13:41:42 +01:00 |
|