Yamagishi Kazutoshi
47dceaded6
Replace TextIconButton for SensitiveButton to IconButton ( #3759 )
...
* Replace TextIconButton for SensitiveButton to IconButton
* line-height
7 years ago
unarist
55376105f5
Fix RTL detection on Ruby side ( #3867 )
...
This fixes below bugs:
* pipe characters being counted as RTL character
* only first word being checked
7 years ago
m4sk1n
3c355ed26b
i18n: Fixed typo in Polish translation ( #3864 )
7 years ago
unarist
79c04b0a2c
Don't attach IntersectionObserver for wrapped statuses ( #3863 )
...
This fixes a bug that sometimes boosted statuses being hidden on scrolling.
Previously, we've attached IntersectionObserver twice for boosted statuses:
wrapper Status and wrapped Status. This will call intersection handler twice,
so this may results race condition...probably.
7 years ago
unarist
9e5c733a66
Clicking on the CW text should expand the status ( #3855 )
7 years ago
unarist
8db07d1187
Set cursor:pointer only when necessary ( #3857 )
7 years ago
のら
8b65b64428
Add Japanese translation "Action taken by" ( #3850 )
7 years ago
masarakki
d947978192
setting-for-account-deletable ( #3852 )
7 years ago
Yamagishi Kazutoshi
0a2e331bd5
Re-add disableHostCheck (regression #3729 ) ( #3854 )
...
ref #2790
7 years ago
Daigo 3 Dango
0483235216
Link to /about from public page on a single user instance ( #3814 )
...
There was no link for visitors to follow to see the about page.
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
481f277e58
Cover Block more ( #3837 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
ac1f0e49f0
Cover DomainBlock more ( #3838 )
7 years ago
Gô Shoemake
2d31077bdf
Fix character/grapheme count stuff ( #3839 )
...
* Bring Toot button in line with counter
Both should use stringz I guess
* Use grapheme_length for character count
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
c8020b2105
Cover Export more ( #3840 )
7 years ago
alpaca-tc
36049c0096
Unobserve status on unmount ( #3851 )
7 years ago
spla
7a96f422db
Added new Catalan strings ( #3843 )
...
* Add Catalan language
* Add Catalan language
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update settings_helper.rb
* Update mastodon.js
* Update index.js
* Update application.rb
* Update ca.yml
* removed extra spaces at line 225
* Catalan translation update
added activerecord.ca.yml
* Update activerecord.ca.yml
Done
* Updated activerecord.ca.yml
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Catalan language updated
* Update ca.json
Removed :
<<<<<<< HEAD
"getting_started.support": "{faq} • {userguide} • {apps}",
=======
>>>>>>> upstream/master
7 years ago
alpaca-tc
fa14f245f8
Fixes streaming callbacks of HashtagTimeline ( #3849 )
7 years ago
Eugen Rochko
8bed91d94c
Rename FollowRemoteAccountService to ResolveRemoteAccountService ( #3847 )
...
Rename Activitypub to ActivityPub
7 years ago
Eugen Rochko
4845069692
Debounce autosuggestions ( #3836 )
...
* Debounce autosuggestions
* Remove duplicate import
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
5fcbc71c35
Cover Favourite more ( #3841 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
e990a4a566
Spec AccountDomainBlock ( #3816 )
7 years ago
Nolan Lawson
424cf0a590
Fix jittery scrolling for Chromium browsers ( #3776 ) ( #3832 )
7 years ago
Nolan Lawson
f973d620ca
handle resize in a debounce() ( #3834 )
7 years ago
Yamagishi Kazutoshi
dece663cd0
Upgrade Webpacker to version 2.0 ( #3729 )
7 years ago
nightpool
0048f7ac72
Whitelist allowed classes for federated statuses ( #3810 )
...
* Whitelist allowed classes for federated statuses
Allowed classes are currently:
- Any microformats class (h/p/u/dt/e-*)
- the classes mention, hashtag, ellipses and invisible.
this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text.
resolved #3790
* Fix code style
7 years ago
Quent-in
d792a958fb
l10n update for account deletion ( #3820 )
...
* l10n update for acount deletion
* l10n little change
* l10n little changes
Less passive voice, more natural.
* Update oc.yml
Correction, " added
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
f391f81f3d
Spec UserMailer ( #3757 )
7 years ago
unarist
05e7d8861c
Use cross-env for npm run on Windows ( #3789 )
7 years ago
abcang
3d49aa4bfb
Fix ogp url ( #3802 )
7 years ago
Yamagishi Kazutoshi
888ef58ee1
Upgrade react-immutable-pure-component to version 1.0.0 ( #3786 )
7 years ago
Yamagishi Kazutoshi
dd7fb41dbb
Add alt attribute to ImageLoader ( #3765 )
8 years ago
ThibG
dd67b9e049
Fix #3633 by not spawning RemoteProfileUpdateWorker from FetchRemoteAccountService ( #3642 )
8 years ago
Eugen Rochko
1f042e5b43
Bump version to 1.4.3
8 years ago
m4sk1n
a15a1827ab
updated Polish translation ( #3751 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years ago
Eugen Rochko
7181178007
Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous ( #3752 )
8 years ago
Eugen Rochko
86211d3ca6
Fix regression from #3748 - properly set defaultColumns ( #3750 )
8 years ago
unarist
54addd93c5
Add Japanese translation for Account deletion ( #3747 )
8 years ago
unarist
167ba4c5f7
Fix merge default columns ( #3748 )
...
mergeDeep also merges columns, but it should be replaced simply.
So in the new function, first apply mergeDeep except columns, and set default columns if columns unset.
8 years ago
Eugen Rochko
c883e96d95
Fix account delete form not accepting password, update suspended ( #3745 )
...
account before removing content for quicker feedback to end-users
8 years ago
m4sk1n
cc22f75a94
i18n: updated Polish translation ( #3744 )
8 years ago
Eugen Rochko
afefb364cb
Save settings when they are changed ( #3743 )
8 years ago
Eugen Rochko
6f8f401ea1
Batched remove status service ( #3735 )
...
* Make Pubsubhubbub::DistributionWorker handle both single stream entry
arguments, as well as arrays of stream entries
* Add BatchedRemoveStatusService, make SuspendAccountService use it
* Improve method names
* Add test
* Add more tests
* Use PuSH payloads of 100 to have a clear mapping of
1000 input statuses -> 10 PuSH payloads
It was nice while it lasted
8 years ago
Eugen Rochko
1c7e2ddd65
Account deletion ( #3728 )
...
* Add form for account deletion
* If avatar or header are gone from source, remove them
* Add option to have SuspendAccountService remove user record, add tests
* Exclude suspended accounts from search
8 years ago
Yamagishi Kazutoshi
caa23159ae
Update React to version v15.6 ( #3736 )
8 years ago
Yamagishi Kazutoshi
1d085d88ad
Enable useBuiltIns option of transform-object-rest-spread ( #3737 )
8 years ago
Eugen Rochko
973d6ef93a
Fix #2619 - When redis feed is empty, fall back to database ( #3721 )
...
* Fix #2619 - When redis feed is empty, fall back to database
* Use redis value to return feed from database only while RegenerationWorker
hasn't finished running
* Fix specs
* Replace usage of reject!
8 years ago
Sorin Davidoi
cf69bdc097
fix(status): Content jump due to height changes ( #3734 )
8 years ago
Eugen Rochko
baf07bc83b
Exclude packs/custom.js from webpack compilation to prevent breakage ( #3719 )
...
due to the change in #3373
8 years ago
Eugen Rochko
9ba171309b
Simplify getting started links localization. Link "powered by Mastodon" to joinmastodon.org ( #3725 )
8 years ago
Eugen Rochko
46af0c66b6
Fix #3675 - Adjust quality settings of converted GIFs to reduce filesize ( #3723 )
8 years ago