Commit graph

201 commits

Author SHA1 Message Date
7cb0100727 Remove some un-needed Log commands, fix some array styling 2017-03-18 21:17:40 +00:00
764557b96b Images can now be uploaded via the media endpoint in a basic way 2017-03-18 20:09:11 +00:00
fa04718a75 Process micropub endpoint config queries, and posting of media 2017-03-15 12:23:42 +00:00
aca16c9d0b Add a config display page for the micropub client 2017-03-13 16:18:15 +00:00
68bfd12f93 Declare media endpoint to micropub query 2017-03-10 14:42:00 +00:00
c66dd66155 Media can now be uploaded and an S3 URL is returned 2017-03-10 11:27:28 +00:00
63a8f49b64 Remove more media-library routines that I missed earlier 2017-03-10 10:21:51 +00:00
2c5c6e7753 Save uploaded files to S3 and generate a URL 2017-03-10 09:58:35 +00:00
bd57ce56d4 Starting work on adding a media endpoint 2017-03-09 22:00:29 +00:00
21cd718604 Add a media endpoint route 2017-03-07 18:47:29 +00:00
206a64ed4b Remove spatie’s media library package 2017-03-04 14:04:21 +00:00
1026730e75 Apply fixes from StyleCI 2017-03-03 15:07:42 +00:00
893cfe978b Fix issue accessing /admin 2017-03-03 14:56:43 +00:00
37f701b105 Remove route closures to allow route caching 2017-03-03 14:23:56 +00:00
17804eed27 Resourcify admin cp controllers, routes, and views 2017-03-03 13:22:21 +00:00
03e52915bd Fix Client Admin CP issues 2017-03-03 11:58:21 +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
1a9efbac72 Fix issues found by phpcs 2017-03-02 16:01:48 +00:00
884f92b5a5 return null explicitly for nullable return types 2017-03-01 21:08:18 +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
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
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
83f5d6eb82 Try and add a random Example target 2017-02-24 11:28:52 +00:00
54f791e58b Update @param values on refresh syndication target method 2017-02-23 18:56:45 +00:00
ef50b48b31 Drop create note test to check syndication test 2017-02-23 09:15:25 +00:00
2ef6b93117 Remove logging 2017-02-23 08:59:56 +00:00
c6228f5541 Try and disable csrf protection 2017-02-23 08:50:15 +00:00
a632a8e2da Debug via log 2017-02-22 17:41:59 +00:00
a03ede18e0 Use the correct micoprub client URL in the generate token command 2017-02-20 17:13:19 +00:00
1c8f696024 Move admin controllers to own namespace, and give better method names 2017-02-18 21:36:22 +00:00
02d8de219e Remove un-needed use statement 2017-02-18 15:11:46 +00:00
072e09d5ea Tidy up the places controller 2017-02-18 14:30:14 +00:00
ebb13b905f Add Contacts tests 2017-02-18 14:16:22 +00:00
94969e7f97 Get Laravel Dusk installed using PhantomJS so it can work with Travis CI easily 2017-02-18 12:27:21 +00:00