about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-01-14Fix hashtag timeline on mobile (#9806)ThibG
Instead of forcing 90vh for the scrollable part of the timeline's height as in #9781 (which may be off), use `display: flex`, exactly like on desktop.
2019-01-14Display a double reply arrow on public pages for toots that are replies (#9808)ThibG
2019-01-14Fix undefined method error in sidekiq (#9807)Renato "Lond" Cerqueira
* Fix undefined method error in sidekiq Body can be not nil but still be empty, which causes a `NoMethodError: undefined method `[]' for nil:NilClass` further in the code. This checks for an empty body to avoid the issue. * Fix codeclimate issue
2019-01-15Bump aws-sdk-s3 from 1.30.0 to 1.30.1 (#9799)dependabot[bot]
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.30.0 to 1.30.1. - [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>
2019-01-15Bump pg from 1.1.3 to 1.1.4 (#9798)dependabot[bot]
Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.1.3 to 1.1.4. - [Changelog](https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc) - [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.4..v1.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14Merge pull request #886 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-01-14Bump sidekiq-unique-jobs from 5.0.10 to 6.0.8 (#9801)dependabot[bot]
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 5.0.10 to 6.0.8. - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases) - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v5.0.10...v6.0.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14Bump nokogiri from 1.10.0 to 1.10.1 (#9802)dependabot[bot]
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14Bump nsa from 0.2.4 to 0.2.7 (#9800)dependabot[bot]
Bumps [nsa](https://github.com/localshred/nsa) from 0.2.4 to 0.2.7. - [Release notes](https://github.com/localshred/nsa/releases) - [Commits](https://github.com/localshred/nsa/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14Bump dotenv-rails from 2.5.0 to 2.6.0 (#9803)dependabot[bot]
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14make draggingOver state off correctly (#9797)Hinaloe
* make draggingOver stat off correctly * ignore safari and Edge * Revert "ignore safari and Edge" This reverts commit b9b93ea3674877670161207a3f9b3a4f82b68a2d. * Revert "make draggingOver stat off correctly" This reverts commit f5fd6b94dc1d4b812e0b910b2b4f35792c3ea3a1. * clear drag stack when drop
2019-01-13[Glitch] Adjust admin UI right panel sizeThibaut Girka
Port 9ee9cb549b58a33a81a9da318cbdc26ed2e47788 to glitch-soc
2019-01-13[Glitch] change height on narrow view to take 100% of screenThibaut Girka
Port 11832460431bb6b3196daf17656c2cc76e8ae63d to glitch-soc
2019-01-13[Glitch] Add attachment list fallback to public pagesThibaut Girka
Port JS changes from 4fb94c758e3bf2e1c0525e9075c2d5dedc14c666 to glitch-soc
2019-01-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-01-13Add attachment list fallback to public pages (#9780)ThibG
* Add attachment list fallback to public pages Fixes #6714 * Refactor attachments lists
2019-01-11Adjust admin UI right panel size (#9768)Jeong Arm
* Adjust admin UI right panel size * Fix typo
2019-01-11Merge pull request #885 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-01-11change height on narrow view to take 100% of screen (#9781)Mateusz Bugowski
* change height on narrow view to take 100% of screen * add empty line before @media
2019-01-11Hide CWed content in notifications and fix sensitive images without CWs (#9778)ThibG
Fixes #9634
2019-01-11Add a spec for Admin::ActionLog (#9775)ysksn
2019-01-11Bump sidekiq from 5.2.3 to 5.2.5 (#9765)dependabot[bot]
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.3 to 5.2.5. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v5.2.3...v5.2.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11Bump webpush from 0.3.5 to 0.3.6 (#9783)dependabot[bot]
Bumps [webpush](https://github.com/zaru/webpush) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/zaru/webpush/releases) - [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaru/webpush/compare/v0.3.5...v0.3.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11Add specs for Admin::AccountAction (#9767)ysksn
2019-01-10[Glitch] Postpone scroll-to-detailed status after react components are loadedThibaut Girka
Port 70801b850c78d7879182eeba4eae509af42fafeb to glitch-soc
2019-01-10[Glitch] Redesign admin instances areaThibaut Girka
Port SCSS changes from 1c6588accca23599ea1537ec527a5be04408b2af
2019-01-10[Glitch] Stop gifv timeline preview explicitly when open the media galleryThibaut Girka
Port cf3c0fc38cd2650a421f46a5f221d1d645ef6c7b to glitch-soc
2019-01-10[Glitch] refactored account.jsThibaut Girka
Port 57c91fbbed7fa5f44c7144194e313f003c2ef8b3 to glitch-soc
2019-01-10[Glitch] Fix embed play icons regressionThibaut Girka
Port bd5a8c7765102a166ec8909e4a3b7781ec5537d6 to glitch-soc
2019-01-10[Glitch] Display fallback link card thumbnail when none is givenThibaut Girka
Port 1512af2811cb5b2ffccac5452eb291b1af46f89d to glitch-soc
2019-01-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: - .eslintrc.yml Removed, as upstream removed it. - app/controllers/admin/statuses_controller.rb Minor code cleanup when porting one of our features. - app/models/account.rb Note length validation has changed upstream. We now use upstream's validation (dropped legacy glitch-soc account metadata stuff) but with configurable limit. - app/services/post_status_service.rb Upstream has added support for scheduled toots, refactoring the code a bit. Adapted our changes to this refactoring. - app/views/stream_entries/_detailed_status.html.haml Not a real conflict, changes too close. - app/views/stream_entries/_simple_status.html.haml Not a real conflict, changes too close.
2019-01-10Revert "Revert "Add handler for Move activity (#9629)""Thibaut Girka
This reverts commit bb96a7463758687f8187ae4483becd346c2482b3.
2019-01-10Port a few public.js changes from upstream, move some code aroundThibaut Girka
glitch-soc's public.js was a bit out of date, and code was put inappropriately to the common public.js
2019-01-10Postpone scroll-to-detailed status after react components are loaded (#9773)ThibG
2019-01-10Downgrade react-redux-loading-bar to 4.0.8 to fix media modal (#9771)ThibG
2019-01-10Not to skip executable specs (#9753)ysksn
* Not to skip executable specs * Combine specs Combine specs to one to reduce multiple slow http post.
2019-01-10[Glitch] Only consider mouse move in scrolling on item insertionThibaut Girka
Port cc1f13dfd0d9fee7d568918af031f1cd6d1441f4 to glitch-soc
2019-01-10[Glitch] Identify manual scrolling to cancel scroll to top reset on mouse idleThibaut Girka
Port 2f86fc5e0a45eb2002d4b481ae093197ad523479 to glitch-soc
2019-01-10[Glitch] Cancel list scroll reset after mouse move on wheel scrollThibaut Girka
Port 9cfd610484541c14bcde3c368a158b9b5d2a6499 to glitch-soc
2019-01-10[Glitch] Temporarily hold timeline if mouse moved recentlyThibaut Girka
Port 6a1216d2cd1c26c22baf86ae618a62aa66817239 to glitch-soc
2019-01-09i18n: Update Polish translation (#9674)Marcin Mikołajczak
* i18n: Update Polish translation Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * i18n-tasks normalize * Update config/locales/pl.yml Co-Authored-By: m4sk1n <me@m4sk.in>
2019-01-08Fix how flavour screenshots are displayed in the vanilla flavourThibaut Girka
2019-01-08Update glitch-soc admin page style from upstreamThibaut Girka
Port SCSS changes from e55dce3176b7ac0a23a8a652c2626707a1b74dbb to glitch-soc
2019-01-08Update AUTHORS (#9764)Eugen Rochko
2019-01-08Update changelog for 2.7.0rc1 (#9763)Eugen Rochko
2019-01-08Change "federation" admin UI link to point to "limited" domains (#9762)Eugen Rochko
2019-01-08Remove obsolete web UI translations (#9761)Eugen Rochko
2019-01-08Changed not to display DISCOVER subheader via single column layout. (#9759)mayaeh
2019-01-08Bump version to 2.7.0rc1 (#9718)Eugen Rochko
2019-01-08Bump nokogiri from 1.9.1 to 1.10.0 (#9757)dependabot[bot]
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.9.1...v1.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>