about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-11-19Cleanup various controllers (#10972)ThibG
* Remove skip_session! as it is not supported in Rails 5 * Minor cleanup in StreamEntriesController * Remove redundant mark_cacheable! calls
2019-11-19Fix potential private status leak (#10969)ThibG
2019-11-19Fix refreshing featured toots when the new collection is empty (#10971)ThibG
Fixes #10945
2019-11-19Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
* Do not misattribute inlined boosts if `attributedTo` isn't present Fixes #10950 * Fix tests
2019-11-19Fix margins on profile metadata in single column mode (#10961)Eugen Rochko
2019-11-19Change reblogs counter to be updated when boosted privately (#10964)Eugen Rochko
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one ↵Eugen Rochko
concern (#10966)
2019-11-19Fix display of alt-text when a media attachment is not availableThibaut Girka
2019-11-19Change e-mail contact for CoC enforcementThibG
2019-11-19Fix CW field automatically getting the focus when it is always enabledThibaut Girka
2019-11-19Fix poll API not requiring authentication on non-public polls (#10960)Eugen Rochko
* Fix poll API not requiring authentication on non-public polls That API does not reveal the content of the status, i.e. the question itself, nor who the author is, nor which status it belongs to, but it does reveal the poll options and how many answers they got Fix #10959 * Add test
2019-11-19Add profile directory link to single column navigation panel (#10963)Eugen Rochko
2019-11-19Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)Yamagishi Kazutoshi
2019-11-19Add missing Korean translations (#10962)Jeong Arm
And change some word.
2019-11-19Bump intersection-observer from 0.5.1 to 0.7.0 (#10953)dependabot-preview[bot]
Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/w3c/IntersectionObserver/releases) - [Commits](https://github.com/w3c/IntersectionObserver/commits)
2019-11-19Replace from scss-lint to sass-lint (#10958)Yamagishi Kazutoshi
2019-11-19Use rubocop-rails (#10957)Yamagishi Kazutoshi
2019-11-19Replace from uglifyjs to terser (#10956)Yamagishi Kazutoshi
2019-11-19Bump babel-plugin-react-intl from 3.1.0 to 3.1.3 (#10944)dependabot-preview[bot]
Bumps [babel-plugin-react-intl](https://github.com/formatjs/babel-plugin-react-intl) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/formatjs/babel-plugin-react-intl/releases) - [Commits](https://github.com/formatjs/babel-plugin-react-intl/commits)
2019-11-19Bump webpacker from 4.0.6 to 4.0.7 (#10948)dependabot-preview[bot]
Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.6 to 4.0.7. - [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.6...v4.0.7)
2019-11-19Bump react-swipeable-views from 0.13.0 to 0.13.3 (#10952)dependabot-preview[bot]
Bumps [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) from 0.13.0 to 0.13.3. - [Release notes](https://github.com/oliviertassinari/react-swipeable-views/releases) - [Changelog](https://github.com/oliviertassinari/react-swipeable-views/blob/master/CHANGELOG.md) - [Commits](https://github.com/oliviertassinari/react-swipeable-views/compare/v0.13.0...v0.13.3)
2019-11-19Change dependabot update schedule from live to weekly (#10949)Eugen Rochko
2019-11-19Bump fuubar from 2.3.2 to 2.4.0 (#10947)dependabot-preview[bot]
Bumps [fuubar](https://github.com/thekompanee/fuubar) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/thekompanee/fuubar/releases) - [Changelog](https://github.com/thekompanee/fuubar/blob/master/CHANGELOG.md) - [Commits](https://github.com/thekompanee/fuubar/compare/releases/v2.3.2...releases/v2.4.0)
2019-11-19Bump @babel/* from 7.3.4 to 7.4.5 (#10936)dependabot-preview[bot]
* Bump @babel/plugin-proposal-object-rest-spread from 7.3.4 to 7.4.4 Bumps [@babel/plugin-proposal-object-rest-spread](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) * Bump @babel/core from 7.3.4 to 7.4.5 * Bump @babel/plugin-proposal-class-properties from 7.3.4 to 7.4.4 * Bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.4 * Bump @babel/preset-env from 7.3.4 to 7.4.5 * Bump @babel/runtime from 7.3.4 to 7.4.5
2019-11-19Bump react from 16.7.0 to 16.8.6 (#10935)dependabot-preview[bot]
* Bump react from 16.7.0 to 16.8.6 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.7.0 to 16.8.6. - [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.8.6/packages/react) * Bump react-dom from 16.7.0 to 16.8.6 * Bump react-test-renderer from 16.7.0 to 16.8.6
2019-11-19Handle blank poll options more gracefully (#10946)ThibG
Pleroma currently allows (erroneously imho) empty poll options, that is, options with an empty (but existing) `name`.
2019-11-19Bump sass from 1.20.1 to 1.20.3 (#10941)dependabot-preview[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.20.1 to 1.20.3. - [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.1...1.20.3)
2019-11-19Bump react-intl from 2.7.2 to 2.9.0 (#10940)dependabot-preview[bot]
Bumps [react-intl](https://github.com/yahoo/react-intl) from 2.7.2 to 2.9.0. - [Release notes](https://github.com/yahoo/react-intl/releases) - [Commits](https://github.com/yahoo/react-intl/compare/v2.7.2...v2.9.0)
2019-11-19[Glitch] Fix profile picture previewJeong Arm
Port e13e4b28db7e066d1f6f21e306aa95b97c3ccd99 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-11-19Bump offline-plugin from 5.0.6 to 5.0.7 (#10937)dependabot-preview[bot]
Bumps [offline-plugin](https://github.com/NekR/offline-plugin) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/NekR/offline-plugin/releases) - [Changelog](https://github.com/NekR/offline-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/NekR/offline-plugin/compare/v5.0.6...v5.0.7)
2019-11-19Bump babel-jest from 24.5.0 to 24.8.0 (#10938)dependabot-preview[bot]
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-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/commits/v24.8.0/packages/babel-jest)
2019-11-19Revert "Bump react-redux-loading-bar from 4.0.8 to 4.2.0 (#10897)" (#10927)Yamagishi Kazutoshi
This reverts commit 9ab053a4b47f971192be1e4215eaf0b2fa2f69b7.
2019-11-19Fix NotifyService test with regards to reblogs (#10928)ThibG
Fixes #10890
2019-11-19Fix profile picture preview (#10931)Jeong Arm
2019-11-19Improvement 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-11-19Bump 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-11-19Bump 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-11-19Bump 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-11-19Bump 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-11-19Remove dependency on history (#10912)Yamagishi Kazutoshi
2019-11-19Center 2-columns layout without side effect (#10915)Hanage999
2019-11-19Small update for sk.yml (#10913)Marek Ľach
2019-11-19Bump 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-11-19Bump 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-11-19Bump 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-11-19[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-11-19Bump 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-11-19Bump 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-11-19Bump 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-11-19Fix old migrations failing because of new version of `strong_migrations` ↵ThibG
(#10904)