Commit graph

216 commits

Author SHA1 Message Date
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
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
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
a7ebc9a24f Rename admin controllers to reflect namespace 2017-03-01 17:16:48 +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
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
1c03cb4cec Apply fixes from StyleCI 2017-02-16 15:45:14 +00:00
0ca17f2d0a Fix tests 2017-02-16 15:42:44 +00:00
b8c0724036 Lots of route and controller method names refactoring, which also necessitated editing of fetch methods in the front end es6 code 2017-02-16 15:35:25 +00:00
b4df7a1bbb Convert all env() calls to config() calls 2017-02-15 20:44:03 +00:00
e032cd5861 Refactor method names/views for the Micropub Client 2017-02-15 20:19:11 +00:00
4af305ba3b Refactor method names/views for Contacts 2017-02-15 18:41:54 +00:00
5edb495bcb Refactor method names/views for Notes 2017-02-15 18:39:39 +00:00
e320bec899 Refactor method names/views for Articles 2017-02-15 18:34:47 +00:00
c50d8a7b51 Tweaking of code, along with deleting cached view files have got tests working locally again 2017-02-15 15:21:14 +00:00
0a07811311 Squashed commit of the following:
commit 70d23bbd8fbdbeb3b6554e42ac4283396372f39d
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Feb 3 21:40:55 2017 +0000

    Updade to Laravel 5.4
2017-02-03 21:49:49 +00:00