Commit Graph

3969 Commits

Author SHA1 Message Date
Andreas Nedbal 6d462cbd1b Add link to admin dashboard to profile dropdown 2022-11-21 20:26:01 +01:00
Andreas Nedbal d0654d7d9d Use new layout in announcements views 2022-11-21 20:26:01 +01:00
Andreas Nedbal 4504d5ebac Add layout and sidebar for administration views 2022-11-21 20:26:01 +01:00
Andreas Nedbal c61ccfa5c1 Add admin dashboard controller 2022-11-21 20:26:01 +01:00
Georg Gadinger ce055b1e01
Merge pull request #816 from Retrospring/dependabot/bundler/bootsnap-1.14.0
Bump bootsnap from 1.13.0 to 1.14.0
2022-11-21 13:08:18 +01:00
Georg Gadinger d464d167e1
Merge pull request #815 from Retrospring/dependabot/bundler/pg-1.4.5
Bump pg from 1.4.4 to 1.4.5
2022-11-21 13:07:35 +01:00
dependabot[bot] 580f2eb197
Merge pull request #817 from Retrospring/dependabot/bundler/rubocop-rails-2.17.3 2022-11-21 10:32:05 +00:00
dependabot[bot] dfc8a1fe06
Merge pull request #819 from Retrospring/dependabot/npm_and_yarn/typescript-4.9.3 2022-11-21 09:27:03 +00:00
dependabot[bot] 4e7a2d5efa
Bump typescript from 4.8.4 to 4.9.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:20:51 +00:00
dependabot[bot] 14cc529d0b
Merge pull request #818 from Retrospring/dependabot/npm_and_yarn/regenerator-runtime-0.13.11 2022-11-21 09:18:27 +00:00
dependabot[bot] 55c5ce649f
Merge pull request #820 from Retrospring/dependabot/npm_and_yarn/rails/request.js-0.0.8 2022-11-21 09:17:56 +00:00
dependabot[bot] 8efad0b7d8
Bump @rails/request.js from 0.0.6 to 0.0.8
Bumps [@rails/request.js](https://github.com/rails/request.js) from 0.0.6 to 0.0.8.
- [Release notes](https://github.com/rails/request.js/releases)
- [Commits](https://github.com/rails/request.js/compare/v0.0.6...v0.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:10:37 +00:00
dependabot[bot] 9c5f488531
Bump regenerator-runtime from 0.13.10 to 0.13.11
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.10 to 0.13.11.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.10...regenerator-runtime@0.13.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:08:45 +00:00
dependabot[bot] 070ae00314
Bump rubocop-rails from 2.17.2 to 2.17.3
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.2 to 2.17.3.
- [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.2...v2.17.3)

---
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-11-21 09:02:08 +00:00
dependabot[bot] 1509bc9c98
Bump bootsnap from 1.13.0 to 1.14.0
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:01:48 +00:00
dependabot[bot] d9477e7f04
Bump pg from 1.4.4 to 1.4.5
Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.4.4...v1.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 09:01:35 +00:00
Karina Kwiatek 31e5e30e15 Bump version to 2022.1120.0 2022-11-20 15:12:51 +01:00
Karina Kwiatek 4c0e92edfd
Merge pull request #812 from Retrospring/fix/export-failures
Prevent exports crashing out if a related object is nil
2022-11-20 14:52:31 +01:00
Karina Kwiatek fe6a03bfaf Prevent exports crashing out if a related object is nil 2022-11-20 12:30:37 +01:00
Andreas Nedbal f91246986c Update generated entries to not be new after rendering 2022-11-18 23:35:38 +01:00
Andreas Nedbal 78df5af040 Add tests for InboxController 2022-11-18 23:35:38 +01:00
Andreas Nedbal 22289f2946 Hide empty text as soon as another inbox entry appears 2022-11-18 23:35:38 +01:00
Andreas Nedbal 44c0136c9e Remove AJAX question generation code 2022-11-18 23:35:38 +01:00
Andreas Nedbal d3eae22f13 Generate inbox entries using Turbo Streams 2022-11-18 23:35:38 +01:00
Andreas Nedbal 960b20f407
Merge pull request #807 from Retrospring/feature/privacy-noindex 2022-11-18 23:35:09 +01:00
Andreas Nedbal 60819ff90e Fix schema 2022-11-18 23:29:47 +01:00
Andreas Nedbal 23dafb5bcb
Merge branch 'main' into feature/privacy-noindex 2022-11-18 23:23:01 +01:00
Andreas Nedbal 37fa0b82a3
Merge pull request #805 from Retrospring/feature/input-placeholder-theming 2022-11-18 23:21:19 +01:00
Andreas Nedbal d3bfbff30a
Merge branch 'main' into feature/input-placeholder-theming 2022-11-18 23:21:08 +01:00
Andreas Nedbal 88375f7d21 Cleanup schema 2022-11-18 23:19:24 +01:00
Andreas Nedbal aced806d02 Apply review suggestion from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-11-18 23:19:24 +01:00
Andreas Nedbal fe9a77cd67 Fix lints 2022-11-18 23:19:24 +01:00
Andreas Nedbal 92d5918b91 Add tests for social graph hiding setting 2022-11-18 23:19:24 +01:00
Andreas Nedbal 8699a4ca08 Redirect from follower/following page if social graph is hidden 2022-11-18 23:19:24 +01:00
Andreas Nedbal 51a70b67f4 Hide follower/followings tabs if social graph is hidden 2022-11-18 23:19:24 +01:00
Andreas Nedbal 9249ef976b Add social graph field to privacy settings view 2022-11-18 23:19:24 +01:00
Andreas Nedbal 0b499138e0 Add social graph hiding field to user 2022-11-18 23:19:24 +01:00
dependabot[bot] 9ad68ad7c7
Merge pull request #808 from Retrospring/dependabot/npm_and_yarn/loader-utils-1.4.2 2022-11-17 23:02:53 +00:00
dependabot[bot] 4c22d8e4b3
Bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 21:44:14 +00:00
Andreas Nedbal 3ddba9ae8a Fix lints 2022-11-16 22:34:57 +01:00
Andreas Nedbal 23fe0a2c6e Add tests for noindex setting 2022-11-16 22:33:30 +01:00
Andreas Nedbal 4c820b472e Set noindex robots tag on content of users that enable it 2022-11-16 22:33:04 +01:00
Andreas Nedbal f8e43a9bb0 Add noindex setting to privacy settings view 2022-11-16 22:32:40 +01:00
Andreas Nedbal 2367bb3139 Add noindex field to user 2022-11-16 22:31:49 +01:00
Andreas Nedbal 921f02c4c9 Fix lints in ThemeHelper 2022-11-15 00:32:54 +01:00
Andreas Nedbal f35d49e575 Properly handle placeholder fields in theme application 2022-11-14 23:13:22 +01:00
Andreas Nedbal 420a25872e Allow input placeholder in theme settings 2022-11-14 23:12:39 +01:00
Andreas Nedbal 752d6cb987 Make input placeholder themable 2022-11-14 23:11:23 +01:00
Andreas Nedbal d7911e9486 Add input placeholder field to theme 2022-11-14 23:11:09 +01:00
Andreas Nedbal 670131e102 Remove JBuilder 2022-11-14 21:31:33 +01:00