Commit graph

1344 commits

Author SHA1 Message Date
0b61a4577a Re-compiled frontend assets following an npm update 2017-11-17 13:43:36 +00:00
9ec638d731 Remove lint-staged script, unneccesary in v5 2017-11-17 13:39:24 +00:00
181af6267c Update dependnecies and use newer lint-satged configuration 2017-11-17 13:38:07 +00:00
e0345a628d Remove unnused js code 2017-11-17 13:34:01 +00:00
beba633938 Update exzisting dependencies and add collision for better artisan output 2017-11-16 09:38:21 +00:00
b2c112eb91 Squashed commit of the following:
commit 6186d13cae259221f1948207acfdc109d3f71b11
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 17:01:48 2017 +0000

    Fixed borwsershot so run whole test suite again

commit fe8241368e514de7c28e6aaebe45757cea7f3fa0
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 16:56:51 2017 +0000

    Use nvm to install node

commit 391f4d3fa08906b3d0d905ae98448ce30e9cbc89
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 16:47:19 2017 +0000

    specify node version 8

commit 5e4df05b3985e069d605c9287f392f3370f27c13
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 14:59:00 2017 +0000

    Why didn’t filter work

commit 9fd5f2f6b29c77ad5d9a2c2dc03dbf05702e24fa
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 14:53:25 2017 +0000

    Move npm install to before_script and only test browsershot

commit bd04bcb835f436b080c02098c68042f71511ec4f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 14:43:04 2017 +0000

    Remove a var_dump statement

commit 3904dcced167512868817fbe530b0de017ea1bc4
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 14:36:21 2017 +0000

    Install pupeteer on Travis

commit f01389fbfece436522597457c8a303756925a3d6
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 13:52:56 2017 +0000

    Allow failures on php 7.2

commit 4eafee0b47ebe428d2471bfe3ba71d7446e35092
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 13:52:37 2017 +0000

    Update chagelog

commit fabe8793f50edcc8b20a2cea5b0e76be9794eb25
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 13:50:49 2017 +0000

    Add a test for taking screenshots

commit 888b9546ecf5c000aa96099b009c4b7cd00f08ad
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 13:50:27 2017 +0000

    Move logic for taking screenshots and getting archive links to the BookmarkService class, this cleans up with acutal job

commit 7650fd3eda229b1a1e1e17f0667d203294384551
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Mon Nov 13 13:49:33 2017 +0000

    Update browsershot to v3
2017-11-13 17:26:38 +00:00
a5fc87a135 composer update 2017-11-13 10:56:25 +00:00
4252c300b4 Version 0.12.6.1
This fixes a typo in the prior relase
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWglrMwAKCRAbLHavsWyF
 m2IkAX42fiaVKl0Opxja5KIKAamGjWrklLQLu0NxC+s0m6ml5qIM6rpt1u+iuLfQ
 +RKXJl4Bf0XJWUjcq7G0nCdExSQY7yWRdCl5HvxzFHjaBa5wjz4irAR5OzzpdzVI
 MIQs9e/C2Q==
 =o2Gy
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.6.1' into develop

Version 0.12.6.1

This fixes a typo in the prior relase
2017-11-13 09:51:47 +00:00
586733b83e Merge branch 'release/0.12.6.1' 2017-11-13 09:51:30 +00:00
5cbc3fc6fe Bump version number to 0.12.6.1 2017-11-13 09:51:21 +00:00
1cf8746bab Fix a typo 2017-11-13 09:50:41 +00:00
d9b3e801ea Version 0.12.6
Fix the generating of links to images uploaded to `/api/media`
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWglqVQAKCRAbLHavsWyF
 m/yEAYDygs8sD1Rji/HEAsEfawgCse3RTe9TaeBMU4vaJZU67SwX0vPoN1RinPEm
 dJ5txrwBgNWU/HvOb7pS6KfeIKgcQY41Vm2vJcD0KnahhrymRUmZBbvS6bjVHwN5
 E61bbEOHgg==
 =puvW
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.6' into develop

Version 0.12.6

Fix the generating of links to images uploaded to `/api/media`
2017-11-13 09:48:12 +00:00
f6800e195b Merge branch 'release/0.12.6' 2017-11-13 09:47:32 +00:00
f995a2f1ac Bump version number to 0.12.6 2017-11-13 09:47:23 +00:00
80fb92cac9 Fix image link generation 2017-11-13 09:46:54 +00:00
a6ebb6aac3 Version 0.12.5
This release fixes some style relating to tags on bookmarks and the list
 of tagged notes. We also move the code that manages the tagging of notes
 into its own model observer.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgQ9OgAKCRAbLHavsWyF
 m3zCAX4mMvWALfC9DkXv0thUTsv/YOHOGjEFFj7GCWbfKsYjfa6xu5MpJoKZ8PtJ
 LUQy/w0BgPGSraaYCJTdhglhfow4fi4MNyLObimaZETBmQ9Le8N+oYpoSnZ0eoCt
 7Nuhj1upxg==
 =0sDC
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.5' into develop

Version 0.12.5

