]> cat aescling's git repositories - mastodon.git/log
mastodon.git
6 years ago[Glitch] don't show outline of full-screen video
Hinaloe [Thu, 24 Oct 2019 20:47:37 +0000 (05:47 +0900)]
[Glitch] don't show outline of full-screen video

Port 547a5bac9d9c909b306933596bc121b63809d772 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix batch actions being hidden from mobile view
ThibG [Thu, 24 Oct 2019 20:46:59 +0000 (22:46 +0200)]
[Glitch] Fix batch actions being hidden from mobile view

Port SCSS changes from aa884e04848a6c06dbf7c27ae7a3fcc7d379792d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Add noopener and/or noreferrer
BSKY [Thu, 24 Oct 2019 20:44:42 +0000 (05:44 +0900)]
[Glitch] Add noopener and/or noreferrer

Port fccf83e1f2ecd4e23f7b1faee5330976d17da7b8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Bump react-select from 2.4.4 to 3.0.5
dependabot-preview[bot] [Mon, 21 Oct 2019 16:31:27 +0000 (01:31 +0900)]
[Glitch] Bump react-select from 2.4.4 to 3.0.5

Port 183fc9d3cbc891be17a1c4be8b262250f9dbb545 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Sun, 27 Oct 2019 11:14:01 +0000 (12:14 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- README.md
- app/helpers/statuses_helper.rb
  Upstream moved account helpers to their own file, we had extra
  helpers there, moved too.
- app/lib/sanitize_config.rb
- app/models/user.rb
- app/serializers/initial_state_serializer.rb
- config/locales/simple_form.en.yml
- spec/lib/sanitize_config_spec.rb

6 years agoFix media components being cropped
Thibaut Girka [Fri, 25 Oct 2019 21:11:49 +0000 (23:11 +0200)]
Fix media components being cropped

6 years agoHide overflowing characters from reply indicator too
Thibaut Girka [Fri, 25 Oct 2019 20:28:25 +0000 (22:28 +0200)]
Hide overflowing characters from reply indicator too

6 years agoAvoid toot text bleeding out of the content div
Thibaut Girka [Fri, 25 Oct 2019 20:07:52 +0000 (22:07 +0200)]
Avoid toot text bleeding out of the content div

6 years agoChange stale bot to only touch pull requests over 120 days old (#12217)
Eugen Rochko [Sat, 26 Oct 2019 10:45:52 +0000 (12:45 +0200)]
Change stale bot to only touch pull requests over 120 days old (#12217)

6 years agoAdd download button to audio and video players (#12179)
Nima Boscarino [Fri, 25 Oct 2019 09:48:20 +0000 (02:48 -0700)]
Add download button to audio and video players (#12179)

* Add download button for audio player

* Add download button for video player

* fix padding for download button in Audio component

6 years agoCreate stale.yml (#12207)
Eugen Rochko [Fri, 25 Oct 2019 09:47:40 +0000 (11:47 +0200)]
Create stale.yml (#12207)

6 years agoAdd setting for whether to crop images in unexpanded toots (#12126)
Faye Duxovni [Thu, 24 Oct 2019 20:51:41 +0000 (16:51 -0400)]
Add setting for whether to crop images in unexpanded toots (#12126)

6 years agoSplit AccountsHelper from StatusesHelper (#12078)
Takeshi Umeda [Thu, 24 Oct 2019 20:50:09 +0000 (05:50 +0900)]
Split AccountsHelper from StatusesHelper (#12078)

6 years agoUnliking a post updates like count on front end (#12140)
Nima Boscarino [Thu, 24 Oct 2019 20:49:45 +0000 (13:49 -0700)]
Unliking a post updates like count on front end (#12140)

* return the new favourites_count
when unfavouriting a status

* Remove trailing whitespace

* revert changes to favourites_controller

* Decrease favourites_count through statuses reducer

* styling fix

* Fix missing trailing comma

6 years agoAdd link to search for users connected from the same IP address (#12157)
ThibG [Thu, 24 Oct 2019 20:49:26 +0000 (22:49 +0200)]
Add link to search for users connected from the same IP address (#12157)

* Add link to search for users connected from the same IP address

Fixes #11949

* Fix missing cell in admin account view table

6 years agoFix volume slider in chromium 🤷 (#12158)
ThibG [Thu, 24 Oct 2019 20:49:12 +0000 (22:49 +0200)]
Fix volume slider in chromium đꤷ (#12158)

Fixes #12156

6 years agoUpdate README.md (#12164)
BenisonSebastian [Thu, 24 Oct 2019 20:48:21 +0000 (02:18 +0530)]
Update README.md (#12164)

6 years agoImprove swipe experience (#12168)
umonaca [Thu, 24 Oct 2019 20:48:11 +0000 (16:48 -0400)]
Improve swipe experience (#12168)

6 years agoremove audio metadata (#12171)
Hugo Gameiro [Thu, 24 Oct 2019 20:47:58 +0000 (21:47 +0100)]
remove audio metadata (#12171)

6 years agoReplace fav icon animation with CSS (#12175)
ThibG [Thu, 24 Oct 2019 20:47:48 +0000 (22:47 +0200)]
Replace fav icon animation with CSS (#12175)

Fixes #12151

6 years agodon't show outline of full-screen video (#12176)
Hinaloe [Thu, 24 Oct 2019 20:47:37 +0000 (05:47 +0900)]
don't show outline of full-screen video (#12176)

6 years agofix vagrant connection error (#12180)
kodai [Thu, 24 Oct 2019 20:47:24 +0000 (05:47 +0900)]
fix vagrant connection error (#12180)

6 years agoFix batch actions being hidden from mobile view (#12183)
ThibG [Thu, 24 Oct 2019 20:46:59 +0000 (22:46 +0200)]
Fix batch actions being hidden from mobile view (#12183)

On mobile, batch actions are hidden from the settings/admin interface,
but there are several places those actions can only be performed through
batch actions.

This may not look great, but at least it makes the actions available again.

6 years agomicroformat mentions can have an implicit property (#12189)
nightpool [Thu, 24 Oct 2019 20:46:15 +0000 (16:46 -0400)]
microformat mentions can have an implicit property (#12189)

See the first example here: http://microformats.org/wiki/microformats2#hyperlinked_person

6 years agochange string from Disable to Disable login (#12201)
Soft. Dev [Thu, 24 Oct 2019 20:45:55 +0000 (02:15 +0530)]
change string from Disable to Disable login (#12201)

6 years agoAllow Accept/Reject with a non-embedded object (#12199)
puckipedia [Thu, 24 Oct 2019 20:45:43 +0000 (20:45 +0000)]
Allow Accept/Reject with a non-embedded object (#12199)

Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.

6 years agoFix incoming federation in whitelist mode (#12185)
ThibG [Thu, 24 Oct 2019 20:45:35 +0000 (22:45 +0200)]
Fix incoming federation in whitelist mode (#12185)

… posting to the AP inbox required a logged-in local user…

6 years agoAdd noopener and/or noreferrer (#12202)
BSKY [Thu, 24 Oct 2019 20:44:42 +0000 (05:44 +0900)]
Add noopener and/or noreferrer (#12202)

6 years agoChange filter logic to keep filtered toots, but not mark them as unread
Thibaut Girka [Thu, 24 Oct 2019 15:47:19 +0000 (17:47 +0200)]
Change filter logic to keep filtered toots, but not mark them as unread

Keeping them in the TL fixes the front-end not being able to properly keep
track of pagination. Furthermore, filtered toots are not counted as unread
content, whether they are dropped or not.

6 years ago[Security] Bump loofah from 2.2.3 to 2.3.1 (#12203)
dependabot-preview[bot] [Thu, 24 Oct 2019 05:49:09 +0000 (14:49 +0900)]
[Security] Bump loofah from 2.2.3 to 2.3.1 (#12203)

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1. **This update includes a security fix.**
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-dom from 16.8.6 to 16.10.2 (#12107)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:51:05 +0000 (01:51 +0900)]
Bump react-dom from 16.8.6 to 16.10.2 (#12107)

* Bump react-dom from 16.8.6 to 16.10.2

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.6 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* update react and react-test-renderer

6 years agoBump oj from 3.9.1 to 3.9.2 (#12104)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:35:40 +0000 (01:35 +0900)]
Bump oj from 3.9.1 to 3.9.2 (#12104)

Bumps [oj](https://github.com/ohler55/oj) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.9.1...v3.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump stackprof from 0.2.12 to 0.2.13 (#12103)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:33:59 +0000 (01:33 +0900)]
Bump stackprof from 0.2.12 to 0.2.13 (#12103)

Bumps [stackprof](https://github.com/tmm1/stackprof) from 0.2.12 to 0.2.13.
- [Release notes](https://github.com/tmm1/stackprof/releases)
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tmm1/stackprof/compare/v0.2.12...v0.2.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump sidekiq-unique-jobs from 6.0.13 to 6.0.15 (#12102)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:32:18 +0000 (01:32 +0900)]
Bump sidekiq-unique-jobs from 6.0.13 to 6.0.15 (#12102)

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 6.0.13 to 6.0.15.
- [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.13...v6.0.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump react-select from 2.4.4 to 3.0.5 (#11930)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:31:27 +0000 (01:31 +0900)]
Bump react-select from 2.4.4 to 3.0.5 (#11930)

* Bump react-select from 2.4.4 to 3.0.5

Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.4 to 3.0.5.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Change import path for react-select

6 years agoBump sass from 1.22.12 to 1.23.0 (#12108)
dependabot-preview[bot] [Mon, 21 Oct 2019 16:30:43 +0000 (01:30 +0900)]
Bump sass from 1.22.12 to 1.23.0 (#12108)

Bumps [sass](https://github.com/sass/dart-sass) from 1.22.12 to 1.23.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.22.12...1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump derailed_benchmarks from 1.4.0 to 1.4.1 (#12101)
dependabot-preview[bot] [Mon, 21 Oct 2019 14:45:02 +0000 (23:45 +0900)]
Bump derailed_benchmarks from 1.4.0 to 1.4.1 (#12101)

Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump rubocop from 0.74.0 to 0.75.1 (#12191)
dependabot-preview[bot] [Mon, 21 Oct 2019 14:43:49 +0000 (23:43 +0900)]
Bump rubocop from 0.74.0 to 0.75.1 (#12191)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.74.0 to 0.75.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.74.0...v0.75.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump @clusterws/cws from 0.15.0 to 0.15.2 (#12109)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:32:43 +0000 (19:32 +0900)]
Bump @clusterws/cws from 0.15.0 to 0.15.2 (#12109)

Bumps @clusterws/cws from 0.15.0 to 0.15.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump eslint from 6.5.0 to 6.5.1 (#12110)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:16:24 +0000 (19:16 +0900)]
Bump eslint from 6.5.0 to 6.5.1 (#12110)

Bumps [eslint](https://github.com/eslint/eslint) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.0...v6.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoBump cross-env from 5.2.0 to 6.0.3 (#12112)
dependabot-preview[bot] [Mon, 21 Oct 2019 10:16:01 +0000 (19:16 +0900)]
Bump cross-env from 5.2.0 to 6.0.3 (#12112)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.0 to 6.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.0...v6.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agoFix notification filters not applying to poll options
Thibaut Girka [Tue, 15 Oct 2019 20:57:38 +0000 (22:57 +0200)]
Fix notification filters not applying to poll options

6 years agoRefactor timeline filtering code
Thibaut Girka [Tue, 15 Oct 2019 20:55:27 +0000 (22:55 +0200)]
Refactor timeline filtering code

6 years agoDrop filtered messages if the filter is “irreversible”
Thibaut Girka [Tue, 15 Oct 2019 19:52:53 +0000 (21:52 +0200)]
Drop filtered messages if the filter is â€śirreversible”

… instead of adding them to the timelines and then not showing them.
This fixes timelines showing new items when the only new items are
“irreversibly” filtered toots. This may be an edge case in Mastodon/glitch-soc,
but it is not in Pleroma, which does no filtering server-side whatsoever.

6 years agoMerge pull request #1236 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 11 Oct 2019 20:58:31 +0000 (22:58 +0200)]
Merge pull request #1236 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Fri, 11 Oct 2019 20:41:21 +0000 (22:41 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

6 years ago[Glitch] Fix crash when switching back/from mobile layout
ThibG [Sun, 25 Aug 2019 13:49:02 +0000 (15:49 +0200)]
[Glitch] Fix crash when switching back/from mobile layout

Port 91582937f34c74dd76dabe7253864da8565f227e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years agoMerge pull request #1233 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 11 Oct 2019 20:28:11 +0000 (22:28 +0200)]
Merge pull request #1233 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

6 years ago[Glitch] Fix media editing modal changing dimensions when image loads
Eugen Rochko [Thu, 10 Oct 2019 03:21:38 +0000 (05:21 +0200)]
[Glitch] Fix media editing modal changing dimensions when image loads

Port 6ebd74f4fa640b9616ebb2730d97722799c6ed56 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Remove `lang` attribute from individual statuses
Eugen Rochko [Wed, 9 Oct 2019 01:45:05 +0000 (03:45 +0200)]
[Glitch] Remove `lang` attribute from individual statuses

Port 538db85d3cc6d8fcb3c0a89f7eef069a686c19f4 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Add missing back button header for invalid account
trwnh [Mon, 7 Oct 2019 02:33:31 +0000 (21:33 -0500)]
[Glitch] Add missing back button header for invalid account

Port 95f21ab87f3d459311c411cf429ac051a668218f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix performance of home feed regeneration
Eugen Rochko [Sun, 6 Oct 2019 20:11:17 +0000 (22:11 +0200)]
[Glitch] Fix performance of home feed regeneration

Port front-end changes from f665901e3c0930fb8b3741f6bc6f6a15dd0343f6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years agoNew Crowdin translations (#12144)
Eugen Rochko [Thu, 10 Oct 2019 18:30:28 +0000 (20:30 +0200)]
New Crowdin translations (#12144)

* New translations activerecord.en.yml (Corsican)
[ci skip]

* New translations activerecord.en.yml (Czech)
[ci skip]

* New translations activerecord.en.yml (Danish)
[ci skip]

* New translations activerecord.en.yml (Dutch)
[ci skip]

* New translations activerecord.en.yml (Esperanto)
[ci skip]

* New translations activerecord.en.yml (Estonian)
[ci skip]

* New translations activerecord.en.yml (Finnish)
[ci skip]

* New translations activerecord.en.yml (French)
[ci skip]

* New translations activerecord.en.yml (Galician)
[ci skip]

* New translations activerecord.en.yml (Georgian)
[ci skip]

* New translations activerecord.en.yml (German)
[ci skip]

* New translations activerecord.en.yml (Greek)
[ci skip]

* New translations activerecord.en.yml (Hungarian)
[ci skip]

* New translations activerecord.en.yml (Chinese Simplified)
[ci skip]

* New translations activerecord.en.yml (Italian)
[ci skip]

* New translations activerecord.en.yml (Japanese)
[ci skip]

* New translations activerecord.en.yml (Kazakh)
[ci skip]

* New translations activerecord.en.yml (Korean)
[ci skip]

* New translations activerecord.en.yml (Norwegian)
[ci skip]

* New translations activerecord.en.yml (Occitan)
[ci skip]

* New translations activerecord.en.yml (Polish)
[ci skip]

* New translations activerecord.en.yml (Portuguese)
[ci skip]

* New translations activerecord.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations activerecord.en.yml (Catalan)
[ci skip]

* New translations en.yml (Telugu)
[ci skip]

* New translations activerecord.en.yml (Chinese Traditional)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations en.json (Turkish)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations simple_form.en.yml (Turkish)
[ci skip]

* New translations en.json (Welsh)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations simple_form.en.yml (Welsh)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.json (Macedonian)
[ci skip]

* New translations activerecord.en.yml (Bulgarian)
[ci skip]

* New translations en.yml (Macedonian)
[ci skip]

* New translations activerecord.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations activerecord.en.yml (Indonesian)
[ci skip]

* New translations activerecord.en.yml (Persian)
[ci skip]

* New translations activerecord.en.yml (Albanian)
[ci skip]

* New translations activerecord.en.yml (Arabic)
[ci skip]

* New translations activerecord.en.yml (Asturian)
[ci skip]

* New translations activerecord.en.yml (Basque)
[ci skip]

* New translations activerecord.en.yml (Bengali)
[ci skip]

* New translations activerecord.en.yml (Breton)
[ci skip]

* New translations simple_form.en.yml (Estonian)
[ci skip]

* New translations en.json (Persian)
[ci skip]

* New translations en.json (Estonian)
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Lithuanian)
[ci skip]

* New translations en.json (Malay)
[ci skip]

* New translations en.yml (Malay)
[ci skip]

* New translations en.json (Norwegian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations simple_form.en.yml (Norwegian)
[ci skip]

* New translations en.json (Russian)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations simple_form.en.yml (Russian)
[ci skip]

* New translations en.json (Serbian (Cyrillic))
[ci skip]

* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.json (Serbian (Latin))
[ci skip]

* New translations en.yml (Serbian (Latin))
[ci skip]

* New translations simple_form.en.yml (Serbian (Latin))
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations simple_form.en.yml (Slovak)
[ci skip]

* New translations en.json (Ukrainian)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations simple_form.en.yml (Ukrainian)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.json (Lithuanian)
[ci skip]

* New translations en.json (Albanian)
[ci skip]

* New translations simple_form.en.yml (Ido)
[ci skip]

* New translations en.yml (Croatian)
[ci skip]

* New translations simple_form.en.yml (Croatian)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.json (Georgian)
[ci skip]

* New translations en.yml (Georgian)
[ci skip]

* New translations simple_form.en.yml (Georgian)
[ci skip]

* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.json (Hebrew)
[ci skip]

* New translations en.yml (Hebrew)
[ci skip]

* New translations simple_form.en.yml (Hebrew)
[ci skip]

* New translations en.json (Ido)
[ci skip]

* New translations en.yml (Ido)
[ci skip]

* New translations simple_form.en.yml (Bulgarian)
[ci skip]

* New translations en.yml (Latvian)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations simple_form.en.yml (Indonesian)
[ci skip]

* New translations en.yml (Bulgarian)
[ci skip]

* New translations en.json (Bulgarian)
[ci skip]

* New translations en.json (Latvian)
[ci skip]

* New translations en.yml (Breton)
[ci skip]

* New translations en.json (Breton)
[ci skip]

* New translations simple_form.en.yml (Asturian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.json (Asturian)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Albanian)
[ci skip]

* New translations en.json (Czech)
[ci skip]

* New translations simple_form.en.yml (Catalan)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Traditional)
[ci skip]

* New translations en.yml (Chinese Traditional)
[ci skip]

* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]

* New translations en.json (Corsican)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations simple_form.en.yml (Corsican)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations simple_form.en.yml (Czech)
[ci skip]

* New translations en.json (Danish)
[ci skip]

* New translations en.yml (Danish)
[ci skip]

* New translations simple_form.en.yml (Danish)
[ci skip]

* New translations en.json (Dutch)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations simple_form.en.yml (Dutch)
[ci skip]

* New translations en.json (Esperanto)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations simple_form.en.yml (Esperanto)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.json (Croatian)
[ci skip]

* New translations en.yml (Bengali)
[ci skip]

* New translations simple_form.en.yml (Albanian)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations simple_form.en.yml (Arabic)
[ci skip]

* New translations devise.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations devise.en.yml (Hungarian)
[ci skip]

* New translations devise.en.yml (Russian)
[ci skip]

* New translations devise.en.yml (Danish)
[ci skip]

* New translations devise.en.yml (Croatian)
[ci skip]

* New translations doorkeeper.en.yml (Asturian)
[ci skip]

* New translations devise.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations devise.en.yml (Serbian (Latin))
[ci skip]

* New translations devise.en.yml (Slovak)
[ci skip]

* New translations devise.en.yml (Dutch)
[ci skip]

* New translations devise.en.yml (Portuguese)
[ci skip]

* New translations devise.en.yml (Estonian)
[ci skip]

* New translations devise.en.yml (Slovenian)
[ci skip]

* New translations doorkeeper.en.yml (Bulgarian)
[ci skip]

* New translations devise.en.yml (Hebrew)
[ci skip]

* New translations devise.en.yml (Spanish)
[ci skip]

* New translations devise.en.yml (Finnish)
[ci skip]

* New translations devise.en.yml (Swedish)
[ci skip]

* New translations devise.en.yml (German)
[ci skip]

* New translations devise.en.yml (Georgian)
[ci skip]

* New translations devise.en.yml (Ido)
[ci skip]

* New translations devise.en.yml (Polish)
[ci skip]

* New translations devise.en.yml (Corsican)
[ci skip]

* New translations devise.en.yml (Breton)
[ci skip]

* New translations devise.en.yml (Bengali)
[ci skip]

* New translations devise.en.yml (Asturian)
[ci skip]

* New translations devise.en.yml (Bulgarian)
[ci skip]

* New translations devise.en.yml (Albanian)
[ci skip]

* New translations devise.en.yml (Norwegian)
[ci skip]

* New translations activerecord.en.yml (Welsh)
[ci skip]

* New translations activerecord.en.yml (Ukrainian)
[ci skip]

* New translations activerecord.en.yml (Turkish)
[ci skip]

* New translations activerecord.en.yml (Thai)
[ci skip]

* New translations activerecord.en.yml (Spanish, Argentina)
[ci skip]

* New translations devise.en.yml (Galician)
[ci skip]

* New translations activerecord.en.yml (Slovenian)
[ci skip]

* New translations activerecord.en.yml (Slovak)
[ci skip]

* New translations devise.en.yml (Chinese Simplified)
[ci skip]

* New translations devise.en.yml (Occitan)
[ci skip]

* New translations activerecord.en.yml (Serbian (Latin))
[ci skip]

* New translations activerecord.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations activerecord.en.yml (Russian)
[ci skip]

* New translations devise.en.yml (Persian)
[ci skip]

* New translations devise.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations devise.en.yml (Kazakh)
[ci skip]

* New translations activerecord.en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations doorkeeper.en.yml (Albanian)
[ci skip]

* New translations doorkeeper.en.yml (Occitan)
[ci skip]

* New translations doorkeeper.en.yml (Basque)
[ci skip]

* New translations doorkeeper.en.yml (Persian)
[ci skip]

* New translations doorkeeper.en.yml (Arabic)
[ci skip]

* New translations doorkeeper.en.yml (Polish)
[ci skip]

* New translations doorkeeper.en.yml (Portuguese)
[ci skip]

* New translations doorkeeper.en.yml (Korean)
[ci skip]

* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]

* New translations doorkeeper.en.yml (Slovenian)
[ci skip]

* New translations doorkeeper.en.yml (Slovak)
[ci skip]

* New translations doorkeeper.en.yml (Spanish)
[ci skip]

* New translations doorkeeper.en.yml (Catalan)
[ci skip]

* New translations doorkeeper.en.yml (Swedish)
[ci skip]

* New translations doorkeeper.en.yml (Czech)
[ci skip]

* New translations doorkeeper.en.yml (Estonian)
[ci skip]

* New translations doorkeeper.en.yml (Dutch)
[ci skip]

* New translations doorkeeper.en.yml (Finnish)
[ci skip]

* New translations doorkeeper.en.yml (French)
[ci skip]

* New translations doorkeeper.en.yml (Danish)
[ci skip]

* New translations doorkeeper.en.yml (Galician)
[ci skip]

* New translations doorkeeper.en.yml (German)
[ci skip]

* New translations doorkeeper.en.yml (Kazakh)
[ci skip]

* New translations doorkeeper.en.yml (Greek)
[ci skip]

* New translations doorkeeper.en.yml (Corsican)
[ci skip]

* New translations doorkeeper.en.yml (Hungarian)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]

* New translations doorkeeper.en.yml (Italian)
[ci skip]

* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]

* New translations doorkeeper.en.yml (Japanese)
[ci skip]

* New translations doorkeeper.en.yml (Serbian (Latin))
[ci skip]

* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]

* New translations doorkeeper.en.yml (Croatian)
[ci skip]

* New translations devise.en.yml (Esperanto)
[ci skip]

* New translations devise.en.yml (Ukrainian)
[ci skip]

* New translations devise.en.yml (Basque)
[ci skip]

* New translations devise.en.yml (Thai)
[ci skip]

* New translations devise.en.yml (French)
[ci skip]

* New translations devise.en.yml (Japanese)
[ci skip]

* New translations activerecord.en.yml (Swedish)
[ci skip]

* New translations devise.en.yml (Czech)
[ci skip]

* New translations doorkeeper.en.yml (Indonesian)
[ci skip]

* New translations devise.en.yml (Indonesian)
[ci skip]

* New translations doorkeeper.en.yml (Ido)
[ci skip]

* New translations doorkeeper.en.yml (Hebrew)
[ci skip]

* New translations doorkeeper.en.yml (Georgian)
[ci skip]

* New translations doorkeeper.en.yml (Welsh)
[ci skip]

* New translations doorkeeper.en.yml (Russian)
[ci skip]

* New translations doorkeeper.en.yml (Thai)
[ci skip]

* New translations doorkeeper.en.yml (Norwegian)
[ci skip]

* New translations doorkeeper.en.yml (Turkish)
[ci skip]

* New translations devise.en.yml (Arabic)
[ci skip]

* New translations doorkeeper.en.yml (Esperanto)
[ci skip]

* New translations devise.en.yml (Catalan)
[ci skip]

* New translations devise.en.yml (Chinese Traditional)
[ci skip]

* New translations devise.en.yml (Greek)
[ci skip]

* New translations devise.en.yml (Italian)
[ci skip]

* New translations devise.en.yml (Korean)
[ci skip]

* New translations devise.en.yml (Turkish)
[ci skip]

* New translations devise.en.yml (Spanish, Argentina)
[ci skip]

* New translations devise.en.yml (Welsh)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

6 years agoIncrease poll option length limit to 100 chars, number of options to 5
Thibaut Girka [Fri, 13 Sep 2019 20:32:19 +0000 (22:32 +0200)]
Increase poll option length limit to 100 chars, number of options to 5

6 years agoRemove unused translations in web UI (#12143)
Eugen Rochko [Thu, 10 Oct 2019 18:07:38 +0000 (20:07 +0200)]
Remove unused translations in web UI (#12143)

6 years agoNew Crowdin translations (#12072)
Eugen Rochko [Thu, 10 Oct 2019 17:59:27 +0000 (19:59 +0200)]
New Crowdin translations (#12072)

* New translations en.yml (German)
[ci skip]

* New translations simple_form.en.yml (German)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations devise.en.yml (Arabic)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations devise.en.yml (Arabic)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (Norwegian Nynorsk)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations devise.en.yml (Basque)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations devise.en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.json (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations devise.en.yml (French)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations simple_form.en.yml (French)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations simple_form.en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.json (Slovak)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations simple_form.en.yml (French)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations simple_form.en.yml (Basque)
[ci skip]

* New translations en.json (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.json (French)
[ci skip]

* New translations devise.en.yml (Japanese)
[ci skip]

* New translations en.json (Japanese)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations simple_form.en.yml (Greek)
[ci skip]

* New translations en.json (Hungarian)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations en.json (Catalan)
[ci skip]

* New translations en.json (Greek)
[ci skip]

* New translations simple_form.en.yml (Greek)
[ci skip]

* New translations devise.en.yml (Greek)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations devise.en.yml (Greek)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Estonian)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Finnish)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Chinese Traditional)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (Danish)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.yml (Occitan)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Polish)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Kazakh)
[ci skip]

* New translations en.yml (Hebrew)
[ci skip]

* New translations en.yml (Ido)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.yml (Georgian)
[ci skip]

* New translations en.yml (Asturian)
[ci skip]

* New translations en.yml (Bulgarian)
[ci skip]

* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]

* New translations en.yml (Croatian)
[ci skip]

* New translations en.yml (Lithuanian)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Albanian)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (Bengali)
[ci skip]

* New translations en.yml (Malay)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.yml (Telugu)
[ci skip]

* New translations en.yml (Swedish)
[ci skip]

* New translations en.yml (Thai)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations en.yml (Welsh)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Serbian (Cyrillic))
[ci skip]

* New translations en.yml (Serbian (Latin))
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Slovak)
[ci skip]

* New translations en.yml (Russian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Portuguese)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.yml (Indonesian)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.json (Indonesian)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.json (Galician)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations simple_form.en.yml (Arabic)
[ci skip]

* New translations simple_form.en.yml (Arabic)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations simple_form.en.yml (Arabic)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.json (Japanese)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.json (Esperanto)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations simple_form.en.yml (Esperanto)
[ci skip]

* New translations devise.en.yml (Esperanto)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (Turkish)
[ci skip]

* New translations activerecord.en.yml (Swedish)
[ci skip]

* New translations activerecord.en.yml (Swedish)
[ci skip]

* New translations en.json (Czech)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations devise.en.yml (Czech)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.yml (Korean)
[ci skip]

* New translations en.yml (Hungarian)
[ci skip]

* New translations en.yml (Persian)
[ci skip]

* New translations en.yml (Estonian)
[ci skip]

* New translations en.yml (Galician)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.yml (Greek)
[ci skip]

* New translations en.yml (Dutch)
[ci skip]

* New translations en.yml (Portuguese, Brazilian)
[ci skip]

* New translations en.yml (Slovenian)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Catalan)
[ci skip]

* New translations en.yml (Corsican)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Basque)
[ci skip]

* New translations en.yml (French)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (Japanese)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations en.yml (Arabic)
[ci skip]

* New translations en.yml (Czech)
[ci skip]

* New translations en.yml (German)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations devise.en.yml (Czech)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

* New translations en.yml (French)
[ci skip]

* New translations en.json (Swedish)
[ci skip]

* New translations activerecord.en.yml (Persian)
[ci skip]

* i18n-tasks normalize

* yarn manage:translations

6 years agoFix auto-report string saying the account has been auto-silenced (#12142)
Eugen Rochko [Thu, 10 Oct 2019 16:47:24 +0000 (18:47 +0200)]
Fix auto-report string saying the account has been auto-silenced (#12142)

6 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Thu, 10 Oct 2019 15:26:08 +0000 (17:26 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- README.md
- app/javascript/styles/mastodon/components.scss
  conflicts caused by image URLs being different
- app/models/status.rb
  as_home_timeline removed, kept glitch-soc-only as_direct_timeline
- app/views/statuses/_simple_status.html.haml
- config/locales/en.yml
  some strings were changed upstream
- spec/models/status_spec.rb
  as_home_timeline removed, kept glitch-soc-only as_direct_timeline

6 years agoEnsure pack is set when rendering OTP prompt
Thibaut Girka [Thu, 10 Oct 2019 14:50:09 +0000 (16:50 +0200)]
Ensure pack is set when rendering OTP prompt

Fixes #1230

6 years agoUpdate changelog for 3.0.1 (#12139)
Eugen Rochko [Thu, 10 Oct 2019 05:03:05 +0000 (07:03 +0200)]
Update changelog for 3.0.1 (#12139)

6 years agoFix preloaded JSON-LD context for identity not being used (#12138)
Eugen Rochko [Thu, 10 Oct 2019 04:48:53 +0000 (06:48 +0200)]
Fix preloaded JSON-LD context for identity not being used (#12138)

Regression from #11316

6 years agoFix media editing modal changing dimensions when image loads (#12131)
Eugen Rochko [Thu, 10 Oct 2019 03:21:38 +0000 (05:21 +0200)]
Fix media editing modal changing dimensions when image loads (#12131)

6 years agoFix admin setting to auto-approve hashtags not affecting query (#12130)
Eugen Rochko [Thu, 10 Oct 2019 00:22:04 +0000 (02:22 +0200)]
Fix admin setting to auto-approve hashtags not affecting query (#12130)

Follow-up to #12122

6 years agoFix not showing if emoji has a local counterpart in admin UI (#12135)
Eugen Rochko [Thu, 10 Oct 2019 00:21:52 +0000 (02:21 +0200)]
Fix not showing if emoji has a local counterpart in admin UI (#12135)

Fix #12132

6 years agoBump version to 3.0.1 (#12116)
Eugen Rochko [Wed, 9 Oct 2019 05:36:57 +0000 (07:36 +0200)]
Bump version to 3.0.1 (#12116)

6 years agoRemove auto-silence behaviour from spam check (#12117)
Eugen Rochko [Wed, 9 Oct 2019 05:11:23 +0000 (07:11 +0200)]
Remove auto-silence behaviour from spam check (#12117)

Fix #12113

6 years agoFix attachment not being re-downloaded even if file is not stored (#12125)
Eugen Rochko [Wed, 9 Oct 2019 05:10:46 +0000 (07:10 +0200)]
Fix attachment not being re-downloaded even if file is not stored (#12125)

Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.

6 years agoRemove `lang` attribute from individual statuses (#12124)
Eugen Rochko [Wed, 9 Oct 2019 01:45:05 +0000 (03:45 +0200)]
Remove `lang` attribute from individual statuses (#12124)

Fix #10930

6 years agoAdd admin setting to auto-approve hashtags (#12122)
Eugen Rochko [Tue, 8 Oct 2019 22:30:15 +0000 (00:30 +0200)]
Add admin setting to auto-approve hashtags (#12122)

Change inaccurate labels on other admin settings

6 years agoRemove fallback to long description on sidebar and meta description (#12119)
Eugen Rochko [Tue, 8 Oct 2019 20:08:55 +0000 (22:08 +0200)]
Remove fallback to long description on sidebar and meta description (#12119)

Fix #12114

6 years agoChange `tootctl media refresh` to skip already downloaded attachments (#12118)
Eugen Rochko [Tue, 8 Oct 2019 03:59:10 +0000 (05:59 +0200)]
Change `tootctl media refresh` to skip already downloaded attachments (#12118)

6 years agoAdd `tootctl media usage` command (#12115)
Eugen Rochko [Mon, 7 Oct 2019 18:04:56 +0000 (20:04 +0200)]
Add `tootctl media usage` command (#12115)

6 years agoMerge pull request #1229 from ThibG/glitch-soc/features/upstream-scroll-behavior
ThibG [Mon, 7 Oct 2019 10:02:20 +0000 (12:02 +0200)]
Merge pull request #1229 from ThibG/glitch-soc/features/upstream-scroll-behavior

Merge upstream changes to scroll behavior in single column

6 years agoFix old migration trying to use new column due to default status scope (#12095)
Eugen Rochko [Mon, 7 Oct 2019 04:05:14 +0000 (06:05 +0200)]
Fix old migration trying to use new column due to default status scope (#12095)

Fix #12087

6 years agoFix tootctl not allocating enough database connections for main thread (#12097)
Eugen Rochko [Mon, 7 Oct 2019 03:05:02 +0000 (05:05 +0200)]
Fix tootctl not allocating enough database connections for main thread (#12097)

6 years agoUpdate AUTHORS.md (#12096)
Eugen Rochko [Mon, 7 Oct 2019 02:36:32 +0000 (04:36 +0200)]
Update AUTHORS.md (#12096)

6 years agoAdd missing back button header for invalid account (#12094)
trwnh [Mon, 7 Oct 2019 02:33:31 +0000 (21:33 -0500)]
Add missing back button header for invalid account (#12094)

Should fix #6786

6 years agoFix issues with tootctl's parallelization and progress reporting (#12093)
Eugen Rochko [Mon, 7 Oct 2019 02:24:05 +0000 (04:24 +0200)]
Fix issues with tootctl's parallelization and progress reporting (#12093)

6 years agoFix existing user records with now-renamed `pt` locale (#12092)
Eugen Rochko [Mon, 7 Oct 2019 02:14:36 +0000 (04:14 +0200)]
Fix existing user records with now-renamed `pt` locale (#12092)

Fix #12082

6 years agoFix hashtag timeline REST API accepting too many hashtags (#12091)
Eugen Rochko [Mon, 7 Oct 2019 01:56:21 +0000 (03:56 +0200)]
Fix hashtag timeline REST API accepting too many hashtags (#12091)

6 years agoFix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)
Eugen Rochko [Sun, 6 Oct 2019 20:11:29 +0000 (22:11 +0200)]
Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)

6 years agoFix performance of home feed regeneration (#12084)
Eugen Rochko [Sun, 6 Oct 2019 20:11:17 +0000 (22:11 +0200)]
Fix performance of home feed regeneration (#12084)

Fetching statuses from all followed accounts at once takes too long
within Postgres. Fetching them one by one and merging in Ruby
could be a lot less resource-intensive

Because the query for dynamically fetching the home timeline is so
heavy, we can no longer offer it when the home timeline is missing

6 years agoFix spelling error in README (#12086)
Mareena Kunjachan [Sun, 6 Oct 2019 19:36:26 +0000 (01:06 +0530)]
Fix spelling error in README (#12086)

fix a spelling error

6 years agoadd loglevel fatal to video and audio styles (#12088)
Hugo Gameiro [Sun, 6 Oct 2019 17:48:26 +0000 (18:48 +0100)]
add loglevel fatal to video and audio styles (#12088)

6 years agoFix S3 adapter retrying failing uploads with exponential backoff (#12085)
Eugen Rochko [Sun, 6 Oct 2019 04:20:57 +0000 (06:20 +0200)]
Fix S3 adapter retrying failing uploads with exponential backoff (#12085)

The default limit of 10 retries with exponential backoff meant
that if the S3 server was timing out, you would be stuck with it
for much, much longer than the 5 second read timeout we expect.

The uploading happens within a database transaction, which means
a failing S3 server could negatively affect database performance

6 years agoRemove unused option from tootctl accounts cull (#12074)
Jeong Arm [Sun, 6 Oct 2019 02:30:07 +0000 (11:30 +0900)]
Remove unused option from tootctl accounts cull (#12074)

6 years agoPartially revert scrollbar handling on mobile, since its width-based and wrong
Thibaut Girka [Sat, 5 Oct 2019 21:21:28 +0000 (23:21 +0200)]
Partially revert scrollbar handling on mobile, since its width-based and wrong

Have to investigate as to whether it was actually needed on mobile, doesn't
seem to be the case from Firefox's Responsive Design Mode

6 years agoApply scroll changes to Bookmark column
Thibaut Girka [Sat, 5 Oct 2019 20:41:49 +0000 (22:41 +0200)]
Apply scroll changes to Bookmark column

6 years ago[Glitch] Add refresh button to list of rebloggers/favouriters in web UI
Eugen Rochko [Tue, 1 Oct 2019 02:57:27 +0000 (04:57 +0200)]
[Glitch] Add refresh button to list of rebloggers/favouriters in web UI

Port b0323d0888fcb4aa9f85a67422961a85b8ab6069 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Do not add margin light when opening modal on mobile
Yamagishi Kazutoshi [Sun, 29 Sep 2019 12:30:58 +0000 (21:30 +0900)]
[Glitch] Do not add margin light when opening modal on mobile

Port 0a49b26793d467589be09305e15ff9cc97cdd200 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix left side of single column layout being cropped on smaller screens
Eugen Rochko [Fri, 20 Sep 2019 08:51:52 +0000 (10:51 +0200)]
[Glitch] Fix left side of single column layout being cropped on smaller screens

Port 37ccafec8fe8bf5588794257744554be61a3f22e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix thread column showing pin button
Eugen Rochko [Thu, 19 Sep 2019 17:58:26 +0000 (19:58 +0200)]
[Glitch] Fix thread column showing pin button

Port 129bc871a0dc9e49900692a0b88d8d5700d9752a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix scroll position resetting when opening media modals in web UI
Eugen Rochko [Thu, 12 Sep 2019 18:14:59 +0000 (20:14 +0200)]
[Glitch] Fix scroll position resetting when opening media modals in web UI

Port 50755a47b4f0999f8c49501ff4fa4c2ef676fa0e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix loading bar being obscured by other elements in web UI
Eugen Rochko [Sun, 18 Aug 2019 12:57:05 +0000 (14:57 +0200)]
[Glitch] Fix loading bar being obscured by other elements in web UI

Port 2b4e2616eab746e4b13f77fef404165b972168ad to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix scroll to top in single column UI
Eugen Rochko [Thu, 1 Aug 2019 17:17:17 +0000 (19:17 +0200)]
[Glitch] Fix scroll to top in single column UI

Port 2dee293c4c98486d387105224023fad02b8b0d96 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix column header scrolling with the page
Eugen Rochko [Thu, 1 Aug 2019 10:26:58 +0000 (12:26 +0200)]
[Glitch] Fix column header scrolling with the page

Port 706a48ee1f2075ffb35ad4ad9cfc2f23fffbffcb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix tabs bar scrolling along with content on mobile
Eugen Rochko [Sat, 27 Jul 2019 17:25:15 +0000 (19:25 +0200)]
[Glitch] Fix tabs bar scrolling along with content on mobile

Port 4cc29eb5ad106c267ff16c9f49f145bc34d1aae0 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Fix scrolling in single-column mode on Chrome
ThibG [Tue, 23 Jul 2019 13:47:18 +0000 (15:47 +0200)]
[Glitch] Fix scrolling in single-column mode on Chrome

Port fb1b710e8ddc800f930f7b2de9a10b716f091abd to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago[Glitch] Change single-column mode to scroll the whole page
Eugen Rochko [Fri, 19 Jul 2019 07:25:22 +0000 (09:25 +0200)]
[Glitch] Change single-column mode to scroll the whole page

Port aa22b38fdbc1842549b6cbc0e0d948f85a71b92a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years agoMerge pull request #1228 from ThibG/glitch-soc/merge-upstream
ThibG [Sat, 5 Oct 2019 16:04:36 +0000 (18:04 +0200)]
Merge pull request #1228 from ThibG/glitch-soc/merge-upstream

Merge upstream changes