Commit graph

367 commits

Author SHA1 Message Date
3188ee2ba3 Remove helper function 2017-06-30 14:10:43 +01:00
c0ad5c3f7d Add back the console command 2017-06-30 14:05:32 +01:00
c2912781bf Allow databases to be seeded again 2017-06-30 14:01:26 +01:00
cfea8c29c9 Test if new conosle command is causing travis issues 2017-06-30 13:54:50 +01:00
b0c5374943 Fix styleci issues, try and fix a travis issue 2017-06-30 13:45:39 +01:00
e540eb767f Add a helper artisan command to update place model structure 2017-06-30 13:39:14 +01:00
4afb6a3ae9 Transition to using a json column for all external urls of a place 2017-06-30 13:21:40 +01:00
31ae5b749b Fix syntax error 2017-06-29 13:59:02 +01:00
8ae5d4e770 Conoslidate external URLs for a place into a single JSON column 2017-06-29 12:34:25 +01:00
3d734201a2 When a place already exists, return an instance of that place, not a collection of length 1 2017-06-27 17:40:37 +01:00
8acde31d87 Fix error in App\WebMention.php 2017-06-27 17:29:16 +01:00
65a592b016 Fix issue #53 uploading photos 2017-06-22 17:42:21 +01:00
016a964252 Even more simplification :D 2017-06-22 17:25:02 +01:00
70a9d64031 Apply fixes from StyleCI 2017-06-22 15:44:41 +00:00
8ec265f686 Move webmention type logic into blade template 2017-06-22 16:42:10 +01:00
005685ed42 Fix tests for the relocated createPhotoLink method 2017-06-22 16:41:27 +01:00
4b0a6cad1d reduce NoL in redirect method 2017-06-22 15:57:31 +01:00
8477aba87b Massive simplification of code for displaying webmentions of notes, and the micropub client used to make a note 2017-06-22 15:41:23 +01:00
0c62e558ec Massivly simplify notes index controller method 2017-06-22 14:30:10 +01:00
36cf131839 Tidy up namespace imports 2017-06-21 21:34:33 +01:00
a3ddbce215 Use better syntax to access json request values 2017-06-17 22:29:30 +01:00
2b005d7186 We want to regenerate slugs for places 2017-06-17 14:12:48 +01:00
b303786ae5 Apply fixes from StyleCI 2017-06-17 12:56:10 +00:00
c17ef7d927 Generate geojson in javascript 2017-06-17 11:49:47 +01:00
9372059e1e Remove duplicate titleurl check now we are using better sluggable method 2017-06-16 13:04:51 +01:00
522f06162e Change sluggable implementation 2017-06-13 19:17:55 +01:00
e409cf68f9 fix tests 2017-06-13 18:17:27 +01:00
dece5c8d0a refactor location code to support h-cards from instagram 2017-06-13 18:10:51 +01:00
4faf205bff Remove un-needed Log statements 2017-06-11 21:05:17 +01:00
2d7aee25c6 Fix support for ownyourgram, hopefully 2017-06-11 20:54:10 +01:00
7799ff0f58 Add ability to delete notes 2017-06-11 17:10:17 +01:00
879d82c569 for now, log requests made to the micropub endpoint 2017-06-11 16:48:18 +01:00
9e9b807871 Apply fixes from StyleCI 2017-06-05 15:40:38 +00:00
e848486b33 Sort out web syndication feeds, and add JSON feeds, fixes issue #52 2017-06-05 16:36:10 +01:00
db9f3508ac move near method into a scope 2017-05-30 20:07:40 +01:00
451437ed6a Allow simple merging of places 2017-05-28 22:45:14 +01:00
822bdd70f9 Improve editing of places, allow icon to be edited 2017-05-25 15:12:39 +01:00
c339f7d275 Fix mapbox-gl maps 2017-05-24 14:45:08 +01:00
41ea6c3b29 Fix issue #51 2017-05-21 17:19:38 +01:00
f5edf649e6 Make sure mpSyndicateTo variable exists 2017-05-19 15:43:43 +01:00
42d55f88dc Support both html-form and json syntax for mp-syndicate-to and photos 2017-05-19 15:32:43 +01:00
67782e30e8 Add check that photos key exists before trying to do something with it 2017-05-19 13:17:27 +01:00
9d9e3577bc Form the micropub JSON correctly 2017-05-19 10:07:43 +01:00
71123d5a31 Search the syndication targets array properly 2017-05-19 10:05:39 +01:00
87235a0394 State not needed in verifyIndieAuthCode method 2017-05-18 18:42:38 +01:00
25a0dc27b7 Remove trailling comma, not valid in list of function parameters 2017-05-18 18:40:51 +01:00
e2c285293c Method getAccessToken doesn’t need the state parameter 2017-05-18 18:39:46 +01:00
4b26b1ab13 Follow docs method for redirecting to a named route 2017-05-18 17:17:08 +01:00
23654359fb Fix varaible issues 2017-05-18 16:19:37 +01:00
831d686c64 Check for existence of indiewebUser variable 2017-05-18 15:59:30 +01:00