This release fixes some style relating to tags on bookmarks and the list
of tagged notes. We also move the code that manages the tagging of notes
into its own model observer.
2017-11-09 11:34:24 +00:00
0ca03d778c Merge branch 'release/0.12.5' 2017-11-09 11:33:00 +00:00
5b8799d578 Bump version number to 0.12.5 2017-11-09 11:32:50 +00:00
a8c376a4c9 Update changelog 2017-11-09 11:32:16 +00:00
467b607774 use model observer to manage tagging of notes 2017-11-09 11:31:17 +00:00
14cba19903 Remove unused validation rule, and remove note tagging code, its now in the references observer 2017-11-09 11:30:54 +00:00
aa7e5b259c Add note styles to the notes listed on the tagged page 2017-11-09 11:29:46 +00:00
6e76401270 Fix tag text colour once visited on bookmarks page 2017-11-08 16:19:21 +00:00
6730e732ce Get rid of old es5 javascript files 2017-11-08 14:38:57 +00:00
09bb56b418 Version 0.12.4
Bugfix: pull in newer version of commonmark-linkify
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgI3CAAKCRAbLHavsWyF
 m2FAAYDFeg/LF9I0il5ZQpHkG2jri2WujZ1Y0h5HkqNh1ARlKp1KRMwkNK8QzQ6S
 VBTyDK8BgPecGrkaFHwwpzhoaTsGTmrs0+28Q0zjkgpOAh+Xs5GJS0V3XtRjsHQS
 S9S5TvqMzA==
 =kBLd
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.4' into develop

Version 0.12.4

Bugfix: pull in newer version of commonmark-linkify
2017-11-07 22:43:21 +00:00
dcf7296876 Merge branch 'release/0.12.4' 2017-11-07 22:42:50 +00:00
1b7db7a53f Bump version number to 0.12.4 2017-11-07 22:42:41 +00:00
8c03c1980c Fix errors parsing links by pulling in newer version of my linkify extension 2017-11-07 22:42:07 +00:00
c7c016f59d Version 0.12.3
This release adds a link to the colours.js file so the colour scheme can
 be changed.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgIfRAAKCRAbLHavsWyF
 m6D0AYCS1mmA5cT5HWpH4Ggs7GgmKcgjSpaXlxsV2uv5wLvbtt19kn2oA+gSVp5Y
 Hcr1QvsBgNMwVP/x3tQKLEuhaK6K75ILH/Xc3yff9yF52sL7X13l3WVpfZT50f16
 ZqOh07dh8A==
 =inF7
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.3' into develop

Version 0.12.3

This release adds a link to the colours.js file so the colour scheme can
be changed.
2017-11-07 21:02:02 +00:00
2309f23f3a Merge branch 'release/0.12.3' 2017-11-07 21:01:15 +00:00
3f3428e73a Bump version number to 0.12.3 2017-11-07 21:01:05 +00:00
db1ef8e948 Update changelog 2017-11-07 21:00:38 +00:00
b2acc4ce0f Compressed frontend assets 2017-11-07 20:59:51 +00:00
d7c031a888 Remove newnote es6, add script tag linking to colour scheme management 2017-11-07 20:56:31 +00:00
bd6c1d1373 Version 0.12.2
Limit screen size of images in notes
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgIZDQAKCRAbLHavsWyF
 m3nYAYCREiogqUuG7vM12OZ775yFmkyIQy4aweXwY8LjWDZYNROmnDHDnTFlBIK7
 BWNq400BgOuX8dCWkCVQxXwhyCBW38v4Ofzc6Urb+i0meG4Ev0uXS43izBYYjpDN
 iRq9nDUP5w==
 =BrYi
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.2' into develop

Version 0.12.2

Limit screen size of images in notes
2017-11-07 20:35:32 +00:00
c7a49bd5dd Merge branch 'release/0.12.2' 2017-11-07 20:35:08 +00:00
b66a8b3da6 Bump version number to 0.12.2 2017-11-07 20:34:57 +00:00
327dadcaca Limit screen size of images in notes 2017-11-07 20:34:16 +00:00
aac23eaa30 Version 0.12.1
Change in the font used on the site.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgIRSQAKCRAbLHavsWyF
 my6HAX4vpFAkjtWegNEHkRdY1CGNh+pHBxGsoyTJxPsMQIMslIlr5hjk6VN6prJ3
 eeM73oQBf23SgNFtAJpM84SYyxxXZJ54lzCcT0TcQ0vwA03L8IY9Rftm6PcPEkDt
 Y3V7ZPR2Qg==
 =rlSe
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.1' into develop

Version 0.12.1

Change in the font used on the site.
2017-11-07 20:02:24 +00:00
2183dc184b Merge branch 'release/0.12.1' 2017-11-07 20:01:57 +00:00
bc548c1192 Bump version number to 0.12.1 2017-11-07 20:01:50 +00:00
60e51ffcb9 Change font 2017-11-07 20:01:12 +00:00
7406481a4e Version 0.12
This release includes a basic change in layout, and selectable colour
 schemes!
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgHlewAKCRAbLHavsWyF
 m3uoAYDddJr2THUaq7zRO9dmZolTtw0ERIseykPlm0v2QiRtmCPFpW4vvHdKK1Ur
 2CYEzcYBgLNULtbIoSVOU5l8eGNUqQq7bWywV/pxHq8d+onnjnLtevkl+V2+bH0P
 obKf2PuC8A==
 =ByVi
 -----END PGP SIGNATURE-----

Merge tag 'v0.12' into develop

Version 0.12

This release includes a basic change in layout, and selectable colour
schemes!
2017-11-07 16:55:30 +00:00
799b2fa518 Merge branch 'release/0.12' 2017-11-07 16:54:54 +00:00
fa5a42e412 Bump version number to 0.12 2017-11-07 16:54:20 +00:00
3dae939ed1 Update changelog 2017-11-07 16:53:42 +00:00
ed311fb184 compiled frontend assets 2017-11-07 16:42:35 +00:00
c06b219ef6 Add a typekit font 2017-11-07 16:37:29 +00:00
b66dc00817 Improve my bio, fixes issue #73 2017-11-07 14:47:21 +00:00
46c2d30fac Remove dusk tests for now 2017-11-07 14:30:17 +00:00