- mai 14, 2017
-
-
Matt Jankowski a rédigé
* Update rails to version 5.0.3 * Update aws-sdk to version 2.9.17 * Update capistrano to version 3.8.1 * Update climate_control to version 0.2.0 * Update debug_inspector to version 0.0.3 * Update et-orbi to version 1.0.4 * Update oj to version 3.0.7 * Update microformats2 to version 2.9.0 * Update lograge to version 0.5.1 * Clean up usage of Microformats2 object to remove deprecation warnings * Update microformats2 to version 3.0.1
-
Yamagishi Kazutoshi a rédigé
* Use babel-preset-env on Streaming Server Change the streaming server to use babel-preset-env as well as asset compilation. This shortens the load time at first boot. * remove babel-plugin-lodash
-
Yamagishi Kazutoshi a rédigé
* Remove Babel plugin for ES Modules Processing of ES Modules is executed by Webpack. Don't have to do it on Babel side. * Add plugin for test
-
Paul a rédigé
-
Yamagishi Kazutoshi a rédigé
We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
-
William Pitcock a rédigé
-
Eugen Rochko a rédigé
* Do not cancel PuSH subscriptions after encountering "permanent" error response After talking with MMN about it, turns out some servers/php setups do return 4xx errors while rebooting, so this anti-feature that was meant to take load off of the hub is doing more harm than good in terms of breaking subscriptions * Update delivery_worker.rb
-
- mai 13, 2017
-
-
beatrix a rédigé
-
Stephen Burgess a rédigé
Update all translation forms that use this "counter" element.
-
Ira a rédigé
-
Bastien a rédigé
* Small localisation enhancement. Be consistent regarding "e-mail" vs "courriel": I suggest using "courriel" to refer to the electronic message and "e-mail" when used in "adresse e-mail". This reflects the usage I generally observe, but I may be wrong. * Localisation enhancements. Omit some commas: "..., ..., ou ..." should be "..., ... ou ..." since "ou" already articulates the sentence. Also replace "demande" by "requête" when it makes sense.
-
Shunsuke Michii a rédigé
-
alpaca-tc a rédigé
-
Yamagishi Kazutoshi a rédigé
-
- mai 12, 2017
-
-
Eugen Rochko a rédigé
Resolves #2515
-
jeroenpraat a rédigé
for this file.
-
Daigo 3 Dango a rédigé
Got an error in asset precompile on Heroku: Module build failed: Error: ENOENT: no such file or directory, scandir '/tmp/.../node_modules/node-sass/vendor' ref: https://github.com/rails/webpacker#troubleshooting
-
Wonderfall a rédigé
-
Matt Jankowski a rédigé
* Framework for delivery worker spec * Refactor of pubsub delivery worker
-
Shel Raphen a rédigé
* Fix color contrast some more in privacy warning Latest master appears to have changed the <strong> to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too. * Make domain dark blue again * add missing ; woops
-
Koala Yeung a rédigé
* Allow SCSS variables to be overridden with `app/javascript/pack/variables*.scss` * Allow these SCSS variables to be overriden: * `$base-shadow-color` * `$base-overlay-background` * `$base-border-color` * `$simple-background-color` * `$primary-text-color` * `$valid-value-color * `$error-value-color`
-
Matt Jankowski a rédigé
-
Eugen Rochko a rédigé
* Add <ostatus:conversation /> tag to Atom input/output Only uses ref attribute (not href) because href would be the alternate link that's always included also. Creates new conversation for every non-reply status. Carries over conversation for every reply. Keeps remote URIs verbatim, generates local URIs on the fly like the rest of them. * Fix conversation migration * More spec coverage for status before_create * Prevent n+1 query when generating Atom with the new conversations * Improve code style * Remove redundant local variable
-
Eugen Rochko a rédigé
so that when a reblog parse fails on another instance, it doesn't look like a misattributed/stolen text
-
Shel Raphen a rédigé
The current text contrast on the privacy warning is a WCAG violation. I didn't notice this because my instance has a custom theme which is better. On default theme I am barely able to read the text with my impaired vision. This patch brings the contrast to Normal Text WCAG AA compliance, and Large Text WCAG AAA compliance.
-
Eugen Rochko a rédigé
Sidekiq doesn't need a port, however that env var is used for generating URLs in development, so when foreman sets it wrong, you get bad URLs from the streaming API during development
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* Normalize locales * Restore "mention" locale key
-
Yamagishi Kazutoshi a rédigé
Use ES Class Fields & Static Properties (currently stage 2) for improve class outlook. Added babel-plugin-transform-class-properties as a Babel plugin.
-
Yamagishi Kazutoshi a rédigé
Remove unnecessary messages added in #1879. It is duplicated with other keys, causing the correct message not to be displayed.
-
Daigo 3 Dango a rédigé
Use https://github.com/heroku/heroku-buildpack-apt to install protobuf-compiler and libprotobuf-dev which are needed by cid3
-
AA4ch1 a rédigé
* Add yarn-error.log to gitignore * Add yarn-debug.log to gitignore
-
ButterflyOfFire a rédigé
Updating some arabic translations.
-
ButterflyOfFire a rédigé
* Update doorkeeper.ar.yml - Remodelling doorkeeper.ar.yml and adding missing strings from english version to arabic version. - Translating max strings - Reviewing some translations - Other strings to be translated later (complicated somehow) * Update doorkeeper.ar.yml Updating translations from lines : 88 to 91
-
Yamagishi Kazutoshi a rédigé
There are some dependencies that are no longer needed anymore. As a result, it took more time to install the package than necessary. I want to delete them and shorten the installation time.
-
- mai 11, 2017
-
-
Eugen Rochko a rédigé
Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments Don't strip "rel" attribute from <a> tags when sanitizing (microformats)
-
Matt Jankowski a rédigé
-
Eugen Rochko a rédigé
-