noiob
|
5bc4edd078
|
Fix whitelist federation for subdomains (#12435)
|
2019-11-21 11:35:39 +01:00 |
|
ThibG
|
8e7ffce57d
|
Merge pull request #1246 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
2019-11-21 10:01:26 +01:00 |
|
ThibG
|
55f5e81a9d
|
Merge pull request #1246 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
2019-11-21 10:01:26 +01:00 |
|
Thibaut Girka
|
06b56ac4b7
|
Fix weird edge case in load_schema
|
2019-11-20 19:19:57 +01:00 |
|
Thibaut Girka
|
e87cc59811
|
Fix weird edge case in load_schema
|
2019-11-20 19:19:57 +01:00 |
|
Thibaut Girka
|
8a037844d5
|
Revert CircleCI and some webpack changes to match upstream
|
2019-11-20 18:05:24 +01:00 |
|
Thibaut Girka
|
6b999411fc
|
Revert CircleCI and some webpack changes to match upstream
|
2019-11-20 18:05:24 +01:00 |
|
Thibaut Girka
|
d0be1d0cde
|
Merge branch 'master' into glitch-soc/merge-upstream
|
2019-11-20 17:57:17 +01:00 |
|
Thibaut Girka
|
d52e27f3db
|
Merge branch 'master' into glitch-soc/merge-upstream
|
2019-11-20 17:57:17 +01:00 |
|
ThibG
|
333b93e632
|
[Glitch] Fix unread toot indicator not honoring onlyMedia in public and community timelines
Port 6364adba64 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
2019-11-20 17:56:35 +01:00 |
|
ThibG
|
64225f4ac2
|
[Glitch] Fix unread toot indicator not honoring onlyMedia in public and community timelines
Port 0d6da8892a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
2019-11-20 17:56:35 +01:00 |
|
dependabot-preview[bot]
|
1346774607
|
Bump webpacker from 4.0.7 to 4.2.0 (#12416)
* Bump webpacker from 4.0.7 to 4.2.0
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.7 to 4.2.0.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.7...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use NODE_ENV=tests instead of test, to work around async modules not having a chunk
|
2019-11-20 17:56:11 +01:00 |
|
dependabot-preview[bot]
|
5605b828e5
|
Bump webpacker from 4.0.7 to 4.2.0 (#12416)
* Bump webpacker from 4.0.7 to 4.2.0
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.7 to 4.2.0.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v4.0.7...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use NODE_ENV=tests instead of test, to work around async modules not having a chunk
|
2019-11-20 17:56:11 +01:00 |
|
Thibaut Girka
|
562534a9d3
|
Override Migrator.new instead of Migrator#initialize, it's easier to understand
|
2019-11-20 17:31:22 +01:00 |
|
Thibaut Girka
|
1064a9d827
|
Override Migrator.new instead of Migrator#initialize, it's easier to understand
|
2019-11-20 17:31:22 +01:00 |
|
Thibaut Girka
|
13f738e229
|
Add documentation about the migration hack
|
2019-11-20 17:18:00 +01:00 |
|
Thibaut Girka
|
33c2a7e23c
|
Add documentation about the migration hack
|
2019-11-20 17:18:00 +01:00 |
|
Thibaut Girka
|
f046c03787
|
Monkey-patch Rails' migrator to ignore duplicate migrations across Mastodon and glitch-soc
|
2019-11-20 17:03:25 +01:00 |
|
Thibaut Girka
|
6475525f31
|
Monkey-patch Rails' migrator to ignore duplicate migrations across Mastodon and glitch-soc
|
2019-11-20 17:03:25 +01:00 |
|
Thibaut Girka
|
a96375d2ef
|
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md
discarded upstream changes
- app/controllers/api/v1/bookmarks_controller.rb
finally merged upstream, some code style fixes
and slightly changed pagination code
- app/controllers/application_controller.rb
changed upstream to always return HTML error pages
slight conflict caused by theming code
- app/models/bookmark.rb
finally merged upstream, no real conflict
- spec/controllers/api/v1/bookmarks_controller_spec.rb
finally merged upstream, slightly changed pagination code
|
2019-11-20 15:36:09 +01:00 |
|
Thibaut Girka
|
ff67385cfb
|
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md
discarded upstream changes
- app/controllers/api/v1/bookmarks_controller.rb
finally merged upstream, some code style fixes
and slightly changed pagination code
- app/controllers/application_controller.rb
changed upstream to always return HTML error pages
slight conflict caused by theming code
- app/models/bookmark.rb
finally merged upstream, no real conflict
- spec/controllers/api/v1/bookmarks_controller_spec.rb
finally merged upstream, slightly changed pagination code
|
2019-11-20 15:36:09 +01:00 |
|
Eugen Rochko
|
c4601b8eb6
|
Fix account dropdown not opening due to regression from #12377 (#12430)
|
2019-11-20 00:56:22 +01:00 |
|
Eugen Rochko
|
8dfc45f757
|
Fix account dropdown not opening due to regression from #12377 (#12430)
|
2019-11-20 00:56:22 +01:00 |
|
dependabot-preview[bot]
|
772f4d649e
|
Bump react-dom from 16.11.0 to 16.12.0 (#12415)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-20 05:28:00 +09:00 |
|
dependabot-preview[bot]
|
5f0cba2561
|
Bump react-dom from 16.11.0 to 16.12.0 (#12415)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-20 05:28:00 +09:00 |
|
Eugen Rochko
|
9046efbcbd
|
Add relationship-based options to status dropdowns (#12377)
Move bookmark action in inline statuses from action bar to dropdown
|
2019-11-19 21:24:16 +01:00 |
|
Eugen Rochko
|
853a67ed16
|
Add relationship-based options to status dropdowns (#12377)
Move bookmark action in inline statuses from action bar to dropdown
|
2019-11-19 21:24:16 +01:00 |
|
Dimitri Merejkowsky
|
ac14dc7df3
|
Store rspec statuses in .cache/rspec (#12427)
This allows using rspec with `--only-failures`
|
2019-11-19 17:22:40 +01:00 |
|
Dimitri Merejkowsky
|
cb3e9a2934
|
Store rspec statuses in .cache/rspec (#12427)
This allows using rspec with `--only-failures`
|
2019-11-19 17:22:40 +01:00 |
|
dependabot-preview[bot]
|
6fe02e3e19
|
Bump glob from 7.1.5 to 7.1.6 (#12413)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.5...v7.1.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 23:04:53 +09:00 |
|
dependabot-preview[bot]
|
e8de558ee7
|
Bump glob from 7.1.5 to 7.1.6 (#12413)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.5...v7.1.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 23:04:53 +09:00 |
|
dependabot-preview[bot]
|
5bb369e8a9
|
Bump babel-plugin-preval from 3.0.1 to 4.0.0 (#12414)
Bumps [babel-plugin-preval](https://github.com/kentcdodds/babel-plugin-preval) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/kentcdodds/babel-plugin-preval/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-preval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/babel-plugin-preval/compare/v3.0.1...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:43:49 +09:00 |
|
dependabot-preview[bot]
|
6e8d6ba3b7
|
Bump babel-plugin-preval from 3.0.1 to 4.0.0 (#12414)
Bumps [babel-plugin-preval](https://github.com/kentcdodds/babel-plugin-preval) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/kentcdodds/babel-plugin-preval/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-preval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/babel-plugin-preval/compare/v3.0.1...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:43:49 +09:00 |
|
dependabot-preview[bot]
|
f650d29524
|
Bump aws-sdk-s3 from 1.52.0 to 1.55.0 (#12419)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.52.0 to 1.55.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.52.0...v1.55.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:40:16 +09:00 |
|
dependabot-preview[bot]
|
4e992e4ea8
|
Bump aws-sdk-s3 from 1.52.0 to 1.55.0 (#12419)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.52.0 to 1.55.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.52.0...v1.55.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:40:16 +09:00 |
|
dependabot-preview[bot]
|
89fa6c39f3
|
Bump derailed_benchmarks from 1.4.1 to 1.4.2 (#12418)
Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.4.1...v1.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:40:04 +09:00 |
|
dependabot-preview[bot]
|
c4fd5156ef
|
Bump derailed_benchmarks from 1.4.1 to 1.4.2 (#12418)
Bumps [derailed_benchmarks](https://github.com/schneems/derailed_benchmarks) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/schneems/derailed_benchmarks/releases)
- [Changelog](https://github.com/schneems/derailed_benchmarks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schneems/derailed_benchmarks/compare/v1.4.1...v1.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:40:04 +09:00 |
|
dependabot-preview[bot]
|
8c5439d180
|
Bump react-textarea-autosize from 7.1.0 to 7.1.2 (#12412)
Bumps [react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize) from 7.1.0 to 7.1.2.
- [Release notes](https://github.com/andreypopp/react-textarea-autosize/releases)
- [Commits](https://github.com/andreypopp/react-textarea-autosize/compare/v7.1.0...v7.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:30:10 +09:00 |
|
dependabot-preview[bot]
|
258539b2c5
|
Bump react-textarea-autosize from 7.1.0 to 7.1.2 (#12412)
Bumps [react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize) from 7.1.0 to 7.1.2.
- [Release notes](https://github.com/andreypopp/react-textarea-autosize/releases)
- [Commits](https://github.com/andreypopp/react-textarea-autosize/compare/v7.1.0...v7.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:30:10 +09:00 |
|
dependabot-preview[bot]
|
1b3a454023
|
Bump httplog from 1.3.2 to 1.3.3 (#12420)
Bumps [httplog](https://github.com/trusche/httplog) from 1.3.2 to 1.3.3.
- [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.2...v1.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:29:00 +09:00 |
|
dependabot-preview[bot]
|
5e2c08c453
|
Bump httplog from 1.3.2 to 1.3.3 (#12420)
Bumps [httplog](https://github.com/trusche/httplog) from 1.3.2 to 1.3.3.
- [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.2...v1.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:29:00 +09:00 |
|
dependabot-preview[bot]
|
fce9db69c9
|
Bump rack-attack from 6.1.0 to 6.2.1 (#12421)
Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/kickstarter/rack-attack/releases)
- [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:26:08 +09:00 |
|
dependabot-preview[bot]
|
f2362f642a
|
Bump rack-attack from 6.1.0 to 6.2.1 (#12421)
Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/kickstarter/rack-attack/releases)
- [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kickstarter/rack-attack/compare/v6.1.0...v6.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:26:08 +09:00 |
|
dependabot-preview[bot]
|
32ca84b8ec
|
Bump @babel/preset-react from 7.6.3 to 7.7.0 (#12410)
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.6.3 to 7.7.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.6.3...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:21:52 +09:00 |
|
dependabot-preview[bot]
|
7f65eff6c3
|
Bump @babel/preset-react from 7.6.3 to 7.7.0 (#12410)
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.6.3 to 7.7.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.6.3...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:21:52 +09:00 |
|
dependabot-preview[bot]
|
4f057ce7e6
|
Bump doorkeeper from 5.2.1 to 5.2.2 (#12417)
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.2.1...v5.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:13:23 +09:00 |
|
dependabot-preview[bot]
|
9eba62a73f
|
Bump doorkeeper from 5.2.1 to 5.2.2 (#12417)
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.2.1...v5.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:13:23 +09:00 |
|
dependabot-preview[bot]
|
0639b1ae6c
|
Bump copy-webpack-plugin from 5.0.4 to 5.0.5 (#12408)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:10:46 +09:00 |
|
dependabot-preview[bot]
|
88ef210af2
|
Bump copy-webpack-plugin from 5.0.4 to 5.0.5 (#12408)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:10:46 +09:00 |
|
dependabot-preview[bot]
|
0fc13a0320
|
Bump react-select from 3.0.5 to 3.0.8 (#12407)
Bumps [react-select](https://github.com/JedWatson/react-select) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.0.5...react-select@3.0.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-18 22:07:31 +09:00 |
|