m4sk1n
4d80e3c550
i18n: Update Polish translation ( #4942 )
...
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update pl.yml
2017-09-14 21:58:48 +09:00
Jeroen
8cd10e7df6
Another Dutch language update ( #4944 )
...
* Update nl.json
* Update nl.yml
* Update nl.json
2017-09-14 21:52:47 +09:00
Surinna Curtis
f55b76afba
Apply white-space: nowrap to account relationships icons
2017-09-14 07:37:39 -05:00
Naf
da2b2cfa70
Add Japanese translate for #4911 ( #4943 )
2017-09-14 18:20:04 +09:00
Quent-in
6279f70e60
l10n update OC/FR video redesign ( #4938 )
...
* l10n update for Redesign video player (#4911 )
* Update videp
* Update
I hope this time format works well.
* One missing string
* Update time format
I'd like the complete name of the month in the Long format and the short one in the short format.
I hope it works now
2017-09-14 16:32:14 +09:00
Surinna Curtis
7de500297b
Tweak title text for mute notifications toggle to be clearer
2017-09-13 22:54:14 -05:00
Surinna Curtis
5c5416aa7a
fix typos in the migration
2017-09-13 22:35:48 -05:00
Surinna Curtis
06ed918632
Add migration to default Mute#hide_notifications? to true
2017-09-13 22:26:43 -05:00
N氏
3d5170251e
Add Japanese translate for #4913 ( #4936 )
2017-09-14 12:25:18 +09:00
Surinna Curtis
c872ae6e76
Fixed a typo that was breaking the account mute API endpoint
2017-09-13 21:47:30 -05:00
Surinna Curtis
e6a8692d0e
minor code style fixes oops
2017-09-13 21:47:30 -05:00
Surinna Curtis
3688a48100
Refactor handling of default params for muting to make code cleaner
2017-09-13 21:47:30 -05:00
Surinna Curtis
d6b0f5fb2c
add an explanatory comment to AccountInteractions
2017-09-13 21:47:30 -05:00
Surinna Curtis
97469efc35
fix a missing import
2017-09-13 21:47:30 -05:00
Surinna Curtis
11088e5667
In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
2017-09-13 21:47:30 -05:00
Surinna Curtis
5774861ece
satisfy eslint
2017-09-13 21:47:30 -05:00
Surinna Curtis
20fd564109
make the hide/unhide notifications buttons work
2017-09-13 21:47:30 -05:00
Surinna Curtis
b2ba83bbda
Allow modifying the hide_notifications of a mute with the /api/v1/accounts/:id/mute endpoint
2017-09-13 21:47:30 -05:00
Surinna Curtis
27567d9ce9
Show whether muted users' notifications are muted in account lists
2017-09-13 21:47:30 -05:00
Surinna Curtis
d629e90628
Expose whether a mute hides notifications in the api/v1/relationships endpoint
2017-09-13 21:47:30 -05:00
Surinna Curtis
86d02930c7
Add more specs for the /api/v1/mutes/details endpoint
2017-09-13 21:47:30 -05:00
Surinna Curtis
8a90d61de0
Define a serializer for /api/v1/mutes/details
2017-09-13 21:47:30 -05:00
Surinna Curtis
2bd218dfdb
Add a /api/v1/mutes/details route that just returns the array of mutes.
2017-09-13 21:47:30 -05:00
Surinna Curtis
27ee70ba19
Put the label for the hide notifications checkbox in a label element.
2017-09-13 21:47:30 -05:00
Surinna Curtis
b7227d05f8
add trailing newlines to files for Pork :)
2017-09-13 21:47:30 -05:00
Surinna Curtis
5fa430ba7c
specs for MuteService notifications params
2017-09-13 21:47:30 -05:00
Surinna Curtis
9cdcd429d9
Satisfy eslint.
2017-09-13 21:47:30 -05:00
Surinna Curtis
62fde4c01c
Convert profile header mute to use mute modal
2017-09-13 21:47:30 -05:00
Surinna Curtis
5d43556afd
Break out a separate mute modal with a hide-notifications checkbox.
2017-09-13 21:47:30 -05:00
Surinna Curtis
277f0e69a8
Less gross passing of notifications flag
2017-09-13 21:47:30 -05:00
Surinna Curtis
1e69cc4228
API support for muting notifications (and specs)
2017-09-13 21:47:30 -05:00
Surinna Curtis
06a7000498
Add support for muting notifications in MuteService
2017-09-13 21:47:30 -05:00
Surinna Curtis
6221116794
specs testing that hide_notifications in mutes actually hides notifications
2017-09-13 21:47:30 -05:00
Surinna Curtis
8a965eba19
Add specs for how mute! interacts with muting_notifications?
2017-09-13 21:47:30 -05:00
Surinna Curtis
b4ffe602a5
block notifications in notify_service from hard muted accounts
2017-09-13 21:47:30 -05:00
Surinna Curtis
0d5ce9d8e6
Add muting_notifications? and a notifications argument to mute!
2017-09-13 21:47:30 -05:00
Surinna Curtis
df04a52a4d
Add a hide_notifications column to mutes
2017-09-13 21:47:30 -05:00
Eugen Rochko
41d6ada41f
Support OpenGraph video embeds ( #4897 )
...
* Support OpenGraph video embeds
It's not really OpenGraph, it's twitter:player property, but it's
not OEmbed so that fits. For example, this allows Twitch clips to
be displayed as embeds.
Also, fixes glitch-soc/mastodon#135
* Fix invalid OpenGraph cards being saved through attaching and
revisit URLs after 14 days
2017-09-14 04:11:36 +02:00
Eugen Rochko
baa806794f
Give video player fluid max-width ( #4935 )
2017-09-14 04:03:00 +02:00
Eugen Rochko
fbec33df62
Redesign video player ( #4911 )
...
* Redesign video player
* Use new video player on static public pages too
* Use media gallery component on static public pages too
* Pause video when hiding it
* Full-screen sizing on WebKit
* Add aria labels to video player buttons
* Display link card on public status page
* Fix fullscreen from modal sizing issue
* Remove contain: strict property to fix fullscreen from columns
2017-09-14 03:39:10 +02:00
ThibG
aaac0c5556
Fix refollowing ( #4931 )
...
* Make RefollowWorker ActivityPub-only to avoid potential identifier mismatches
* Don't call RefollowWorker on new accounts
2017-09-14 00:05:25 +02:00
Eugen Rochko
9ff429aa6d
Uploads for admin site settings ( #4913 )
...
* Improve OpenGraph tags for about pages
* Add thumbnail admin setting
* Fix error
* Fix up
2017-09-14 00:04:30 +02:00
m4sk1n
5bcb431a46
i18n: Update Polish translation ( #4929 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2017-09-13 20:57:33 +02:00
Jeroen
00b28a45b0
Updating Dutch translation ( #4927 )
...
* Update doorkeeper.nl.yml
* Update nl.yml
* Update simple_form.nl.yml
* Update nl.json
* Update en.json
* Update en.json
* Update nl.json
2017-09-13 23:12:29 +09:00
MitarashiDango
5d895c3988
fix share intent. ( #4926 )
2017-09-13 15:20:03 +02:00
ThibG
53a5e16c5f
Fix ActivityPub handling of replies with WEB_DOMAIN ( #4895 ) ( #4904 )
...
* Fix ActivityPub handling of replies when LOCAL_DOMAIN ≠ WEB_DOMAIN (#4895 )
For all intents and purposes, `local_url?` is used to check if an URL refers
to the Web UI or the various API endpoints of the local instances. Those things
reside on `WEB_DOMAIN` and not `LOCAL_DOMAIN`.
* Change local_url? spec, as all URLs handled by Mastodon are based on WEB_DOMAIN
2017-09-13 14:22:16 +02:00
nullkal
7f432a97a0
Add instance search feature ( #4925 )
2017-09-13 12:30:07 +02:00
nullkal
405b24ca30
Make instance names in into links to user list in the instance ( #4924 )
2017-09-13 11:34:07 +02:00
Eugen Rochko
34f7c3de25
Fix #4917 - Add missing suspend checks ( #4921 )
2017-09-13 11:05:02 +02:00
Eugen Rochko
a47a5ab5cd
Fix #4918 - Limit pinned toots to 5 ( #4923 )
2017-09-13 11:04:32 +02:00