summaryrefslogtreecommitdiffstats
path: root/src/App.vue
AgeCommit message (Collapse)Author
2020-09-02👌 IMPROVE: use vue Content components and transmit serverData over ↵Jonas Sulzer
initialState - use vue components `Content` and `AppContent` with it's respective styling to be independent from server styling - use OCP\IInitialStateService and @nextcloud/initial-state to transmit the serverData instead of using a hidden span element and jsonEncode/Decode this is needed to use the `Content` component, so the vue instance can be mounted to #content directly (otherwise server styling for #content interfers with the vue styling) - also improves some general styling (mostly widths and margins/paddings) Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-06-25vue issuesMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-06-23eslint issuev0.3.0Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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: Encode search terms before creating the search URLCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
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-10📦 NEW: show notifications timeline with icon in navigationJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-09-09fixing importsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-08-22renaming to Nextcloud PushMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-08-15fixMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-08-15update if on the right timelineMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-20Adds a menu entry for a liked timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-07-04comment notification timelineMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-06-26new notification timelineMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-26Use individual importsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-30Use new AppNavigationItemJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09Adjust eslint rulesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09Fix eslint callJulius 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-20Simplify container stylesJulius 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-04Merge pull request #117 from nextcloud-gmbh/widthJan-Christoph Borchardt
Reduce max-width from 700px to 600px
2018-12-04Cleanup social content wrapper classesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-04Reduce max-width from 700px to 600pxJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-04Fix avatar/search in composerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03Fix wording on setup screenJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-03Small wording fixes on the initial setup pageJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-03Add setup check for .well-known urlsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03add check for .well-known/webfingerJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-03Make design more responsiveJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-02Remove spacer element in navigation, not needed at the momentJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-29Use mixin for current user dataJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Fix linterJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Implement user searchJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Add search componentJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Increase spacingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28Properly align content containerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22Load streams with paginationJulius 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-22Cleanup sidebarJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21Fix more eslint errorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-19Implement social app setupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-14Wording fixesJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-14Start using the real backendJulius 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 basic routing and profile info pageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Adjust designJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add vuex structureJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23First UI mockupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add nextcloud vue libJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>