]>
cat aescling's git repositories - mastodon.git/log
Eugen Rochko [Mon, 9 Sep 2019 20:44:17 +0000 (22:44 +0200)]
[Glitch] Add batch actions and categories to admin UI for custom emojis
Port SCSS changes from
1110ea1a9162d5488e1ed5dbccd0803618e713f8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 9 Sep 2019 12:15:52 +0000 (14:15 +0200)]
[Glitch] Add account bio to account admin view
Port SCSS changes from
ec2a439a22bc74d21a99beedde4c0ae25f682d05 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Mon, 9 Sep 2019 10:50:09 +0000 (12:50 +0200)]
[Glitch] Add batch approve/reject for pending hashtags in admin UI
Port SCSS changes from
261e52268c05d2da4459a23e2898555dd5db5771 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Fri, 13 Sep 2019 16:13:43 +0000 (18:13 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- Gemfile
- app/controllers/api/v1/search_controller.rb
Conflict because we changed the number of default results to be
configurable
- app/lib/settings/scoped_settings.rb
Addition of a new “noindex” site-wide setting,
conflict due to our change of the two other site-wide settings
(default flavour and skin instead of theme)
- spec/controllers/application_controller_spec.rb
Addition of a new “noindex” site-wide setting,
conflict due to our change of the two other site-wide settings
(default flavour and skin instead of theme)
Eugen Rochko [Fri, 13 Sep 2019 14:11:13 +0000 (16:11 +0200)]
Remove deprecated `GET /api/v1/search` API (#11823)
Use `GET /api/v2/search` instead
ThibG [Fri, 13 Sep 2019 14:04:09 +0000 (16:04 +0200)]
Fix display of long poll options (#11717)
ThibG [Fri, 13 Sep 2019 14:03:46 +0000 (16:03 +0200)]
Change /api/v1/timelines/public to require auth when public preview is off (#11802)
Fixes #11289
Yamagishi Kazutoshi [Fri, 13 Sep 2019 14:02:52 +0000 (23:02 +0900)]
Change rate limit for media proxy (#11814)
Eugen Rochko [Fri, 13 Sep 2019 14:01:39 +0000 (16:01 +0200)]
Fix search API not resolving URL when type is given (#11822)
Fix #11771
Eugen Rochko [Fri, 13 Sep 2019 14:01:26 +0000 (16:01 +0200)]
Fix hashtags being split by ZWNJ character (#11821)
Fix #11761
Eugen Rochko [Fri, 13 Sep 2019 14:01:09 +0000 (16:01 +0200)]
Change unlisted custom emoji to not appear in autosuggestions (#11818)
Fix #11669
Eugen Rochko [Fri, 13 Sep 2019 14:00:47 +0000 (16:00 +0200)]
Fix unused CSS (#11824)
Fix #11689
Eugen Rochko [Fri, 13 Sep 2019 14:00:34 +0000 (16:00 +0200)]
Change max length of media descriptions from 420 to 1500 characters (#11819)
Fix #11658
Eugen Rochko [Fri, 13 Sep 2019 14:00:19 +0000 (16:00 +0200)]
Fix name of Portuguese language not including Portugal (#11820)
Fix #11602
Eugen Rochko [Thu, 12 Sep 2019 18:14:59 +0000 (20:14 +0200)]
Fix scroll position resetting when opening media modals in web UI (#11815)
Eugen Rochko [Thu, 12 Sep 2019 02:58:33 +0000 (04:58 +0200)]
Add missing locale file for ga and add rake task to check for it (#11813)
* Add missing locale file for ga and add rake task to check for it
* Update lib/tasks/repo.rake
Co-Authored-By: Yamagishi Kazutoshi <ykzts@desire.sh>
* Fix check-i18n build
Eugen Rochko [Wed, 11 Sep 2019 23:51:12 +0000 (01:51 +0200)]
Fix uncaught errors in media proxy controller (#11811)
Eugen Rochko [Wed, 11 Sep 2019 23:51:01 +0000 (01:51 +0200)]
Fix nil error in warning e-mail template (#11812)
Eugen Rochko [Wed, 11 Sep 2019 14:32:44 +0000 (16:32 +0200)]
Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)
Change all account actions except "none" to resolve all unresolved reports
Refactor `SuspendAccountService` to be more readable
Tao Bror Bojlén [Wed, 11 Sep 2019 06:44:58 +0000 (07:44 +0100)]
add admin setting for default search engine indexing (fix #11750) (#11804)
Thibaut Girka [Tue, 10 Sep 2019 19:38:53 +0000 (21:38 +0200)]
Fix flavour screenshot styling in vanilla flavour
ThibG [Tue, 10 Sep 2019 18:56:42 +0000 (20:56 +0200)]
Add updated relationship to follow request API responses (#11800)
Fixes #11747
ThibG [Tue, 10 Sep 2019 18:56:07 +0000 (20:56 +0200)]
Change /admin/custom_emoji to honor the auto_play_gif setting (#11801)
Fixes #9535
ThibG [Tue, 10 Sep 2019 18:55:23 +0000 (20:55 +0200)]
Fix duplicate HTML ids in /about (#11803)
Fixes #11329
Eugen Rochko [Tue, 10 Sep 2019 13:29:12 +0000 (15:29 +0200)]
Add retry for failed media downloads and `tootctl media refresh` (#11775)
Thibaut Girka [Tue, 10 Sep 2019 11:57:05 +0000 (13:57 +0200)]
Fix wrong icons from last refactoring
Fix regressions from
f154d9d6e9ca461cf608674494cb23eee6db6534
Eugen Rochko [Tue, 10 Sep 2019 11:48:48 +0000 (13:48 +0200)]
Change tootctl to use inline parallelization instead of Sidekiq (#11776)
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
dependabot-preview[bot] [Tue, 10 Sep 2019 10:44:47 +0000 (12:44 +0200)]
Bump webpush from 0.3.8 to 1.0.0 (#11614)
Bumps [webpush](https://github.com/zaru/webpush) from 0.3.8 to 1.0.0.
- [Release notes](https://github.com/zaru/webpush/releases)
- [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zaru/webpush/compare/v0.3.8...v1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Tue, 10 Sep 2019 10:43:06 +0000 (12:43 +0200)]
New Crowdin translations (#11626)
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations simple_form.en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[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 (Esperanto)
[ci skip]
* New translations simple_form.en.yml (Esperanto)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations activerecord.en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations devise.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations devise.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations devise.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Estonian)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Bengali)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Malay)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations en.json (Telugu)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Welsh)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations en.json (Latvian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Bulgarian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Esperanto)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations activerecord.en.yml (German)
[ci skip]
* New translations devise.en.yml (German)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[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.yml (Ukrainian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations simple_form.en.yml (Galician)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations
Eugen Rochko [Mon, 9 Sep 2019 20:44:17 +0000 (22:44 +0200)]
Add batch actions and categories to admin UI for custom emojis (#11793)
Eugen Rochko [Mon, 9 Sep 2019 18:42:43 +0000 (20:42 +0200)]
Fix display of instance actor in reports UI (#11798)
Thibaut Girka [Mon, 9 Sep 2019 14:41:41 +0000 (16:41 +0200)]
Use the `Icon` component instead of directly using `i` tag
Thibaut Girka [Mon, 9 Sep 2019 13:28:45 +0000 (15:28 +0200)]
Use upstream's Icon component
Rework the codebase to avoid unnecessary differences with upstream
Thibaut Girka [Mon, 9 Sep 2019 13:16:08 +0000 (15:16 +0200)]
Move “export” before decorators
As this is what upstream does.
See also https://github.com/tc39/proposal-decorators/issues/69
ThibG [Mon, 9 Sep 2019 12:15:52 +0000 (14:15 +0200)]
Add account bio to account admin view (#11473)
* Add account bio to account admin view
* Change styling to make bio fields / content more readable
dependabot-preview[bot] [Mon, 9 Sep 2019 11:10:17 +0000 (20:10 +0900)]
Bump fastimage from 2.1.5 to 2.1.7 (#11785)
Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.1.5 to 2.1.7.
- [Release notes](https://github.com/sdsykes/fastimage/releases)
- [Commits](https://github.com/sdsykes/fastimage/compare/v2.1.5...v2.1.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 11:08:45 +0000 (20:08 +0900)]
Bump sanitize from 5.0.0 to 5.1.0 (#11786)
Bumps [sanitize](https://github.com/rgrove/sanitize) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/master/HISTORY.md)
- [Commits](https://github.com/rgrove/sanitize/compare/v5.0.0...v5.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 11:07:02 +0000 (20:07 +0900)]
Bump jest from 24.8.0 to 24.9.0 (#11781)
Bumps [jest](https://github.com/facebook/jest) from 24.8.0 to 24.9.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.8.0...v24.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 11:03:07 +0000 (20:03 +0900)]
Bump mime-types from 3.2.2 to 3.3 (#11788)
Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.2.2 to 3.3.
- [Release notes](https://github.com/mime-types/ruby-mime-types/releases)
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/master/History.md)
- [Commits](https://github.com/mime-types/ruby-mime-types/compare/v3.2.2...v3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 10:52:33 +0000 (19:52 +0900)]
Bump json-ld-preloaded from 3.0.3 to 3.0.4 (#11790)
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.3...3.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 10:50:38 +0000 (19:50 +0900)]
Bump oj from 3.9.0 to 3.9.1 (#11789)
Bumps [oj](https://github.com/ohler55/oj) from 3.9.0 to 3.9.1.
- [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.0...v3.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Mon, 9 Sep 2019 10:50:09 +0000 (12:50 +0200)]
Add batch approve/reject for pending hashtags in admin UI (#11791)
dependabot-preview[bot] [Mon, 9 Sep 2019 10:49:54 +0000 (19:49 +0900)]
Bump faker from 2.2.1 to 2.2.2 (#11787)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.2.1...v2.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 10:49:13 +0000 (19:49 +0900)]
Bump devise from 4.7.0 to 4.7.1 (#11784)
* Bump devise from 4.7.0 to 4.7.1
Bumps [devise](https://github.com/plataformatec/devise) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.7.0...v4.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* bcrypt (3.1.12)
dependabot-preview[bot] [Mon, 9 Sep 2019 10:42:39 +0000 (19:42 +0900)]
Bump @babel/preset-env from 7.5.5 to 7.6.0 (#11780)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.5 to 7.6.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.5.5...v7.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 9 Sep 2019 10:40:30 +0000 (19:40 +0900)]
Bump tesseract.js from 2.0.0-alpha.13 to 2.0.0-alpha.15 (#11779)
Bumps [tesseract.js](https://github.com/naptha/tesseract.js) from 2.0.0-alpha.13 to 2.0.0-alpha.15.
- [Release notes](https://github.com/naptha/tesseract.js/releases)
- [Commits](https://github.com/naptha/tesseract.js/compare/v2.0.0-alpha.13...v2.0.0-alpha.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Takeshi Umeda [Mon, 9 Sep 2019 08:50:33 +0000 (17:50 +0900)]
Add featured tags API (#11778)
* Add featured tags API
* Remove show and update, change scope, fix code style
Rey Tucker [Sun, 8 Sep 2019 21:29:42 +0000 (17:29 -0400)]
glitch: fix webpack build failure in columns_area.js (#1212)
Fixes #1212 by copying what works in the mainline flavor.
Eugen Rochko [Sun, 8 Sep 2019 17:17:57 +0000 (19:17 +0200)]
Change half-life of trend decay (#11774)
Yamagishi Kazutoshi [Sat, 7 Sep 2019 03:12:20 +0000 (12:12 +0900)]
Use prebuilt node.js on Docker image (#11768)
Yamagishi Kazutoshi [Sat, 7 Sep 2019 00:47:51 +0000 (09:47 +0900)]
Add healthcheck endpoint for web (#11770)
Eugen Rochko [Fri, 6 Sep 2019 11:55:51 +0000 (13:55 +0200)]
Add timeline read markers API (#11762)
Fix #4093
ThibG [Fri, 6 Sep 2019 10:06:59 +0000 (12:06 +0200)]
Merge pull request #1211 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Yamagishi Kazutoshi [Thu, 5 Sep 2019 13:51:51 +0000 (22:51 +0900)]
Add method and enctype to manifest (#11767)
Eugen Rochko [Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)]
[Glitch] Fix line breaks in hashtag autosuggestions in web UI
Port
7db2c2e2ba049845bdfdbf9931ffae6ae5ccddd3 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mostafa Ahangarha [Wed, 4 Sep 2019 20:30:49 +0000 (01:00 +0430)]
[Glitch] Exclude URLs from text analysis
Port
e974d4923fabd887416609bc6c8ca81ce81d0ff2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Wed, 4 Sep 2019 08:10:18 +0000 (10:10 +0200)]
[Glitch] Fix wrong sum of usage in hashtag component in web UI
Port
a6a63358c3fd81b9104aa0a51133cd065eea4a84 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Wed, 4 Sep 2019 02:14:13 +0000 (04:14 +0200)]
[Glitch] Fix wrong pluralization in hashtag component in web UI
Port
1a00bd9244ee8555d7401f4f0ee01ec381e96c1c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Tue, 3 Sep 2019 04:35:44 +0000 (06:35 +0200)]
[Glitch] Change hashtag component in web UI to show numbers for 2 last days
Port
d19d86fe2b26fb00577d600234c32d726fb199a4 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Tue, 3 Sep 2019 02:56:40 +0000 (04:56 +0200)]
[Glitch] Fix uncached media in web UI not being clickable
Port
34adc8784a3f165a4bd5719a067093f703f499e9 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
mayaeh [Mon, 2 Sep 2019 16:12:27 +0000 (01:12 +0900)]
[Glitch] Integrate translation strings for the Profile Directory.
Port
1f22b8197cb961371fa761e1fa214d4f4a2074d1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)]
[Glitch] Fix Mastodon logo style on hover on public pages' footer
Port
0ea53122f2a0db726afe96cfedd8e7fe3d930e0a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)]
[Glitch] Fix height of dashboard counters
Port
6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sun, 1 Sep 2019 18:04:35 +0000 (20:04 +0200)]
[Glitch] Fix custom emoji animation on hover in WebUI directory bios
Port
34eac5a1ecab250760bec1f703ddf828670210fa to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Sun, 1 Sep 2019 17:43:35 +0000 (19:43 +0200)]
[Glitch] Add "not available" label on unknown media attachments
Port
d3442894310022062debc4c6ed6b117f8bc3904b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 5 Sep 2019 09:36:41 +0000 (11:36 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
mayaeh [Thu, 5 Sep 2019 04:14:30 +0000 (13:14 +0900)]
Fix NotificationMailer failing when receiving mention with media from remote instance (#11765)
Eugen Rochko [Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)]
Fix line breaks in hashtag autosuggestions in web UI (#11764)
Eugen Rochko [Thu, 5 Sep 2019 04:13:50 +0000 (06:13 +0200)]
Fix wrong variable regression from #11753 (#11763)
ThibG [Thu, 5 Sep 2019 03:32:53 +0000 (05:32 +0200)]
Attempt to concurrently connect to remote IP addresses (#11757)
* Attempt to concurrently connect to remote IP addresses
* Reduce code length to please CodeClimate 🤷
dependabot-preview[bot] [Thu, 5 Sep 2019 03:31:47 +0000 (12:31 +0900)]
Bump addressable from 2.6.0 to 2.7.0 (#11732)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 5 Sep 2019 03:04:45 +0000 (12:04 +0900)]
Bump capistrano from 3.11.0 to 3.11.1 (#11731)
* Bump capistrano from 3.11.0 to 3.11.1
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Changelog](https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 3.11.1
Mostafa Ahangarha [Wed, 4 Sep 2019 20:30:49 +0000 (01:00 +0430)]
Exclude URLs from text analysis (#11759)
By the added regex, URLs, including the one without http or even www
like mysite.com will be removed from the toot's body so only the real
text of the toot will be analyzed for RTL detection
Yamagishi Kazutoshi [Wed, 4 Sep 2019 18:44:08 +0000 (03:44 +0900)]
Add PERSISTENT_TIMEOUT option (#11756)
Add environment variable to so `persistent_timeout` option of puma can be changed.
dependabot-preview[bot] [Wed, 4 Sep 2019 16:46:37 +0000 (01:46 +0900)]
Bump aws-sdk-s3 from 1.46.0 to 1.48.0 (#11729)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.46.0 to 1.48.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/compare/v1.46.0...v1.48.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:45:44 +0000 (01:45 +0900)]
Bump rubocop-rails from 2.3.1 to 2.3.2 (#11728)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.3.1...v2.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:45:20 +0000 (01:45 +0900)]
Bump bootsnap from 1.4.4 to 1.4.5 (#11730)
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.4...v1.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:44:01 +0000 (01:44 +0900)]
Bump faker from 2.1.2 to 2.2.1 (#11733)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.1.2...v2.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:42:35 +0000 (01:42 +0900)]
Bump webmock from 3.6.2 to 3.7.1 (#11734)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.6.2 to 3.7.1.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.6.2...v3.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Wed, 4 Sep 2019 09:23:26 +0000 (11:23 +0200)]
Fix loading more items in account following/followers
Eugen Rochko [Wed, 4 Sep 2019 08:10:18 +0000 (10:10 +0200)]
Fix wrong sum of usage in hashtag component in web UI (#11755)
1 + 1 = 11
Eugen Rochko [Wed, 4 Sep 2019 02:14:13 +0000 (04:14 +0200)]
Fix wrong pluralization in hashtag component in web UI (#11754)
Eugen Rochko [Wed, 4 Sep 2019 02:13:54 +0000 (04:13 +0200)]
Change account deletion page to have better explanations (#11753)
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
ThibG [Tue, 3 Sep 2019 20:53:27 +0000 (22:53 +0200)]
Fix admin interface showing superfluous reject media/reports on suspended blocks (#11749)
* Fix admin interface showing superfluous reject media/reports on suspended domains
* Fix reject media/reports checkboxes being visible when editing domain block of suspend severity
ThibG [Tue, 3 Sep 2019 20:52:32 +0000 (22:52 +0200)]
Fix ActivityPub context not being dynamically computed (#11746)
* Fix contexts not being dynamically included
Fixes #11649
* Refactor Note context in serializer
* Refactor Actor serializer
Eugen Rochko [Tue, 3 Sep 2019 05:59:52 +0000 (07:59 +0200)]
Fix error in admin UI for hashtag usage breakdown (#11743)
Eugen Rochko [Tue, 3 Sep 2019 04:35:44 +0000 (06:35 +0200)]
Change hashtag component in web UI to show numbers for 2 last days (#11742)
To deal with the midnight problem
Eugen Rochko [Tue, 3 Sep 2019 03:57:30 +0000 (05:57 +0200)]
Fix error in user warning template (#11741)
Eugen Rochko [Tue, 3 Sep 2019 02:57:07 +0000 (04:57 +0200)]
Fix user preference to show trends not working on public pages (#11740)
Fix #11738
Eugen Rochko [Tue, 3 Sep 2019 02:56:54 +0000 (04:56 +0200)]
Change OpenGraph description on sign-up page to reflect invite (#11744)
Eugen Rochko [Tue, 3 Sep 2019 02:56:40 +0000 (04:56 +0200)]
Fix uncached media in web UI not being clickable (#11745)
Hugo Gameiro [Mon, 2 Sep 2019 16:12:40 +0000 (17:12 +0100)]
Add SMTP reply_to option (#11718)
* Add SMTP_REPLY_TO in .env.production.sample
* Set reply_to in SMTP options
mayaeh [Mon, 2 Sep 2019 16:12:27 +0000 (01:12 +0900)]
Integrate translation strings for the Profile Directory. (#11722)
Run `yarn manage:translations en`
ThibG [Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)]
Fix Mastodon logo style on hover on public pages' footer (#11735)
Fixes #11690
ThibG [Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)]
Fix height of dashboard counters (#11736)
Eugen Rochko [Mon, 2 Sep 2019 16:11:13 +0000 (18:11 +0200)]
Change trending hashtags to not disappear instantly after midnight (#11712)
dependabot-preview[bot] [Mon, 2 Sep 2019 11:19:16 +0000 (20:19 +0900)]
Bump babel-eslint from 10.0.2 to 10.0.3 (#11723)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.2...v10.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Sep 2019 11:18:22 +0000 (20:18 +0900)]
Bump @babel/plugin-transform-runtime from 7.4.4 to 7.5.5 (#11725)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.4.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.5.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Fri, 23 Aug 2019 03:05:21 +0000 (05:05 +0200)]
[Glitch] Add header to trends section and change refresh rate to 15 minutes
Port
4ef8d8b77c596680be13b26400bc2a09038928de to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Thu, 22 Aug 2019 02:37:18 +0000 (04:37 +0200)]
[Glitch] Restore hashtag suggestions from local tag history
Port
5ab1e0e738183a0ddcec140d55184351f751b22d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>