- Apr 19, 2017
-
-
857b authored
* enable to scroll the setting's page sidebar add scroll:auto and use margin instead of padding for the bottom * Update admin.scss * Update admin.scss * Update admin.scss
-
Joël Quenneville authored
Previously the `bin/setup` script only installed the Ruby dependencies via Bundler. This is not sufficient to get the test suite to pass. We also need the JavaScript dependencies. This commit installs the JavaScript dependencies as part of the `bin/setup` script via Yarn. This allows for a successful bin/setup && bundle exec rake on a fresh clone of the repo.
-
Alex Dunn authored
Related to #1533.
-
Isabelle Knott authored
* Do not show link preview card if toot has a spoiler * == to ===
-
Ash Furrow authored
-
chrolis authored
-
tmyt authored
-
Misty De Meo authored
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
* Add routing specs for accounts followers and following actions * Use more restful route naming for public account follow pages Moves two actions: - accounts#followers to accounts/follower_accounts#index - accounts#following to accounts/following_accounts#index Adds routing spec to ensure prior URLs are preserved.
-
Kota Ouchi authored
* Update ja.yml (follow for #2118) * typo fix
-
Isao Sugimoto authored
-
- Apr 18, 2017
-
-
Isao Sugimoto authored
-
Michel authored
Just updated some values. Best regards, cyweo
-
Eugen authored
-
Eugen authored
-
Eugen authored
* Fix #1642, fix #1912 - Previous change (#1718) did not modify how original file was saved on upload * Fix for when file is missing
-
Eugen authored
-
Isao Sugimoto authored
-
Eugen authored
* Add rate limits for logins and sign-ups by IP (5 in 5 minutes) Should be enough for normal attempts * Add rate limit for forgotten password form as well
-
Matt Jankowski authored
* Extract detect_language to separate class * Use default locale, not just en * Add spec to confirm that whatlanguage cant identify empty string * Allow account locale to override default in language detector * PostStatusService supplies an account to detect language
-
happycoloredbanana authored
-
Mingye Wang authored
* Polish zh-cn js translation * fixes for problems pointed out by gumblex in #2044 * more effectively differentiate between following/follower * Fix missing period (zh-cn js) Maybe squash this commit? * Fix duplicate word (zh-cn js)
-
Matt Jankowski authored
* Add admin/instances index action * Add link to instances admin page * View lists instances * Instances, grouped by domain, ordered by count * Use Account.remote scope * Extract method: Account.by_domain_accounts
-
Matt Jankowski authored
* Add a ReportFilter class * Add reports and targeted_reports relationships to Account * Use ReportFilter from admin/reports controller * Link to admin/reports filtered views from admin account show view * Add indexes to reports.account_id and reports.target_account_id
-
Tomohiro Suwa authored
* Disable toot button when above 500 characters * Consider multibyte characters * Consider spoiler_text
-
spf authored
-
JP DeVries authored
* Use landmark regions on columns Closes mastodon#1720 * Moving aria-label to div.column
-
Matt Jankowski authored
* Simplify render in mailer views * Simplify render in about/more view * Simplify render in accounts follow views * Simplify render in recovery code views * Simplify render in stream entry embed * Simplify render in stream entries status partial * Simplify render in authorize follow new view
-
usagi-f authored
-
ik-fib authored
Remove non-const version string Freeze option is unnecessary
-
Keiji, Yoshimi authored
* translate onboarding modal to japanese * fixed translation by feedback
-
kuro5hin authored
* Make sure we start at least one streaming worker, even if there's only one CPU and we're in production mode. * Oops, let's make sure we're counting cpus right too.
-
839 authored
-
Andrey Blinov authored
-
Olivier Humbert authored
fixes
-
Koala Yeung authored
* Added oc.yml * Added `config/locales/oc.yml`. Translated in General Occitan (Quent-in). * Added oc.jsx (Occitan translation) * Written in General Occitan (lengadocian) * Added `app/assets/javascripts/components/locales/oc.js` * Added doorkeeper.oc.yml * Added `config/locales/doorkeeper.oc.yml` (Quent-in) * Added simple_form.oc.yml * Added `config/locales/simple_form.oc.yml` (Quent-in). * Merge en.yml changes into oc.yml Added new strings for translations * Fix typo in oc.yml * Update javascript locale support (oc) * Update ruby locale list (oc) * Fix oc.yml * Remove obsoleted translations * Moved old translation of `reports` to `admin.reports`
-
Ratmir Karabut authored
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency * Update Russian translation * Arrange Russian setting alphabetically * Fix syntax error * Update Russian translation * Fix formatting error * Update Russian translation * Update Russian translation * Update ru.jsx * Fix syntax error * Remove two_factor_auth.warning (appears obsolete) * Add missing strings in ru.yml A lot of new strings translated, especially for the newly added admin section * Fix translation consistency
-
geta6 authored
-
- Apr 17, 2017
-
-
Eugen Rochko authored
-