5f54517aa6
Remove mapbox links
2023-05-04 18:32:07 +01:00
58c5a7d443
Re-add search functionality
2023-04-11 21:44:55 +01:00
bdb69df52d
Switch bio to be stored in database
2023-04-11 17:37:42 +01:00
88e1246f8b
Remove Twitter POSSE support
2023-04-08 13:25:36 +01:00
bcabf94741
Clean up old assets
2023-04-07 16:29:50 +01:00
a0db33067c
2023 Redesign v1
2023-04-07 15:09:29 +01:00
6c43363c78
Make some tweaks around dealing with replies
2022-12-03 20:12:39 +00:00
3f4634710c
Implement strict Eloquent when developing
2022-11-24 21:44:57 +00:00
72cb4fd7eb
Allow notes to be syndicated to Mastodon
2022-11-04 15:23:31 +00:00
0ddec78d09
Allow syndication targets to be added/edited in admin interface
2022-10-23 13:11:31 +01:00
c3c395c659
Rework indieauth checking in token endpoint
...
We know the me value, it is our app
2022-09-24 19:05:45 +01:00
289d64a60d
Some more link fixes
2022-08-21 08:45:55 +01:00
349bf27d7a
Fix bio links
2022-08-20 15:11:20 +01:00
d504cb0e90
Improve colophon page
2022-08-20 14:05:59 +01:00
a0954bc936
Add the page for tagged bookmarks
2022-08-14 17:56:21 +01:00
5e5f74f4ed
Fix /notes/new page so it is not a 404
2022-08-13 16:00:06 +01:00
3ff4149304
Use CommonMark plugin for @-mentions
2022-07-08 16:37:38 +01:00
ae43cf0928
Fix profile links and pagination
2022-05-15 17:10:42 +01:00
9829be1530
Add a link to Mastodon
2022-05-14 19:50:14 +01:00
78bd468d3d
Upgrade to Laravel 9 ( #252 )
2022-02-27 19:42:49 +00:00
16d89fa390
Fix the styling of the syndication SVGs
2022-01-08 21:13:15 +00:00
4e7170f3c6
Dependency updates
2022-01-08 18:40:34 +00:00
1abca77bdc
Finish re-working tests to run on test database
2021-08-31 12:28:00 +01:00
977f06ec56
Fix error when webmention author can’t be found
2020-11-01 15:23:54 +00:00
ca882d0240
Update dependencies and rework webpack flow
2020-11-01 14:24:36 +00:00
868efc36f6
Minor fixes
...
Improve how we link to external fonts, change csp generating code, fix
width of pagination links
2020-06-25 20:50:32 +01:00
e649c2ebac
Update site styles, better layout, new fonts, some colours
2020-06-23 21:14:23 +01:00
c20a2f403c
Add some colours and new fonts
2020-06-22 20:58:53 +01:00
0114aff8fb
Add links to the jf2 feeds
2020-06-20 16:49:42 +01:00
0104112b59
Break long client URLs on mobile
2020-03-08 14:18:37 +00:00
debbfa98d6
Use macro for pagination links
2020-02-23 17:12:17 +00:00
eb4f479b97
Add pagination links to front page
2020-02-23 12:39:21 +00:00
605ef1ef0b
Improve bookmark layout
...
First bookmark on the bookmarks page now has spacing added to the top
2020-02-21 19:38:33 +00:00
980f2e14d7
Mobile changes:
...
- Header layout fixed
- Improved markup for better click region of header
- reduced width of search input on mobile
2020-02-21 18:57:44 +00:00
f17511dccd
Tweak mobile layout rules
2020-02-21 18:26:52 +00:00
742165eba6
Remove typekit link
2020-01-26 15:01:34 +00:00
1deb1a93ae
For likes, add an internal link, e.g. /like/{id}
2020-01-26 12:19:45 +00:00
9e2fa01601
Better layout spacing of single image posts
2020-01-22 21:54:00 +00:00
b2b6693aec
Ooof, got the dependencies all up to date as well
...
Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
2019-10-27 16:15:14 +00:00
ec01b3c6a2
Update Laravel to v6
2019-10-19 15:34:49 +01:00
bcb9998504
Render likes using templates
2019-07-26 11:23:02 +01:00
acbb958475
Render articles using a template like notes
2019-07-26 11:05:16 +01:00
5ef23376be
Work so far in refactoring front-end
...
- Mainly getting rid of existing css/js
- No longer linking to stuff like a11y.css
- Creating a FrontPageController to better deal with the home page
2019-07-26 10:40:56 +01:00
30f9b0f557
Reworking assets
2019-07-13 18:05:50 +01:00
490d9eaf7a
Using mapbox from their CDN
2019-05-12 10:31:04 +01:00
546f952466
Add Fathom script to master view
2019-05-03 21:02:22 +01:00
758fc90634
Making improvements to the layout on mobile
2019-03-24 18:16:06 +00:00
d07d0be41d
Improve form for handling colours
2019-03-24 17:16:01 +00:00
2e79492b01
Protect admin routes with new eloquent sessions
...
When using Laravel’s own auth middleware an exception would then get
thrown which was being sent to Slack, hmmm.
So I modified the original MyAuthMiddleware to use the Auth facade
instead of a custom session key.
A logout page has also been added.
2019-03-23 09:35:07 +00:00
c82c4524eb
Get Newest Horizon ( #109 )
...
* Re-publish Horizon assets
* Updated horizon config file
* Newest Horizon now works by using Laravel’s own auth
* For now, remove test for admin login
2019-03-21 19:46:38 +00:00