e848486b33
Sort out web syndication feeds, and add JSON feeds, fixes issue #52
2017-06-05 16:36:10 +01:00
05d42467cf
Micropub Update and “Swarm” Support
...
Much better micropub client/endpoint and the ability
to support ownyourswarm.
Squashed commit of the following:
commit b5be117b852b7a598da72325a4eaf831526c700a
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 18 15:02:00 2017 +0100
Add a token endpoint test
commit 71b7ff68d088180770ca8c2fb43e33bf4b385a96
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 18 13:49:00 2017 +0100
Fix phpcs issue
commit 54d96d32f280127061254e7bc6dfe196e2e35a39
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 18 13:47:08 2017 +0100
Move token code into its own controller
commit 3ed2b4d36d57a9b3bf2a532eb262ec71fc9aa046
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 18 13:01:09 2017 +0100
Improve/fix code for issuing a token
commit 8c411a1df1d59f12dd1c1a4ac884f53dbd1b9351
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 18 12:59:33 2017 +0100
Remove sprurious comment
commit 1b8a3b6502a2b982f737fb4b58602995451e38b9
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon May 15 11:57:03 2017 +0100
Wrap helper functions in check for existence
commit 75c706b5a6c1fca7bf45038409689416a3b5ba4d
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon May 15 11:40:17 2017 +0100
Fix a test error, array_key_exists must be run on an array
commit 685e96501b8dc906c6945fca39721fb79fa34a8b
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon May 15 11:11:51 2017 +0100
Remove errant dd()
commit 02536ebaa6daec2a78bc79c44392ac5a82c3200e
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sun May 14 21:37:17 2017 +0100
Test a typical ownyourswarm request
commit 31d959e35ccec9dac5986f93732d928c08e246c8
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sun May 14 21:36:37 2017 +0100
Better tagging of notes
commit e3d4ff8b050ba41febed4d3ab0d30898f0056b33
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sun May 14 21:35:35 2017 +0100
When a note has a “checkin” try and create the place if it doesn’t already exist
commit 4fc0dd0121ca09915a13f3c21c97611db1d744a6
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri May 12 12:26:25 2017 +0100
better handling of exceptions, `return` the exctacted response method
commit 2e3ca3297d2f494eb88af732519bd7ea8bcc3611
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri May 12 11:22:52 2017 +0100
compser update and minor style tweak
commit b883d03cc349798230986a5cb50e23e370ce5a09
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 11 19:03:52 2017 +0100
Improve artisan tinker; see https://blog.tighten.co/supercharge-your-laravel-tinker-workflow
commit 8de63172fc7d367870624ff25d1ada92af2d61a7
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 11 17:28:16 2017 +0100
Tweak code, make it slightly more readable by catching custom exception, and moving a repeated response into its own function
commit 8ff0a1196d254d8788477d26b548f2ecff0a7986
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 11 17:21:39 2017 +0100
Add a custom exception to catch
commit 3a568da65ef22b1b676ea8378cd51ce88750b6af
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Thu May 11 17:21:11 2017 +0100
composer update && yarn upgrade
commit b70242e616827eab6a2132f3e691ec91be689fb5
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed May 10 20:00:03 2017 +0100
modify some returns for style purposes
commit b65170ba1515cbb07beb66fcb3358d69d86cf3a2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed May 10 19:39:46 2017 +0100
composer update
commit cb6198db03a8e8c5c365e88d565401dd6420be13
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed May 10 17:07:33 2017 +0100
composer update
commit 91cdd9e17ba192b833da76e0243829cd037170f3
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 21:41:12 2017 +0100
verify input array contains necessary data
commit 6b230278bfcf2707b7ea1af8e15acd0d7cd27623
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 21:40:30 2017 +0100
pass the right input content to the data array
commit 96f30d25810751328f75964e81899496add7292e
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 21:19:28 2017 +0100
Add support for the published property
commit 8168a14969711ff5f84d29eca73036980f9b5a6b
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 18:48:23 2017 +0100
Fix some bugs in the `normalize_url()` function and add some tests for the helpers functions
commit 34adcebefa7cafec8d26d438b0046120751780be
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 15:12:08 2017 +0100
Fix PSR-2 issues, exluding group use declarations
commit 4b6651c318d534db1fcb83e1b66562c6dd560165
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Apr 28 12:36:54 2017 +0100
composer update
commit a0788ffb6bd4d24245986bf83fe349b8e39786cd
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Apr 26 12:44:06 2017 +0100
Make the retreived a Note a model instance instead of collection, update the content of JSON resposes for updating a note
commit f444cfd570a8316a8bb961b901ca2beb3ba74cd2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Apr 26 12:43:23 2017 +0100
Add tests for updating a post
commit ada7e513263b1b0519600538a8a2cb757c74d520
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Apr 26 12:42:50 2017 +0100
Add swarm_url column
commit f4e1dba1b315b3d923049f9f5c7a47a730267cb7
Merge: 7208ec5 400857a
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:33:28 2017 +0100
Merge pull request #50 from jonnybarnes/analysis-XNDLxp
Apply fixes from StyleCI
commit 400857af57f873bf63b452fdf65ed2632eef9311
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 14:33:06 2017 +0000
Apply fixes from StyleCI
commit 7208ec53ff51f0c5d002c222c465767c46c275b2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:30:02 2017 +0100
Correct some tests, for example the error returned for the specific mistake in `getInvalidToken()` has changed
commit 60550667156d7306cf750768b89fa329742c3927
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:29:06 2017 +0100
Fix some typos
commit 0324cb010e77606e0f99e8bb68376b79995abffc
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:20:27 2017 +0100
Allow notes to be updated by a micropub client endpoint
commit b3b3170b359548d21ddae9a9572c182d2a7d51be
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:18:48 2017 +0100
When a note with a photo is being created, adjust for if URL is on my own endpoint, or somehwere else
commit a2437879b000728a2e7d2b91fa642f7cdfd1e698
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:17:25 2017 +0100
Modify method that returns URL to check if path is already a fully qualified URL
commit 64eb53e0f87cb5ee55013de5ed8e2487eee36f0c
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Apr 25 15:16:12 2017 +0100
Add a method to find notes based on NewBase60 id
2017-05-18 15:15:53 +01:00
bd57ce56d4
Starting work on adding a media endpoint
2017-03-09 22:00:29 +00:00
206a64ed4b
Remove spatie’s media library package
2017-03-04 14:04:21 +00:00
c0a4e220c4
Squashed commit of the following:
...
commit fea85fa8a47b4ccedb2b502b4537c6b261dc3eed
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 3 16:41:57 2017 +0000
Make emoji more accessible
commit 2bcb6e999b85aad361754f667ab8305db538176f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Jan 27 20:51:50 2017 +0000
Add an emoji into the seed file to test a11y
techniques with.
2017-02-03 16:42:39 +00:00
c9bff19efa
Fix phpcs issues
2016-12-12 14:03:31 +00:00
bd92f1d6c8
Squashed commit of the following:
...
commit e29339b2084e4531164a2904869460c4928a6d03
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:35:29 2016 +0000
Remove algolia credit
commit 2ee543b8d37bcf008a8e82a72202420a48f2b38e
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:34:02 2016 +0000
Updated and added dependencies
commit 5aba9dda8a8a5c5e9837f409a3991d2d4f4bd8c2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:29:57 2016 +0000
Add relavent model options for postgres searching with scout
commit ace894529d12773997336c4acbfe77f157d00eb7
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:28:47 2016 +0000
Add pgsql scout option
commit 7c794fd35af0ef53d005a8d68d3b99316312536d
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:28:06 2016 +0000
Add the PostgresEngine service provider
commit 19ba7c2e7d103302209151244ec6a11b3fab3e13
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Tue Dec 6 20:27:09 2016 +0000
Add the searchable column and index to the notes table
2016-12-06 20:38:52 +00:00
b53221a94a
Search! Closes #38
...
Squashed commit of the following:
commit edc3e917d710f34c2ac487474db37a8acf2134c9
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:51:32 2016 +0000
Update changelog
commit 78668c68557c4121bf4b8862b76102ac87c81787
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:50:39 2016 +0000
Add the search feature
commit dfe8447dcb236e03a7870f40e53a4276fc06e580
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 19:26:23 2016 +0000
Add a search form in the footer
commit 626b0124653d9697e1ac6d3424805af41546ba17
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 18:00:38 2016 +0000
Installing/setting up scout
commit 52d7d7e7e058247fa73963b4dd45aa8649df4b9f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 17:50:56 2016 +0000
Add search dependencies
2016-11-25 19:51:42 +00:00
23b6e440ba
Squashed commit of the following:
...
commit 2840f58c61c906f5ac408e9681cf33f802625f74
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 15:52:58 2016 +0000
Add changes
commit 86b515a20c65e4956766242db424d84082c7e99e
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 15:42:00 2016 +0000
gulp derived assets
commit def587e2f3805a0ba669d804b12d83e9f3ec5ea7
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 15:41:43 2016 +0000
Include new contact styles
commit 8256dc30b0ad23096b3dcde264826fc6cfaa8788
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Nov 25 15:41:19 2016 +0000
Better styled contacts
commit f12ce1d6f68857d88ad6f39f8b835d036c793c8a
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 18:11:47 2016 +0000
Sort out views for contacts, better h-card
commit 7be5fe82029b20f6cde3ce921f0cb625c27d21d6
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 18:09:00 2016 +0000
quick code tidy
commit 71dad7e4918ff4e513715d4ef3a296fa39507ca1
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:58:32 2016 +0000
Get contact editing working
commit 0b885190733979be4f5508d28523e8e0b45399a2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:42:10 2016 +0000
Improve form layout, add facebook entry
commit 0a6bd79e384dcd872cb9a89b1232afaf20e729b2
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:41:49 2016 +0000
Add facebook column
commit 639d49045c9a213eafd970ceafe288a51cfc95c8
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:30:40 2016 +0000
Update changelog
commit f4a018591d50bf9af7e1a64daa9e4a04daa6e1d4
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:27:42 2016 +0000
Reference right view, use a better variable name when parsing a URL
commit 583f7d7f7cc577cf31b37bbc2bdcd8865c7b9980
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:26:58 2016 +0000
Move mini-hcard to templates folder, update content
commit 2e1b13eff052b65cf2b86796a9509c81d9c86768
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Wed Nov 23 16:26:10 2016 +0000
Add facebook column to contacts table
2016-11-25 15:53:14 +00:00
c815d40be4
Remove jonnybarnes/unicode-tools
dependency
2016-06-09 00:49:33 +01:00
12c91eab70
Use a less generic model name than Client
2016-05-29 14:21:46 +01:00
4bb454c545
Fix Style CI, didn’t occur to me models exist in the same namespace, so we don’t need to import them with use
2016-05-29 13:52:48 +01:00
50cb351167
Tag normalization is now in the model, this is refelcted elsewhere in code usage
2016-05-29 13:49:30 +01:00
a5173c981b
Initial commit to new repo
2016-05-19 15:01:28 +01:00