about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-06-02Fix NotifyService test with regards to reblogs (#10928)ThibG
Fixes #10890
2019-06-02Fix profile picture preview (#10931)Jeong Arm
2019-06-02Added various vars to env sampleLady Lumb
Added several vars that are already implemented to the .env.production.sample file. -Max bio character limit -Number of profile fields allowed -Max display name character limit
2019-06-02Fixed the very wrong byte to megabyte conversionLady Lumb
2019-06-02Correctly documented max image and video varsLady Lumb
Added MAX_IMAGE_SIZE and MAX_VIDEO_SIZE and documented their usage.
2019-06-02Added env variables for max image and video size.Lady Lumb
I changed the IMAGE_LIMIT and VIDEO_LIMIT variables to read from the env, or use default if not set in the env, to make it easier to change this on an instance by instance basis and make it persistent across updates.
2019-06-02Fix expanding status from menu modal in glitch-socThibaut Girka
Fixes #1085
2019-06-02Improvement variable height in single column layout (#10917)Takeshi Umeda
* Improvement variable height of compose and navigation panel in single column layout * Fix wrong quotes and missing commas
2019-06-02Bump eslint-plugin-jsx-a11y from 6.1.2 to 6.2.1 (#10923)dependabot-preview[bot]
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.1.2 to 6.2.1. - [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md) - [Commits](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.1.2...v6.2.1)
2019-06-02Bump jest from 24.5.0 to 24.8.0 (#10925)dependabot-preview[bot]
Bumps [jest](https://github.com/facebook/jest) from 24.5.0 to 24.8.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.5.0...v24.8.0)
2019-06-02Bump webpack-dev-server from 3.2.1 to 3.5.1 (#10924)dependabot-preview[bot]
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.2.1 to 3.5.1. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v3.5.1)
2019-06-02Bump eslint-plugin-promise from 4.0.1 to 4.1.1 (#10921)dependabot-preview[bot]
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)
2019-06-01Remove dependency on history (#10912)Yamagishi Kazutoshi
2019-06-01Center 2-columns layout without side effect (#10915)Hanage999
2019-06-01Small update for sk.yml (#10913)Marek Ľach
2019-05-31Bump autoprefixer from 9.4.10 to 9.5.1 (#10910)dependabot-preview[bot]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.4.10 to 9.5.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.4.10...9.5.1)
2019-05-31Bump rails-ujs from 5.2.2 to 5.2.3 (#10907)dependabot-preview[bot]
Bumps [rails-ujs](https://github.com/rails/rails) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.2...v5.2.3)
2019-05-31Bump sass from 1.17.2 to 1.20.1 (#10908)dependabot-preview[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.17.2 to 1.20.1. - [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.17.2...1.20.1)
2019-05-31[Security] Bump axios from 0.18.0 to 0.19.0 (#10906)dependabot-preview[bot]
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)
2019-05-31Bump webpacker from 4.0.5 to 4.0.6 (#10905)dependabot-preview[bot]
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.5 to 4.0.6. - [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.5...v4.0.6)
2019-05-31Bump dotenv from 6.2.0 to 8.0.0 (#10888)dependabot-preview[bot]
Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 8.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v8.0.0)
2019-05-31Bump webpacker from 4.0.4 to 4.0.5 (#10903)dependabot-preview[bot]
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.4 to 4.0.5. - [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.4...v4.0.5)
2019-05-30Fix old migrations failing because of new version of `strong_migrations` ↵ThibG
(#10904)
2019-05-30Fix old migrations failing because of new version of `strong_migrations`Thibaut Girka
2019-05-30Remove dependency on fibers (#10902)Yamagishi Kazutoshi
2019-05-30Bump webpack-cli from 3.2.3 to 3.3.2 (#10896)dependabot-preview[bot]
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.3 to 3.3.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/V.3.2.3...v3.3.2)
2019-05-30Bump redis from 4.1.1 to 4.1.2 (#10899)dependabot-preview[bot]
Bumps [redis](https://github.com/redis/redis-rb) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.1.1...v4.1.2)
2019-05-30Bump rubocop from 0.70.0 to 0.71.0 (#10901)dependabot-preview[bot]
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.70.0 to 0.71.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.70.0...v0.71.0)
2019-05-30Bump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)dependabot-preview[bot]
Bumps [react-redux-loading-bar](https://github.com/mironov/react-redux-loading-bar) from 4.0.8 to 4.2.0. - [Release notes](https://github.com/mironov/react-redux-loading-bar/releases) - [Changelog](https://github.com/mironov/react-redux-loading-bar/blob/master/CHANGELOG.md) - [Commits](https://github.com/mironov/react-redux-loading-bar/commits)
2019-05-30Merge pull request #1076 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-05-30Bump react-select from 2.2.0 to 2.4.4 (#10895)dependabot-preview[bot]
Bumps [react-select](https://github.com/JedWatson/react-select) from 2.2.0 to 2.4.4. - [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/v2.2.0...v2.4.4)
2019-05-30Bump object.values from 1.0.4 to 1.1.0 (#10894)dependabot-preview[bot]
Bumps [object.values](https://github.com/es-shims/Object.values) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/es-shims/Object.values/releases) - [Changelog](https://github.com/es-shims/Object.values/blob/master/CHANGELOG.md) - [Commits](https://github.com/es-shims/Object.values/compare/v1.0.4...v1.1.0)
2019-05-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-30Change default to single column UI (#10847)Eugen Rochko
Keep current setting for users who were active within the last month
2019-05-30Raise exception when attempting to serialize local-only statusesThibaut Girka
2019-05-30Fix incorrect PropType in Glitch AutosuggestInputslice
2019-05-30Remove isRequired from Glitch ReplyIndicator statusslice
This can be null under normal circumstances, which isRequired doesn't like.
2019-05-30Bump aws-sdk-s3 from 1.40.0 to 1.41.0 (#10892)dependabot-preview[bot]
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.40.0 to 1.41.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.40.0...v1.41.0)
2019-05-30Bump capybara from 3.21.0 to 3.22.0 (#10893)dependabot-preview[bot]
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.21.0 to 3.22.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.21.0...3.22.0)
2019-05-29Change links in right panel to open in the same tab (#10848)Eugen Rochko
For Rambox compatibility
2019-05-29Fix React warning about legacy lifecycle calls and sensitive status ↵ThibG
resetting (#10872)
2019-05-29Bump js-yaml from 3.12.0 to 3.13.1 (#10881)dependabot-preview[bot]
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)
2019-05-29Bump express from 4.16.4 to 4.17.1 (#10889)dependabot-preview[bot]
Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.16.4...4.17.1)
2019-05-29Bump intl-relativeformat from 2.1.0 to 2.2.0 (#10887)dependabot-preview[bot]
Bumps [intl-relativeformat](https://github.com/yahoo/intl-relativeformat) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/yahoo/intl-relativeformat/releases) - [Commits](https://github.com/yahoo/intl-relativeformat/commits)
2019-05-29Bump babel-plugin-react-intl from 3.0.1 to 3.1.0 (#10877)dependabot-preview[bot]
Bumps [babel-plugin-react-intl](https://github.com/formatjs/babel-plugin-react-intl) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/formatjs/babel-plugin-react-intl/releases) - [Commits](https://github.com/formatjs/babel-plugin-react-intl/commits)
2019-05-29Bump strong_migrations from 0.3.1 to 0.4.0 (#10871)dependabot-preview[bot]
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v0.3.1...v0.4.0)
2019-05-29Bump react-redux from 6.0.0 to 6.0.1 (#10879)dependabot-preview[bot]
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v6.0.0...v6.0.1)
2019-05-29Bump @babel/plugin-transform-runtime from 7.3.4 to 7.4.4 (#10878)dependabot-preview[bot]
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.3.4 to 7.4.4. - [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.3.4...v7.4.4)
2019-05-29Bump webpacker from 4.0.2 to 4.0.4 (#10882)dependabot-preview[bot]
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.2 to 4.0.4. - [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.2...v4.0.4)
2019-05-29Bump rimraf from 2.6.2 to 2.6.3 (#10880)dependabot-preview[bot]
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Commits](https://github.com/isaacs/rimraf/compare/v2.6.2...v2.6.3)