Commit graph

6020 commits

Author SHA1 Message Date
dependabot[bot]
db897d2d60
Merge pull request #1830 from Retrospring/dependabot/bundler/shoulda-matchers-6.3.0 2024-08-13 03:38:00 +00:00
dependabot[bot]
0deaa542ad
Merge pull request #1831 from Retrospring/dependabot/bundler/bootsnap-1.18.4 2024-08-13 03:37:40 +00:00
dependabot[bot]
34514d1e69
Merge pull request #1832 from Retrospring/dependabot/bundler/oj-3.16.5 2024-08-13 03:37:24 +00:00
dependabot[bot]
843a301352
Bump oj from 3.16.4 to 3.16.5
Bumps [oj](https://github.com/ohler55/oj) from 3.16.4 to 3.16.5.
- [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.16.4...v3.16.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 09:16:48 +00:00
dependabot[bot]
0217beb283
Bump bootsnap from 1.18.3 to 1.18.4
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.3 to 1.18.4.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.3...v1.18.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 09:16:31 +00:00
dependabot[bot]
7b273a5958
Bump shoulda-matchers from 6.2.0 to 6.3.0
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 09:16:17 +00:00
Andreas Nedbal
931f88c47e Bump version to 2024.0811.1 2024-08-12 00:10:28 +02:00
Andreas Nedbal
9be01a2a2d Fix missing question mark in registrations_enabled? method call 2024-08-12 00:09:01 +02:00
Andreas Nedbal
854a506244 Bump version to 2024.0811.0 2024-08-11 23:26:55 +02:00
Andreas Nedbal
63ca38ccbc Add specs for correct template in about controller 2024-08-11 20:33:51 +02:00
Andreas Nedbal
a07c5b962a Hide register button in simple layout when registrations are disabled 2024-08-11 20:33:51 +02:00
Andreas Nedbal
8180fe683c Rename about/index view spec 2024-08-11 20:33:51 +02:00
Andreas Nedbal
8ad12c33a8 Fix lint nits 2024-08-11 20:33:51 +02:00
Andreas Nedbal
7c475b5ff3 Add advanced frontpage layout config option 2024-08-11 20:33:51 +02:00
Andreas Nedbal
66a1998957 Make site tagline configurable 2024-08-10 21:59:50 +02:00
Andreas Nedbal
629a9e5326 Removing fetching of HOSTNAME env variable 2024-08-10 21:59:36 +02:00
Andreas Nedbal
1e267c8031 Add no sign-up locale variant for "require user" option 2024-08-10 01:52:00 +02:00
Andreas Nedbal
f19f7c9da5 Fix haml-lint nits 2024-08-10 01:52:00 +02:00
Jyrki Gadinger
da0570164a remove sign up link on devise views when registrations are disabled 2024-08-10 01:52:00 +02:00
Jyrki Gadinger
ca98b9dd7f move site config from initialiser to own module for potential improvements in how to access common configs when needed ... way better than using .dig by hand everywhere i'd say 2024-08-10 01:52:00 +02:00
Jyrki Gadinger
076f71860f herr inspektor, bei allem respekt, gusch herst 2024-08-10 01:52:00 +02:00
Jyrki Gadinger
5cee6e3e3c fix registration controller spec 2024-08-10 01:52:00 +02:00
Andreas Nedbal
4e5b0a8562 Add specs to check for dis/enabled registrations 2024-08-10 01:52:00 +02:00
Andreas Nedbal
6cc8ebcba3 Add ability to disable registrations 2024-08-10 01:52:00 +02:00
Jyrki Gadinger
2001921163
Merge pull request #1798 from Retrospring/dependabot/bundler/pghero-3.6.0
Bump pghero from 3.5.0 to 3.6.0
2024-08-07 14:13:50 +02:00
Andreas Nedbal
2ae862f798 Bump version to 2024.0806.0 2024-08-06 23:17:47 +02:00
Andreas Nedbal
f782e32f30 Fix theme spec 2024-08-06 23:06:26 +02:00
Andreas Nedbal
5d38699ba6 Represent theme colors as hexadecimal in export 2024-08-06 23:06:26 +02:00
Jyrki Gadinger
ce69ec7cec data_export: add more context to answers 2024-08-06 21:52:59 +02:00
Ivan Stanton
652df25186 questions: remove redundant or ungrammatical items 2024-08-06 03:34:51 +02:00
dependabot[bot]
4d6c3e1dd4
Bump pghero from 3.5.0 to 3.6.0
Bumps [pghero](https://github.com/ankane/pghero) from 3.5.0 to 3.6.0.
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: pghero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 22:30:09 +00:00
dependabot[bot]
5e8d9ee517
Merge pull request #1809 from Retrospring/dependabot/bundler/pg-1.5.7 2024-08-05 22:29:10 +00:00
dependabot[bot]
d6a02f3cbf
Merge pull request #1805 from Retrospring/dependabot/bundler/view_component-3.13.0 2024-08-05 21:41:09 +00:00
dependabot[bot]
917f6d909f
Merge pull request #1804 from Retrospring/dependabot/bundler/faker-3.4.2 2024-08-05 21:40:43 +00:00
dependabot[bot]
8b3ede9073
Merge pull request #1807 from Retrospring/dependabot/npm_and_yarn/typescript-5.5.4 2024-08-05 21:39:51 +00:00
dependabot[bot]
f5ffec0f0c
Merge pull request #1802 from Retrospring/dependabot/npm_and_yarn/hotwired/turbo-rails-8.0.5 2024-08-05 21:33:30 +00:00
dependabot[bot]
0449162e09
Bump faker from 3.4.1 to 3.4.2
Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.1 to 3.4.2.
- [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/v3.4.1...v3.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:33:14 +00:00
dependabot[bot]
6880139fd5
Merge pull request #1797 from Retrospring/dependabot/bundler/fog-aws-3.24.0 2024-08-05 21:32:12 +00:00
dependabot[bot]
7978d44078
Bump @hotwired/turbo-rails from 8.0.4 to 8.0.5
Bumps [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](https://github.com/hotwired/turbo-rails/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:21:00 +00:00
dependabot[bot]
659fda5b6d
Bump typescript from 5.5.2 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:20:40 +00:00
dependabot[bot]
fe6449503a
Merge pull request #1803 from Retrospring/dependabot/npm_and_yarn/fortawesome/fontawesome-free-6.6.0 2024-08-05 21:19:43 +00:00
dependabot[bot]
aaf2801724
Merge pull request #1795 from Retrospring/dependabot/npm_and_yarn/sass-1.77.8 2024-08-05 21:18:55 +00:00
dependabot[bot]
e658065fc9
Merge pull request #1796 from Retrospring/dependabot/bundler/bullet-7.2.0 2024-08-05 21:18:31 +00:00
dependabot[bot]
63438f214c
Bump pg from 1.5.6 to 1.5.7
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:16:04 +00:00
dependabot[bot]
6d5e61dd61
Merge pull request #1779 from Retrospring/dependabot/bundler/prometheus-client-4.2.3 2024-08-05 21:15:00 +00:00
dependabot[bot]
9fa4ab102d
Merge pull request #1794 from Retrospring/dependabot/github_actions/reviewdog/action-stylelint-1.28.0 2024-08-05 21:13:07 +00:00
dependabot[bot]
f93d6187eb
Bump prometheus-client from 4.2.2 to 4.2.3
Bumps [prometheus-client](https://github.com/prometheus/client_ruby) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/prometheus/client_ruby/releases)
- [Changelog](https://github.com/prometheus/client_ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_ruby/compare/v4.2.2...v4.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:10:00 +00:00
dependabot[bot]
a69741ac29
Merge pull request #1801 from Retrospring/dependabot/bundler/json-schema-4.3.1 2024-08-05 21:09:03 +00:00
dependabot[bot]
21d742f2e8
Merge pull request #1812 from Retrospring/dependabot/bundler/sanitize-6.1.2 2024-08-05 21:08:43 +00:00
dependabot[bot]
8d8dc539ac
Merge pull request #1811 from Retrospring/dependabot/bundler/sentry-rails-5.18.2 2024-08-05 21:02:13 +00:00