summaryrefslogtreecommitdiffstats
path: root/src/router.js
AgeCommit message (Collapse)Author
2020-10-12migrate away from depricated OC.generateUrlRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08render messages based on the source htmlRobin Appelman
instead of first stripping, and then repopulating html. this makes it possible to do proper manipulation on mention and hashtag links Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-18render profile page for ostatus follow urlRobin Appelman
when initiating a follow from a remote mastadon instance, the user gets directed to 'apps/social/ostatus/follow/?uri=' which is currently broken. this changes it to render the regular profile page for that link, allowing the user to follow the profile. I'm not sure what the previous behavior was before things got broken Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-06-23eslint issuev0.3.0Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-25Single post timeline can be displayed to non logged in users.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25Proper URL for the single-post timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25New, working, TimelineSinglePost viewCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25Uses proper endpoint to get a single post's content.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25lint fixesCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25Adds a routes for the single-post timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25Trying to create a new timeline for showing a single post's context (replies ↵Cyrille Bollu
and partens) using Maxence's new endpoints (eg: 'apps/social/local/v1/post/replies?id='). It doesn't work yet though. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-02-05Add search and timeline for hashtagsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-11Add profile components to one chunkJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20Fix frontend for public profilesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Add user list componentJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22Load different timeline streamsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22Make public pages use the proper navigation endpointJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-26Add proper eslint settingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add profile sub routesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add basic routing and profile info pageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>