Gyuhwan Park
4cddef1cea
i18n: Add korean translation ( #4064 )
* Added Korean Translation (based on japanese)
* Update korean translation
* Update korean translation: fix syntax error
* Updated korean translation
* Update korean translation
* Update ko.json
Translate non-translated parts
* Update ko.yml
Translated missed parts - and fixed some typos
* Create simple_form.ko.yml
* Updated korean translation
* i18n: fix test fails
7 years ago
Yamagishi Kazutoshi
275c5b51ed
Customizable privacy policy from admin interface ( #4062 )
7 years ago
Surinna Curtis
ff9f2088f7
Move layout override into app settings modal
Squashed commit of the following:
commit 3842f87986
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 19:57:39 2017 -0500
Fix some style issues
commit 08628a0234
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 19:35:22 2017 -0500
Improved styling and layout of select app settings
commit 1787a7c20f
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 17:13:53 2017 -0500
remove the layout selector ui from the drawer
commit 7d93b180b1
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 17:01:51 2017 -0500
Add layout setting to app settings modal
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
f85dbe83c8
Remove sort in Feed ( #4050 )
In from_redis method, statuses retrieved from the database was mapped to
the IDs retrieved from Redis. It was equivalent to order from high to low
because those IDs are sorted in the same order.
Statuses are ordered with the ID by default, so we do not have to reorder.
Sorting statuses in the database is even faster since the IDs are indexed
with B-tree.
7 years ago
Yamagishi Kazutoshi
92f1c474f3
Add fa-fw class to user agent icon ( #4047 )
7 years ago
abcang
a6d02cff36
Rescue exceptions caused by FetchLinkCardService ( #4045 )
7 years ago
Nolan Lawson
e282580101
Faster emojify() by avoiding str.replace() entirely ( #4049 )
7 years ago
Damien Erambert
133b892e0d
Update French locales ( #4034 )
* add missing locales for French translation
* accent "Media" in the front-end locales
* images => médias
* Change 'rapport' to 'signalement' in French locales to be more coherent
* fix typo
* remove duplicate EN locale
* translate missing locales
* update missing locale
* fix typo
* unify with "utilisateur⋅ice⋅s"
* address PR comments
7 years ago
Sorin Davidoi
60da49f856
fix(components/columns_area): Increase delta for swipe detection ( #4037 )
7 years ago
Eugen Rochko
bf50e3e5ae
Fix height issue in report modal
7 years ago
adbelle
15227c713d
Remove color lightening for search results section
This will cause it to match the shading of the container behind it.
7 years ago
adbelle
30736f4886
Add opaque background to search results section
7 years ago
kibigo!
c58877862d
createBio function added
7 years ago
Nolan Lawson
a978b88997
Faster emojify() algorithm, avoid regex replace ( #4019 )
* Faster emojify() algorithm, avoid regex replace
* add semicolon
7 years ago
Yamagishi Kazutoshi
3a7106f05a
Fix that AdminMailer does not send ( #4012 )
7 years ago
Yamagishi Kazutoshi
0e09048537
Fix broken style in media gallery (regression from #3963 ) ( #4014 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
7362469d89
Do not raise an error if PrecomputeFeed could not find any status ( #4015 )
7 years ago
abcang
1273fbf86e
Rescue Addressable::URI::InvalidURIError at Remotable ( #4017 )
7 years ago
kibigo!
46f83bb28b
Styling fixes to media spoilers
7 years ago
kibigo!
ec2daae71c
Media display improvements
- built in fullwidth styling
- letterbox settings toggle
- media no longer counts towards height when making toot-collapsing
measurements
7 years ago
kibigo!
b525caf40a
Fixing an aspect of #32 which had previously escaped my attention
7 years ago
kibigo!
fc65b691df
Images now behind CWs on static pages
7 years ago
kibigo!
651c3d643c
Images behind CWs in detailed statuses too
7 years ago
Yamagishi Kazutoshi
a27879c0cf
Replace state to /web when root path ( #4009 )
7 years ago
Naoki Kosaka
049cea30b0
Fix media-gallery, overflow is hidden. ( #4008 )
7 years ago
abcang
b342c81c17
rescue HTTP::ConnectionError ( #3992 )
7 years ago
kibigo!
cc4cba8afd
Improvements to image icon appearance on SHOW MORE
7 years ago
kibigo!
99889ea57d
Tiny Status improvements
- Media toots are no longer auto-collapsed if the media is behind a CW
- Display names no longer appear clickable when a toot is collapsed
- Fixed #36 by adding reduplicating the media icon inside the SHOW
MORE/LESS
7 years ago
kibigo!
19690d3e33
Fixes #32 bug with revealing sensitive media
7 years ago
kibigo!
0b371da971
Fixed improper centering of columns-area
7 years ago
kibigo!
2d8ebdcc72
Initial store for local settings is now Immutable all the way down
7 years ago
kibigo!
595c6de32c
Added App Setttings Modal
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
f79c10162e
Use multiple pairs for zadd in PrecomputeFeedService ( #3990 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
60b2b56d38
Reduce number of commands in FeedManager#trim ( #3989 )
7 years ago
kibigo!
6cbbdc805f
Fixed Regexp.new syntax
7 years ago
Eugen Rochko
71bc75e6ac
Do not fail to create access token if superapp was never created ( #3986 )
7 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
7d8e3721ae
Overwrite old statuses with reblogs in PrecomputeFeedService ( #3984 )
7 years ago
kibigo!
7b1d233f4f
Linear gradient no longer extends under metadata on account pages
7 years ago
kibigo!
03f9648377
Improvements to static metadata styling, especially for mobile
7 years ago
kibigo!
6107e95404
Backend YAML Processing + Profile Metadata on Static Pages
7 years ago
kibigo!
36805a39db
Moved reblog wrapper outside of <Status>
7 years ago
kibigo!
ab4632a41e
Allow line-breaks in bio metadata
7 years ago
m4sk1n
126f929c39
i18n: Use instance name in email notifications instead of Mastodon (pl) ( #3976 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
6ad72728f6
i18n: Turn report screen into a modal (pl) ( #3974 )
7 years ago
Sorin Davidoi
64d9c016bd
fix(components/status): Up & down jump due to content being added to the DOM ( #3972 )
7 years ago
Eugen Rochko
12e7c81dd8
Turn report screen into a modal ( #3965 )
7 years ago
kibigo!
e6300de142
Profile metadata improvements
7 years ago
Midgard
16d0aed403
Use instance name in email notifications instead of "Mastodon" ( #3763 )
* Use instance name in "password changed" mail
instead of "Mastodon".
Fixes tootsuite#2620.
* Use instance name in password reset mail
instead of "Mastodon".
7 years ago
Sorin Davidoi
be92babd00
Responsive images in media gallery ( #3963 )
* feat(components/media_gallery): Responsive images
* fix(components/media_gallery): Link to image URL
7 years ago
Yamagishi Kazutoshi
8f2c91568c
Maintain aspect ratio for preview image ( #3966 )
7 years ago