Commit graph

1052 commits

Author SHA1 Message Date
4c3d2f6ab1 Merge pull request #49 from jonnybarnes/analysis-8A3ReV
Apply fixes from StyleCI
2017-03-24 11:36:20 +00:00
41fc32ecc8 composer update 2017-03-24 11:35:43 +00:00
0da64e7295 Apply fixes from StyleCI 2017-03-24 11:35:31 +00:00
48bfc3179c Update to new lint-staged configuration 2017-03-23 14:10:51 +00:00
f7b7231303 Remove commented out es6, change zopfli compression to use more iterations 2017-03-23 13:56:32 +00:00
4254437d7c Working on issue #47, refactor place association code to make it simpler 2017-03-22 19:36:45 +00:00
cd3a71980d Version 0.4.1
This is a minor release. Some small CSS tweaks have been made. The
 Makefile has been removed in favor of npm’s scripts. The workflow for
 javascript has been improved.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWNGVmQAKCRAbLHavsWyF
 m79jAX4x7EjJAfnRVQOwcs7iSLAIULCvpGH9kbeHSpAPu2y2321AOFJd8S8oLhv5
 BZFf2acBf3RZlO3mY4mplzhQ0U69MaiN0xOfgL+owaZr6zprIIcpBoRswIGB0In9
 XGdsFomVZw==
 =awss
 -----END PGP SIGNATURE-----

Merge tag 'v0.4.1' into develop

Version 0.4.1

This is a minor release. Some small CSS tweaks have been made. The
Makefile has been removed in favor of npm’s scripts. The workflow for
javascript has been improved.
2017-03-21 21:05:36 +00:00
54eac79bb5 Merge branch 'release/0.4.1' 2017-03-21 21:04:02 +00:00
94baabff53 Bump version number to 0.4.1 2017-03-21 21:03:26 +00:00
30cb9fdb9a Add some minor CSS tweaks 2017-03-21 20:55:14 +00:00
21d2f3b967 Update changelog, remove un-needed Makefile 2017-03-21 16:42:39 +00:00
3940e77612 Generate source-maps from babel and uglifyjs 2017-03-21 16:34:17 +00:00
a56017f0ec Add source-maps to js 2017-03-21 14:39:21 +00:00
4f87dc309e Basic js uglification 2017-03-20 23:55:48 +00:00
c9af4d98cc Remove uglify optimizer from webpack config, move scripts to npm 2017-03-20 22:40:55 +00:00
ff1b767f0f Get eslinting working again 2017-03-20 19:45:46 +00:00
963baee25f zopfli output 2017-03-20 19:21:12 +00:00
9f906a2de4 Move Makefile commands into npm scripts, the compress script is its own executable script file as too complex for single line 2017-03-20 19:20:48 +00:00
a377eb797d Set HTML Purifier to add target=blank on external links, this should also add rel=nofollow and rel=noopener, closing #4 2017-03-19 19:06:48 +00:00
608d71dc67 Remove redundant config file 2017-03-19 18:42:14 +00:00
a71bf9a34e Version 0.4
This release includes basic support for a media-endpoint. The client has
 also been updated to use a media-endpoint when available.
 -----BEGIN PGP SIGNATURE-----
 
 iQELBAATCgCTFiEEhBm1odiEyvSwr4+zGyx2r7FshZsFAljOyPhfFIAAAAAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDg0
 MTlCNUExRDg4NENBRjRCMEFGOEZCMzFCMkM3NkFGQjE2Qzg1OUIVHGpvbm55QGpv
 bm55YmFybmVzLnVrAAoJEBssdq+xbIWbNOUBgMkbyVIVecLxShONr2ke/VC5DgJ7
 gAPPlqlBvf4fFhcgJg97PfuczMgrEc1bE2oE6gGA6q+GEIojISEtg/aL8Qb+SLkw
 zBm3GH/2dWueB9DdsGovaBwtQS2brqkjv3HZMaZC
 =lxQ6
 -----END PGP SIGNATURE-----

Merge tag 'v0.4' into develop

Version 0.4

This release includes basic support for a media-endpoint. The client has
also been updated to use a media-endpoint when available.
2017-03-19 18:08:06 +00:00
5968d544d3 Merge branch 'release/0.4' 2017-03-19 18:03:31 +00:00
66c701b86f Bump version to 0.4 2017-03-19 18:02:58 +00:00
0c604d6117 Merge branch 'feature/media-endpoint' into develop 2017-03-19 18:01:29 +00:00
905ddabc53 Update changelog 2017-03-19 17:58:29 +00:00
191c0870c0 Allow multiple images to be uploaded via the media endpoint 2017-03-19 15:19:12 +00:00
8a79204a20 Add storing media type, so that we can use use right tag, such as img, or video in the view 2017-03-19 10:04:48 +00:00
f9c98108db Remove test associated with removed functionality 2017-03-18 21:39:13 +00:00
d4a53329e7 Merge pull request #48 from jonnybarnes/analysis-X0WbkL
Apply fixes from StyleCI
2017-03-18 21:19:01 +00:00
d14c5a8f97 Apply fixes from StyleCI 2017-03-18 21:18:36 +00:00
031e528c63 Allow grouped use statements, hopefully 2017-03-18 21:18:02 +00:00
7cb0100727 Remove some un-needed Log commands, fix some array styling 2017-03-18 21:17:40 +00:00
2bef7a154b Fix typo 2017-03-18 21:02:23 +00:00
764557b96b Images can now be uploaded via the media endpoint in a basic way 2017-03-18 20:09:11 +00:00
16015d3f4b Allow string for when there are no syndication targets 2017-03-15 19:16:49 +00:00
997da7a7e9 Update views for the micropub client 2017-03-15 12:24:06 +00:00
fa04718a75 Process micropub endpoint config queries, and posting of media 2017-03-15 12:23:42 +00:00
2df9013274 Add some media endpoint routes 2017-03-15 12:22:41 +00:00
aca16c9d0b Add a config display page for the micropub client 2017-03-13 16:18:15 +00:00
2f5ad52181 Merge branch 'feature/media-endpoint' of github.com:jonnybarnes/jonnybarnes.uk into feature/media-endpoint 2017-03-13 10:55:56 +00:00
7356a30c45 We are using incrementing IDs 2017-03-13 10:53:07 +00:00
ff544885ec composer update && yarn upgrade 2017-03-13 10:42:17 +00:00
68bfd12f93 Declare media endpoint to micropub query 2017-03-10 14:42:00 +00:00
56594facc4 NAme the media endpoint route 2017-03-10 14:41:09 +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
46ebd38d6b Was trying to define the primary key twice 2017-03-10 10:06:41 +00:00
d33c43958a Use the correct method for a VARCHAR column 2017-03-10 10:05:49 +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