Commit graph

2243 commits

Author SHA1 Message Date
Karina Kwiatek
053ebafbc5
Merge pull request #213 from Retrospring/refactor/profile
Move profile fields to seperate table
2021-12-25 22:44:10 +01:00
Karina Kwiatek
c773d43447
Merge pull request #227 from Retrospring/fix/tweet-length
Fixes to ensure answers shared to twitter post more reliably
2021-12-25 22:39:56 +01:00
Karina Kwiatek
570425821f Add test for handling answers that don't need to be shortened for tweets 2021-12-25 22:27:32 +01:00
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
Andreas Nedbal
8b583e103a Fix lint nits 2021-12-25 04:05:03 +01:00
Andreas Nedbal
d27665471e Remove legacy user CoffeeScript 2021-12-25 03:34:24 +01:00
Andreas Nedbal
1bc52786ad Port reporting users from CoffeeScript to TypeScript 2021-12-25 03:34:02 +01:00
Andreas Nedbal
2cc8a33d5b Port (un)following from CoffeeScript to TypeScript 2021-12-25 03:33:33 +01:00
Andreas Nedbal
cf8d6b0884 Setup user features in TypeScript 2021-12-25 03:33:09 +01:00
Andreas Nedbal
3b5e963da5 Add $.on vanilla JS substitute 2021-12-25 03:31:30 +01:00
Andreas Nedbal
89127aa313 Add aliases for common module locations 2021-12-25 00:02:52 +01:00
Karina Kwiatek
e5f0be70dc Add twitter-text as dependency 2021-12-24 13:41:27 +01:00
Karina Kwiatek
842f51d745 Replace remaining usages of user.display_name 2021-12-23 22:01:56 +01:00
Karina Kwiatek
df606a768e Update usage of display_name in shared sidebar 2021-12-23 21:49:42 +01:00
Karina Kwiatek
21f01fed02 Use an INSERT INTO ... SELECT to move profile data and drop the old columns 2021-12-23 08:56:50 +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
Karina Kwiatek
65fa3ff018 Add test for updating user profile 2021-12-22 00:48:05 +01:00
Karina Kwiatek
8302f1b396 Update exporter for carrierwave & profile fields 2021-12-22 00:25:32 +01:00
Karina Kwiatek
08bafb1d78 Adjust exporter for user profiles 2021-12-22 00:03:19 +01:00
Karina Kwiatek
8fa4feb469 Add endpoint for updating profile 2021-12-22 00:03:19 +01:00
Karina Kwiatek
00496a1596 Update remaining references to profile fields 2021-12-22 00:03:19 +01:00
Karina Kwiatek
ab720f3f55 Update references to profile fields 2021-12-22 00:03:18 +01:00
Karina Kwiatek
ff410773dd Create Profile model 2021-12-22 00:03:18 +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