Commit Graph

3774 Commits

Author SHA1 Message Date
Georg Gadinger a05a3c8416
Merge pull request #783 from Retrospring/dependabot/bundler/oj-3.13.23
Bump oj from 3.13.21 to 3.13.23
2022-11-07 12:35:09 +01:00
Georg Gadinger 85596452e8
Merge pull request #781 from Retrospring/dependabot/bundler/rubocop-1.38.0
Bump rubocop from 1.37.1 to 1.38.0
2022-11-07 12:33:42 +01:00
Georg Gadinger d35d2d8665
Merge pull request #785 from Retrospring/dependabot/bundler/faker-3.0.0
Bump faker from 2.23.0 to 3.0.0
2022-11-07 12:32:57 +01:00
dependabot[bot] 0a4e7ca09a
Bump @babel/preset-env from 7.19.4 to 7.20.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.4 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:08:09 +00:00
dependabot[bot] e46159c8de
Bump @babel/core from 7.19.6 to 7.20.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:07:15 +00:00
dependabot[bot] 00c525d1f3
Bump @hotwired/stimulus from 3.1.0 to 3.1.1
Bumps [@hotwired/stimulus](https://github.com/hotwired/stimulus) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/hotwired/stimulus/releases)
- [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hotwired/stimulus/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: "@hotwired/stimulus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:06:35 +00:00
dependabot[bot] 4e67984b43
Bump faker from 2.23.0 to 3.0.0
Bumps [faker](https://github.com/faker-ruby/faker) from 2.23.0 to 3.0.0.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.23.0...v3.0.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:02:49 +00:00
dependabot[bot] 23a7810659
Bump oj from 3.13.21 to 3.13.23
Bumps [oj](https://github.com/ohler55/oj) from 3.13.21 to 3.13.23.
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ohler55/oj/compare/v3.13.21...v3.13.23)

---
updated-dependencies:
- dependency-name: oj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:01:30 +00:00
dependabot[bot] fd4efada4e
Bump rubocop from 1.37.1 to 1.38.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.37.1...v1.38.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 09:00:44 +00:00
Andreas Nedbal 5f97b87f3c Fix rubocop offenses 2022-11-06 15:23:05 +01:00
Andreas Nedbal 3f6e61e39b Remove non-existent table from schema 2022-11-06 15:21:19 +01:00
Andreas Nedbal fdf42d4169 Add tests for inbox locking 2022-11-06 15:02:12 +01:00
Andreas Nedbal 8bdf00e0e8 Add locales for inbox locking 2022-11-06 15:01:39 +01:00
Andreas Nedbal 38332194c7 Show message in questionbox that user locked their inbox 2022-11-06 15:01:20 +01:00
Andreas Nedbal fa12b19b8a Prevent questions being sent to users that lock their inbox 2022-11-06 15:01:01 +01:00
Andreas Nedbal f6c28eefbd Add inbox locking setting to privacy settings 2022-11-06 15:00:28 +01:00
Andreas Nedbal 049f92e138 Add inbox locking setting to user 2022-11-06 14:59:56 +01:00
Andreas Nedbal 8eb53d39c8
Merge pull request #736 from Retrospring/feature/stimulus-character-count 2022-11-03 19:22:57 +01:00
Andreas Nedbal d79e5d52ae Merge branch 'main' into feature/stimulus-character-count 2022-11-03 19:03:14 +01:00
Andreas Nedbal f014ba23f8 Update README.md
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-11-03 19:00:08 +01:00
Andreas Nedbal 5e81b5f29e Update README.md
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-11-03 19:00:08 +01:00
Andreas Nedbal 2f5e213e66 Update .github/CONTRIBUTING.md
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-11-03 19:00:08 +01:00
Andreas Nedbal ea20be1b62 Update .github/CONTRIBUTING.md
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-11-03 19:00:08 +01:00
Andreas Nedbal da70192f59 Adjust wording of contribution guide 2022-11-03 19:00:08 +01:00
Andreas Nedbal 503bbb5038 Adjust wording of README 2022-11-03 19:00:08 +01:00
Andreas Nedbal 2e28837e5e Remove all-contributors section from README 2022-11-03 19:00:08 +01:00
Andreas Nedbal d86d2c71f4 Remove byebug and web-console 2022-10-31 23:44:39 +01:00
Andreas Nedbal a8c61023ee Remove Guard and Brakeman 2022-10-31 22:45:45 +01:00
Andreas Nedbal bef1c23a66 reset questionbox character counts after successful submit 2022-10-31 21:23:22 +01:00
Andreas Nedbal 15d05f1699 Merge branch 'main' into feature/stimulus-character-count 2022-10-31 20:56:38 +01:00
Georg Gadinger bc095cf40d
Merge pull request #770 from Retrospring/dependabot/bundler/rspec-mocks-3.12.0
Bump rspec-mocks from 3.11.1 to 3.12.0
2022-10-31 10:24:19 +01:00
Georg Gadinger c4527f952d
Merge pull request #769 from Retrospring/dependabot/bundler/rubocop-rails-2.17.2
Bump rubocop-rails from 2.17.0 to 2.17.2
2022-10-31 10:23:55 +01:00
Georg Gadinger 4833f3e6af
Merge pull request #772 from Retrospring/dependabot/bundler/net-smtp-0.3.3
Bump net-smtp from 0.3.2 to 0.3.3
2022-10-31 10:23:31 +01:00
Georg Gadinger f566bef0f7
Merge pull request #771 from Retrospring/dependabot/bundler/haml-6.0.8
Bump haml from 6.0.7 to 6.0.8
2022-10-31 10:19:09 +01:00
dependabot[bot] 923b4a8e76
Bump net-smtp from 0.3.2 to 0.3.3
Bumps [net-smtp](https://github.com/ruby/net-smtp) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/ruby/net-smtp/releases)
- [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/net-smtp/compare/v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: net-smtp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:01:51 +00:00
dependabot[bot] 338be09f02
Bump haml from 6.0.7 to 6.0.8
Bumps [haml](https://github.com/haml/haml) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](https://github.com/haml/haml/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: haml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:01:35 +00:00
dependabot[bot] 46311f1f33
Bump rspec-mocks from 3.11.1 to 3.12.0
Bumps [rspec-mocks](https://github.com/rspec/rspec-mocks) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/rspec/rspec-mocks/releases)
- [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-mocks/compare/v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:01:23 +00:00
dependabot[bot] 4567e25d98
Bump rubocop-rails from 2.17.0 to 2.17.2
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.0 to 2.17.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.0...v2.17.2)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 09:01:07 +00:00
Karina Kwiatek 7ee0aff7d9 Bump version to 2022.1026.0 2022-10-26 11:37:53 +02:00
Karina Kwiatek d3b59ae169
Merge pull request #767 from Retrospring/fix/missing-unsubscribe-text-on-comment
Fix missing unsubscribe string in answer actions when posting a comment
2022-10-26 11:37:38 +02:00
Karina Kwiatek 0090d1ca4a
Merge pull request #766 from Retrospring/fix/comment-error-on-answer-pages
Prevent error when commenting via an answer page
2022-10-26 11:37:29 +02:00
Karina Kwiatek 13c6526846
Merge pull request #765 from Retrospring/thinner-lexend
Use Lexend 300 as 400
2022-10-26 11:34:35 +02:00
Karina Kwiatek 29608c54c9 Fix missing unsubscribe string in answer actions when posting a comment 2022-10-26 11:32:39 +02:00
Karina Kwiatek f9f49198fa Prevent error when commenting via an answer page 2022-10-26 11:29:58 +02:00
Karina Kwiatek 9e52d5b623 Use Lexend 300 as 400 2022-10-26 10:57:55 +02:00
Karina Kwiatek 16ac195ab9 Center-align load more buttons on single column pages 2022-10-25 22:12:51 +02:00
Karina Kwiatek 3062741487 Bump version to 2022.1025.0 2022-10-25 21:11:17 +02:00
Georg Gadinger 2b7d93f887
Merge pull request #763 from Retrospring/htmöl
views: rename .haml to .html.haml
2022-10-25 20:38:49 +02:00
Georg Gadinger caf73558d6 views: rename .haml to .html.haml 2022-10-25 20:10:31 +02:00
Georg Gadinger e28da8776f
Merge pull request #742 from Retrospring/dependabot/bundler/haml-6.0.7
Bump haml from 5.2.2 to 6.0.7
2022-10-25 19:58:19 +02:00