Commit graph

155 commits

Author SHA1 Message Date
Tom Bloor
86955c0d1c Started with basic today stats 2017-05-16 21:30:38 +01:00
Tom Bloor
22abc4e464 Fix postcode issue on upload 2017-05-15 22:43:31 +01:00
Tom Bloor
6d86389768 Fix missed part from customer display name change 2017-05-08 20:54:50 +01:00
Finn
233d5d3371 Merge pull request #6 from Pear-Trading/TBSliver/Basic-CORS
Added Basic CORS for api endpoints, as well as other fixes
2017-04-27 13:05:06 +01:00
Tom Bloor
56fc868786 missed failout return from email validator 2017-04-26 20:58:24 +01:00
Tom Bloor
7614b7bc2e Possible fix for postcode validator not working all the time 2017-04-26 20:53:27 +01:00
Tom Bloor
ae6884202a Fixed issue with postcode validator 2017-04-25 23:33:35 +01:00
Tom Bloor
aed22d1c98 Change to having display_name and full_name for customers 2017-04-25 21:44:13 +01:00
Tom Bloor
286ecf11e1 Fixed issue with validator for postcodes 2017-04-25 20:50:34 +01:00
Tom Bloor
e31ec73934 Forgot to define $c in CORS endpoints 2017-04-25 20:19:41 +01:00
Tom Bloor
0292ac7e2e Improve CORS to cover all api routes, including get and post 2017-04-25 20:13:34 +01:00
Tom Bloor
fed62641ad Change to * rule for CORS 2017-04-25 19:48:29 +01:00
Tom Bloor
1cd92d1e12 Added a basic CORS options for api/* 2017-04-25 19:47:50 +01:00
Tom Bloor
f3ec371388 Merge pull request #5 from Pear-Trading/finnk/fixes
Did test and routing fixes and dependency fix
2017-04-24 18:20:11 +01:00
piratefinn
a4ce60407e Did test and routing fixes and dependency fix 2017-04-24 17:42:07 +01:00
Finn
2acee95d86 Merge pull request #4 from Pear-Trading/TBSliver/Major-Rework
Major Rework
2017-04-24 13:00:16 +01:00
Tom Bloor
98f15a67af Added organisations page to admin interface 2017-04-24 12:49:18 +01:00
Tom Bloor
25c0d06211 Add specific include for fileparse in validators 2017-04-23 17:23:35 +01:00
Tom Bloor
fad90980f6 Removed unnecessary code and test 2017-04-23 17:02:01 +01:00
Tom Bloor
1598909958 Started on user day entry 2017-04-23 16:59:35 +01:00
Tom Bloor
b03b7ccc5f Added error flag to validation errors and added age_range api endpoint 2017-04-23 14:02:10 +01:00
Tom Bloor
6fac2058bc Fixed deploy_db script after db changes 2017-04-23 14:01:50 +01:00
Tom Bloor
1d1b4aa1cf Change registration to be the same as the api docs 2017-04-22 19:35:19 +01:00
Tom Bloor
7e5211b7b7 Added basic readme file 2017-04-21 23:48:37 +01:00
Tom Bloor
7a555c040e Added travis CI file 2017-04-21 23:46:13 +01:00
Tom Bloor
a097db2017 Fix home page upload to use json api instead of seperate upload code 2017-04-21 23:38:12 +01:00
Tom Bloor
00b0687136 Fixed token administration 2017-04-21 22:48:47 +01:00
Tom Bloor
17dacd83c3 Added bootstrapping for basic database stuff 2017-04-21 22:33:06 +01:00
Tom Bloor
261751886b Remove final unused helper 2017-04-21 22:13:41 +01:00
Tom Bloor
3be6289fc3 Finish major rework of schema 2017-04-21 22:12:53 +01:00
Tom Bloor
dd7862d93d Refactored AccountToken table 2017-04-21 21:28:50 +01:00
Tom Bloor
f69b06bda2 Refactored customer table and fixed all tests form that 2017-04-21 21:20:47 +01:00
Tom Bloor
d0cbb215d8 refactor user table and setup timestamp auto setting 2017-04-21 20:52:14 +01:00
Tom Bloor
6bfd516d76 Remove more old helpers and deprecate db helper 2017-04-21 20:03:51 +01:00
Tom Bloor
4c5f27976c Change proof storage to have a settable folder 2017-04-21 19:54:28 +01:00
Tom Bloor
8c424c02d3 Fix web portal upload basic form 2017-04-21 17:33:50 +01:00
Tom Bloor
786b69f54d Fix and refactor search test 2017-04-21 17:23:41 +01:00
Tom Bloor
cf28556d2f Fix issue in lib decleration 2017-04-21 17:23:23 +01:00
Tom Bloor
16d3e7344b Fix deploy script as executable 2017-04-21 17:23:11 +01:00
Tom Bloor
4a379ed76d Fixed registration test after refactoring 2017-04-21 14:57:04 +01:00
Tom Bloor
b48edea9fb Fixed admin-merge test after refactoring 2017-04-21 14:54:19 +01:00
Tom Bloor
9bc38c85ea Fixed upload test after refactoring 2017-04-21 14:16:48 +01:00
Tom Bloor
c40a480361 Refactored Pending and Valid orgs and admin-approve test 2017-04-21 14:14:51 +01:00
Tom Bloor
99ef319c3b Started refactoring pending orgs table 2017-04-21 12:42:31 +01:00
Tom Bloor
718d5f002e Merge branch 'development' into TBSliver/Receipt-Upload 2017-04-20 22:17:58 +01:00
Tom Bloor
6596fd10aa Refactor Organisation table to easier column names 2017-04-20 22:17:13 +01:00
Tom Bloor
e2cf58c895 Add reporting of pending orgs and transactions in admin section 2017-04-20 22:16:44 +01:00
Tom Bloor
1819bdf740 Merge pull request #3 from Pear-Trading/Finnk/Test-Fixes
Finnk/test fixes
2017-04-20 18:18:07 +01:00
piratefinn
2ea55daf33 Fixed texts now with strict# Please enter the commit message for your changes. Lines starting 2017-04-20 18:15:34 +01:00
Tom Bloor
d1add8ee7c Added ability to upload a receipt from the user page 2017-04-20 17:33:59 +01:00