MitarashiDango
ecfa1c3f3b
fix error (When part of conversation has already been deleted.) ( #5216 )
7 years ago
Eugen Rochko
632178d754
Use own, shorter relative timestamps ( #5171 )
* Use own, shorter relative timestamps
* Add acct to title tooltip of display name in statuses
* Improve i18n of the relative times
7 years ago
Eugen Rochko
ec13cfa4f9
When a streaming API status arrives, sort it into conversations ( #5206 )
7 years ago
m4sk1n
e6543d5fc4
i18n: Update Polish translation ( #5202 )
7 years ago
Nolan Lawson
82d9ade7a6
Compress emoji_data_light.js ( #5201 )
7 years ago
PFM
875d943c18
Add pagination in media modal ( #4343 )
* Add pagination in media modal
* Change array name
* Add an element class
* Avoid nested class
* Pull out the active class
* Use map instead of forEach
* Remove parentheses
7 years ago
Yamagishi Kazutoshi
ecacb15cd5
Add placeholder text color to form of media attachments ( #5196 )
7 years ago
Yamagishi Kazutoshi
eb6ec3d068
Add missing Japanese translations ( #5193 )
* yarn manage:translations
* Add Japanese translations for #5170
* Add Japanese translations for #5123
* Add Japanese translations for #5046
* Add Japanese translations for #5099
* Add Japanese translations for #5161
* "項目" -> "絵文字"
7 years ago
Akihiko Odaki
f303a954e6
Remove aria-label of status content ( #5195 )
aria-label contained body of status with content warning, which should be
hidden by default. Remove the label for the case and other cases due to
consistency.
7 years ago
Jakob Kramer
395a57d03d
Update German translation ( #5189 )
7 years ago
Eugen Rochko
0f699a4280
When muting, clear web UI like for blocks ( #5172 )
* When muting, clear web UI like for blocks
* Fix style issue
7 years ago
Eugen Rochko
5e5f36c216
Fix #5079 , fix #5186 - Emoji picker fixes ( #5187 )
7 years ago
m4sk1n
a767ef85fa
i18n: Update translation files and Polish translation ( #5180 )
* Update translation files
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Eugen Rochko
4453c9a9f5
Search popout ( #5170 )
7 years ago
Nolan Lawson
b9c612b561
Code-split emoji-mart picker and data ( #5175 )
7 years ago
Nolan Lawson
c567c87453
Toggle contain:strict on fullscreen ( #5159 )
* Toggle contain:strict on fullscreen
* Fix scss lint issue
* fix scss whitespace lint issue
7 years ago
Eugen Rochko
cdad7977fc
Improve privacy dropdown, remove react-simple-dropdown dependency ( #5140 )
* Improve privacy dropdown, remove react-simple-dropdown dependency
* Animate privacy warning
* Fix react-router-scroll
7 years ago
Eugen Rochko
0b3f1ec62a
Reorganize preferences page ( #5161 )
7 years ago
Daggertooth
b110cc542f
Add image descriptions to title attribute to view on mouse hover/long-press. ( #5137 )
* Add image descriptions to `title` attribute to view on mouse hover/long-press.
* Too many title properties may spoil the broth.
7 years ago
MIYAGI Hikaru
7481ae1bcb
trivial refactoring for emojify() ( #5075 )
* unite loop process
* add hint for original emojifier
7 years ago
Nolan Lawson
ca0e8be20c
Improve IntersectionObserverArticle perf ( #5152 )
7 years ago
Eugen Rochko
d6fe0954e3
Make emoji autosuggestions immediate, usernames appear sooner ( #5149 )
* Do not debounce emoji search
* Make autosuggestions appear sooner
7 years ago
Eugen Rochko
ebb8c89207
Upgrade to React 16 ( #5119 )
* Upgrade to React 16.0.0
* Disable some uncritical tests while chai-enzyme remains incompatible
7 years ago
Nolan Lawson
0060f98847
Remove react-sizeme ( #5143 )
* Remove react-sizeme
* Fix aspect ratio in "sensitive" mode
7 years ago
Jakob Kramer
1a72813b53
Updated German translation ( #5151 )
Translate "about" page, several settings pages, data export/import,
sessions overview, authorized followers page, account deletion page.
More consistent use of words:
- A toot is a Beitrag.
- An account is a Konto.
Some small improvements.
7 years ago
Eugen Rochko
887cd94e96
Increase attachment descriptions to 420 characters ( #5139 )
Blaze it
7 years ago
Jakob Kramer
d0b4709b2a
Update German translation ( #5133 )
Create activerecord.de.yml (50%)
Update devise.de.yml
Update doorkeeper.de.yml (100%)
Update simple_form.de.yml (100%)
7 years ago
Nolan Lawson
6e0659c838
Improve performance of modal and swipe animations ( #5135 )
* Improve performance of modal and swipe animations
* Fix eslint issues
7 years ago
Jakob Kramer
a3202f61af
Updated German translation ( #5132 )
7 years ago
Eugen Rochko
4ec1771165
Add ability to specify alternative text for media attachments ( #5123 )
* Fix #117 - Add ability to specify alternative text for media attachments
- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input
* Add tests
* Change undo button blend mode to difference
7 years ago
Ondřej Hruška
e9f9e3cc89
unbreak onboarding modal
7 years ago
Ondřej Hruška
cf24ce7e03
remove wrong emojify usage in old glitch components
7 years ago
Ondřej Hruška
74e4fc8f8a
fix custom emoji not shown in statuses
7 years ago
Ondřej Hruška
9a5418942c
fix some js errors due to number->string change of status ID
7 years ago
Ondřej Hruška
06e299cef5
Revert "autoscroll emoji suggestions box"
This reverts commit c89cce0219
.
7 years ago
Ondřej Hruška
8a24ad5828
Revert "Merge pull request #149 from glitch-soc/mojon-suggest"
This reverts commit fa3587645da228e93767b245eeadbd668bc6cd38, reversing
changes made to 15c9c2fd7e
.
7 years ago
Eugen Rochko
e648ef0bfb
Remove web UI warnings about OStatus privacy ( #5102 )
* Remove web UI warnings about OStatus privacy
* yarn run manage:translations
7 years ago
kibigo!
86e617a839
Better themeing support!!
7 years ago
Eugen Rochko
3b60832214
New error page graphic. Other error page improvements ( #5099 )
- 500.html generated with admin-set default locale if set
- Error page `<title>` includes Mastodon site title
- 500 title changed to "This page is not
correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A >)
- 500 content appended with "on our end" to make clear it's
not user's fault
7 years ago
Lynx Kotoura
259181c41a
Fix size of single media in media-gallery ( #5098 )
7 years ago
Eugen Rochko
510df0ac55
Fix emojify() by generating a mapping to existing Twemoji files ( #5080 )
A new rake task emojis:generate downloads a full list of valid
unicode sequences from unicode.org and checks it against existing
Twemoji files, finally generating a map from each sequence to the
existing file (e.g. when there's multiple ways an emoji can be
expressed). The map is dumped into app/javascript/mastodon/emoji_map.json
That file is loaded by emojione_light.js (now a misnomer) which
decorates it further with shortcodes taken from emoji-mart's index.
7 years ago
Eugen Rochko
2c8e3fbbfb
Generate 500.html with assets:precompile, remove loading from Google Fonts ( #5067 )
7 years ago
JeanGauthier
3f3de38075
OC update: different emoji picker ( #5046 ) ( #5077 )
7 years ago
abcang
e756c4f5ec
Fix media spoiler of DetailedStatus ( #5071 )
7 years ago
Eugen Rochko
2f079573ed
In detail status view, display attachment uncropped if there's only one ( #5054 )
* In detail status view, display attachment uncropped if there's only one
* Make media spoiler the size of the media it hides, enable on static
7 years ago
Eugen Rochko
dae0af1fd2
Change mobile layout breakpoint from 1024px to 630px ( #5063 )
630px = Drawer + 1 Column
7 years ago
Eugen Rochko
5b8d0ad71b
Dropdown triangles a bit nicer, smoother scrolling on touch ( #5062 )
7 years ago
Eugen Rochko
233258c61b
Fix media gallery CSS ( #5064 )
7 years ago
Eugen Rochko
9c8aad612e
Require at least 2 characters before showing autosuggestions ( #5065 )
7 years ago
Ondřej Hruška
210e6776fc
Fix intl warning with disabled secondary toot btn
- Moved building the secondary btn text into the if to avoid trying to translate 'none' visibility
7 years ago