summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2023-03-14strings(typo,spell): fix a few issuesJérémie Tarot (@silopolis)
Fix a few typos and hopefully improve wording and consistency Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
2023-03-13Merge pull request #1650 from nextcloud/artonge/fix/mentions_typingv0.6.0-beta3Louis
Fix typing for mention in MessageContent.js
2023-03-13Merge pull request #1648 from nextcloud/artonge/fix/new_api_for_actionsLouis
Use new API for favourite and reblog actions
2023-03-13Fix typing for mention in MessageContent.jsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-13Use new API for favourite and reblog actionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-13Fix condition to disable submit buttonLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-13Fix isBoost computed propertyLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-13Disable composer when sending statusLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-12fix(l10n): Fixed grammarrakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-03-09Use new Mastodon like APILouis Chemineau
Revert "Revert "Merge pull request #1581 from nextcloud/artonge/feat/use_new_api"" This reverts commit c4eef0b2d476ffcf10cfc3a44ea426d3ec7587b4. Signed-off-by: Louis Chemineau <louis@chmn.me> Adapt views to new timeline api Signed-off-by: Louis Chemineau <louis@chmn.me> Add types Signed-off-by: Louis Chemineau <louis@chmn.me> Fix type errors Signed-off-by: Louis Chemineau <louis@chmn.me> Adapte front-end to mastodon data format + Add typing + Modernize code Signed-off-by: Louis Chemineau <louis@chmn.me> Use new API for media attachments + Split Composer.vue into tinier composent + Use blurhash value of attachments Signed-off-by: Louis Chemineau <louis@chmn.me> Fix media attachment rendering in post component Signed-off-by: Louis Chemineau <louis@chmn.me> Use square container to display statuses attachments Signed-off-by: Louis Chemineau <louis@chmn.me> Add typing to timeline.js And fix type errors Signed-off-by: Louis Chemineau <louis@chmn.me> Forward format to getStreamSelectSql for direct timeline Signed-off-by: Louis Chemineau <louis@chmn.me> Fix liked timeline Signed-off-by: Louis Chemineau <louis@chmn.me> Use new API for local and federated timelines Signed-off-by: Louis Chemineau <louis@chmn.me> Fix profile and avatar for local users Signed-off-by: Louis Chemineau <louis@chmn.me> Update babel config Signed-off-by: Louis Chemineau <louis@chmn.me> Improve typing in account.js Signed-off-by: Louis Chemineau <louis@chmn.me> Handle new notification format Signed-off-by: Louis Chemineau <louis@chmn.me> Fix follow button Signed-off-by: Louis Chemineau <louis@chmn.me> Fix condition of delete button for statuses Signed-off-by: Louis Chemineau <louis@chmn.me> Add relationship fetching Signed-off-by: Louis Chemineau <louis@chmn.me> Improve attachments viewer Signed-off-by: Louis Chemineau <louis@chmn.me> Correctly use twemoji Signed-off-by: Louis Chemineau <louis@chmn.me> Clean up composer Signed-off-by: Louis Chemineau <louis@chmn.me> Insert emoji on the last line instead of creating a new one Signed-off-by: Louis Chemineau <louis@chmn.me> Overall improvements in composer Signed-off-by: Louis Chemineau <louis@chmn.me> Clean up PreviewGridItem Signed-off-by: Louis Chemineau <louis@chmn.me> Fix fetching relationships Signed-off-by: Louis Chemineau <louis@chmn.me> Fix followers and following list Signed-off-by: Louis Chemineau <louis@chmn.me> Fix direct link to followers and following lists Signed-off-by: Louis Chemineau <louis@chmn.me> Fix notifications endpoint Signed-off-by: Louis Chemineau <louis@chmn.me> Handle different types of notifications Signed-off-by: Louis Chemineau <louis@chmn.me> Add formatted date as title for statuses Signed-off-by: Louis Chemineau <louis@chmn.me> Fix entryContent computed property Signed-off-by: Louis Chemineau <louis@chmn.me> Handle reblog Signed-off-by: Louis Chemineau <louis@chmn.me> Fix favourite type Signed-off-by: Louis Chemineau <louis@chmn.me> Load context of status for single post Signed-off-by: Louis Chemineau <louis@chmn.me> Use new format to set the uid in single post Signed-off-by: Louis Chemineau <louis@chmn.me> Fix display name property Signed-off-by: Louis Chemineau <louis@chmn.me> Hack to handle context of single post Signed-off-by: Louis Chemineau <louis@chmn.me> Use item id to fetch context Signed-off-by: Louis Chemineau <louis@chmn.me> Remove unsused variable Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-23Prevent shrinking of attachmentsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-23Prevent adding more than one attachmentLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-23Prevent error when inserting an emojiLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-19Fix sending hashtags and mentionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-19Fix posting attachmentsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-18Revert "Merge pull request #1581 from nextcloud/artonge/feat/use_new_api"Louis Chemineau
**This only reverts the js part of** commit 6eb51506982ccc401d6c56e1db4456b52785e122, reversing changes made to f56e326f807ad96c21f2c7ad1ff9966a20113616. Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16Use new timeline APILouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16Add stylelintLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16Add workflow for es and style lintLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-12Merge pull request #1572 from nextcloud/artonge/fix/user_entryLouis
Improve rendering of user entry in user lists
2023-01-12Merge pull request #1571 from ↵Louis
nextcloud/artonge/fix/correctly_store_followers_in_store Fixes on user profile
2023-01-12Improve rendering of user entry in user listsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-11Improve follow button style in user profileLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-11Add link to instance in user's profileLouis Chemineau
+ Properly space section in user profile + Translate string Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-11Correctly store followers in the storeLouis Chemineau
This fix follower list in UI Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-10Revert removal of MessageContentLouis Chemineau
Fix https://github.com/nextcloud/social/issues/1561 Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04Fix cypress workflowLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04Import and use needed linkify packagesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-21Fix csrf errorCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-21Implement UICarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-03Also use content for federated postsCarl Schwan
Otherwise we use an object in vue richtext Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-02Fix lint issuesv0.5-betaCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-02Reformat some codeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-28Fix notificationCarl Schwan
Port to vue components Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-27Port follow button to ncbuttonCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-27Let's not support oci yetCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-27Minor changes in the frontendCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14Follow up dashboard dark themeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14Port to new Dashboard apiCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14fix eslint errorsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-14add dashboard widget, only handling internal 'Follow' subtypes for the momentJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-14Use vue-richtext to render link previewCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14Make composer sticky againCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14Make uploading files workCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14Fix issue with dark themeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-13Fix layoutCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-13Embedd timeline in profile pageCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12Improve a bit usage of nc componentsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12Update nc vue components to v7Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-12Fix inverted like buttonCarl Schwan
Use outline when not liked, and filled and red with liked Signed-off-by: Carl Schwan <carl@carlschwan.eu>