]> cat aescling's git repositories - mastodon.git/log
mastodon.git
7 years agoMinor cleanup in ScrollableList component
Thibaut Girka [Wed, 12 Dec 2018 17:02:28 +0000 (18:02 +0100)]
Minor cleanup in ScrollableList component

7 years agoMerge pull request #849 from ThibG/glitch-soc/merge-upstream
ThibG [Sun, 9 Dec 2018 15:38:09 +0000 (16:38 +0100)]
Merge pull request #849 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoFix directory controller in glitch-soc
Thibaut Girka [Sun, 9 Dec 2018 13:19:58 +0000 (14:19 +0100)]
Fix directory controller in glitch-soc

7 years ago[Glitch] Fix various things in the directory
Thibaut Girka [Sun, 9 Dec 2018 12:34:13 +0000 (13:34 +0100)]
[Glitch] Fix various things in the directory

Port ecd303c097bf20aa971628ba8420a9f17f3dd1f7 to glitch-soc

7 years agoPort directory CSS changes from upstream
Thibaut Girka [Sun, 9 Dec 2018 12:33:00 +0000 (13:33 +0100)]
Port directory CSS changes from upstream

Port 73be8f38c115c279e3d3961b98bd2b82b9706b05 to glitch-soc

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Sun, 9 Dec 2018 12:28:09 +0000 (13:28 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/javascript/packs/public.js
- app/models/user.rb
- config/settings.yml
- db/schema.rb

Moved public.js changes to settings.js.

7 years agoAdd setting to not aggregate reblogs (#9248)
ThibG [Sun, 9 Dec 2018 12:03:01 +0000 (13:03 +0100)]
Add setting to not aggregate reblogs (#9248)

* Add setting to not aggregate reblogs

Fixes #9222

* Handle cases where user is nil in add_to_home and add_to_list

* Add hint for setting_aggregate_reblogs option

* Reword setting_aggregate_reblogs label

7 years agoCache hashtag sample accounts, and exclude ineligible ones (#9465)
Eugen Rochko [Sat, 8 Dec 2018 00:32:26 +0000 (01:32 +0100)]
Cache hashtag sample accounts, and exclude ineligible ones (#9465)

7 years agoMake notification time smaller and reduce contrast (#9464)
Eugen Rochko [Fri, 7 Dec 2018 23:40:11 +0000 (00:40 +0100)]
Make notification time smaller and reduce contrast (#9464)

7 years agoi18n: Update Polish translation (#9459)
Marcin Mikołajczak [Fri, 7 Dec 2018 20:08:29 +0000 (21:08 +0100)]
i18n: Update Polish translation (#9459)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years agoRemove pending spec (#9453)
ysksn [Fri, 7 Dec 2018 15:53:55 +0000 (00:53 +0900)]
Remove pending spec (#9453)

7 years agoBump rubocop from 0.61.0 to 0.61.1 (#9451)
dependabot[bot] [Fri, 7 Dec 2018 15:42:50 +0000 (16:42 +0100)]
Bump rubocop from 0.61.0 to 0.61.1 (#9451)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.61.0 to 0.61.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.61.0...v0.61.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoEscape HTML in profile name preview in profile settings (#9446)
Paweł Ngei [Fri, 7 Dec 2018 15:42:22 +0000 (16:42 +0100)]
Escape HTML in profile name preview in profile settings (#9446)

* fix non-escaped html in the profile settings

* provide a default profile text in case if there's no custom one

* update haml syntax

* simplify default profile name to username

* sanitize user-input html but display emojified icons

7 years agoAdd specs for ActivityPub::InboxesController (#9456)
ysksn [Fri, 7 Dec 2018 15:40:01 +0000 (00:40 +0900)]
Add specs for ActivityPub::InboxesController (#9456)

7 years agoAdd specs for Admin::AccountModerationNotesHelper (#9455)
ysksn [Fri, 7 Dec 2018 15:39:20 +0000 (00:39 +0900)]
Add specs for Admin::AccountModerationNotesHelper (#9455)

7 years agoRemove pending spec (#9454)
ysksn [Fri, 7 Dec 2018 15:38:50 +0000 (00:38 +0900)]
Remove pending spec (#9454)

Since dots are not allowed in username,
this spec is no longer needed.

7 years agoAdd specs for AccountTagStat model (#9452)
ysksn [Fri, 7 Dec 2018 15:37:56 +0000 (00:37 +0900)]
Add specs for AccountTagStat model (#9452)

7 years agoFix various things in the directory (#9449)
Eugen Rochko [Fri, 7 Dec 2018 15:37:32 +0000 (16:37 +0100)]
Fix various things in the directory (#9449)

* Fix missing variable in directory page title

* Order hashtags by number of people instead of alphabetically

* Add icon to OpenGraph preview of directory page

* Prevent line breaks in hashtags and ensure lowercase in the table

7 years agoFix tag mb_chars comparison of profile directory (#9448)
Takeshi Umeda [Fri, 7 Dec 2018 03:18:37 +0000 (12:18 +0900)]
Fix tag mb_chars comparison of profile directory (#9448)

7 years agoMerge pull request #848 from ThibG/glitch-soc/merge-upstream
ThibG [Thu, 6 Dec 2018 16:40:43 +0000 (17:40 +0100)]
Merge pull request #848 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoAdd profile directory (#9427)
Eugen Rochko [Thu, 6 Dec 2018 16:36:11 +0000 (17:36 +0100)]
Add profile directory (#9427)

Fix #5578

7 years agoFix mention links in detailed statuses not opening in the WebUI
Thibaut Girka [Mon, 3 Dec 2018 15:16:05 +0000 (16:16 +0100)]
Fix mention links in detailed statuses not opening in the WebUI

7 years agoRevert "Add database statement timeout of 60s (#9382)"
Thibaut Girka [Thu, 6 Dec 2018 13:39:04 +0000 (14:39 +0100)]
Revert "Add database statement timeout of 60s (#9382)"

This reverts commit 58a29db99d410771f62ffb9e8c2ce95e1d3cb4ae.

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Thu, 6 Dec 2018 11:44:38 +0000 (12:44 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoRemove pending spec (#9442)
ysksn [Thu, 6 Dec 2018 08:39:15 +0000 (17:39 +0900)]
Remove pending spec (#9442)

`#from_account` isn't defined.

7 years agoAdd spec for Identity.find_for_oauth (#9441)
ysksn [Thu, 6 Dec 2018 08:38:49 +0000 (17:38 +0900)]
Add spec for Identity.find_for_oauth (#9441)

7 years agoBump rails from 5.2.1.1 to 5.2.2 (#9430)
dependabot[bot] [Thu, 6 Dec 2018 07:10:18 +0000 (16:10 +0900)]
Bump rails from 5.2.1.1 to 5.2.2 (#9430)

Bumps [rails](https://github.com/rails/rails) from 5.2.1.1 to 5.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.1.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump rails-controller-testing from 1.0.3 to 1.0.4 (#9440)
dependabot[bot] [Thu, 6 Dec 2018 07:09:13 +0000 (16:09 +0900)]
Bump rails-controller-testing from 1.0.3 to 1.0.4 (#9440)

Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/rails/rails-controller-testing/releases)
- [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.3...v1.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump rubocop from 0.60.0 to 0.61.0 (#9439)
dependabot[bot] [Thu, 6 Dec 2018 07:08:54 +0000 (16:08 +0900)]
Bump rubocop from 0.60.0 to 0.61.0 (#9439)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.60.0 to 0.61.0.
- [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.60.0...v0.61.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoAttempt fixing deadlocks by moving account stats update outside transaction (#9437)
ThibG [Wed, 5 Dec 2018 21:51:12 +0000 (22:51 +0100)]
Attempt fixing deadlocks by moving account stats update outside transaction (#9437)

* Use `update_column` instead of `update_attribute` in callback

`update_attribute` would normally cause callbacks to be called.
Called from a callback, it seems to stop further callbacks from executing.

`update_column` does the same work, but without calling callbacks or
preventing other callbacks from executing.

* Fix deadlocks by moving account stats update outside transaction

7 years agoAdd visible dates for notifications in Notification column (#9423)
Paweł Ngei [Wed, 5 Dec 2018 04:08:43 +0000 (05:08 +0100)]
Add visible dates for notifications in Notification column (#9423)

* add RelativeTimestamp elements

* style the elements properly with CSS

7 years agoFix thread depth computation in statuses_controller (#9426)
ThibG [Wed, 5 Dec 2018 01:12:29 +0000 (02:12 +0100)]
Fix thread depth computation in statuses_controller (#9426)

* Add test that should currently fail

* Fix depth computation (will still fail if statuses have been filtered out)

* Fix handling of broken threads

7 years agoBump capybara from 3.11.1 to 3.12.0 (#9388)
dependabot[bot] [Tue, 4 Dec 2018 00:27:17 +0000 (09:27 +0900)]
Bump capybara from 3.11.1 to 3.12.0 (#9388)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.11.1 to 3.12.0.
- [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.11.1...3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump rails-controller-testing from 1.0.2 to 1.0.3 (#9417)
dependabot[bot] [Tue, 4 Dec 2018 00:26:55 +0000 (09:26 +0900)]
Bump rails-controller-testing from 1.0.2 to 1.0.3 (#9417)

Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/rails/rails-controller-testing/releases)
- [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.2...v1.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump pry-rails from 0.3.7 to 0.3.8 (#9418)
dependabot[bot] [Tue, 4 Dec 2018 00:26:40 +0000 (09:26 +0900)]
Bump pry-rails from 0.3.7 to 0.3.8 (#9418)

Bumps [pry-rails](https://github.com/rweng/pry-rails) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/rweng/pry-rails/releases)
- [Commits](https://github.com/rweng/pry-rails/compare/v0.3.7...v0.3.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoAdd database statement timeout of 60s (#9382)
Eugen Rochko [Mon, 3 Dec 2018 00:32:27 +0000 (01:32 +0100)]
Add database statement timeout of 60s (#9382)

7 years agoImprove account suspension speed and completeness (#9290)
Eugen Rochko [Mon, 3 Dec 2018 00:32:08 +0000 (01:32 +0100)]
Improve account suspension speed and completeness (#9290)

- Some associations were missing from the clean-up
- Some attributes were not reset on suspension
- Skip federation and streaming deletes when purging a dead domain
- Move account association definitions to concern

7 years agoMerge pull request #838 from ThibG/glitch-soc/features/reply-all-streaming-entries
David Yip [Sun, 2 Dec 2018 22:30:52 +0000 (16:30 -0600)]
Merge pull request #838 from ThibG/glitch-soc/features/reply-all-streaming-entries

Display a double reply arrow on public pages for toots that are replies

7 years agoMerge pull request #842 from ThibG/glitch-soc/merge-upstream
ThibG [Sun, 2 Dec 2018 19:42:10 +0000 (20:42 +0100)]
Merge pull request #842 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Sun, 2 Dec 2018 19:29:14 +0000 (20:29 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoBump version to 2.6.5 (#9413)
Eugen Rochko [Sun, 2 Dec 2018 16:41:38 +0000 (17:41 +0100)]
Bump version to 2.6.5 (#9413)

7 years agoPreload common JSON-LD contexts (#9412)
ThibG [Sun, 2 Dec 2018 15:46:13 +0000 (16:46 +0100)]
Preload common JSON-LD contexts (#9412)

Fixes #9411

7 years agoMerge pull request #840 from ThibG/glitch-soc/merge-upstream
ThibG [Sun, 2 Dec 2018 10:35:26 +0000 (11:35 +0100)]
Merge pull request #840 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Sat, 1 Dec 2018 20:00:16 +0000 (21:00 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoFix since_id
Thibaut Girka [Sat, 1 Dec 2018 16:54:12 +0000 (17:54 +0100)]
Fix since_id

7 years agoFix last_status parameter for notifications and conversations (#9407)
ThibG [Sat, 1 Dec 2018 17:36:41 +0000 (18:36 +0100)]
Fix last_status parameter for notifications and conversations (#9407)

7 years ago[i18n] update and corrections for Occitan locale (#9404)
Quentí [Sat, 1 Dec 2018 16:39:13 +0000 (17:39 +0100)]
[i18n] update and corrections for Occitan locale (#9404)

* Update + correction

Colomna and not columna
Pòt, verb missing

* Correction

D’aquí is followed by a time period, and dins by a season.
Read : https://github.com/briannesbitt/Carbon/pull/1403 for more details.

* Correction admin zone

* Correction

Reïnicializacion, with the funny ï

7 years agoAdd a tooltip explaining what a locked account is (#9403)
Paweł Ngei [Sat, 1 Dec 2018 13:25:15 +0000 (14:25 +0100)]
Add a tooltip explaining what a locked account is (#9403)

* create a title tooltip explaining what a locked account is

* improve phrasing

* minor phrasing fix to unify default and english

7 years agoMerge pull request #837 from ThibG/glitch-soc/merge-upstream
ThibG [Fri, 30 Nov 2018 21:37:58 +0000 (22:37 +0100)]
Merge pull request #837 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoScroll to selected toot even if the ancestors happen to be loaded
Thibaut Girka [Fri, 30 Nov 2018 16:14:01 +0000 (17:14 +0100)]
Scroll to selected toot even if the ancestors happen to be loaded

7 years agoScroll to detailed status when new ancestors get inserted
Thibaut Girka [Fri, 30 Nov 2018 11:27:19 +0000 (12:27 +0100)]
Scroll to detailed status when new ancestors get inserted

7 years ago[Glitch] Fix bug in order of conversations in web UI
Thibaut Girka [Fri, 30 Nov 2018 11:24:58 +0000 (12:24 +0100)]
[Glitch] Fix bug in order of conversations in web UI

Port e18390cfe6f5f0eb55abafe072b14b7fa123e808 to glitch-soc

7 years ago[Glitch] Replace recursion in status mapStateToProps
Thibaut Girka [Fri, 30 Nov 2018 11:24:12 +0000 (12:24 +0100)]
[Glitch] Replace recursion in status mapStateToProps

Port dfbadd68374ab5ddcaa75907261bd91da688fc6b to glitch-soc

7 years ago[Glitch] Fix context building in the reducer
Thibaut Girka [Fri, 30 Nov 2018 11:23:07 +0000 (12:23 +0100)]
[Glitch] Fix context building in the reducer

Port 7706ed038f1a16d232635d564a28e6f90e53e0fd to glitch-soc

7 years ago[Glitch] Introduce flat layout to contexts reducer
Thibaut Girka [Fri, 30 Nov 2018 11:17:56 +0000 (12:17 +0100)]
[Glitch] Introduce flat layout to contexts reducer

Port 023fe5181b66ba2cbd20cca4e3bd34f132deba52 to glitch-soc

7 years agoDisplay a double reply arrow on public pages for toots that are replies
Thibaut Girka [Fri, 30 Nov 2018 21:09:52 +0000 (22:09 +0100)]
Display a double reply arrow on public pages for toots that are replies

7 years agoBump version to 2.6.4 (#9402)
Eugen Rochko [Fri, 30 Nov 2018 20:38:09 +0000 (21:38 +0100)]
Bump version to 2.6.4 (#9402)

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Fri, 30 Nov 2018 19:16:26 +0000 (20:16 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoFix that translation is not applied to "joining hashtags" (#9397)
mayaeh [Fri, 30 Nov 2018 18:36:09 +0000 (03:36 +0900)]
Fix that translation is not applied to "joining hashtags" (#9397)

7 years agoRemove npm-run-all dependency (#9401)
Eugen Rochko [Fri, 30 Nov 2018 18:16:32 +0000 (19:16 +0100)]
Remove npm-run-all dependency (#9401)

Fix #9359

7 years agoBump oj from 3.7.1 to 3.7.4 (#9393)
dependabot[bot] [Fri, 30 Nov 2018 18:09:31 +0000 (19:09 +0100)]
Bump oj from 3.7.1 to 3.7.4 (#9393)

Bumps [oj](https://github.com/ohler55/oj) from 3.7.1 to 3.7.4.
- [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.1...v3.7.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump fastimage from 2.1.4 to 2.1.5 (#9395)
dependabot[bot] [Fri, 30 Nov 2018 18:08:31 +0000 (19:08 +0100)]
Bump fastimage from 2.1.4 to 2.1.5 (#9395)

Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/sdsykes/fastimage/releases)
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.1.4...v2.1.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoBump version to 2.6.3 (#9391)
Eugen Rochko [Fri, 30 Nov 2018 13:20:15 +0000 (14:20 +0100)]
Bump version to 2.6.3 (#9391)

7 years agoMerge pull request #835 from ThibG/glitch-soc/merge-upstream
ThibG [Thu, 29 Nov 2018 20:47:18 +0000 (21:47 +0100)]
Merge pull request #835 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Thu, 29 Nov 2018 18:22:52 +0000 (19:22 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoImprove detailed status component lifecycle
Thibaut Girka [Wed, 28 Nov 2018 19:20:03 +0000 (20:20 +0100)]
Improve detailed status component lifecycle

- Move componentWillMount and componentWillReceiveProps logic to
  getDerivedStateFromProps.
- Compute CW auto-unfold status earlier

7 years agoSwap avatar and header input fields in profile page (#9271)
ThibG [Thu, 29 Nov 2018 01:56:09 +0000 (02:56 +0100)]
Swap avatar and header input fields in profile page (#9271)

Fixes #9211

7 years agoDo not hardcode preferences link, pleroma doesn't have it
Thibaut Girka [Wed, 28 Nov 2018 14:35:44 +0000 (15:35 +0100)]
Do not hardcode preferences link, pleroma doesn't have it

7 years agoAdd error boundary component to catch Web UI crashes
Thibaut Girka [Wed, 28 Nov 2018 14:01:40 +0000 (15:01 +0100)]
Add error boundary component to catch Web UI crashes

7 years agoDo not crash the whole UI when loading an invalid column
Thibaut Girka [Wed, 28 Nov 2018 13:56:22 +0000 (14:56 +0100)]
Do not crash the whole UI when loading an invalid column

7 years agoSwitch “cycling” reply policy link to set of radio inputs
Thibaut Girka [Wed, 28 Nov 2018 15:57:26 +0000 (16:57 +0100)]
Switch “cycling” reply policy link to set of radio inputs

Fixes #832

7 years agoBump aws-sdk-s3 from 1.25.0 to 1.27.0 (#9385)
dependabot[bot] [Wed, 28 Nov 2018 15:34:54 +0000 (16:34 +0100)]
Bump aws-sdk-s3 from 1.25.0 to 1.27.0 (#9385)

Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoAdd specs for list replies policy
Thibaut Girka [Sun, 4 Nov 2018 21:37:32 +0000 (22:37 +0100)]
Add specs for list replies policy

7 years agoAdd basic UI to set list replies setting in glitch-soc
Thibaut Girka [Sun, 4 Nov 2018 12:00:59 +0000 (13:00 +0100)]
Add basic UI to set list replies setting in glitch-soc

7 years agoAdd backend support to read and update list-specific show_replies settings
Thibaut Girka [Sun, 4 Nov 2018 11:10:25 +0000 (12:10 +0100)]
Add backend support to read and update list-specific show_replies settings

7 years agoAdd database support for list show-reply preferences
Thibaut Girka [Sun, 4 Nov 2018 11:02:04 +0000 (12:02 +0100)]
Add database support for list show-reply preferences

7 years ago[Security] Bump rails from 5.2.1 to 5.2.1.1 (#9383)
dependabot[bot] [Tue, 27 Nov 2018 22:34:39 +0000 (23:34 +0100)]
[Security] Bump rails from 5.2.1 to 5.2.1.1 (#9383)

Bumps [rails](https://github.com/rails/rails) from 5.2.1 to 5.2.1.1. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.1...v5.2.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoMerge pull request #829 from ThibG/glitch-soc/features/volume-sliders
David Yip [Tue, 27 Nov 2018 21:27:21 +0000 (15:27 -0600)]
Merge pull request #829 from ThibG/glitch-soc/features/volume-sliders

[Glitch] Volume sliders for videos

7 years agoFix TLS handshake timeout not being enforced (#9381)
Eugen Rochko [Tue, 27 Nov 2018 18:46:05 +0000 (19:46 +0100)]
Fix TLS handshake timeout not being enforced (#9381)

Follow-up to #9329

7 years agoSkip deliveries to inboxes that have already been marked as unavailable (#9358)
Eugen Rochko [Tue, 27 Nov 2018 18:15:08 +0000 (19:15 +0100)]
Skip deliveries to inboxes that have already been marked as unavailable (#9358)

7 years agoDon't count suspended users in user count (#9380)
Eugen Rochko [Tue, 27 Nov 2018 17:49:37 +0000 (18:49 +0100)]
Don't count suspended users in user count (#9380)

Fix #7637

7 years agoFix nil error when no DNS addresses are found for host (#9379)
Eugen Rochko [Tue, 27 Nov 2018 17:13:36 +0000 (18:13 +0100)]
Fix nil error when no DNS addresses are found for host (#9379)

7 years agoDo not leak existence of e-mail addresses during login attempt, part 2 (#9376)
Marcin Mikołajczak [Tue, 27 Nov 2018 16:39:41 +0000 (17:39 +0100)]
Do not leak existence of e-mail addresses during login attempt, part 2 (#9376)

* Do not leak existence of e-mail addresses during login attempt, part 2

* Update devise.uk.yml

7 years agosecurity/l10n [fr] do not leak registered e-mail addresses (#9375)
Marcin Mikołajczak [Tue, 27 Nov 2018 15:40:39 +0000 (16:40 +0100)]
security/l10n [fr] do not leak registered e-mail addresses (#9375)

Do not leak existence of e-mail addresses during login attempt in French translation

7 years agoMerge pull request #828 from ThibG/glitch-soc/merge-upstream
ThibG [Tue, 27 Nov 2018 15:26:18 +0000 (16:26 +0100)]
Merge pull request #828 from ThibG/glitch-soc/merge-upstream

Merge upstream changes

7 years ago[Glitch] Volume sliders for videos
Thibaut Girka [Tue, 27 Nov 2018 14:21:57 +0000 (15:21 +0100)]
[Glitch] Volume sliders for videos

Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 27 Nov 2018 14:10:58 +0000 (15:10 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

7 years agoBump version to 2.6.2 (#9370)
Eugen Rochko [Tue, 27 Nov 2018 12:56:47 +0000 (13:56 +0100)]
Bump version to 2.6.2 (#9370)

7 years agoChange identities id column to a bigint (#9371)
Eugen Rochko [Tue, 27 Nov 2018 12:56:25 +0000 (13:56 +0100)]
Change identities id column to a bigint (#9371)

* fix: change Identity's id column to a bigint

This appears to be the last model created using a 5.0 migration,
where column types defaulted to `integer` rather than `bigint`.

This migration changes the column type to match that of all of the
other ID columns.

* Change user_id column in identities to bigint and fix down-migration

7 years agoRemove unused translations (#9372)
Eugen Rochko [Tue, 27 Nov 2018 12:38:03 +0000 (13:38 +0100)]
Remove unused translations (#9372)

7 years ago[Glitch] check_boxes label should use display: inline-block
Thibaut Girka [Tue, 27 Nov 2018 12:29:12 +0000 (13:29 +0100)]
[Glitch] check_boxes label should use display: inline-block

Port 180ae0472a3ff2c0c4a59733f78c87cb6e2004d7 to glitch-soc

7 years agoMerge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 27 Nov 2018 12:23:02 +0000 (13:23 +0100)]
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/models/status.rb

Resolved by taking both changes (not a real conflict, just changes too close
to each other).

7 years agoWeblate translations (2018-11-27) (#9367)
Renato "Lond" Cerqueira [Tue, 27 Nov 2018 11:50:26 +0000 (12:50 +0100)]
Weblate translations (2018-11-27) (#9367)

* Translated using Weblate (Malay)

Currently translated at 0.4% (3 of 701 strings)

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

* Added translation using Weblate (Malay)

* Translated using Weblate (Bulgarian)

Currently translated at 14.0% (98 of 701 strings)

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

* Translated using Weblate (Croatian)

Currently translated at 14.3% (100 of 701 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 31.1% (218 of 701 strings)

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

* Translated using Weblate (Arabic)

Currently translated at 100.0% (62 of 62 strings)

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

* Translated using Weblate (Arabic)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Arabic)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Arabic)

Currently translated at 96.0% (673 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 100.0% (62 of 62 strings)

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

* Translated using Weblate (Malay)

Currently translated at 28.7% (201 of 701 strings)

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

* Translated using Weblate (Polish)

Currently translated at 98.0% (687 of 701 strings)

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

* Translated using Weblate (Serbian (latin))

Currently translated at 68.3% (479 of 701 strings)

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

* Translated using Weblate (Hebrew)

Currently translated at 43.1% (302 of 701 strings)

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

* Translated using Weblate (Indonesian)

Currently translated at 31.2% (219 of 701 strings)

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

* Translated using Weblate (Turkish)

Currently translated at 32.0% (224 of 701 strings)

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

* Translated using Weblate (Ido)

Currently translated at 19.3% (135 of 701 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 49.3% (167 of 339 strings)

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

* Translated using Weblate (Ido)

Currently translated at 36.9% (125 of 339 strings)

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

* Translated using Weblate (Hungarian)

Currently translated at 70.2% (238 of 339 strings)

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

* Translated using Weblate (Slovenian)

Currently translated at 45.7% (155 of 339 strings)

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

* Translated using Weblate (Indonesian)

Currently translated at 62.5% (212 of 339 strings)

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

* Translated using Weblate (Serbian (latin))

Currently translated at 72.0% (244 of 339 strings)

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

* Translated using Weblate (Catalan)

Currently translated at 99.4% (337 of 339 strings)

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

* Translated using Weblate (Polish)

Currently translated at 98.2% (333 of 339 strings)

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

* Translated using Weblate (Galician)

Currently translated at 99.4% (337 of 339 strings)

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

* Translated using Weblate (Occitan)

Currently translated at 99.4% (337 of 339 strings)

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

* Translated using Weblate (Spanish)

Currently translated at 97.3% (330 of 339 strings)

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

* Translated using Weblate (Romanian)

Currently translated at 97.1% (329 of 339 strings)

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

* Translated using Weblate (Turkish)

Currently translated at 45.4% (154 of 339 strings)

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

* Translated using Weblate (Welsh)

Currently translated at 97.9% (332 of 339 strings)

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

* Translated using Weblate (Portuguese)

Currently translated at 72.6% (246 of 339 strings)

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

* Translated using Weblate (Bulgarian)

Currently translated at 22.4% (76 of 339 strings)

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

* Translated using Weblate (Norwegian (old code))

Currently translated at 74.0% (251 of 339 strings)

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

* Translated using Weblate (Slovenian)

Currently translated at 89.9% (80 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sl/

* Translated using Weblate (Czech)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Czech)

Currently translated at 100.0% (62 of 62 strings)

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

* Translated using Weblate (Slovenian)

Currently translated at 13.3% (93 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Korean)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Corsican)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (French)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 29.0% (18 of 62 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 50.0% (1 of 2 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 36.2% (254 of 701 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 43.9% (43 of 98 strings)

Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/ast/

* Translated using Weblate (Asturian)

Currently translated at 68.1% (231 of 339 strings)

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

* Translated using Weblate (Asturian)

Currently translated at 59.6% (53 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/

* Translated using Weblate (Asturian)

Currently translated at 68.1% (231 of 339 strings)

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

* Translated using Weblate (Persian)

Currently translated at 99.7% (699 of 701 strings)

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

* Translated using Weblate (Persian)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fa/

* Translated using Weblate (Slovenian)

Currently translated at 15.5% (109 of 701 strings)

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

* Translated using Weblate (Slovenian)

Currently translated at 46.0% (156 of 339 strings)

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

* Translated using Weblate (Galician)

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

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

* Translated using Weblate (German)

Currently translated at 99,7% (699 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Dutch)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (62 of 62 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Corsican)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Danish)

Currently translated at 98.9% (693 of 701 strings)

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

* Translated using Weblate (Danish)

Currently translated at 99.4% (337 of 339 strings)

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

* Translated using Weblate (Danish)

Currently translated at 91.0% (81 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/da/

* Translated using Weblate (Finnish)

Currently translated at 97.9% (332 of 339 strings)

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

* Translated using Weblate (Dutch)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Italian)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Italian)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/it/

* Translated using Weblate (Welsh)

Currently translated at 91.0% (638 of 701 strings)

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

* Translated using Weblate (Dutch)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (French)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Dutch)

Currently translated at 100.0% (62 of 62 strings)

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

* Translated using Weblate (Malay)

Currently translated at 42.9% (301 of 701 strings)

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

* Translated using Weblate (Japanese)

Currently translated at 99.4% (337 of 339 strings)

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

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Japanese)

Currently translated at 99.7% (338 of 339 strings)

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

* Translated using Weblate (Czech)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Danish)

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

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

* Translated using Weblate (Czech)

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

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Japanese)

Currently translated at 99.6% (698 of 701 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/

* Translated using Weblate (Slovak)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Czech)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/

* Translated using Weblate (Slovak)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 94.4% (84 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Japanese)

Currently translated at 99.7% (699 of 701 strings)

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

* Translated using Weblate (Japanese)

Currently translated at 99.6% (698 of 701 strings)

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

* Translated using Weblate (Telugu)

Currently translated at 0.6% (4 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/

* Translated using Weblate (Slovak)

Currently translated at 96.6% (677 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 96.6% (677 of 701 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 97.7% (685 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 97.7% (685 of 701 strings)

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

* Translated using Weblate (Greek)

Currently translated at 99.6% (698 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sk/

* Translated using Weblate (Slovak)

Currently translated at 97.7% (685 of 701 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Dutch)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Basque)

Currently translated at 100.0% (89 of 89 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/

* Translated using Weblate (Telugu)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Czech)

Currently translated at 99.9% (700 of 701 strings)

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

* Translated using Weblate (Telugu)

Currently translated at 100.0% (339 of 339 strings)

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

* Translated using Weblate (Catalan)

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

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

* Translated using Weblate (Slovak)

Currently translated at 97.7% (685 of 701 strings)

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

* Translated using Weblate (Slovak)

Currently translated at 97.9% (686 of 701 strings)

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

* Normalize translations

* Normalize translations

ran yarn build:development && i18n-tasks normalize && yarn
manage:translations && i18n-tasks remove-unused
Also ran i18n-tasks check-consistent-interpolations

* Fix ast translation

* Fix missing plurals for ar

* Add missing plurals for cs

* Add missing plurals for sk

* Add missing plurals for sl

* Normalize translations

7 years agoAllow hyphens in the middle of remote user names (#9345)
ThibG [Tue, 27 Nov 2018 11:28:01 +0000 (12:28 +0100)]
Allow hyphens in the middle of remote user names (#9345)

Fixes #9309

This only allows hyphens in the middle of a username, much like dots,
although I don't have a compelling reason to do so other than keeping
the changes minimal.

7 years agoBump tty-prompt from 0.17.2 to 0.18.0 (#9354)
dependabot[bot] [Tue, 27 Nov 2018 11:27:00 +0000 (12:27 +0100)]
Bump tty-prompt from 0.17.2 to 0.18.0 (#9354)

Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/piotrmurach/tty-prompt/releases)
- [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.17.2...v0.18.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoVolume sliders for videos #7429 (#9366)
Sumit Khanna [Tue, 27 Nov 2018 11:25:38 +0000 (05:25 -0600)]
Volume sliders for videos #7429 (#9366)

* Volume sliders for videos #7429

* Code formatting updates

* Code formatting updates

7 years agoadd loglevel to ffmpeg in gif upload (#9368)
Hugo Gameiro [Tue, 27 Nov 2018 11:19:12 +0000 (11:19 +0000)]
add loglevel to ffmpeg in gif upload (#9368)

7 years agoRedesign admin accounts index (#9340)
Eugen Rochko [Mon, 26 Nov 2018 14:53:27 +0000 (15:53 +0100)]
Redesign admin accounts index (#9340)

* Improve overview of accounts in admin UI

- Display suspended status, role, last activity and IP prominently
- Default to showing local accounts
- Default to not showing suspended accounts

* Remove unused strings

* Fix tests

* Allow filtering accounts by IP mask

7 years agoEnsure replied-to is a status not a boost (#9129)
valerauko [Sun, 25 Nov 2018 15:35:21 +0000 (00:35 +0900)]
Ensure replied-to is a status not a boost (#9129)

* Ensure replied-to is a status not a boost

* Consider case of not a reply

* Add test case for replying to boost

* Move reblog-reply resolution to model

* Remove unnecessary comment

7 years agocheck_boxes label should use display: inline-block (#9348)
takayamaki [Sun, 25 Nov 2018 15:26:15 +0000 (00:26 +0900)]
check_boxes label should use display: inline-block (#9348)

This page took 0.095644 seconds and 4 git commands to generate.