Commit Graph

2173 Commits

Author SHA1 Message Date
Karina Kwiatek 3204aaa2e9 Add test for tweet shortening
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2021-12-25 22:08:20 +01:00
Karina Kwiatek 7f26c1fef3 Ensure elipsis character always gets added for long questions/answers 2021-12-25 22:08:06 +01:00
Karina Kwiatek fa025ced92 Update `Ajax::AnswerController` test to expect multiple `ShareWorker` jobs 2021-12-25 15:22:19 +01:00
Karina Kwiatek b0fce22ef1 Install `libidn11-dev` for build & docker 2021-12-25 14:49:18 +01:00
Karina Kwiatek f28f714457 Allow retries for ShareWorker 2021-12-25 13:40:21 +01:00
Karina Kwiatek 61c8208e26 Ensure tweets fit twitter's length limit 2021-12-25 13:39:35 +01:00
Karina Kwiatek e5f0be70dc Add `twitter-text` as dependency 2021-12-24 13:41:27 +01:00
Karina Kwiatek fcd7217126
Merge pull request #221 from Retrospring/feature/file-input-accept-attr
Add accept attribute to file inputs
2021-12-22 19:57:43 +01:00
Karina Kwiatek a38c134280 Add description of `accepted_image_formats` in app config 2021-12-22 17:17:48 +01:00
Karina Kwiatek c995ead1e0 Add accept attribute to file inputs 2021-12-22 16:38:37 +01:00
Andreas Nedbal ae7ede9c2c Apply suggestions from code review
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2021-12-22 00:48:48 +01:00
Andreas Nedbal 1fd7854007 Remove mention of Piwik and add Privacy Policy links for 3rd party services
Piwik hasn't been in use in forever in Retrospring anyway, so the mention can be dropped entirely.
2021-12-22 00:48:48 +01:00
Andreas Nedbal d5170f30ad Disable browser monitoring with New Relic 2021-12-22 00:48:48 +01:00
Andreas Nedbal 5662a935cd Update FAQ
Remove Patreon and add an explainer on Anonymous Cowards
2021-12-20 23:41:51 +01:00
Karina Kwiatek 2c7d7b7028
Merge pull request #208 from Retrospring/dependabot/bundler/puma-5.5.1
Bump puma from 5.4.0 to 5.5.1
2021-10-13 20:04:38 +00:00
dependabot[bot] 2bebb47e2a
Bump puma from 5.4.0 to 5.5.1
Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 18:17:44 +00:00
Karina Kwiatek 8c39c5c32d
Merge pull request #202 from Retrospring/dependabot/bundler/nokogiri-1.12.5
Bump nokogiri from 1.12.4 to 1.12.5
2021-10-03 22:03:02 +02:00
Karina Kwiatek 256e41754e
Merge pull request #204 from Retrospring/feature/user-count
Only count active users on about page
2021-10-03 21:56:07 +02:00
Andreas Nedbal f8af42b16f fix user creation in test case 2021-10-03 21:52:07 +02:00
Andreas Nedbal 85210589cb add test case for user count on about page 2021-10-03 21:26:46 +02:00
Karina Kwiatek 9d59b49cbc
Merge pull request #205 from Retrospring/feature/cleanup-config
Remove unused section from config
2021-10-03 21:05:12 +02:00
Andreas Nedbal b05572d9af remove unused section from config 2021-10-03 20:57:12 +02:00
Andreas Nedbal 58588d22b1 use .where.not instead of in-query condition for user confirm date 2021-10-03 20:49:33 +02:00
Andreas Nedbal 6639f6646a only count active users on about page 2021-10-03 20:40:25 +02:00
dependabot[bot] b7bfa38f14
Bump nokogiri from 1.12.4 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.4...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 23:35:47 +00:00
Karina Kwiatek adf9301971
Merge pull request #201 from Retrospring/fix/tablet-ask-fab
Fix ask fab not being visible at tablet size
2021-09-24 00:42:38 +02:00
Karina Kwiatek 3a8d207b70 Fix ask fab not being visible at tablet size 2021-09-24 00:06:23 +02:00
Karina Kwiatek b3143f7c41
Merge pull request #198 from Retrospring/rails-5.2.6
Bump `rails` to 5.2.6
2021-08-30 18:31:06 +02:00
Karina Kwiatek 686ebecce0 Bump `rails` to 5.2.6 2021-08-30 12:42:37 +02:00
Karina Kwiatek ab83ee197e Remove quotes in rails admin option 2021-08-30 00:21:34 +02:00
Karina Kwiatek 0c8f2ef1e7 Use `break-word` instead of `break-all`
This will prevent words being broken mid-word
2021-08-13 19:55:52 +02:00
Karina Kwiatek 89ce3e6e53
Merge pull request #184 from Retrospring/mobile-layout
Adjust site layout to be nicer to use on smaller screens
2021-08-13 12:11:38 +02:00
Karina Kwiatek f65875ae7e Add specs for theme-color helpers 2021-08-13 01:45:00 +02:00
Karina Kwiatek d81641ac18 Add theme model spec 2021-08-13 01:23:07 +02:00
Karina Kwiatek bd5995ef65 Add specs for `nav_entry` helper 2021-08-13 00:53:11 +02:00
Karina Kwiatek bf14f739ae
Merge pull request #192 from Retrospring/fix/dropdown-menu-text-on-new-inbox-entries
Fix unreadable text on unread inbox entries
2021-08-12 23:23:08 +02:00
Karina Kwiatek c5414ae156 Fix unreadable text on unread inbox entries 2021-08-12 23:17:47 +02:00
Karina Kwiatek d76af263ce Style and position badges on mobile nav 2021-08-12 21:56:28 +02:00
Karina Kwiatek b2c3a9b596
Merge pull request #191 from Retrospring/fix/notification-overflow
Prevent text overflow in notification cards
2021-08-12 16:22:44 +02:00
Karina Kwiatek 7869177527 Prevent text overflow in notification cards 2021-08-12 15:41:03 +02:00
Karina Kwiatek 72e9ca61aa
Merge pull request #187 from Retrospring/fix/question-link-visibility
Show question link for answered questions with only one answer
2021-08-12 15:40:09 +02:00
Karina Kwiatek c33c4bb4ed Give the mobile nav icon row the full viewport width 2021-08-12 13:30:19 +02:00
Karina Kwiatek ec2332818c Show mobile nav bar badges as pills 2021-08-12 13:29:50 +02:00
Karina Kwiatek da70238667 Fix linter errors 2021-08-12 01:18:10 +02:00
Karina Kwiatek 78d67d2f49 Tell Sass to use CSS `max()` function 2021-08-12 01:17:25 +02:00
Karina Kwiatek 31bcc33850 Set the correct theme-color when top navigation is being used 2021-08-12 00:38:03 +02:00
Karina Kwiatek aeb924cab9 Use correct body padding when not logged in to allow for top navigation bar 2021-08-12 00:37:59 +02:00
Karina Kwiatek d86bf2bf9d Use notification_count helper to get notification count for icon badge 2021-08-12 00:37:47 +02:00
Karina Kwiatek 38bd282b38 Make notification icon show notification count badge 2021-08-12 00:37:47 +02:00
Karina Kwiatek 31a8bf6f00 Add mobile user menu 2021-08-12 00:37:47 +02:00