- May 29, 2017
-
-
Nolan Lawson authored
-
masarakki authored
-
lindwurm authored
* "メデイア" -> "メディア" Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
Nolan Lawson authored
-
- May 28, 2017
-
-
Eugen Rochko authored
-
Nolan Lawson authored
-
Clworld 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
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Nolan Lawson authored
-
Akihiko Odaki authored
Webpacker failed to parse output of Webpack when a module requires non-existent module or has similar errors. This commit fixes the bug.
-
vidarlee authored
* Enhance for the Chinese translation * Add filtered_languages for Chinese Translation include CN/HK/TW for PR #3175 * i18n: Add some tags for Chinese translation * i18n: Add some tags for Chinese translation
-
Masoud Abkenar authored
* Persian translation fix * Persian translation of new strings
-
Eugen Rochko authored
* Improve streaming API cluster logging * Less verbose error middleware logging (stack trace useless there) * Fix error logging * Prevent potential issue * Add missing "done()" in catch of Promise.all, websocket heartbeat re-implemented like in example * I actually forgot a done(), the absolute madman
-
- May 27, 2017
-
-
Clworld authored
-
Eugen Rochko authored
-
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
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
unarist authored
-
- May 26, 2017
-
-
happycoloredbanana authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
* Fix nil input not handled well in AuthorExtractor concern * Fix hard error in ProcessFeedService when replied-to status has been deleted * Fix nil errors in ProcessInteractionService when favourited status cannot be found
-
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
-
Eugen Rochko authored
-
Akihiko Odaki authored
recent is included in paginate_by_max_id.
-
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.
-
Eugen Rochko authored
-
Akinori MUSHA authored
In single user mode, visitors are redirected to the single user's profile page. So, if you are the owner without a session, you start from that page, click the login button and authenticate yourself expecting you'll soon get started with the home page, but in reality you'll get redirected back to where you started from -- your own profile page. This fixes the behavior by redirecting you home after login if you have started from your own profile page.
-
Akihiko Odaki authored
-
Yamagishi Kazutoshi authored
Fix warning for ESLint (jsx-a11y/href-no-hash).
-
Nolan Lawson authored
* Replace onWheel listener with onScroll * Update column.js
-
-