]>
cat aescling's git repositories - mastodon.git/log
ThibG [Wed, 7 Aug 2019 18:04:22 +0000 (20:04 +0200)]
Merge pull request #1193 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Eugen Rochko [Wed, 7 Aug 2019 08:01:19 +0000 (10:01 +0200)]
[Glitch] Fix hashtag links always being lowercase
Port
5e35aa82802b09a63d4625fa9c1837ad75178553 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Wed, 7 Aug 2019 11:58:53 +0000 (13:58 +0200)]
[Glitch] Improve focus handling with dropdown menus
Port
396b8cdd0f071fab85b09855f882b19c07cccd44 to glitch-soc
Thibaut Girka [Wed, 7 Aug 2019 13:07:04 +0000 (15:07 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Wed, 7 Aug 2019 11:58:53 +0000 (13:58 +0200)]
Improve focus handling with dropdown menus (#11511)
- Focus first item when activated via keyboard
- When the dropdown menu closes, give back the focus to
the actual element which was focused prior to opening the menu
Thibaut Girka [Wed, 7 Aug 2019 11:56:48 +0000 (13:56 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/models/user.rb
- app/serializers/initial_state_serializer.rb
- app/views/admin/dashboard/index.html.haml
- config/locales/simple_form.en.yml
Eugen Rochko [Wed, 7 Aug 2019 08:01:55 +0000 (10:01 +0200)]
Fix account tags not being saved correctly (#11507)
* Fix account tags not being saved correctly
Regression from
f371b32
Fix Tag#discoverable not returning tags where listable is nil instead of true
Add notice when saving hashtags in admin UI
Change public hashtag and directory pages to return 404 for forbidden tags
* Remove unused locale string
Eugen Rochko [Wed, 7 Aug 2019 08:01:19 +0000 (10:01 +0200)]
Fix non-lowercase hashtags not being picked up by the streaming API (#11508)
Regression from
f371b32
Fix hashtag links always being lowercase
Eugen Rochko [Wed, 7 Aug 2019 08:00:58 +0000 (10:00 +0200)]
Fix featured tags not finding the right tag on save (#11504)
Regression from
f371b32
Eugen Rochko [Tue, 6 Aug 2019 17:40:06 +0000 (19:40 +0200)]
Fix admin dashboard missing latest features (#11505)
Fix redis-namespace deprecation warning about administrative commands
Eugen Rochko [Tue, 6 Aug 2019 15:57:52 +0000 (17:57 +0200)]
Add trends UI with admin and user settings (#11502)
ThibG [Tue, 6 Aug 2019 15:25:54 +0000 (17:25 +0200)]
Merge pull request #1191 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Tue, 6 Aug 2019 12:18:09 +0000 (14:18 +0200)]
Implement keyboard navigation in glitch-soc composer
Yusuke Nakamura [Tue, 6 Aug 2019 13:33:03 +0000 (22:33 +0900)]
Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489)
* Bump faker from 1.9.6 to 2.1.0
Bumps [faker](https://github.com/stympy/faker) from 1.9.6 to 2.1.0.
- [Release notes](https://github.com/stympy/faker/releases)
- [Changelog](https://github.com/stympy/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stympy/faker/compare/1.9.6...v2.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use faker api v2
https://github.com/stympy/faker/releases/tag/2.0
Thibaut Girka [Tue, 6 Aug 2019 11:57:45 +0000 (13:57 +0200)]
Refactor composer Dropdown's component a bit to make it closer to upstream
ThibG [Tue, 6 Aug 2019 10:08:19 +0000 (12:08 +0200)]
[Glitch] Fix image uploads being perfectly white when canvas read access is blocked
Port
111a0628fc161df4d76967d7dc7116b8a43fe8e2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 6 Aug 2019 09:59:58 +0000 (11:59 +0200)]
[Glitch] Port changes to IconButton
Port changes to IconButton from
27a0d02d0d960163e98595b05412c0d03a4875d0 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 6 Aug 2019 09:59:46 +0000 (11:59 +0200)]
[Glitch] Improve dropdown menu keyboard navigation
Port
a12f1a0baf3d31ecc9779c25b4bf4a0c9bd95543 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 6 Aug 2019 09:59:28 +0000 (11:59 +0200)]
[Glitch] Trap tab in modals
Port
5c73746b695e5bc540b41f5ae1406eac6220886e to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Tue, 6 Aug 2019 11:16:53 +0000 (13:16 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka [Tue, 6 Aug 2019 10:56:19 +0000 (12:56 +0200)]
Fix up try/catch block in invalid URL handling
Thibaut Girka [Tue, 6 Aug 2019 09:31:28 +0000 (11:31 +0200)]
Remove href attribute of invalid links instead of crashing
Eugen Rochko [Tue, 6 Aug 2019 10:09:28 +0000 (12:09 +0200)]
Revert "Change links in webUI to rewrite misleading links (#11426)" (#11500)
This reverts commit
b31b232edfcc7f04acf828bf6829ab716b290692 .
ThibG [Tue, 6 Aug 2019 10:08:19 +0000 (12:08 +0200)]
Fix image uploads being perfectly white when canvas read access is blocked (#11499)
Fixes #11496
ThibG [Tue, 6 Aug 2019 09:59:58 +0000 (11:59 +0200)]
Improve keyboard navigation in privacy dropdown (#11492)
* Trap tab in privacy dropdown
* Give focus back to last focused element when privacy dropdown menu closes
* Actually give back focus to the element that had it before clicking the dropdown
ThibG [Tue, 6 Aug 2019 09:59:46 +0000 (11:59 +0200)]
Improve dropdown menu keyboard navigation (#11491)
* Allow selecting menu items with the space bar in status dropdown menus
* Fix modals opened by keyboard navigation being immediately closed
* Fix menu items triggering modal actions
* Add Tab trapping inside dropdown menu
* Give focus back to last focused element when status dropdown menu closes
ThibG [Tue, 6 Aug 2019 09:59:28 +0000 (11:59 +0200)]
Trap tab in modals (#11493)
ThibG [Tue, 6 Aug 2019 09:59:14 +0000 (11:59 +0200)]
Fix privacy dropdown active state when dropdown is placed on top of it (#11495)
Eugen Rochko [Mon, 5 Aug 2019 17:54:29 +0000 (19:54 +0200)]
Change admin UI for hashtags and add back whitelisted trends (#11490)
Fix #271
Add back the `GET /api/v1/trends` API with the caveat that it does
not return tags that have not been allowed to trend by the staff.
When a hashtag begins to trend (internally) and that hashtag has
not been previously reviewed by the staff, the staff is notified.
The new admin UI for hashtags allows filtering hashtags by where
they are used (e.g. in the profile directory), whether they have
been reviewed or are pending reviewal, they show by how many people
the hashtag is used in the directory, how many people used it
today, how many statuses with it have been created today, and it
allows fixing the name of the hashtag to make it more readable.
The disallowed hashtags feature has been reworked. It is now
controlled from the admin UI for hashtags instead of from
the file `config/settings.yml`
ThibG [Mon, 5 Aug 2019 15:58:39 +0000 (17:58 +0200)]
Merge pull request #1187 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Mon, 5 Aug 2019 12:25:48 +0000 (14:25 +0200)]
Fix color of dropdown icons
ThibG [Sat, 3 Aug 2019 17:10:50 +0000 (19:10 +0200)]
[Glitch] Change icon button styles to make hover/focus states more obvious
Port
c8fd82332749cd58f85dd398d32559a02499c945 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sat, 3 Aug 2019 17:10:39 +0000 (19:10 +0200)]
[Glitch] Disable list title validation button when list title is empty
Port
089c6410208d294e7f1995e000bd796d4625246f to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Mon, 5 Aug 2019 11:13:28 +0000 (13:13 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
dependabot-preview[bot] [Mon, 5 Aug 2019 09:53:30 +0000 (18:53 +0900)]
Bump rubocop from 0.73.0 to 0.74.0 (#11486)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.73.0 to 0.74.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.73.0...v0.74.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 09:52:57 +0000 (18:52 +0900)]
Bump webmock from 3.6.0 to 3.6.2 (#11488)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.6.0 to 3.6.2.
- [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.0...v3.6.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 09:42:51 +0000 (18:42 +0900)]
Bump dotenv-rails from 2.7.4 to 2.7.5 (#11487)
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md)
- [Commits](https://github.com/bkeepers/dotenv/compare/v2.7.4...v2.7.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 09:25:56 +0000 (18:25 +0900)]
Bump @babel/plugin-transform-react-jsx-source from 7.2.0 to 7.5.0 (#11482)
Bumps [@babel/plugin-transform-react-jsx-source](https://github.com/babel/babel) from 7.2.0 to 7.5.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.2.0...v7.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 09:25:40 +0000 (18:25 +0900)]
Bump capybara from 3.27.0 to 3.28.0 (#11484)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.27.0 to 3.28.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.27.0...3.28.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 09:00:15 +0000 (18:00 +0900)]
Bump webpack-cli from 3.3.5 to 3.3.6 (#11481)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 5 Aug 2019 08:40:35 +0000 (17:40 +0900)]
Bump eslint-plugin-react from 7.14.2 to 7.14.3 (#11480)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.2 to 7.14.3.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.2...v7.14.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Jeong Arm [Sun, 4 Aug 2019 21:00:38 +0000 (06:00 +0900)]
Fix timestamp on featured tag (#11477)
It resolves #11338
Thibaut Girka [Thu, 1 Aug 2019 16:48:16 +0000 (18:48 +0200)]
Remove link rewriting option as it is easily bypassable
Thibaut Girka [Thu, 1 Aug 2019 16:13:08 +0000 (18:13 +0200)]
Perform case-insensitive comparison for international domain names
Note: this uses `toLowerCase()` instead of doing proper case folding
Thibaut Girka [Thu, 1 Aug 2019 15:48:11 +0000 (17:48 +0200)]
Perform case-insensitive comparison of non-International domain names
Thibaut Girka [Thu, 1 Aug 2019 14:29:45 +0000 (16:29 +0200)]
Make link target domain tag just a bit smaller
Thibaut Girka [Thu, 1 Aug 2019 13:20:22 +0000 (15:20 +0200)]
Ensure link rewriting setting changes are immediately applied
Thibaut Girka [Thu, 1 Aug 2019 13:18:38 +0000 (15:18 +0200)]
Handle Mastodon-generated links for targets starting with “www.” properly
Thibaut Girka [Thu, 1 Aug 2019 13:01:09 +0000 (15:01 +0200)]
Add options to highlight misleading links in statuses
Fixes #1162
Thibaut Girka [Thu, 1 Aug 2019 12:35:17 +0000 (14:35 +0200)]
Move decodeIDNA to app/javascript/flavours/glitch/util
Darius Kazemi [Sat, 3 Aug 2019 17:11:09 +0000 (10:11 -0700)]
Add option to exclude suspended domains/subdomains from tootctl domains crawl (#11454)
* Add "--exclude-suspended" to tootctl domains crawl
This new option ignores any instances suspended server-wide as
well as their associated subdomains. This queries all domain
blocks up front, then runs a regexp on each domain. This improves
performance over what may be the obvious implementation, which is
to ask `DomainBlocks.blocked?(domain)` for each domain -- this
hits the DB many times, slowing things down considerably.
* cleaning up code style
* Compiling regex
* Removing ternary operator
ThibG [Sat, 3 Aug 2019 17:10:50 +0000 (19:10 +0200)]
Change icon button styles to make hover/focus states more obvious (#11474)
* Change icon buttons styles to make hover/focused states more obvious
* Fix CW button size inconsistency
* Fix icon button background color consistency
ThibG [Sat, 3 Aug 2019 17:10:39 +0000 (19:10 +0200)]
Disable list title validation button when list title is empty (#11475)
Eugen Rochko [Thu, 1 Aug 2019 17:57:09 +0000 (19:57 +0200)]
Fix tag score not being updated when the tag is trending (#11465)
Eugen Rochko [Thu, 1 Aug 2019 17:17:17 +0000 (19:17 +0200)]
Fix scroll to top in single column UI (#11463)
Eugen Rochko [Thu, 1 Aug 2019 17:14:02 +0000 (19:14 +0200)]
Remove XML version of Webfinger and remove links to Atom feeds (#11460)
Fix #11453
Eugen Rochko [Thu, 1 Aug 2019 10:26:58 +0000 (12:26 +0200)]
Fix column header scrolling with the page (#11458)
Regression from
aa22b38
Mélanie Chauvel (ariasuni) [Wed, 31 Jul 2019 08:06:58 +0000 (10:06 +0200)]
Fix jumping of toot date when clicking spoiler button (#11449)
* Fix jumping of toot date when clicking spoiler button
* Fix lint
Eugen Rochko [Wed, 31 Jul 2019 07:23:30 +0000 (09:23 +0200)]
Fix delete regression (#11450)
Regression from
ff789a751a1c730e4d808410411196b76caff39c
Eugen Rochko [Tue, 30 Jul 2019 18:29:50 +0000 (20:29 +0200)]
Change hashtag search to only return results that have trended in the past (#11448)
* Change hashtag search to only return results that have trended in the past
A way to eliminate typos and other one-off "junk" results
* Fix excluding exact matches that don't have a score
* Fix tests
ThibG [Tue, 30 Jul 2019 13:40:28 +0000 (15:40 +0200)]
Merge pull request #1183 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
ThibG [Tue, 30 Jul 2019 11:18:23 +0000 (13:18 +0200)]
Fix boosting & unboosting preventing a boost from appearing in the TL (#11405)
* Fix boosting & unboosting preventing a boost from appearing in the TL
* Add tests
* Avoids side effects when aggregate_reblogs isn't true
Eugen Rochko [Tue, 30 Jul 2019 11:10:40 +0000 (13:10 +0200)]
Add hashtag score for better sorting of autosuggestions (#11427)
* Add hashtag score for better sorting of autosuggestions
* Do not use `~<~` operator with no text_pattern_ops index
ThibG [Tue, 30 Jul 2019 10:06:21 +0000 (12:06 +0200)]
[Glitch] Fix crash when expanding search results for hashtags
Port
78144f4c7923d502cc86b322f044e740e4a8fa8a to glitch-soc
Thibaut Girka [Tue, 30 Jul 2019 10:22:33 +0000 (12:22 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/controllers/directories_controller.rb
- package.json
- yarn.lock
ThibG [Tue, 30 Jul 2019 10:13:29 +0000 (12:13 +0200)]
Change links in webUI to rewrite misleading links (#11426)
* [WiP] Show host for “misleading” links
* Disallow misleading targets which domain names are prefixes of link text
* Move decodeIDNA to app/javascript/mastodon/utils
* Add support for international domain names
* Change link origin tag color to darker text color
* Handle links to domains starting with www. as shortened by Mastodon
* [WiP] Ignore links that cannot be misread as URLs, rewrite other links
ThibG [Tue, 30 Jul 2019 10:06:21 +0000 (12:06 +0200)]
Fix crash when expanding search results for hashtags (#11447)
Eugen Rochko [Tue, 30 Jul 2019 09:10:46 +0000 (11:10 +0200)]
Add whitelist mode (#11291)
ThibG [Mon, 29 Jul 2019 21:37:14 +0000 (23:37 +0200)]
Merge pull request #1179 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
dependabot-preview[bot] [Mon, 29 Jul 2019 18:42:19 +0000 (20:42 +0200)]
Bump yargs from 12.0.5 to 13.3.0 (#11434)
Bumps [yargs](https://github.com/yargs/yargs) from 12.0.5 to 13.3.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v12.0.5...v13.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Milan [Mon, 29 Jul 2019 18:42:04 +0000 (20:42 +0200)]
let bundler fetch http_parser.rb submodules (#11444)
Eugen Rochko [Mon, 29 Jul 2019 18:40:21 +0000 (20:40 +0200)]
Fix tag normalization and migration not removing duplicate tags (#11441)
Fix #11428
dependabot-preview[bot] [Mon, 29 Jul 2019 13:51:03 +0000 (22:51 +0900)]
Bump oj from 3.8.0 to 3.8.1 (#11435)
Bumps [oj](https://github.com/ohler55/oj) from 3.8.0 to 3.8.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.8.0...v3.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:48:56 +0000 (22:48 +0900)]
Bump capybara from 3.26.0 to 3.27.0 (#11437)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.26.0 to 3.27.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.26.0...3.27.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:39:54 +0000 (22:39 +0900)]
Bump httplog from 1.3.1 to 1.3.2 (#11436)
Bumps [httplog](https://github.com/trusche/httplog) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/trusche/httplog/releases)
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trusche/httplog/compare/v1.3.1...v1.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:37:02 +0000 (22:37 +0900)]
Bump brakeman from 4.5.1 to 4.6.1 (#11438)
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.5.1 to 4.6.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.5.1...v4.6.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:30:44 +0000 (22:30 +0900)]
Bump sass from 1.20.3 to 1.22.7 (#11432)
Bumps [sass](https://github.com/sass/dart-sass) from 1.20.3 to 1.22.7.
- [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.20.3...1.22.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:29:17 +0000 (22:29 +0900)]
Bump aws-sdk-s3 from 1.45.0 to 1.46.0 (#11439)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.45.0 to 1.46.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.45.0...v1.46.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 13:06:15 +0000 (22:06 +0900)]
Bump autoprefixer from 9.6.0 to 9.6.1 (#11431)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.0 to 9.6.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.6.0...9.6.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Mon, 29 Jul 2019 13:04:49 +0000 (15:04 +0200)]
Fix emoji autosuggestions (#11442)
Regression from
cfb2ed78231758a79af038a964ab7f7b7b35274e
dependabot-preview[bot] [Mon, 29 Jul 2019 13:03:05 +0000 (22:03 +0900)]
Bump @babel/preset-env from 7.4.5 to 7.5.5 (#11433)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.5 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.5...v7.5.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 29 Jul 2019 12:54:14 +0000 (21:54 +0900)]
Bump file-loader from 4.0.0 to 4.1.0 (#11430)
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.0.0...v4.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Sun, 28 Jul 2019 22:28:13 +0000 (00:28 +0200)]
Fix crash in /web/lists
Fixes #1181
Eugen Rochko [Sun, 28 Jul 2019 15:47:37 +0000 (17:47 +0200)]
Revert "Remove conversation URI (#11423)" (#11424)
This reverts commit
75f7f9930eb2a6f5c4041ec44fe0aa795c9ec449 .
Eugen Rochko [Sun, 28 Jul 2019 15:30:12 +0000 (17:30 +0200)]
Remove conversation URI (#11423)
It is not part of ActivityPub and will free up a lot of space
Eugen Rochko [Sat, 27 Jul 2019 03:49:50 +0000 (05:49 +0200)]
[Glitch] Add search results pagination to web UI (#11409)
Port
8a4674f2c3d89c998eb5438b96b7977dc2be3167 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sun, 28 Jul 2019 04:00:51 +0000 (06:00 +0200)]
[Glitch] Change contrast of status links that are not mentions nor hashtags
Port
10e78ecf57242cc5030b903131bf27e027bb4a97 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Thu, 25 Jul 2019 02:17:35 +0000 (04:17 +0200)]
[Glitch] Change account domain block to clear out notifications and follows
Port
4eeff26533b75b592395e353c6d4506db9958bcf to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Sun, 28 Jul 2019 14:28:05 +0000 (16:28 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Eugen Rochko [Sun, 28 Jul 2019 12:37:52 +0000 (14:37 +0200)]
Add autosuggestions for hashtags (#11422)
dependabot-preview[bot] [Sun, 28 Jul 2019 11:48:43 +0000 (13:48 +0200)]
Bump json-ld-preloaded from 3.0.2 to 3.0.3 (#11316)
* Bump json-ld-preloaded from 3.0.2 to 3.0.3
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases)
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.2...3.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* use json-ld edge
mayaeh [Sun, 28 Jul 2019 11:48:19 +0000 (20:48 +0900)]
Add `tootctl preview_cards remove` (#11320)
* Add `tootctl preview_cards remove`
* fix code style
* Remove `Scheduler::PreviewCardsCleanupScheduler` file
* fix code style again
Add exclude case where image_file_name is blank
* Added a function to output confirmation if the specified number of days is less than 2 weeks
ThibG [Sun, 28 Jul 2019 11:48:05 +0000 (13:48 +0200)]
Fix animate on hover in poll options without CW (#11404)
Jeong Arm [Sun, 28 Jul 2019 11:46:04 +0000 (20:46 +0900)]
Prevent archiving when user set "noindex" (#11421)
ThibG [Sun, 28 Jul 2019 04:00:51 +0000 (06:00 +0200)]
Change contrast of status links that are not mentions nor hashtags (#11406)
Eugen Rochko [Sun, 28 Jul 2019 03:59:51 +0000 (05:59 +0200)]
Change hashtags to preserve first-used casing (#11416)
Eugen Rochko [Sat, 27 Jul 2019 17:25:15 +0000 (19:25 +0200)]
Fix tabs bar scrolling along with content on mobile (#11418)
ysksn [Sat, 27 Jul 2019 08:24:26 +0000 (17:24 +0900)]
Implement pending tests (#11415)
Eugen Rochko [Sat, 27 Jul 2019 03:49:50 +0000 (05:49 +0200)]
Add search results pagination to web UI (#11409)
* Add search results pagination to web UI
Fix #10737
* Fix code style issue
Eugen Rochko [Sat, 27 Jul 2019 02:42:08 +0000 (04:42 +0200)]
Add search syntax for operators and phrases (#11411)