- Apr 23, 2018
-
-
Emelia Smith authored
-
ThibG authored
-
Akihiko Odaki authored
-
Alejandro Martinez Ruiz authored
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Yamagishi Kazutoshi authored
* Update annotate to version 2.7.3 * Update aws-sdk-s3 to version 1.9.2 * Update browser to version 2.5.3 * Update capistrano to version 3.10.2 * Update domain_name to version 0.5.20180417 * Update http to version 3.2.0 * Update lograge to version 0.10.0 * Update oj to version 3.5.1 * Update parallel_tests to version 2.21.3 * Update puma to version 3.11.4 * Update rubocop to version 0.55.0 * Update scss_lint to version 0.57.0 * Update simplecov to version 0.16.1 * Update tty-command to version 0.8.0 * Update tty-prompt to version 0.16.0 * Update pkg-config to version 1.3.0 * Update fog-local to version 0.5.0 * Update fog-openstack to version 0.1.25 * Update devise-two-factor to version 3.0.3 * bundle update
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
- Use URL.createObjectURL (replace from FileReader) - Use HTMLCanvasElement.prototype.toBlob (replace from HTMLCanvasElement.prototype.toDataURL) - Use Promise (replace callback interface)
-
- Apr 22, 2018
-
-
Eugen Rochko authored
Use short instead of numeric month, display year when different year E.g.: "Apr 4" instead of "4/4", "Apr 4, 2017" if different year
-
Eugen Rochko authored
* Resize images before upload in web UI to reduce bandwidth Fix #7218 * Fix issues * Do not resize GIFs in JS
-
Eugen Rochko authored
Fix #7011
-
Eugen Rochko authored
Fix #7198 by allowing records with optional attachments to save
-
jumoru authored
Spotted when looking at https://metalhead.club/@thomas/99881521526619858
-
Lynx Kotoura authored
-
ThibG authored
-
David Baucum authored
Closes #7221
-
Yamagishi Kazutoshi authored
-
Matthias Beyer authored
-
- Apr 21, 2018
-
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Lynx Kotoura authored
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
* Force convert to JPG for preview card thumbnails to avoid animations Fix #7093 * Conditionally convert to JPG only if original is GIF Coalesce and strip on all formats to ensure no animated APNGs
-
goofy-bz authored
-
- Apr 20, 2018
-
-
Yamagishi Kazutoshi authored
-
unarist authored
KeyboardEvent.key may be physical key name (Escape, Tab, etc.) even in text composition and it causes hotkeys or suggestion selection. So we need to check e.which or e.isComposing. Checking e.which also allows us to avoid Esc key on compositionend in Safari.
-
Yamagishi Kazutoshi authored
-
TakesxiSximada authored
Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. (#7202) * Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. * Fix typo * Add custom attribute prefix
-
mayaeh authored
* Fix boosting own private toots. * Run yarn manage:translations and update Japanese translations.
-
unarist authored
This fixes following cases which causes hotkey action accidentally: * hitting Esc key to cancel text composition (mostly in CJK) Although events on cancelling composition are still heavily browser / input method dependent, but this implementation would covers current UI Events spec and some exceptions. * hitting Esc key to close autocomplete suggestions This PR changes to use keydown event instead of keyup event as well as other hotkeys.
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
* Use table for statuses in report * Display reported account and reporter in the same table * Split accounts and general report info into two tables again * Redesign report statuses table, notes, merge notes and action log * Remove unused translations * Fix code style issue * Fix code style issue * Fix code style issue
-
Yamagishi Kazutoshi authored
-
- Apr 19, 2018
-
-
Emelia Smith authored
-
Eugen Rochko authored
- Apr 18, 2018
-
-
Eugen Rochko authored
-