summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Expand)Author
2020-10-13IMPROVEMENT: In single-post timeline, automaticaly hide the composer whenCyrille Bollu
2020-10-13ENHANCEMENT: Adds a composer to the single post timeline.Cyrille Bollu
2020-10-13FIX: Properly adds replies to timeline for single-post timelineCyrille Bollu
2020-10-13MISC: Adds a getAllAccounts() getterCyrille Bollu
2020-10-12migrate away from depricated OC.generateUrlRobin Appelman
2020-06-19👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud namespa...Jonas Sulzer
2019-10-02FIX: Do not store current user in followers/following lists.Cyrille Bollu
2019-09-26Merge pull request #746 from nextcloud/bugfix/745/social-address-on-local-acc...Maxence Lange
2019-09-25New, working, TimelineSinglePost viewCyrille Bollu
2019-09-25eslintMaxence Lange
2019-09-25Uses proper endpoint to get a single post's content.Cyrille Bollu
2019-09-25fixes bugs in single-post timelineCyrille Bollu
2019-09-25lint fixesCyrille Bollu
2019-09-25Adapts timeline.js's fetchTimeline for the single-post timeline.Cyrille Bollu
2019-09-25Trying to create a new timeline for showing a single post's context (replies ...Cyrille Bollu
2019-09-17Profiles view is now able to load an account whose domain part isCyrille Bollu
2019-08-15update if on the right timelineMaxence Lange
2019-07-26eslintMaxence Lange
2019-07-22Automaticaly removes posts from the liked timeline when they are unlikedCyrille Bollu
2019-07-10Corrected typo in a debug messageCyrille Bollu
2019-07-10Creates a 'like' button.Cyrille Bollu
2019-05-29🐛 FIX: eslint && normal boost (parentAnnounce check)Jonas Sulzer
2019-05-29🐛 FIX: correctly toggle boosted state when boosting an AnnounceJonas Sulzer
2019-05-29🐛 FIX: don't error when boosting on an Announce whereof the original Note ...Jonas Sulzer
2019-05-28🐛 FIX: also toggle boosted state on the chached object inside of the AnnounceJonas Sulzer
2019-05-06Use mutation to change vuex storeJulius Härtl
2019-05-03👌 IMPROVE: remove unused icon && add myself as author to timeline.jsJonas Sulzer
2019-05-03🐛 FIX: correctly handle boost stateJonas Sulzer
2019-05-03👌 IMPROVE: immediate UI feedback / button change for successful boost/unboostJonas Sulzer
2019-05-03📦 NEW: unboost post if it was boosted previouslyJonas Sulzer
2019-05-03🐛 FIX: wrong post urlJonas Sulzer
2019-05-03📦 NEW: boost frontend (button)Jonas Sulzer
2019-02-20Implement post deletion and add animation to timeline listJulius Härtl
2019-02-05Add search and timeline for hashtagsJulius Härtl
2019-01-09Properly return promise when creating a new post (fixes #247)Julius Härtl
2019-01-03Fix account store for entries without actor informationJulius Härtl
2019-01-03Move follow/unfollow to store and rework account store handlingJulius Härtl
2018-12-20Fix frontend for public profilesJulius Härtl
2018-12-05Add public stream to profile pageJulius Härtl
2018-12-03Fetch followers/following list on profile viewJulius Härtl
2018-12-03Fix timeline entriesJulius Härtl
2018-11-28Log token to browser consoleJulius Härtl
2018-11-28Fix frontend rendering of streamsJulius Härtl
2018-11-22Load different timeline streamsJulius Härtl
2018-11-22new routesMaxence Lange
2018-11-21Refresh timeline when postingJulius Härtl
2018-11-21Properly send to data when creating a postJulius Härtl
2018-11-21Fix eslint errors for compositionJulius Härtl
2018-11-21Fix successful submitJulius Härtl
2018-11-21Call newPost message on the serverJulius Härtl