Clworld
ddf10f52a7
fix scroll position ( #4821 )
7 years ago
Yamagishi Kazutoshi
e082d777a4
Update react-intl to version 2.4.0 ( #4820 )
7 years ago
PFM
3c7f76265c
fix text position of NSFW for video file ( #4819 )
7 years ago
Yamagishi Kazutoshi
85909a8b22
Add environment sample for OpenStack Swift ( #4816 )
7 years ago
Adam Thurlow
57a821d4b9
swift-enable the paperclip! 📎 ( #2322 )
7 years ago
abcang
892aeb7ffe
Do not execute the job with the same arguments as the retry job ( #4814 )
7 years ago
Eugen Rochko
883a12cb0f
Fix mentions in direct statuses not being delivered via AP ( #4806 )
7 years ago
Eugen Rochko
181cbbcaf8
Fix #4794 - Fake instant follow in API response when account is believed unlocked ( #4799 )
7 years ago
Lynx Kotoura
5a27eaae7c
Adjust status embeds ( #4808 )
...
* Adjust status embeds
Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal.
* Remove trailing whitespace
* Using width from the variable
7 years ago
takayamaki
1ecae86d4f
add index_notifications_on_id_and_account_id_and_activity_type on notifications table ( #4750 )
7 years ago
Treyssat-Vincent Nino
57e50aa023
comment correction ( #4812 )
7 years ago
voidSatisfaction
7fc797da23
Translation korean added ( #4802 )
7 years ago
ButterflyOfFire
f4d6ec8562
Update ar.yml ( #4810 )
...
Some little changes to "ar" locale
7 years ago
Eugen Rochko
be4bfd2ec1
Fix some ActivityPub JSON bugs ( #4796 )
...
- Fix assumption that `url` is always a string. Handle it if it's an
array of strings, array of objects, object, or string, both for
accounts and for objects
- `sharedInbox` is actually supposed to be under `endpoints`, handle
both cases and adjust the serializer
7 years ago
nullkal
36872cd22c
Show pinned statuses only in the top of the profile page ( #4803 )
...
* Show pinned statuses only in the top of the profile page
* Refactor AccountsController#show_pinned_statuses?
7 years ago
voidSatisfaction
37dca6b7c7
Fix streaming url to lowercase ( #4804 )
7 years ago
Eugen Rochko
ce3a71690b
Fix #4551 - Use correct syntax for content preloading ( #4798 )
7 years ago
abcang
2434169c90
Fix a problem that notification column goes to top ( #4792 )
7 years ago
Eugen Rochko
411183520b
Fix short number locales ( #4790 )
...
Overwrite values from rails-i18n by manually overwriting in every locale.
We want numbers like 1.5K in every language
7 years ago
Andreas Drop
20c0118cad
Make german translation more gender neutral #4755 ( #4789 )
7 years ago
Akihiko Odaki
9304aef321
Use next instead of return in task ( #4787 )
7 years ago
May Kittens Devour Your Soul
9b20434874
Croatian translation - updated ( #4183 )
...
* Update hr.json
* Update hr.json
7 years ago
Quent-in
8d459da1f8
l10n Occitan update for Embed, cancel follow request, ... ( #4788 )
...
* Update: some missing strings
* Updates missing strings
* New string
* Update oc.json
* Update oc.yml
* Update oc.json
7 years ago
Akihiko Odaki
ec7eaa44b0
Explicitly define attached file of DeprecatedPreviewCard ( #4786 )
...
The path template of the attached files must explicitly be defined because
it is contradicting to the name of the class.
7 years ago
Eugen Rochko
c2cb70fe34
Bump version to 1.6.0rc1 ( #4768 )
7 years ago
Eugen Rochko
8b4bddf1c9
Instantly upgrade account to ActivityPub if we receive ActivityPub payload ( #4766 )
7 years ago
Eugen Rochko
abf2179b22
Improve client-side German i18n ( #4785 )
7 years ago
Eugen Rochko
8847d2fda4
Rename "locked" to "manuallyApprovesFollowers" in ActivityPub ( #4779 )
...
See: <https://www.w3.org/wiki/Activity_Streams_extensions#as:manuallyApprovesFollowers >
7 years ago
abcang
d73174b629
Validate data of Imports ( #4782 )
7 years ago
m4sk1n
e472b79b1e
i18n: Improve Polish translation ( #4783 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Eugen Rochko
23682c8593
Make "unfollow" undo pending outgoing follow request too ( #4781 )
...
* Make "unfollow" undo pending outgoing follow request too
* Add cancel button to web UI when awaiting follow request approval
* Make the hourglass button do the cancelling
7 years ago
PFM
6fcb8ac737
fix text position of NSFW in Safari (Mac/iPhone) ( #4570 )
7 years ago
unarist
34603e0154
Raise an error for remote url in StatusFinder ( #4776 )
...
* Raise an error for remote url in StatusFinder
Previous implementation had allowed remote url with status id which also exists on local.
Then that bug leads /api/web/embed to return wrong embed url.
* Fix oembed_controller_spec
7 years ago
unarist
11a09cdc59
Fix WebPush (regression from #4524 ) ( #4778 )
...
* Fix NoMethodError in Web::PushSubscription
```
undefined method `site_contact_email' for #<Class:0x00005976d13c40>
/usr/local/bundle/gems/activerecord-5.1.3/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
/usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted.rb:295:in `method_missing'
/usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted/adapters/active_record.rb:129:in `method_missing_with_attr_encrypted'
/mastodon/app/models/web/push_subscription.rb:53:in `push_payload'
```
* Specify serializer in Web::NotificationSerializer
7 years ago
Surinna Curtis
ed0798ec18
Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events ( #4777 )
...
* UploadArea should only preventDefault for Escape
This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default.
* Remove workaround for fixed bug in SettingToggle
SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again
7 years ago
m4sk1n
139f297c01
i18n: Update Polish translation ( #4775 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Lynx Kotoura
f13b1b67f5
Adjust settings pages ( #4765 )
...
* views: Adjust heading positions
* Adjust settings pages
Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast.
* Remove trailing whitespace
7 years ago
Yamagishi Kazutoshi
3f517186b3
Add Japanese translate for #4561 ( #4771 )
7 years ago
Yamagishi Kazutoshi
5a3e81e963
Add text color style for noscript link ( #4772 )
7 years ago
Yamagishi Kazutoshi
690e59b1f0
Fix profile page when use system's font ( #4774 )
7 years ago
Yamagishi Kazutoshi
3a21f6f4c4
Disable embed modal when private status ( #4773 )
...
* Disable embed modal when private status
* Remove `reblogDisabled`
7 years ago
Eugen Rochko
0aa744a8e3
Define missing JSON-LD properties ( #4767 )
...
Using _: property names is discouraged, as in the future,
canonicalization may throw an error when encountering that instead
of discarding it silently like it does now.
We are defining some ActivityStreams properties which we expect
to land in ActivityStreams eventually, to ensure that future versions
of Mastodon will remain compatible with this even once that happens.
Those would be `locked`, `sensitive` and `Hashtag`
We are defining a custom context inline for some properties which we
do not expect to land in any other context. `atomUri`, `inReplyToAtomUri`
and `conversation` are part of the custom defined OStatus context.
7 years ago
Eugen Rochko
068bdd4c24
Use updated ActivityStreams context (added: sharedInbox) ( #4764 )
7 years ago
mayaeh
136c347b0b
Add japanese translations for embed modal feature. ( #4770 )
7 years ago
Yamagishi Kazutoshi
7021b5f60c
Add RoutingHelper ( #4769 )
7 years ago
m4sk1n
186416830e
Add link to 'noscript' message ( #4561 )
...
* Add link to 'noscript' message
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* remove indent
7 years ago
Eugen Rochko
23c149c5b9
Add ActivityPub handler for Delete->Actor activities ( #4761 )
7 years ago
Eugen Rochko
9ed764519b
Finish up embed modal feature ( #4759 )
...
* Add embed button to dropdowns of in-timeline statuses
* yarn run manage:translations
7 years ago
Eugen Rochko
60ec86be49
Avoid sending some ActivityPub payloads if the receiver will get them through distribution ( #4739 )
7 years ago
Eugen Rochko
e1a781476f
Do not rely on activity arriving exactly once after delete arrived ( #4754 )
7 years ago