Commit Graph

3901 Commits (5927b43c0fc74e66cd3a882b565ea70236559c02)
 

Author SHA1 Message Date
unarist 5927b43c0f Ignore empty response in ActivityPub::FetchRemoteStatusService ()
* Ignore empty response in ActivityPub::FetchRemoteStatusService

This fixes `NoMethodError: undefined method `[]' for nil:NilClass` error.

* Check json.nil? in JsonLdHelper#supported_context?
Colin Mitchell 871c0d251a Application prefs section ()
* Add code for creating/managing apps to settings section

* Add specs for app changes

* Fix controller spec

* Fix view file I pasted over by mistake

* Add locale strings. Add 'my apps' to nav

* Add Client ID/Secret to App page. Add some visual separation

* Fix rubocop warnings

* Fix embarrassing typo

I lost an `end` statement while fixing a merge conflict.

* Add code for creating/managing apps to settings section

- Add specs for app changes
- Add locale strings. Add 'my apps' to nav
- Add Client ID/Secret to App page. Add some visual separation
- Fix some bugs/warnings

* Update to match code standards

* Trigger notification

* Add warning about not sharing API secrets

* Tweak spec a bit

* Cleanup fixture creation by using let!

* Remove unused key

* Add foreign key for application<->user
Yamagishi Kazutoshi 11a7507318 Add delete account link for French ()
unarist d63de55ef8 Fix bugs which OStatus accounts may detected as ActivityPub ready ()
* Fallback to OStatus in FetchAtomService

* Skip activity+json link if that activity is Person without inbox
* If unsupported activity was detected and all other URLs failed, retry with ActivityPub-less Accept header

* Allow mention to OStatus account in ActivityPub

* Don't update profile with inbox-less Person object
Eugen Rochko 72bb3e03fd Support more variations of ActivityPub keyId in signature ()
- Tries to avoid performing HTTP request if the keyId is an actor URI
- Likewise if the URI is a fragment URI on top of actor URI
- Resolves public key, returns owner if the owner links back to the key
Eugen Rochko f391a4673a Periodically remove expired PuSH subscribers ()
Lynx Kotoura 143b77e10d Increase contrast in landing pages ()
* Increase contrast in about and about/more page

* Lighten em color in landing pages

* Increase contrast in landing pages


Fix about.scss
Eugen Rochko 4cbb638604 Fix visual line-break glitch with .invisible parts of links ()
Eugen Rochko 3534e115e5 Do not try to re-subscribe to unsubscribed accounts ()
abcang ea958cae7f Refactoring streaming connections ()
Yamagishi Kazutoshi 10e9a9a3f9 Use URI.join even when S3 enabled ()
Eugen Rochko 6e9eda5331 ActivityPub migration procedure ()
* ActivityPub migration procedure

Once one account is detected as going from OStatus to ActivityPub,
invalidate WebFinger cache for other accounts from the same domain

* Unsubscribe from PuSH updates once we receive an ActivityPub payload

* Re-subscribe to PuSH unless already unsubscribed, regardless of protocol
m4sk1n 4c23544714 i18n: Minor changes in Polish translation ()
* i18n: Minor changes in Polish translation

* i18n: pl
Eugen Rochko 74e5078795 Fix - Re-add missing doorkeeper_authorize for /api/v1/verify_credentials ()
Yamagishi Kazutoshi 110227ac5e Remove status from favorites list when unfavorited ()
unarist f26758dc01 Fix .information-board style for Safari ()
flex-basis: 0 allows make flexbox smaller than its contents on Safari <10.

https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
abcang 23792f5a7c Fix hasUnread on HashtagTimeline ()
Eugen Rochko fe5b66aa08 Handle duplicate ActivityPub activities ()
* Handle duplicate ActivityPub activities

Only perform side-effects when record processed for the first time

* Fast-forward repeat follow requests
Quent-in 93d4192a67 l10n update OC : Redesign public profiles () ()
New strings added to be shown on the new profile page
takayamaki d5acf4275f Improve about ja translation standalone.public_title ()
Eugen Rochko 412ea87306 Improve ActivityPub/OStatus compatibility ()
*Note: OStatus URIs are invalid for ActivityPub. But we have them for
as long as we want to keep old OStatus-sourced content and as long as
we remain OStatus-compatible.*

