summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-24Enlarge window when interacting with remote post.feature/797/interact-with-remote-itemCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-20FIX: In TimelineSinglePost, fixes an 'parentAnnounce is undefined' error ↵Cyrille Bollu
message when interacting with a remote post Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-20Merge branch 'feature/797/interact-with-remote-item' of ↵Cyrille Bollu
https://github.com/nextcloud/social into feature/797/interact-with-remote-item
2019-10-17ignore empty queryMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-17ENHANCEMENT: In interact-remote route, automaticaly perform the action ↵Cyrille Bollu
performed by the user on the remote instance. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-16Merge branch 'feature/797/interact-with-remote-item' of ↵Cyrille Bollu
https://github.com/nextcloud/social into feature/797/interact-with-remote-item
2019-10-16FIX: Icons react (get highlighted or faded) when clicking on boost and like ↵Cyrille Bollu
in single post timeline Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-16cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-16forward type of actionMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-15IMPROVEMENT: User Logger instead of console in src/store/timeline.jsCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-15Merge branch 'feature/796/interact-with-remote-item' of ↵Cyrille Bollu
https://github.com/nextcloud/social into feature/797/interact-with-remote-item
2019-10-15eslint fixMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-14FIX: Do not show Composer in single-post timeline when user is not authenticatedCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-14IMPROVEMENT: URLs now need to have a leading protocol to create a link.Cyrille Bollu
(https://www.nextcloud.com will create a link while www.nextcloud.com won't) Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-14FEATURE: Adds support in the front-end for replying to posts on remote ↵Cyrille Bollu
ActivityPub instances Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-14redirect to displayRemotePostMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-14new route to display remote Post: /post?id=Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-14new route for ostatusMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-14Merge pull request #802 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4Maxence Lange
Bump @babel/core from 7.6.2 to 7.6.4
2019-10-14Merge pull request #803 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.1Maxence Lange
Bump webpack from 4.41.0 to 4.41.1
2019-10-14Bump @babel/core from 7.6.2 to 7.6.4dependabot-preview[bot]
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14Merge pull request #801 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.6 Bump nextcloud-vue from 0.12.4 to 0.12.6
2019-10-14Merge pull request #800 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.6.3 Bump @babel/preset-env from 7.6.2 to 7.6.3
2019-10-14Merge pull request #798 from nextcloud/migration-pre-a2.2Maxence Lange
better migration
2019-10-13Bump webpack from 4.41.0 to 4.41.1dependabot-preview[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 4.41.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v4.41.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-13Bump nextcloud-vue from 0.12.4 to 0.12.6dependabot-preview[bot]
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.4 to 0.12.6. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.4...v0.12.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-13Bump @babel/preset-env from 7.6.2 to 7.6.3dependabot-preview[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-12[tx-robot] updated from transifexNextcloud bot
2019-10-11IMPROVEMENT: URLs now need to have a leading protocol to create a link.Cyrille Bollu
(https://www.nextcloud.com will create a link while www.nextcloud.com won't) Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-11FEATURE: Adds support in the front-end for replying to posts on remote ↵Cyrille Bollu
ActivityPub instances Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-11redirect to displayRemotePostMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-11new route to display remote Post: /post?id=Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-11new route for ostatusMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-11better migrationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-11[tx-robot] updated from transifexNextcloud bot
2019-10-10Merge pull request #790 from ↵Maxence Lange
nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.4 Bump nextcloud-vue from 0.12.3 to 0.12.4
2019-10-09Merge pull request #794 from nextcloud/feature/noid/index-streamMaxence Lange
better index of streams
2019-10-09[tx-robot] updated from transifexNextcloud bot
2019-10-08better index of streamsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-08[tx-robot] updated from transifexNextcloud bot
2019-10-06Bump nextcloud-vue from 0.12.3 to 0.12.4dependabot-preview[bot]
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.3...v0.12.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-05Merge pull request #788 from nextcloud/feature/noid/webfinger-on-actoridMaxence Lange
accepting request on actor id
2019-10-05returns 404Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-05accepting request on actor idMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-10-05[tx-robot] updated from transifexNextcloud bot
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>
2019-10-04FIX: Uses only local part of account's uid when an un-authenticated user clicksCyrille Bollu
on a profile's follow button. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-04FIX: Do not show follow button when viewer's account is the same as viewed one.Cyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>