- Jun 03, 2017
-
-
Eugen Rochko authored
* Allow mounting arbitrary columns * Refactor column headers, allow pinning/unpinning and moving columns around * Collapse animation * Re-introduce scroll to top * Save column settings properly, do not display pin options in single-column view, do not display collapse icon if there is nothing to collapse * Fix one instance of public timeline being closed closing the stream Fix back buttons inconsistently sending you back to / even if history exists * Getting started displays links to columns that are not mounted
-
masarakki authored
-
Nolan Lawson authored
-
Mingye Wang authored
* zh-cn.json: "additional info" -> "more info" This commit changes the "extended info" (about/more) text to something that translates to "more info", as "additional info" in zh can sound like appending things to the (ugh) navbar, I guess. Or should I just change it to "about this site" (关于本站)? * zh-cn.json: navbar.info -> "about this site" * zh-臺灣.json: navbar.info -> "about this site"
-
Yamagishi Kazutoshi authored
-
- Jun 01, 2017
-
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
This implementation is a bit smaller and still has the following benefits: * No need of app/javascript/packs/custom.js For custom stylesheet, it typically has only "require('../styles/custom.scss')" and is redundant. * No need to extract vendor stylesheet to another asset Extracting vendor stylesheet could be forgotten by developers who do not use custom stylesheet.
-
Yamagishi Kazutoshi authored
-
unarist authored
Focus the submit button when boost modal is opened.
-
- May 31, 2017
-
-
caasi Huang authored
* Update zh-TW.json * Update `search_results.total`
-
Nolan Lawson authored
* Remove react-imageloader * add eslint-disable-line * improve image loading experience * remove unneeded import * use PureComponent * Use componentWillMount instead of constructor
-
unarist authored
This prevents `next` state from being overridden on the loading *new* statuses.
-
Nolan Lawson authored
-
spla authored
* 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
-
Yamagishi Kazutoshi authored
* Change PureComponent to ImmutablePureComponent Change PureComponent to ImmutablePureComponent in AttachmentList. * rm React.
-
- May 30, 2017
-
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Nolan Lawson authored
-
- May 29, 2017
-
-
Nolan Lawson authored
-
Atsushi Yamamoto authored
* Set delete_modal preference to true by default * Does not show confirmation modal if delete_modal is false * Add ja translation for preference setting page
-
Nolan Lawson authored
-
lindwurm authored
* "メデイア" -> "メディア" Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
- May 28, 2017
-
-
Nolan Lawson authored
-
Eugen Rochko authored
The combination of object-fit, relative position 50% from top and translating it back upwards 50% is what allows us to crop the video properly, so it needs to be +50%-50%
-
ster authored
-
Nolan Lawson authored
-
Nolan Lawson authored
-
Masoud Abkenar authored
* Persian translation fix * Persian translation of new strings
-
- May 27, 2017
-
-
Eugen Rochko authored
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present This is pretty much the same way it worked as before, albeit with having to create app/javascript/packs/custom.js with require('../styles/custom.scss') (or whatever you want really), which will be a blank slate for you to import whatever you want * Remove old assets directory * Extract font-awesome into common.css and always load it
-
jeroenpraat authored
* Update nl strings for 1.4 * Update nl strings for 1.4 * Update nl strings for 1.4 * nl strings (+1) More new OTP strings will be translated another time
-
Quent-in authored
* Update simple_form.oc.yml * Added check spam folder * Update oc.json abonats => seguidors * Update oc.yml * Update oc.json Added translations + corrections * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * i18n mailer * Update reset_password_instructions.oc.html.erb
-
- May 26, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
on status fade-in, fix buttons not having pointer cursor
-
m4sk1n authored
* i18n: updated Polish translation Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net> * i18n: completed Polish translation Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net> * i18n: corrected Polish translation Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net> * i18n: Updated Polish translation Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * Update simple_form.pl.yml * Update simple_form.pl.yml * updated Polish translation Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * Update pl.yml
-
Eugen Rochko authored
-
unarist authored
because it may causes flicker on the conversation when it contains blocked/muted user's status. We use `/api/v1/statuses/{id}/context` to obtain status ids in the conversation which filters blocked/muted user, but also uses internal cache constructed from `in_reply_to_id` by `normalizeStatus()` in `reducers/timelines.js` on each status loading which doesn't filter. So statuses appears in conversation if those are cached, even those statuses are from blocked/muted user. Then context cache will be updated with the result of the context API and those statuses will be removed. I have left the `normalizeStatus()` function itself which is called many functions in the file as a placeholder for now, but maybe it should be removed completely.
-
Yamagishi Kazutoshi authored
Fix warning for ESLint (jsx-a11y/href-no-hash).
-
Nolan Lawson authored
* Replace onWheel listener with onScroll * Update column.js
-
-
Nolan Lawson authored
-
Nolan Lawson authored
-