- In Announce handling, if object URI is not a URL, fallback to object URL
- Do not use specialized ThreadResolveWorker, rely on generalized handling
- When serializing notes, if parent's URI is not a URL, use parent's URL
Eugen Rochko 774b8661bc Revert ()
Eugen Rochko c7d2619ab1 Parse OStatus tag URIs in ActivityPub handlers when those are local ()
Yamagishi Kazutoshi 2edfdab6e6 Don't send Link header when don't know prev and next links ()
Eugen Rochko 4edf9d849f Make ActivityPub::TagManager#local_uri? recognize local URIs with ports ()
Eugen Rochko 10489b4e4a If url attribute not present in Note, fallback to id attribute ()
Eugen Rochko 40c45f5dd9 Put ActivityPub alternate link into Atom, prefer it when processing Atom ()
nightpool efec02f153 use existing inflections instead of custom helper ()
* use existing inflections instead of custom helper

* use ActiveSupport versions
Eugen Rochko 116b8a6363 Fix - Accept/reject activities use FollowRequest, which has inverse relations ()
Eugen Rochko ad892dbc0c Add _:atomUri property for deduplicating OStatus/ActivityPub legacy records ()
nullkal 075d6a1e13 Show what protocol is used for accounts in admin/accounts#index ()
* Show what protocol used for in admin/accounts#index

* Add frozen_string_literal
nullkal 54a04e3658 Update charlock_holmes to 0.7.5 ()
Naoki Kosaka 462c30e26c Update Japanese Translation. (Redesign public profiles) ()
m4sk1n 2a04bdc87a i18n: Update Polish translation ()
* i18n: Update Polish translation

* Update pl.json
Eugen Rochko ca7ea1aba9 Redesign public profiles ()
* Redesign public profiles

* Responsive design

* Change public profile status filtering defaults and add options

- No longer displays private/direct toots even if you are permitted access
- By default omits replies
- "With replies" option
- "Media only" option

* Redesign account grid cards

* Fix style issues
Clworld f814661fca Make share intent modal to make "signed in as" shown. ()
* Make share intent modal to make "signed in as" shown.

* fix glitch on mobile.
Quent-in e33c28a6d8 Update ActivityPub () ()
Update: new string + more translations for the time in words
abcang e120d09c98 Fix require_user! behavior when not logged in ()
Eugen Rochko 4fcbb1f838 Re-add missing transaction around status-from-OStatus creation ()
unarist a855956185 Fix ActivityPub follow interaction and add more specs ()
unarist 5b9ae7981e Update /admin/accounts/:id view for ActivityPub ()
* Add protocol field
* Switch protocol specific information according to active protocol
* Hide PuSH subscription related buttons if ActivityPub is active
Yamagishi Kazutoshi 5f22c0189d Add support for searching AP users ()
* Add support for searching AP users

* use JsonLdHelper
Eugen Rochko 26d26644ac Require "inbox" to be set on actor to be ActivityPub-ready ()
Eugen Rochko 3c6503038e Add protocol handler. Handle follow intents ()
* Add protocol handler. Handle follow intents

* Add share intent

* Improve code in intents controller

* Adjust share form CSS
Yamagishi Kazutoshi 96e9ed13de Fix search (regression from ) ()
Eugen Rochko 6df8bd277b Set correct content-type for ActivityPub JSON ()
Eugen Rochko 4e75f0d889 Hook up URL-based resource look-up to ActivityPub ()
Eugen Rochko a2aeacbfee Add alternate links to ActivityPub resources from HTML/HEAD variants ()
Eugen Rochko b7370ac8ba ActivityPub delivery ()
* Deliver ActivityPub Like

* Deliver ActivityPub Undo-Like

* Deliver ActivityPub Create/Announce activities

* Deliver ActivityPub creates from mentions

* Deliver ActivityPub Block/Undo-Block

* Deliver ActivityPub Accept/Reject-Follow

* Deliver ActivityPub Undo-Follow

* Deliver ActivityPub Follow

* Deliver ActivityPub Delete activities

Incidentally fix 

* Adjust BatchedRemoveStatusService for ActivityPub

* Add tests for ActivityPub workers

* Add tests for FollowService

* Add tests for FavouriteService, UnfollowService and PostStatusService

* Add tests for ReblogService, BlockService, UnblockService, ProcessMentionsService

* Add tests for AuthorizeFollowService, RejectFollowService, RemoveStatusService

* Add tests for BatchedRemoveStatusService

* Deliver updates to a local account to ActivityPub followers

* Minor adjustments
Eugen Rochko ccdd5a9576 Add serializing/unserializing of "locked" actor attribute ()