03e52915bd
Fix Client Admin CP issues
2017-03-03 11:58:21 +00:00
b9a80a7c00
Fix the deploy script
2017-03-03 09:52:42 +00:00
cdd8666ad6
Version 0.3
...
This release adds Dusk tests, a deploy script, ups requirement
to PHP 7.1 whilst we add strict types and nullable return types.
A renamed micropub client URL and other small bits of refactoring.
-----BEGIN PGP SIGNATURE-----
iQELBAATCgCTFiEEhBm1odiEyvSwr4+zGyx2r7FshZsFAli4at1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDg0
MTlCNUExRDg4NENBRjRCMEFGOEZCMzFCMkM3NkFGQjE2Qzg1OUIVHGpvbm55QGpv
bm55YmFybmVzLnVrAAoJEBssdq+xbIWbKrMBfiJnX585fv9rYcPQfZnmBTOssh45
j58jFjA2q37M1bBB3cwdyKMyTEKe7sIWXQj9BAF/X1PzLANJi4N31NkAj4gCWwTU
3moo7V0RKvY0VwbZjw61rzYvcdzF0+AMwgrSyRoA
=B5Uh
-----END PGP SIGNATURE-----
Merge tag 'v0.3' into develop
Version 0.3
This release adds Dusk tests, a deploy script, ups requirement
to PHP 7.1 whilst we add strict types and nullable return types.
A renamed micropub client URL and other small bits of refactoring.
2017-03-02 18:56:43 +00:00
3bb27d878d
Merge branch 'release/0.3'
2017-03-02 18:54:43 +00:00
ac91560837
Bump version to 0.3
2017-03-02 18:52:45 +00:00
0b5d66a7f8
Add recent changes to the changelog
2017-03-02 18:51:43 +00:00
5bcf2a19e6
Remove admin cp token views
2017-03-02 18:39:39 +00:00
f9751fe765
Tidy up admin cp place related views
2017-03-02 18:38:15 +00:00
a1c07f50e8
Tidy up admin cp contact related views
2017-03-02 18:33:52 +00:00
e8a71de6b9
Tidy up admin cp client related views
2017-03-02 18:28:03 +00:00
df1f2758cd
Tidy up admin cp note related views
2017-03-02 18:22:52 +00:00
7c11b08feb
Tidy up admin cp article related views
2017-03-02 18:15:44 +00:00
abeb5c68f7
Trying to get styleci working with nullable return types
2017-03-02 17:08:18 +00:00
1504115337
Upload log files to S3
2017-03-02 16:34:14 +00:00
d28af78767
Laravel Dusk tests fail without the conosle folder
2017-03-02 16:32:16 +00:00
1a9efbac72
Fix issues found by phpcs
2017-03-02 16:01:48 +00:00
dd48adf243
composer update && yarn upgrade
2017-03-02 15:49:52 +00:00
3938b403da
Use xdebug instead of phpdbg
2017-03-02 14:30:03 +00:00
8d05c7440f
Run phpunit with both phpdbg and just php
2017-03-01 22:40:57 +00:00
bdded592fb
Drop back to 7.1.0
2017-03-01 21:45:31 +00:00
de0c629b90
7.1.2 isn’t available yet, is 7.1.1
2017-03-01 21:34:30 +00:00
fa406bb6b5
Test if php version is to blame for discrepency
2017-03-01 21:31:00 +00:00
b8e039efe9
Run all dusk tests
2017-03-01 21:23:44 +00:00
884f92b5a5
return null explicitly for nullable return types
2017-03-01 21:08:18 +00:00
241ef0bd7e
Merge pull request #45 from jonnybarnes/analysis-8PoNm9
...
Apply fixes from StyleCI
2017-03-01 21:05:16 +00:00
984f3c067b
Apply fixes from StyleCI
2017-03-01 21:01:00 +00:00
fe8f871e3a
Refactor slightly the indieauth code
2017-03-01 20:59:09 +00:00
4f57905bcc
Refactor to deal with request and extract data to pass to service classes
2017-03-01 20:15:35 +00:00
8ac32f5783
Add strict return types to TokenService
2017-03-01 17:37:21 +00:00
a7ebc9a24f
Rename admin controllers to reflect namespace
2017-03-01 17:16:48 +00:00
430e5bb748
No need to test on 7.0
2017-02-27 22:24:05 +00:00
595b0c5e03
Update to use PHP 7.1, and its multiple exception catching
2017-02-27 22:22:52 +00:00
b255987423
Modify admin routes to make saner, remove TokensController
2017-02-27 22:08:42 +00:00
11c03d33c2
Add .editorconfig
2017-02-27 11:45:15 +00:00
dfd90725fc
Add a basic deploy script
2017-02-27 11:00:09 +00:00
a5ca6f2218
Updating my emoji-a11y package required updating depndency version in the json
2017-02-26 18:17:10 +00:00
0744c65da3
composer update
2017-02-26 18:01:44 +00:00
d609aa3f79
Merge branch 'feature/dusk' into develop
2017-02-26 17:21:55 +00:00
29ef9c12d1
Add test for note creation
2017-02-26 14:43:52 +00:00
f771119808
Secure session cookies weren’t working on http-localhost
2017-02-24 15:57:40 +00:00
18a0eb27c7
See if there’s issues with saving session data
2017-02-24 15:44:39 +00:00
237a75ec2f
Try using cookies for session data
2017-02-24 15:32:26 +00:00
f6dc82a7d6
Proper test
2017-02-24 15:25:58 +00:00
5d0bb6c8ce
print_r the syndication targets
2017-02-24 15:20:49 +00:00
32b5b057fa
Try and get error messages working again
2017-02-24 15:15:58 +00:00
70d17006dd
I think this will pass
2017-02-24 14:38:52 +00:00
ae9ed10f65
Generate a token on the fly if one doesn’t exist
2017-02-24 14:33:35 +00:00
e7407fb09c
There’s an error somewhere
2017-02-24 14:24:57 +00:00
40723450ba
Lets see what the syndication targets actually are
2017-02-24 14:19:01 +00:00
2bdfa7b96c
Default for when theres no syndicate to key
2017-02-24 11:36:14 +00:00