]> cat aescling's git repositories - mastodon.git/log
mastodon.git
6 years agoFix modal items cannot scroll on touch devices (#10605)
kedama [Mon, 22 Apr 2019 12:55:50 +0000 (21:55 +0900)]
Fix modal items cannot scroll on touch devices (#10605)

6 years agoMinor code cleanup (#10613)
ThibG [Mon, 22 Apr 2019 12:55:24 +0000 (14:55 +0200)]
Minor code cleanup (#10613)

6 years agoBump cld3 from 3.2.3 to 3.2.4 (#10617)
dependabot[bot] [Mon, 22 Apr 2019 12:54:19 +0000 (14:54 +0200)]
Bump cld3 from 3.2.3 to 3.2.4 (#10617)

Bumps [cld3](https://github.com/akihikodaki/cld3-ruby) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/akihikodaki/cld3-ruby/releases)
- [Commits](https://github.com/akihikodaki/cld3-ruby/compare/v3.2.3...v3.2.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoi18n: Fix misleading strings in Polish translation (#10615)
marcin mikołajczak [Sun, 21 Apr 2019 20:30:04 +0000 (22:30 +0200)]
i18n: Fix misleading strings in Polish translation (#10615)

6 years agoSmall fix Dutch translation (#10612)
jeroenpraat [Sun, 21 Apr 2019 16:44:51 +0000 (18:44 +0200)]
Small fix Dutch translation (#10612)

* Small fix Dutch translation

* Better descriptive titles

See #10611

6 years agoi18n: Update Catalan translation (#10559)
Yamagishi Kazutoshi [Sun, 21 Apr 2019 02:53:45 +0000 (11:53 +0900)]
i18n: Update Catalan translation (#10559)

* Updated Catalan strings

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* bundle exec i18n-tasks

* Update ca.json

* Update simple_form.ca.yml

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

6 years agoDefault to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg...
Ben Lubar [Sun, 21 Apr 2019 02:53:24 +0000 (21:53 -0500)]
Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (#10565)

6 years agoAdd hi.json (#10573)
Yamagishi Kazutoshi [Sun, 21 Apr 2019 02:52:20 +0000 (11:52 +0900)]
Add hi.json (#10573)

6 years agoBump webpush from 0.3.7 to 0.3.8 (#10592)
dependabot[bot] [Sun, 21 Apr 2019 02:49:44 +0000 (04:49 +0200)]
Bump webpush from 0.3.7 to 0.3.8 (#10592)

Bumps [webpush](https://github.com/zaru/webpush) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/zaru/webpush/releases)
- [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zaru/webpush/compare/v0.3.7...v0.3.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump lograge from 0.10.0 to 0.11.0 (#10588)
dependabot[bot] [Sun, 21 Apr 2019 02:49:05 +0000 (04:49 +0200)]
Bump lograge from 0.10.0 to 0.11.0 (#10588)

Bumps [lograge](https://github.com/roidrage/lograge) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/roidrage/lograge/releases)
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/roidrage/lograge/compare/v0.10.0...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoUpdate hy.json (#10591)
partev [Sun, 21 Apr 2019 02:48:47 +0000 (22:48 -0400)]
Update hy.json (#10591)

6 years agoTreat meta[property] as a space-separated list (#10604)
Daniel Aleksandersen [Sun, 21 Apr 2019 02:48:19 +0000 (04:48 +0200)]
Treat meta[property] as a space-separated list (#10604)

The @property attribute in HTML is a space-separated list of values.
This change normalizes whitespace and finds the desired value in
the list instead of requiring an exact single-value match.

More details:
https://www.ctrl.blog/entry/rdfa-socialmedia-metadata.html

6 years agoAnimate avatar GIFs on-hover on public profiles (#10549)
Jessica [Sun, 21 Apr 2019 02:47:39 +0000 (19:47 -0700)]
Animate avatar GIFs on-hover on public profiles (#10549)

* Third time is the charm?

* Use full asset URL for data-static and data-original

̀image_tag` expands to the full asset URL, we have to do the same in `data` attributes so that it can work when assets and user data are stored on a different host

6 years agoUpdate NL (Dutch) translation (#10601)
jeroenpraat [Sun, 21 Apr 2019 02:46:08 +0000 (04:46 +0200)]
Update NL (Dutch) translation (#10601)

* Update NL language strings

Have to do it this way, cause this file is locked on Weblate

* fix

* Update simple_form.nl.yml

* Update nl.yml

6 years agoUse correct local names for fonts (#10594)
ThibG [Sun, 21 Apr 2019 02:42:02 +0000 (04:42 +0200)]
Use correct local names for fonts (#10594)

6 years agoConfigrationable repository url (#10600)
Sho Kusano [Sun, 21 Apr 2019 02:41:34 +0000 (11:41 +0900)]
Configrationable repository url (#10600)

* config: Add GITHUB_REPOSITORY for repository name

* config: Add SOURCE_BASE_URL for repository url

* Show source_url and repository name on getting started

6 years agoSome new strings for Slovak (#10596)
Marek Ľach [Thu, 18 Apr 2019 06:08:59 +0000 (08:08 +0200)]
Some new strings for Slovak (#10596)

6 years agoBump sidekiq from 5.2.5 to 5.2.6 (#10582)
dependabot[bot] [Tue, 16 Apr 2019 13:00:56 +0000 (22:00 +0900)]
Bump sidekiq from 5.2.5 to 5.2.6 (#10582)

Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
- [Commits](https://github.com/mperham/sidekiq/compare/v5.2.5...v5.2.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump sidekiq-unique-jobs from 6.0.12 to 6.0.13 (#10580)
dependabot[bot] [Tue, 16 Apr 2019 13:00:15 +0000 (22:00 +0900)]
Bump sidekiq-unique-jobs from 6.0.12 to 6.0.13 (#10580)

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.12 to 6.0.13.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.12...v6.0.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoUpdate sk.yml translation again (#10589)
Marek Ľach [Tue, 16 Apr 2019 12:59:54 +0000 (14:59 +0200)]
Update sk.yml translation again (#10589)

* Update sk.yml

* Update sk.yml

* Update sk.yml

6 years agoAllow modal secondary button to shrink and allow wider confirmation modals (#10586)
ThibG [Mon, 15 Apr 2019 23:23:07 +0000 (01:23 +0200)]
Allow modal secondary button to shrink and allow wider confirmation modals (#10586)

Fixes #10531

6 years agoImportant Slovak grammar fixes (#10585)
Marek Ľach [Mon, 15 Apr 2019 22:16:12 +0000 (00:16 +0200)]
Important Slovak grammar fixes (#10585)

* Important grammar fixes for SK Devise translation

* Important Slovak grammar fixes

* Update devise.sk.yml

* Important Slovak grammar fixes

Last batch for today :-)

* Update devise.sk.yml

* Update sk.yml

* Update sk.yml

* Update sk.yml

6 years agoUpdates the Slovak translation further (#10584)
Marek Ľach [Mon, 15 Apr 2019 13:18:51 +0000 (15:18 +0200)]
Updates the Slovak translation further (#10584)

6 years agoi18n: Update Corsican translation (#10583)
Alix Rossi [Mon, 15 Apr 2019 13:18:27 +0000 (15:18 +0200)]
i18n: Update Corsican translation (#10583)

6 years agoBump oj from 3.7.11 to 3.7.12 (#10581)
dependabot[bot] [Mon, 15 Apr 2019 10:51:10 +0000 (19:51 +0900)]
Bump oj from 3.7.11 to 3.7.12 (#10581)

Bumps [oj](https://github.com/ohler55/oj) from 3.7.11 to 3.7.12.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.7.11...v3.7.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump rubocop from 0.67.1 to 0.67.2 (#10500)
dependabot[bot] [Sat, 13 Apr 2019 12:24:44 +0000 (21:24 +0900)]
Bump rubocop from 0.67.1 to 0.67.2 (#10500)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.67.1 to 0.67.2.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.67.1...v0.67.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump capybara from 3.16.1 to 3.16.2 (#10552)
dependabot[bot] [Sat, 13 Apr 2019 12:24:19 +0000 (21:24 +0900)]
Bump capybara from 3.16.1 to 3.16.2 (#10552)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.1 to 3.16.2.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.16.1...3.16.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoSmall SK locale fixes (#10561)
Marek Ľach [Sat, 13 Apr 2019 12:24:00 +0000 (14:24 +0200)]
Small SK locale fixes (#10561)

* Small SK locale fixes

* Update devise.sk.yml

6 years agoNew strings added into the Slovak translation (#10562)
Marek Ľach [Sat, 13 Apr 2019 12:23:52 +0000 (14:23 +0200)]
New strings added into the Slovak translation (#10562)

* New strings added into the Slovak translation

* Update sk.yml

* Update sk.yml

* Update sk.yml

* Update sk.yml

6 years agoAdd new pt-br translations (#10564)
Renato "Lond" Cerqueira [Sat, 13 Apr 2019 12:23:41 +0000 (14:23 +0200)]
Add new pt-br translations (#10564)

6 years agoBump version to 2.8.0 (#10550)
Eugen Rochko [Wed, 10 Apr 2019 21:32:08 +0000 (23:32 +0200)]
Bump version to 2.8.0 (#10550)

6 years ago[i18n] Update for Occitan language (#10548)
Quentí [Wed, 10 Apr 2019 20:33:04 +0000 (22:33 +0200)]
[i18n] Update for Occitan language (#10548)

* Update activerecord.oc.yml

* Update simple_form.oc.yml

* Fix typo

* Update simple_form.oc.yml

* Remove trailing whitespace

6 years agoi18n: Russian localization update (#10515)
Evgeny Petrov [Wed, 10 Apr 2019 18:43:08 +0000 (21:43 +0300)]
i18n: Russian localization update (#10515)

* i18n: Updated ru.json for Russian language

* i18n: Updated ru.yml

* Normalize ru.yml

* i18n: Updated simple_form.ru.yml

* i18n: Updated activerecord.ru.yml, devise.ru.yml, normalized strings

* Added new strings to ru.json

* Deleted unused (?) string

* i18n: Added recent strings (Settings refactor)

6 years agoFix Keybase verification using wrong domain for remote accounts (#10547)
Eugen Rochko [Wed, 10 Apr 2019 18:28:43 +0000 (20:28 +0200)]
Fix Keybase verification using wrong domain for remote accounts (#10547)

6 years agoWeblate translations (2019-04-10) (#10545)
Eugen Rochko [Wed, 10 Apr 2019 16:17:24 +0000 (18:17 +0200)]
Weblate translations (2019-04-10) (#10545)

* Translated using Weblate (Occitan)

Currently translated at 95.7% (780 of 815 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/

* Translated using Weblate (Greek)

Currently translated at 100,0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/

* Translated using Weblate (Greek)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/el/

* Translated using Weblate (Greek)

Currently translated at 100.0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/el/

* Translated using Weblate (French)

Currently translated at 100.0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/

* Translated using Weblate (French)

Currently translated at 100.0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/fr/

* Translated using Weblate (French)

Currently translated at 100.0% (66 of 66 strings)

Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/fr/

* Translated using Weblate (Dutch)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/nl/

* Translated using Weblate (Galician)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/gl/

* Translated using Weblate (Dutch)

Currently translated at 100,0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/

* Translated using Weblate (Galician)

Currently translated at 100,0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/

* Translated using Weblate (Slovak)

Currently translated at 100.0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/

* Translated using Weblate (Arabic)

Currently translated at 97.4% (372 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/

* Translated using Weblate (French)

Currently translated at 100.0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fr/

* Translated using Weblate (Thai)

Currently translated at 75.4% (288 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/th/

* Translated using Weblate (Slovak)

Currently translated at 100.0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/sk/

* Translated using Weblate (German)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/de/

* Translated using Weblate (Slovak)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/sk/

* Translated using Weblate (Kazakh)

Currently translated at 100,0% (4 of 4 strings)

Translation: Mastodon/Activerecord
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/activerecord/kk/

* Translated using Weblate (Persian)

Currently translated at 100.0% (382 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/fa/

* Translated using Weblate (Kazakh)

Currently translated at 99.0% (378 of 382 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/kk/

* i18n-tasks normalize

* yarn manage:translations

* Fix empty string in Occitan

6 years agoincrease allowable length of remote proof username (#10546)
Alex Gessner [Wed, 10 Apr 2019 16:11:53 +0000 (12:11 -0400)]
increase allowable length of remote proof username (#10546)

6 years agocompare usernames case-insensitively on new proof creation flow (#10544)
Alex Gessner [Wed, 10 Apr 2019 16:05:11 +0000 (12:05 -0400)]
compare usernames case-insensitively on new proof creation flow (#10544)

* compare usernames case-insensitively on new proof creation flow

* Fix code style issue

6 years agoi18n: Update Japanese translations (#10536)
mayaeh [Wed, 10 Apr 2019 15:36:45 +0000 (00:36 +0900)]
i18n: Update Japanese translations (#10536)

* run i18n-tasks add-missing

* Update Japanese translations.

6 years agoI18n: Add one more string (#10543)
Aditoo17 [Wed, 10 Apr 2019 15:17:17 +0000 (17:17 +0200)]
I18n: Add one more string (#10543)

6 years agoI18n: Final Czech translation 🇨🇿 (#10542)
Aditoo17 [Wed, 10 Apr 2019 12:52:08 +0000 (14:52 +0200)]
I18n: Final Czech translation 🇨🇿 (#10542)

* I18n: Update Czech translation

* I18n: Why do you want to join translation

* I18n: Translating a bunch of more stuff

6 years agoUpdates the grammar of the SK translation (#10541)
Marek Ľach [Wed, 10 Apr 2019 12:50:39 +0000 (14:50 +0200)]
Updates the grammar of the SK translation (#10541)

6 years agoUpdated German translation (#10539)
koyu [Wed, 10 Apr 2019 12:50:14 +0000 (14:50 +0200)]
Updated German translation (#10539)

* Updated German locales

* Added account approval locales (German)

* Updated JSON locales (German)

* Updated German translation

* Fixed grammar error (German)

* New strings and adjustments (German)

6 years agoTranslation - Korean (#10540)
Jeong Arm [Wed, 10 Apr 2019 12:49:40 +0000 (21:49 +0900)]
Translation - Korean (#10540)

6 years agoi18n: Update Corsican translations (#10538)
Alix Rossi [Wed, 10 Apr 2019 12:49:06 +0000 (14:49 +0200)]
i18n: Update Corsican translations (#10538)

6 years agoBump version to 2.8.0rc3 (#10535)
Eugen Rochko [Wed, 10 Apr 2019 02:25:09 +0000 (04:25 +0200)]
Bump version to 2.8.0rc3 (#10535)

6 years agoChange the groupings of menu items in settings navigation (#10533)
Eugen Rochko [Wed, 10 Apr 2019 01:47:11 +0000 (03:47 +0200)]
Change the groupings of menu items in settings navigation (#10533)

* Change the groupings of menu items in settings navigation

Fix #10307

* Remove unused translations

6 years agoChange HTML validator to ignore all errors except unmatched tags (#10534)
Eugen Rochko [Wed, 10 Apr 2019 01:34:16 +0000 (03:34 +0200)]
Change HTML validator to ignore all errors except unmatched tags (#10534)

6 years agoAdd invite request to pending account notification e-mail (#10528)
Eugen Rochko [Tue, 9 Apr 2019 22:36:01 +0000 (00:36 +0200)]
Add invite request to pending account notification e-mail (#10528)

Fix sorting of the pending accounts page

6 years agoAdd preference to disable e-mails about new pending accounts (#10529)
Eugen Rochko [Tue, 9 Apr 2019 22:35:49 +0000 (00:35 +0200)]
Add preference to disable e-mails about new pending accounts (#10529)

6 years agoFixed terrible grammar and translated the most (#10527)
Yağızhan [Tue, 9 Apr 2019 18:42:01 +0000 (21:42 +0300)]
Fixed terrible grammar and translated the most (#10527)

The translation was written in bad Turkish grammar. I fixed those terrible phrases and translated %93 of Mastodon.

I'll come back and finish the translation.

6 years agoAllow set the voting period to just 5 minutes (#10525)
Hinaloe [Tue, 9 Apr 2019 15:02:12 +0000 (00:02 +0900)]
Allow set the voting period to just 5 minutes (#10525)

* Add spec of PollValidator for #10190

* Raise fraction less than 1 second

* format

* simplify time initialize

6 years agoAdd "why do you want to join" field to invite requests (#10524)
Eugen Rochko [Tue, 9 Apr 2019 14:06:30 +0000 (16:06 +0200)]
Add "why do you want to join" field to invite requests (#10524)

* Add "why do you want to join" field to invite requests

Fix #10512

* Remove unused translations

* Fix broken registrations when no invite request text is submitted

6 years agoBump hamlit-rails from 0.2.2 to 0.2.3 (#10522)
dependabot[bot] [Tue, 9 Apr 2019 08:23:52 +0000 (17:23 +0900)]
Bump hamlit-rails from 0.2.2 to 0.2.3 (#10522)

Bumps [hamlit-rails](https://github.com/mfung/hamlit-rails) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/mfung/hamlit-rails/releases)
- [Commits](https://github.com/mfung/hamlit-rails/compare/v0.2.2...v0.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump bootsnap from 1.4.2 to 1.4.3 (#10523)
dependabot[bot] [Tue, 9 Apr 2019 08:23:18 +0000 (17:23 +0900)]
Bump bootsnap from 1.4.2 to 1.4.3 (#10523)

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.2...v1.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoFix permission denied bug on approve all/reject all pending accounts (#10519)
Eugen Rochko [Tue, 9 Apr 2019 05:19:52 +0000 (07:19 +0200)]
Fix permission denied bug on approve all/reject all pending accounts (#10519)

6 years agoBump version to 2.8.0rc2 (#10501)
Eugen Rochko [Tue, 9 Apr 2019 03:04:11 +0000 (05:04 +0200)]
Bump version to 2.8.0rc2 (#10501)

6 years agoFix glitched out "not found" message for non-existing profiles in web UI (#10517)
Eugen Rochko [Tue, 9 Apr 2019 03:02:48 +0000 (05:02 +0200)]
Fix glitched out "not found" message for non-existing profiles in web UI (#10517)

6 years ago[i18n] Update and correction (#10511)
Quentí [Mon, 8 Apr 2019 22:39:50 +0000 (00:39 +0200)]
[i18n] Update and correction (#10511)

* [i18n] Update and correction

* Update oc.json

* Update oc.json

6 years agoi18n: Update Corsican translations (#10510)
Alix Rossi [Mon, 8 Apr 2019 17:01:41 +0000 (19:01 +0200)]
i18n: Update Corsican translations (#10510)

* i18n: Update Corsican translations

* i18n: Update Corsican translations

6 years agoFix batch actions not working on pending accounts (#10508)
ThibG [Mon, 8 Apr 2019 16:35:41 +0000 (18:35 +0200)]
Fix batch actions not working on pending accounts (#10508)

6 years agoUpdated German locales (#10505)
koyu [Mon, 8 Apr 2019 12:14:08 +0000 (14:14 +0200)]
Updated German locales (#10505)

* Updated German locales

* Added account approval locales (German)

* Updated JSON locales (German)

6 years agoi18n: Update Corsican translations (#10504)
Alix Rossi [Mon, 8 Apr 2019 12:12:06 +0000 (14:12 +0200)]
i18n: Update Corsican translations (#10504)

6 years agoi18n: Update Czech translation (#10506)
Aditoo17 [Mon, 8 Apr 2019 12:11:39 +0000 (14:11 +0200)]
i18n: Update Czech translation (#10506)

6 years agoFix config serializer regex (#10487)
Takeshi Umeda [Mon, 8 Apr 2019 05:55:38 +0000 (14:55 +0900)]
Fix config serializer regex (#10487)

6 years agoAdd `tootctl accounts reset-relationships` (#10483)
Takeshi Umeda [Mon, 8 Apr 2019 05:46:55 +0000 (14:46 +0900)]
Add `tootctl accounts reset-relationships` (#10483)

* Add `tootctl accounts reset`

* Rename reset to reset-relationships

* Improve command description

6 years agoExport and import show_reblogs together with following list (#10495)
ThibG [Mon, 8 Apr 2019 05:28:27 +0000 (07:28 +0200)]
Export and import show_reblogs together with following list (#10495)

* Refactor imports

* Export show_reblogs when exporting list of followed users

* Add support for importing show_reblogs with following collection

* Fix tests

6 years agoTranslate Korean (#10499)
Jeong Arm [Mon, 8 Apr 2019 03:35:37 +0000 (12:35 +0900)]
Translate Korean (#10499)

6 years agoUpdated french translations (#10498)
Hugo "Slaynash" Flores [Mon, 8 Apr 2019 00:22:09 +0000 (02:22 +0200)]
Updated french translations (#10498)

* updated "Invalid email or password" french translation

* Updated FR translations ("instance" in now "serveur")

6 years agoi18n: Update Japanese translations (#10494)
mayaeh [Mon, 8 Apr 2019 00:16:14 +0000 (09:16 +0900)]
i18n: Update Japanese translations (#10494)

* Update Japanese translations

* Update Japanese translations.

6 years agoi18n: Update Corsican translations (#10496)
Alix Rossi [Sun, 7 Apr 2019 12:32:27 +0000 (14:32 +0200)]
i18n: Update Corsican translations (#10496)

* Update Corsican translation

* Fix brackets typo

6 years agoImprove blocked view of profiles (#10491)
Eugen Rochko [Sun, 7 Apr 2019 02:59:13 +0000 (04:59 +0200)]
Improve blocked view of profiles (#10491)

* Revert "Fix filtering of favourited_by, reblogged_by, followers and following (#10447)"

This reverts commit 120544067fcca4bf6e71ba1ffb276c451c17c656.

* Revert "Hide blocking accounts from blocked users (#10442)"

This reverts commit 62bafa20a112ccdddaedb25723fc819dbbcd8e9a.

* Improve blocked view of profiles

- Change "You are blocked" to "Profile unavailable"
- Hide following/followers in API when blocked
- Disable follow button and show "Profile unavailable" on public profile as well

6 years agoAdd rate limit for media proxy requests (#10490)
Eugen Rochko [Sun, 7 Apr 2019 02:26:43 +0000 (04:26 +0200)]
Add rate limit for media proxy requests (#10490)

30 per 30 minutes, like media uploads

6 years agoI18n: Update Czech translation (#10489)
Aditoo17 [Sun, 7 Apr 2019 00:34:52 +0000 (02:34 +0200)]
I18n: Update Czech translation (#10489)

6 years agoUpdated German locales (#10488)
koyu [Sat, 6 Apr 2019 18:13:03 +0000 (20:13 +0200)]
Updated German locales (#10488)

6 years agoAdd batch actions for approving and rejecting pending accounts (#10469)
Eugen Rochko [Sat, 6 Apr 2019 15:53:45 +0000 (17:53 +0200)]
Add batch actions for approving and rejecting pending accounts (#10469)

6 years agoFix admin validation being too strict about usernames (#10449)
Eugen Rochko [Sat, 6 Apr 2019 15:53:17 +0000 (17:53 +0200)]
Fix admin validation being too strict about usernames (#10449)

* Fix admin validation being too strict about usernames

Fix #10446

* Strip Setting.site_contact_username consistently throughout the codebase

6 years agoImprove sk translation further (#10484)
Marek Ľach [Sat, 6 Apr 2019 14:26:51 +0000 (16:26 +0200)]
Improve sk translation further (#10484)

* Further improving Slovak translation

* Update sk.json

6 years agotinyfix 2: unrequired arguments (#10471)
ashleyhull-versent [Sat, 6 Apr 2019 03:02:03 +0000 (11:02 +0800)]
tinyfix 2: unrequired arguments (#10471)

* unrequired argument

* unrequired argument

6 years agoFix missing long description on `tootctl statuses remove` (#10482)
Eugen Rochko [Sat, 6 Apr 2019 02:47:26 +0000 (04:47 +0200)]
Fix missing long description on `tootctl statuses remove` (#10482)

6 years agoAdd `tootctl emoji purge` (#10481)
Eugen Rochko [Sat, 6 Apr 2019 02:47:16 +0000 (04:47 +0200)]
Add `tootctl emoji purge` (#10481)

Fix #10441

6 years agoAdd `tootctl accounts approve` (#10480)
Eugen Rochko [Sat, 6 Apr 2019 02:47:05 +0000 (04:47 +0200)]
Add `tootctl accounts approve` (#10480)

6 years agoBump rubocop from 0.66.0 to 0.67.1 (#10475)
dependabot[bot] [Sat, 6 Apr 2019 02:41:19 +0000 (11:41 +0900)]
Bump rubocop from 0.66.0 to 0.67.1 (#10475)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.66.0 to 0.67.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.66.0...v0.67.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoi18n: Update Polish translation (#10479)
marcin mikołajczak [Fri, 5 Apr 2019 17:51:13 +0000 (19:51 +0200)]
i18n: Update Polish translation (#10479)

Signed-off-by: Marcin Mikołajczak <m4sk1n@m4sk1n.nazwa.pl>
6 years agoUpdates the Slovak translation (#10477)
Marek Ľach [Fri, 5 Apr 2019 13:16:28 +0000 (15:16 +0200)]
Updates the Slovak translation (#10477)

* Update sk.json

* Update sk.json

* Update sk.json

6 years agoDutch (nl) translation (#10474)
jeroenpraat [Thu, 4 Apr 2019 21:12:08 +0000 (23:12 +0200)]
Dutch (nl) translation (#10474)

* Translation Dutch

* Update activerecord.nl.yml

* Update devise.nl.yml

* Update nl.yml

* Update nl.yml

* Update devise.nl.yml

* Update nl.yml

6 years agoFix `tootctl accounts cull` (#10460)
Ben Lubar [Thu, 4 Apr 2019 14:46:27 +0000 (09:46 -0500)]
Fix `tootctl accounts cull` (#10460)

* List the actual accounts that would have been culled during a dry run.

Otherwise, the dry run mode is basically useless.

* Prevent unreachable domains from inheriting the previous status code.

* Update CHANGELOG.md for #10460.

6 years agoDuplicate values (#10470)
ashleyhull-versent [Thu, 4 Apr 2019 14:22:55 +0000 (22:22 +0800)]
Duplicate values (#10470)

6 years agoi18n: update Catalan translation (#10458)
spla [Thu, 4 Apr 2019 01:25:20 +0000 (03:25 +0200)]
i18n: update Catalan translation (#10458)

* Updated Catalan strings

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* bundle exec i18n-tasks

* Update ca.json

* Update simple_form.ca.yml

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

6 years agoTranslate Korean (devise) (#10464)
Jeong Arm [Wed, 3 Apr 2019 23:31:08 +0000 (08:31 +0900)]
Translate Korean (devise) (#10464)

6 years agoCache featured collections, as well as outbox, followers and following (#10467)
ThibG [Wed, 3 Apr 2019 23:30:44 +0000 (01:30 +0200)]
Cache featured collections, as well as outbox, followers and following (#10467)

6 years agoExport and import `hide_notifications` alongside user mutes (#10335)
ThibG [Wed, 3 Apr 2019 16:17:43 +0000 (18:17 +0200)]
Export and import `hide_notifications` alongside user mutes (#10335)

* Export hide_notifications along with user mutes

* Import hide_notifications along with muted users list

* Add headers for CSV exports

6 years agoUpdate poll remaining time just like with status timestamps (#10466)
ThibG [Wed, 3 Apr 2019 16:16:55 +0000 (18:16 +0200)]
Update poll remaining time just like with status timestamps (#10466)

6 years agoHopefully fix input text selection quirks on iOS (#10463)
ThibG [Wed, 3 Apr 2019 15:54:54 +0000 (17:54 +0200)]
Hopefully fix input text selection quirks on iOS (#10463)

Fix #10448 (hopefully)

6 years agoEsperanto translations (#10461)
Jeong Arm [Wed, 3 Apr 2019 09:19:10 +0000 (18:19 +0900)]
Esperanto translations (#10461)

* Esperanto translations

* Translate untranslated Esperanto strings

* Normalize eo translation

6 years agoRe-dd PT-br translations (#10459)
Renato "Lond" Cerqueira [Tue, 2 Apr 2019 22:24:39 +0000 (00:24 +0200)]
Re-dd PT-br translations (#10459)

6 years agoi18n: update catalan translations (#10455)
spla [Tue, 2 Apr 2019 16:31:36 +0000 (18:31 +0200)]
i18n: update catalan translations (#10455)

* Updated Catalan strings

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* Update simple_form.ca.yml

* bundle exec i18n-tasks

* Update ca.json

* Update simple_form.ca.yml

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

* i18n: Update Catalan translations

6 years agoI18n: Improve Czech translation (#10454)
Aditoo17 [Tue, 2 Apr 2019 15:10:27 +0000 (17:10 +0200)]
I18n: Improve Czech translation (#10454)

6 years agoBump i18n-tasks from 0.9.28 to 0.9.29 (#10451)
dependabot[bot] [Tue, 2 Apr 2019 05:38:16 +0000 (14:38 +0900)]
Bump i18n-tasks from 0.9.28 to 0.9.29 (#10451)

Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.28 to 0.9.29.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.28...v0.9.29)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump capybara from 3.16.0 to 3.16.1 (#10450)
dependabot[bot] [Tue, 2 Apr 2019 05:34:37 +0000 (14:34 +0900)]
Bump capybara from 3.16.0 to 3.16.1 (#10450)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.16.0...3.16.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoFix filtering of favourited_by, reblogged_by, followers and following (#10447)
ThibG [Mon, 1 Apr 2019 19:24:28 +0000 (21:24 +0200)]
Fix filtering of favourited_by, reblogged_by, followers and following (#10447)