summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2021-04-12l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2020-12-02Merge pull request #1068 from nextcloud/profile-numbers-inlineMaxence Lange
show profile numbers inline instead of next to the name and avatar
2020-10-24l10n: Cloud name with a capital letterValdnet
2020-10-22show profile numbers inline instead of next to the name and avatarRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-19Merge pull request #748 from nextcloud/timeline-to-gridMaxence Lange
👌 IMPROVE: move timeline to css grid layout and restructure code
2020-10-16fix jsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-16fix alignment for posts without boostsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-16fix boosted layoutRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-16👌 IMPROVE: move timeline to css grid layout and restructure codeJonas Sulzer
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-10-15remove empty content after a post has been addedRobin Appelman
Fixes #1070 Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-13dont increase main post font size for now since it messes up the ui a bitbugfix/756/singlepost-improvementRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-13FIX: Uses proper API when showing a resized image to an un-authenticated user.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13ENHANCEMENT: single post should only be triggered on a click on the 'date' ↵Cyrille Bollu
and not the full post Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13IMPROVE: Display main post with a bigger font in SinglePostTimelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13FIX: updated Profile.vue to use computed properties rather than methods for ↵Cyrille Bollu
the account mixins Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13Adds doc to some mixinsCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13FIX: Uses computed properties rather than methods for the account mixins.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
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-13DOC: Updated serverData mixin docCyrille Bollu
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: In single post timeline, do not load TimelineList component whenCyrille Bollu
there are no answers. 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-13FIX: Automatically adds the original post's author to the list ofCyrille Bollu
recipients when composing a reply. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13FIX: Uses the accountInfo() mixin in FollowButtonCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13DOC: Adds documentation to serverData mixinsCyrille 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-13ENHANCEMENT: Adds profile info to single post timelineCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13REFACTORING: Adds account-related mixins to avoid code duplicationCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13FIX: Changes empty content message for single-post timelines.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-12use prefered username as fallback if no account name is providedRobin Appelman
instead of falling back directly to the full account id (@userid@example.com) use the prefered username if available Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-12migrate away from depricated OC.generateUrlRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08link at mentions to external profile pageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08fix rendering of local messagesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08lintRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08generate router-link for mention and hashtag linksRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-08emojify message contentRobin 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-10-08Fix documentation link going to outdated versionJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
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-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-08-24Standard hover background colourCurtis Parfitt-Ford
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
2020-08-23Dark timeline entries for the dark Nextcloud themeCurtis Parfitt-Ford
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
2020-08-22fixesMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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-11-08Allows long URL's in post messages to be wrapped so as to not overflowCyrille Bollu
their parent element. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-04Merge pull request #787 from StCyr/bugfix/776/do-not-show-followbuttonMaxence Lange
FIX: do not show follow button when viewer is same as viewed
2019-10-04Merge pull request #785 from StCyr/bugfix/noid/do-not-post-on-enterMaxence Lange
FIX: Hitting 'Enter' without the shift key pressed should not post the message
2019-10-04Allows ctrl+enter to also post a message (in addition to shift+enter)Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>