Karina Kwiatek
081bfbfeb8
Upgrade to Rails 6.1
2022-01-13 21:42:06 +01:00
Karina Kwiatek
d370837311
Upgrade `web-console`
...
This was throwing some errors in the background on page load (in dev)
2022-01-13 21:42:06 +01:00
Karina Kwiatek
b167c4e938
Add tests for privacy settings
2022-01-13 21:42:06 +01:00
Karina Kwiatek
9c84f946ff
Fix test failing under macOS
2022-01-13 21:42:06 +01:00
Karina Kwiatek
45854894dc
Upgrade to Rails 6.0
2022-01-13 21:42:06 +01:00
Andreas Nedbal
2647a553ec
Remove legacy stylesheet pack tag
2022-01-12 22:36:17 +01:00
Andreas Nedbal
691068dad7
Remove old paperclip processor
2022-01-12 22:36:06 +01:00
Georg Gadinger
60a8e3ac7d
create timestamp function + sequences on test schema loads too
...
This fixes a strange issue when running RSpec with changed migrations.
Basically: `ActiveRecord::Migration.maintain_test_schema!` drops the
database and wants to apply the schema from the `schema.rb` again, but
that fails at creating the `answers` table since it can't find the
postgres function `gen_timestamp_id`.
Internally it just calls `bin/rails db:test:load_schema`, so I just
hook it in the same way I do it for `db:schema:load` (used by
`db:setup` ...)
2022-01-11 23:29:30 +01:00
Andreas Nedbal
452c71c128
Update Webpacker npm module to 5.4.3
2022-01-11 23:28:05 +01:00
Andreas Nedbal
55417ecf02
Remove sprockets asset comment
2022-01-11 22:41:37 +01:00
Andreas Nedbal
6e1a62752e
Remove (now) unused asset gems
2022-01-11 22:41:37 +01:00
Andreas Nedbal
ca30e4420e
Install asset dependencies
2022-01-11 22:41:37 +01:00
Andreas Nedbal
c6c9bba807
Move flags file to SCSS components
2022-01-11 22:41:37 +01:00
Andreas Nedbal
25408cdcf2
Remove unneeded stylesheet_link_tag
2022-01-11 22:41:37 +01:00
Andreas Nedbal
a7b814a52e
Include Coloris styles from SCSS
2022-01-11 22:41:37 +01:00
Andreas Nedbal
5912dd0832
Include Croppr styles from SCSS
2022-01-11 22:41:37 +01:00
Andreas Nedbal
fd3017afa2
Include toastify styles from SCSS
2022-01-11 22:41:37 +01:00
Andreas Nedbal
3ebe3e00de
Remove nprogress
2022-01-11 22:41:37 +01:00
Andreas Nedbal
96fc583c42
Remove image folder asset keepfile
2022-01-11 22:41:37 +01:00
Andreas Nedbal
008f3c7b5d
Move stylesheets from assets into javascript/styles/
2022-01-11 22:41:37 +01:00
Karina Kwiatek
9eb34bf984
Fix answers not submitting on Control/Cmd-Return ( #279 )
2022-01-11 22:32:43 +01:00
Georg Gadinger
29923fac84
add validator for typoed emails
...
It happens quite often that people typo their email address (I blame
phone keyboards for that). Catch common cases in a validator and
tell the user that they have a typo in their email.
Why yes, I did write the tests for this first, thanks for asking!
2022-01-11 19:18:23 +01:00
Andreas Nedbal
515e6d09ff
Use text ellipsis instead of three single dots for shortening
...
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-01-10 22:53:58 +01:00
Andreas Nedbal
e8d3b9629d
Use proper indentation for test values
...
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
2022-01-10 22:53:58 +01:00
Andreas Nedbal
ba280f7996
Add tests for `ApplicationHelper::TitleMethods`
2022-01-10 22:53:58 +01:00
Andreas Nedbal
48c9e6132b
Split graph and bootstrap helper tests into own files
2022-01-10 22:53:58 +01:00
Andreas Nedbal
b9c968d3fd
Move title and bootstrap related helpers into their own files
2022-01-10 22:53:58 +01:00
Karina Kwiatek
d3aaaeb12d
Double question character limit ( #292 )
2022-01-10 22:01:47 +01:00
Karina Kwiatek
dafeb48223
Merge pull request #291 from Retrospring/add-do-not-reply-to-email
2022-01-10 00:25:26 +01:00
Georg Gadinger
331f6477b8
confirmation_instructions: add "do not reply" remark to the email body
...
There have been several replies to this email containing nothing but the
sentence `Yes, I confirm.` or just simply `Confirmed`. It seems like
someone discovered that replying to the email with exactly that helped
with recovering their Twitter account after it was locked, and now people
try to do this everywhere else.
2022-01-09 22:57:01 +01:00
Andreas Nedbal
aeb8f32fac
Remove jquery.growl CoffeeScript and styling
2022-01-09 19:55:17 +01:00
Andreas Nedbal
f4d32c5cd1
Use Toastify instead of jquery.growl for notifications
2022-01-09 19:55:17 +01:00
Karina Kwiatek
2de4980fd8
Merge pull request #289 from Retrospring/remove-coffeescript-from-about
...
Replace mention of CoffeeScript in about
2022-01-09 19:07:51 +01:00
Karina Kwiatek
f4c9ab821e
Fix incorrect localStorage key of announcement dismiss
2022-01-09 19:01:46 +01:00
Karina Kwiatek
e7672e8033
Apply suggestion from @pixeldesu
...
Co-authored-by: Andreas Nedbal <andy@pixelde.su>
2022-01-09 19:01:46 +01:00
Karina Kwiatek
d9e6982637
Address review feedback from @pixeldesu
...
Co-authored-by: Andreas Nedbal <git@pixelde.su>
2022-01-09 19:01:46 +01:00
Karina Kwiatek
3e9fb2890f
Port announcements functionality to TypeScript
2022-01-09 19:01:46 +01:00
Karina Kwiatek
be811ccb32
Replace mention of CoffeeScript in about
2022-01-09 18:23:50 +01:00
Andreas Nedbal
60d8868306
Apply review suggestion from @raccube
...
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-01-09 16:05:37 +01:00
Andreas Nedbal
b287892c19
Apply review suggestion from @raccube
...
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2022-01-09 16:05:37 +01:00
Andreas Nedbal
bc979a3615
Use proper event for global event handlers in answerbox
2022-01-09 16:05:37 +01:00
Andreas Nedbal
d89302f1cc
Add return type to `commentCreateHandler`
2022-01-09 16:05:37 +01:00
Andreas Nedbal
0418a67780
Replace window report dialog usages with the TypeScript variant
2022-01-09 16:05:37 +01:00
Andreas Nedbal
ecb079b1d4
Port report dialog functionality to TypeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
723ebfb823
Remove legacy answerbox CoffeeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
077e9df2a6
Port comment character count functionality to TypeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
2b11834b31
Port comment destroy functionality to TypeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
05702837bc
Port comment create functionality to TypeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
6501bb9f0d
Port comment report functionality to TypeScript
2022-01-09 16:05:37 +01:00
Andreas Nedbal
d004546c65
Port comment smile functionality to TypeScript
2022-01-09 16:05:37 +01:00