- Sep 19, 2017
-
-
Andrew authored
* Add support for selecting a theme * Fix codeclimate issues * Look up site default style if current user is not available due to e.g. not being logged in * Remove outdated comment in common.js * Address requested changes in themes PR * Fix codeclimate issues * Explicitly check current_account in application controller and only check theme availability if non-nil * codeclimate * explicit precedence with && * Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml * codeclimate: indentation + return
-
Eugen Rochko authored
* Admin interface for listing, adding and removing custom emojis * Only display local ones in the list
-
Eugen Rochko authored
-
- Sep 18, 2017
-
-
BruWalfas authored
* So Spanish. Much changes. Wow. * Some little fixes * Updated es.yml, and fixed some ortographical errors * Some little changes to simple_form.es.yml * Yeah, so much translations * Spanish e-mail messages * Remove unused message
-
unarist authored
Limiting allowed characters in the last character of the URL is came from twitter-text, but underscore is allowed on there, and Mastodon before #4941.
-
- Sep 17, 2017
-
-
Lynx Kotoura authored
* Oauth code in a input form and add description * New authcode description
-
Patrick Figel authored
SubscriptionsScheduler in particular causes high load across the entire fediverse at 5 AM UTC every day. Randomizing cron schedules and/or adding a random delay is considered best practice to avoid this issue.
-
- Sep 16, 2017
-
-
Mingye Wang authored
* zh-*: transition from "like" back to "fav" This commit reverts the translation for the yellow-star "fav" button back to "fav" in Chinese. Some ambuiguity between "like" and "fav" is deliberately used in zh-TW/HK by using the existing phrase "最爱" (favorite (adj.), lit. love-most) instead of "收藏" (favourite (v.), "collect") in some instances. Fixes #3511. * zh-*: apply suggestions for PR #4557 * zh-cn: de-monetize ya account In Chinese two separate characters, 账 and 帐, can be used to spell the word for account (账/帐户). However, the one with a 贝 on the left is evolved from the latter specifically for monetary purposes. Since people usually can't figure out which one to use, it might be a good idea to use the original not-so-money one. * zh-*: complete jsx translation
-
Eugen Rochko authored
* When accessing uncached media attachment, redownload it * Prevent re-download of rejected media
-
- Sep 14, 2017
-
-
Anna e só authored
* devise.pt-BR.yml now fully translated * pt-BR.json now fully translated * pt-BR.yml partially translated; 46 lines left * pt-BR.yml now fully translated * simple_form.pt-BR.yml fully translated * doorkeeper.pt-BR.yml now fully translated * E-mail instructions on app/views/user_mailer added and fully translated * PT-BR translation for #4871 * Deleted an unwanted caracter on pt-BR.yml * Fixing typos on pt-BR.yml * Added translation for Pinned toots tab on pt-BR.json * Added missing translation for navigation_bar.pins * Fixed spelling on pt-BR.yml * Update pt-BR.json
-
sdukhovni authored
* Add scheduled worker to purge old user IPs * Use ruby 1.9 hash syntax
-
Yamagishi Kazutoshi authored
-
ふぁぼ原 authored
-
Masoud Abkenar authored
-
m4sk1n authored
* i18n: Update Polish translation Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * i18n: Update Polish translation Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * Update pl.yml
-
Jeroen authored
* Update nl.json * Update nl.yml * Update nl.json
-
Quent-in authored
* l10n update for Redesign video player (#4911) * Update videp * Update I hope this time format works well. * One missing string * Update time format I'd like the complete name of the month in the Long format and the short one in the short format. I hope it works now
-
N氏 authored
-
- Sep 13, 2017
-
-
Eugen Rochko authored
* Improve OpenGraph tags for about pages * Add thumbnail admin setting * Fix error * Fix up
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Jeroen authored
* Update doorkeeper.nl.yml * Update nl.yml * Update simple_form.nl.yml * Update nl.json * Update en.json * Update en.json * Update nl.json
-
Eugen Rochko authored
-
- Sep 12, 2017
-
-
unarist authored
This PR adds section for protocol specific information, then always show both of OStatus and ActivityPub. Specifically, this will help admins to check PuSH subscription status and unsubscribe manually, even `protocol` has been changed. This also includes below changes: * Add `overflow: hidden` to prevent float leaking * Add missing fields for ActivityPub
-
- Sep 11, 2017
-
-
Patrick Figel authored
Keystone V2 is deprecated in favour of V3. This adds the necessary connection parameters for establishing a V3 connection. Connections to V2 endpoints are still possible and the configuration should remain compatible. This also introduces a SWIFT_REGION variable for multi-region OpenStack environments and a SWIFT_CACHE_TTL that controls how long tokens and other meta-data is cached for. Caching tokens avoids rate-limiting errors that would result in media uploads becoming unavailable during high load or when using tasks like media:remove_remote. fog-openstack only supports token caching for V3 endpoints, so a recommendation for using V3 was added.
-
- Sep 10, 2017
-
-
Anna e só authored
* devise.pt-BR.yml now fully translated * pt-BR.json now fully translated * pt-BR.yml partially translated; 46 lines left * pt-BR.yml now fully translated * simple_form.pt-BR.yml fully translated * doorkeeper.pt-BR.yml now fully translated * E-mail instructions on app/views/user_mailer added and fully translated * PT-BR translation for #4871 * Deleted an unwanted caracter on pt-BR.yml * Fixing typos on pt-BR.yml * Added translation for Pinned toots tab on pt-BR.json * Added missing translation for navigation_bar.pins
-
Masoud Abkenar authored
* l10n: update Persian translation * l10n: fix missing Persian translation
-
m4sk1n authored
-
yoshipc authored
I translated the additional text ( added by #4871)
-
Eugen Rochko authored
When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only)
-
- Sep 09, 2017
-
-
Yamagishi Kazutoshi authored
-
- Sep 07, 2017
-
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
abcang authored
-
- Sep 06, 2017
-
-
Masoud Abkenar authored
-
- Sep 05, 2017
-
-
Adam Thurlow authored
-
abcang authored
-
- Sep 04, 2017
-
-
voidSatisfaction authored
-
ButterflyOfFire authored
Some little changes to "ar" locale
-
- Sep 03, 2017
-
-
Eugen Rochko authored
Overwrite values from rails-i18n by manually overwriting in every locale. We want numbers like 1.5K in every language
-
Andreas Drop authored
-