Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix win95 theme bug #17

Merged
merged 16 commits into from
Nov 10, 2019
Merged

Fix win95 theme bug #17

merged 16 commits into from
Nov 10, 2019

Commits on Nov 6, 2019

  1. Bump @babel/preset-react from 7.0.0 to 7.6.3 (mastodon#12315)

    Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.0.0 to 7.6.3.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.0.0...v7.6.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    80b1a72 View commit details
    Browse the repository at this point in the history
  2. Bump sass from 1.23.1 to 1.23.3 (mastodon#12314)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.23.1 to 1.23.3.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.23.1...1.23.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    c4cf93f View commit details
    Browse the repository at this point in the history
  3. Bump glob from 7.1.4 to 7.1.5 (mastodon#12312)

    Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.4 to 7.1.5.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
    - [Commits](isaacs/node-glob@v7.1.4...v7.1.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4c86b11 View commit details
    Browse the repository at this point in the history
  4. Bump tesseract.js from 2.0.0-alpha.16 to 2.0.0-beta.2 (mastodon#12311)

    Bumps [tesseract.js](https://github.com/naptha/tesseract.js) from 2.0.0-alpha.16 to 2.0.0-beta.2.
    - [Release notes](https://github.com/naptha/tesseract.js/releases)
    - [Commits](naptha/tesseract.js@v2.0.0-alpha.16...v2.0.0-beta.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    0c20442 View commit details
    Browse the repository at this point in the history
  5. Bump @babel/preset-env from 7.6.0 to 7.7.1 (mastodon#12318)

    Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.0 to 7.7.1.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.6.0...v7.7.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2a08aca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e4e536 View commit details
    Browse the repository at this point in the history
  7. Bump sass-loader from 7.1.0 to 8.0.0 (mastodon#12027)

    * Bump sass-loader from 7.1.0 to 8.0.0
    
    Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 8.0.0.
    - [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/sass-loader@v7.1.0...v8.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    * bump webpack
    dependabot-preview[bot] authored and ykzts committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6994277 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Fix various issues with account migration (mastodon#12301)

    * Fix being able to follow oneself by moving to an account that was following the old one
    
    * Add specs
    
    * Add spec to catch MoveWorker issue with local followers following both accounts
    
    * Fix move worker breaking when a local account follows both source and target accounts
    
    * Fix migration from remote to local account not sending Undo Follow
    
    * Fix show_reblogs not being preserved for moved account's followers
    ClearlyClaire authored and Gargron committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    66c1fe0 View commit details
    Browse the repository at this point in the history
  2. Minor improvements to poll composing UI (mastodon#12319)

    - Disable the “add option” button instead of hiding it
    - Allow poll option inputs to scale to full width
    ClearlyClaire authored and Gargron committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    7cdb8c1 View commit details
    Browse the repository at this point in the history
  3. Fix WebUI allowing to upload more items than the limit (mastodon#12300)

    Until this patch, drag'n'drop and copy-paste allowed to start uploading as
    long as the number of *finished* uploads was below the limit.
    ClearlyClaire authored and Gargron committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    66684c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    514e427 View commit details
    Browse the repository at this point in the history
  5. Fix type mismatch (mastodon#12324)

    This was [causing an issue with feed regeneartion in tootctl](hometown-fork#24), and @davefp fixed the issue.
    dariusk authored and Gargron committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    0092096 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Fix win95 profile page style

    umonaca committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    89a8cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b10c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff5e7f View commit details
    Browse the repository at this point in the history
  4. Revert "Increase profile page max width"

    This reverts commit 4b10c37.
    umonaca committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    3acd3cc View commit details
    Browse the repository at this point in the history