Nikolai Merinov
Nikolai Merinov
Signed-off-by: Nikolai Merinov * Resolves: #697 * Target version: master ### Summary This is non-ideal solution for the issue, but this solution solves the issue. Drawbacks of the solution: 1....
When you create multiline notes like the following in Chromium 86.0.4240.198: > 1 > 2 > 3 You got the following HTML: `123` without `` block around first line. Add...
This change reverts changes from 3421661ee95d1357b8ad0cc5183aa88e62aed04e commit that makes 'followersList' always empty Signed-off-by: Nikolai Merinov * Resolves: * Target version: master ### Summary Commit 3421661ee95d1357b8ad0cc5183aa88e62aed04e removed code that filled `users`...
* templates/main.php: Close previously opened php tag * lib/Controller/OStatusController.php: Use "ostatus" template to get OStatus.vue instead of App.vue * templates/ostatus.php: Return back ostatus template. Add 'content' block because 'guest' layout...
When I try to open https://nextcloud-instance/apps/social/@username I can't see public timeline and see the following error in Browser Console: ``` Uncaught TypeError: Cannot read property 'uid' of null at Object....
ActivityStream assumes that content is HTML message: https://www.w3.org/TR/2017/REC-activitystreams-vocabulary-20170523/#dfn-content To fullfill this assumption save newlines as `` during post creation Signed-off-by: Nikolai Merinov * Resolves: #1139 * Target version: master ###...
**Is your feature request related to a problem? Please describe.** When I writing new Note with embedded newlines they displayed on web interface as single line message. This happens because...
Change src/logger.js in same manner as made in nextcloud settings application. Signed-off-by: Nikolai Merinov * Resolves: #1120 * Target version: master ### Summary Allows to read https://cloud.mndet.net/apps/social/@mnd/ from non-authenticated users
I can't comment any public messages on pump.io servers except my own server. For example when I try to post comment to https://pumprock.net/mnd/note/mfUo6VMgTUSdEckfEcbVOg being logined from my [email protected] account pumprock.net...
Suppose we have one discussion thread: ```json {"type": "Note", "id": "https://chatty.example/alice/1", "attributedTo": "https://chatty.example/alice/", "to": ["https://www.w3.org/ns/activitystreams#Public"], "content": "Note Txt"} {"type": "Note", "id": "https://chatty.example/bob/2", "inReplyTo": "https://chatty.example/alice/1", "attributedTo": "https://chatty.example/bob/", "to": ["https://www.w3.org/ns/activitystreams#Public", "https://chatty.example/alice/"], "content":...