about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-10-26Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: - app/controllers/admin/base_controller.rb - app/controllers/filters_controller.rb - app/controllers/invites_controller.rb - app/controllers/settings/deletes_controller.rb - app/controllers/settings/exports_controller.rb - app/controllers/settings/follower_domains_controller.rb - app/controllers/settings/migrations_controller.rb - app/controllers/settings/notifications_controller.rb - app/controllers/settings/preferences_controller.rb - app/controllers/settings/two_factor_authentication/recovery_codes_controller.rb - app/javascript/packs/public.js - app/views/settings/profiles/show.html.haml Conflicts were mostly due to the addition of body classes to the settings page, this was caused by rejecting upstream changes for most of those files and modifying Settings::BaseController instead. Another cause of conflicts was the deletion of client-side checking of display name / bio length, this was modified in app/javascript/core/settings.js instead.
2018-10-26Fix missing `mention` argument when processing incoming Create activities ↵ThibG
(#9114) * Fix missing `mention` argument when processing incoming Create activities * Fix typo (param → params)
2018-10-26Skip link-back check if body is nil (#9107)abcang
2018-10-26Remove character counter from edit profile (#9100)Eugen Rochko
* Remove display name and bio counter hint, simply limit input * Remove now redundant translations * Fix code style issue
2018-10-26Fix direct messages column not loading more items on scroll (#9102)Eugen Rochko
Fix #9097
2018-10-26Fix conversations not being marked read on click (#9103)Eugen Rochko
Fix #9096
2018-10-25Do not fetch preview card for mentioned users (#6934)ThibG
2018-10-25Allow inbox owner to view implicitly targeted ActivityPub payload (#9093)Eugen Rochko
Fix #9091
2018-10-25cli: set exit_on_failure for all CLI classes (#9094)Sascha
2018-10-25i18n: Update Polish translation (#9070)Marcin Mikołajczak
* i18n: Update Polish translation Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * kruci Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Update config/locales/pl.yml Co-Authored-By: m4sk1n <me@m4sk.in>
2018-10-25Bump parallel_tests from 2.24.0 to 2.25.0 (#9090)dependabot[bot]
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.24.0...v2.25.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-25Bump aws-sdk-s3 from 1.21.0 to 1.23.0 (#9089)dependabot[bot]
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.21.0 to 1.23.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/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-25Bump version to 2.6.0rc2 (#9087)Eugen Rochko
* Bump version to 2.6.0rc2 * Update CHANGELOG.md
2018-10-25Allow cross-origin requests to /.well-known/* URLs. (#9083)Ben Lubar
Right now, this includes three endpoints: host-meta, webfinger, and change-password. host-meta and webfinger are publicly available and do not use any authentication. Nothing bad can be done by accessing them in a user's browser. change-password being CORS-enabled will only reveal the URL it redirects to (which is /auth/edit) but not anything about the actual /auth/edit page, because it does not have CORS enabled. The documentation for hosting an instance on a different domain should also be updated to point out that Access-Control-Allow-Origin: * should be set at a minimum for the /.well-known/host-meta redirect to allow browser-based non-proxied instance discovery.
2018-10-25Migrate all old direct messages to new conversations schema (#9085)Eugen Rochko
2018-10-25Add consistent interpolations check to CircleCI (#9072)Eugen Rochko
* Add consistent interpolations check to CircleCI * Fix locale strings using wrong variables
2018-10-25Set @body_classes to admin layout (#9081)Yamagishi Kazutoshi
2018-10-25Fix missing plural keys (#9084)Eugen Rochko
* Update i18n-tasks to feature-missing-plural-keys * Fix pluralizations with missing keys in Arabic Fix #8554 * Add i18n-tasks missing-plural-keys to CircleCI
2018-10-24Fix RTL layout of status display names (#9075)Eugen Rochko
Fix #2350
2018-10-24Show upload options on click as well as hover (#9074)Eugen Rochko
Fix #8918
2018-10-24Bump capybara from 3.9.0 to 3.10.0 (#9077)dependabot[bot]
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.9.0 to 3.10.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.9.0...3.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-24Merge pull request #792 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2018-10-24Bump rspec-rails from 3.8.0 to 3.8.1 (#9078)dependabot[bot]
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-24Bump i18n-tasks from 0.9.26 to 0.9.27 (#9079)dependabot[bot]
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.26 to 0.9.27. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.26...v0.9.27) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-24Fix JS error when posting from page without router context (#9073)Eugen Rochko
Fix #9057
2018-10-23Bump i18n-tasks from 0.9.25 to 0.9.26 (#9071)dependabot[bot]
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.25 to 0.9.26. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.25...v0.9.26) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23Keep back own DMs in Home timelineThibaut Girka
Follow-up to e45a6edd6574c86409333cc64f9fb87e1b0a196e, fixes inconsistencies in glitch-soc behavior.
2018-10-23Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-10-23Bump parallel_tests from 2.23.0 to 2.24.0 (#9064)dependabot[bot]
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.23.0 to 2.24.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.23.0...v2.24.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23Update Dockerfile (#9026)ashleyhull-versent
2018-10-23Fix public timelines not instantly updating on compose (#9050)Eugen Rochko
Fix #9034
2018-10-23Show suggested follows on search screen in mobile layout (#9010)Eugen Rochko
Reminder: Suggestions were added in #7918 and are based on who you interact with who you do not follow. E.g. if you boost someone a lot from seeing other people's boosts of that person, it makes sense you might be interested in following the original source; or if you reply to someone a lot, maybe you'd want to follow them Each suggestion can be dismissed
2018-10-23Persist volumes by default in docker-compose (#9055)Eugen Rochko
Too many databases were lost to this
2018-10-22Revert "RTL: remove blank character inside bdi (#9038)" (#9056)Eugen Rochko
This reverts commit c7e9f9ff1ed1def7f14f6ca4ac2836005eeefa47.
2018-10-22[Glitch] Surround mid-text display names with bdi tagsThibaut Girka
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc
2018-10-22[Glitch] fix: initial state of PrivacyDropdown is should not be nullThibaut Girka
Port bebe8ec887ba67c51353e09d7758819b117bf62d to glitch-soc
2018-10-22[Glitch] RTL: fix cardbar margins and alignmentThibaut Girka
Port c73864c1373330f2ef75006d639f90a1debcce6d to glitch-soc
2018-10-22[Glitch] RTL: fix admin account avatar margin in about pageThibaut Girka
Port 3a157210c87e6fe034f70d922cf7fc70fb533ad1 to glitch-soc
2018-10-22[Glitch] RTL: fix column settings toggle labelThibaut Girka
Port bf58461d365b5cee0d8a80a019a64e84c841f32f to glitch-soc
2018-10-22[Glitch] Fix domain label position and colorThibaut Girka
Port 25f9ead041a3087993059a1398f37dfa21a62610 to glitch-soc
2018-10-22[Glitch] RTL: fix preferences layoutThibaut Girka
Port 029943d59b222e96a2f7839390a5628888249bf6 to glitch-soc
2018-10-22[Glitch] Fix admin account avatar marginThibaut Girka
Port 065b39e7a460e088fd5afcd48dfc425d0006fee9 to glitch-soc
2018-10-22[Glitch] RTL: fix user stats in about pageThibaut Girka
Port 301cbcc9802ed85c519e67a01133968bc074c8af to glitch-soc
2018-10-22[Glitch] RTL: fix domain append at signup formThibaut Girka
Port 65b3804a6ccd40d359616b6157682ff88f85462f to glitch-soc
2018-10-22[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"Thibaut Girka
Port d35801aaa2ad9d06345efa45cf524113469fdd02 to glitch-soc
2018-10-22[Glitch] RTL: fix admin account margins in about pageThibaut Girka
Port f8c1b325410369806eb77a5c8d259971a87a6852 to glitch-soc
2018-10-22[Glitch] undo part of PR 8202 to fix RTLThibaut Girka
Port efd09e2ebba7e9f0135bd47c44a77e2fc421aa67 to glitch-soc
2018-10-22[Glitch] Improve style of notice/alert messagesThibaut Girka
Port b972478812316da2f5c0d24c60386d408e027424 to glitch-soc
2018-10-22Keep new DMs in home feeds and in the old DM timelineThibaut Girka
Revert server-side part of 87fdd139b890e60f752bf71e3b09d79eaefcf7b5
2018-10-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: - .github/ISSUE_TEMPLATE/bug_report.md Took our version. - CONTRIBUTING.md Updated the embedded copy of upstream's version. - README.md Took our version. - app/policies/status_policy.rb Not a real conflict, took code from both. - app/views/layouts/embedded.html.haml Added upstream's changes (dns-prefetch) and fixed `%body.embed` - app/views/settings/preferences/show.html.haml Reverted some of upstream changes, as we have a page dedicated for flavours and skins. - config/initializers/content_security_policy.rb Kept our version of the CSP. - config/initializers/doorkeeper.rb Not a real conflict, took code from both.