summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Collapse)Author
2020-10-13IMPROVEMENT: In single-post timeline, automaticaly hide the composer whenCyrille Bollu
clicking its close ('x') icon. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13ENHANCEMENT: Adds a composer to the single post timeline.Cyrille Bollu
This composer is hidden by default and will only show when some authenticated user clicks on the 'reply' icon of a post. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13FIX: Properly adds replies to timeline for single-post timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13MISC: Adds a getAllAccounts() getterCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-12migrate away from depricated OC.generateUrlRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-06-19👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud ↔Jonas Sulzer
namespace versions && update the AppNavigation to the work with the new component Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-10-02FIX: Do not store current user in followers/following lists.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-26Merge pull request #746 from ↔Maxence Lange
nextcloud/bugfix/745/social-address-on-local-account check social address during local actor
2019-09-25New, working, TimelineSinglePost viewCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25eslintMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-25Uses proper endpoint to get a single post's content.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25fixes bugs in single-post timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25lint fixesCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-25Adapts timeline.js's fetchTimeline for the single-post timeline.Cyrille 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-09-17Profiles view is now able to load an account whose domain part isCyrille Bollu
a host-meta of the real domain. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-08-15update if on the right timelineMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-26eslintMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-22Automaticaly removes posts from the liked timeline when they are unlikedCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrille@bollu.be>
2019-07-10Corrected typo in a debug messageCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-07-10Creates a 'like' button.Cyrille Bollu
The following problems remain: 1- Once a post has been liked (the star icon turned yellow), it is impossible to unlike it (the star stays yellow, no matter what) 2- Communication with backend doesn't work; 'got 'failed to like post' Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-05-29🐛 FIX: eslint && normal boost (parentAnnounce check)Jonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-29🐛 FIX: correctly toggle boosted state when boosting an AnnounceJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-29🐛 FIX: don't error when boosting on an Announce whereof the original Note ↔Jonas Sulzer
isn't in the stream as well Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-28🐛 FIX: also toggle boosted state on the chached object inside of the AnnounceJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-06Use mutation to change vuex storeJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2019-05-03👌 IMPROVE: remove unused icon && add myself as author to timeline.jsJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-03🐛 FIX: correctly handle boost stateJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-03👌 IMPROVE: immediate UI feedback / button change for successful boost/unboostJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-03📩 NEW: unboost post if it was boosted previouslyJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-03🐛 FIX: wrong post urlJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-05-03📩 NEW: boost frontend (button)Jonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-02-20Implement post deletion and add animation to timeline listJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2019-02-05Add search and timeline for hashtagsJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2019-01-09Properly return promise when creating a new post (fixes #247)Julius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2019-01-03Fix account store for entries without actor informationJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2019-01-03Move follow/unfollow to store and rework account store handlingJulius 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-12-05Add public stream to profile pageJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-12-03Fetch followers/following list on profile viewJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-12-03Fix timeline entriesJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-28Log token to browser consoleJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-28Fix frontend rendering of streamsJulius 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-22new routesMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-21Refresh timeline when postingJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-21Properly send to data when creating a postJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-21Fix eslint errors for compositionJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-21Fix successful submitJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>
2018-11-21Call newPost message on the serverJulius HĂ€rtl
Signed-off-by: Julius HĂ€rtl <jus@bitgrid.net>