Commit Graph

2104 Commits

Author SHA1 Message Date
Dominik M. Kwiatek e512d5502d Mock verify_captcha 2020-05-27 21:47:27 +01:00
Dominik M. Kwiatek 5650b2eb0b Add hCaptcha to example config 2020-05-27 21:12:25 +01:00
Dominik M. Kwiatek c4fb5d1db9 Add registration tests 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 9f01da8e03 Remove registrations_controller_spec.rb 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek a92dd54be3 Address @nilsding's review comments 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 29f6313c9a Show hCaptcha validation errors on registration 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 1ac7c35315 Fix haml-lint errors 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 689521c6ed Replace devise_error_messages! with partial 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 984976a2f7 Omit hCaptcha if it is disabled 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek 7cac93ad4e Add hCaptcha 2020-05-27 20:07:39 +01:00
Georg Gadinger bb0d85d613
Merge pull request #120 from Retrospring/113-groups2lists
Rename Groups to Lists
2020-05-27 19:47:31 +02:00
Georg Gadinger d6c69524ed
Merge pull request #121 from Retrospring/update-rails
Update Rails to 5.2.4.3
2020-05-27 16:39:18 +02:00
Georg Gadinger 7ae550bd59 Update Rails to 5.2.4.3 2020-05-27 16:22:36 +02:00
Georg Gadinger d906be9da2 Change "Lists" intro text 2020-05-25 20:16:30 +02:00
Georg Gadinger b58883e004 Remove "ask a group" feature 2020-05-25 18:34:43 +02:00
Georg Gadinger 61816aec5f Remove unnecessary class 2020-05-25 18:10:28 +02:00
Georg Gadinger ea0685136e Rename Groups to Lists
haha regexp go brrr

special thanks to @seatsea for helping me out with the French locales
2020-05-25 18:04:54 +02:00
Georg Gadinger 0115d3c795
Merge pull request #118 from Retrospring/dependabot/bundler/puma-4.3.5
Bump puma from 4.3.3 to 4.3.5
2020-05-22 20:14:45 +02:00
dependabot[bot] e02089f2ec
Bump puma from 4.3.3 to 4.3.5
Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-22 18:11:25 +00:00
Dominik M. Kwiatek bb4f105017
Merge pull request #93 from Retrospring/carrierwave 2020-05-22 19:10:32 +01:00
Dominik M. Kwiatek 6d37ae9498 Comment out fog config 2020-05-21 21:44:07 +01:00
Dominik M. Kwiatek 3f4b3b8e4e Simplify Rename Crop Fields migration 2020-05-21 21:32:36 +01:00
Dominik M. Kwiatek 5be3d1f89d Add uploader tests 2020-05-21 21:25:43 +01:00
Andreas Nedbal 38444d5b19 Add contribution listing using all-contributors 2020-05-21 00:02:46 +02:00
Dominik M. Kwiatek 9fa099024f Fix linter errors 2020-05-17 21:09:09 +01:00
Dominik M. Kwiatek e54438a26c Update Gemfile.lock 2020-05-17 20:40:00 +01:00
Dominik M. Kwiatek 2263fe000e Remove un-needed paperclip fields 2020-05-17 20:39:10 +01:00
Dominik M. Kwiatek d4f8e03d28 Cropping in the background
With database fields, sadly.
2020-05-17 20:39:10 +01:00
Dominik M. Kwiatek d185c54f03 Add CarrierWave Backgrounder 2020-05-17 20:38:40 +01:00
Karina Kwiatek 5c0871f33c Address @nilsding's review comments
- Fix types on legacy attachment migrations
- Restore Action Mailer setup for development env
- Use `Hash#dig` in CarrierWave initializer
2020-05-17 20:38:40 +01:00
Karina Kwiatek ff9741589d Implement cropping; make uploaders DRY 2020-05-17 20:38:40 +01:00
Karina Kwiatek 9757c56a2b Add original version to uploaders 2020-05-17 20:38:40 +01:00
Karina Kwiatek 3cc05a395f Remove /system prefix from store_dir 2020-05-17 20:38:40 +01:00
Karina Kwiatek 6f0d4971fb Add paperclip path to uploaders 2020-05-17 20:38:40 +01:00
Karina Kwiatek 76161029e8 Correct out of place comment 2020-05-17 20:38:40 +01:00
Karina Kwiatek 783e47fc2b Replace paperclip with CarrierWave 2020-05-17 20:38:40 +01:00
Georg Gadinger 25a83fe153
Merge pull request #112 from Retrospring/remove-unicorn-and-fix-other-things
Remove unicorn and fix other things
2020-05-17 18:35:36 +02:00
Georg Gadinger 49bc29b31a fix some mistakes in some views 2020-05-17 18:15:18 +02:00
Georg Gadinger e1a8ac3db5 Gemfile: remove foreman, get rid of Procfile 2020-05-17 18:08:18 +02:00
Georg Gadinger b04891446c Gemfile: no more unicorn required 2020-05-17 18:07:20 +02:00
Georg Gadinger bbcb8092fc Gemfile: always install Puma 2020-05-17 15:15:23 +02:00
Andreas Nedbal 224fdfaaaa
Merge pull request #106 from Retrospring/feature/haml-lint 2020-05-13 21:10:41 +02:00
Andreas Nedbal b86329b519 Merge branch 'feature/haml-lint' of github.com:Retrospring/retrospring into feature/haml-lint 2020-05-11 19:45:27 +02:00
Andreas Nedbal 1b555e284d Fix lint violation on announcements partial 2020-05-11 19:40:45 +02:00
Andreas Nedbal 66b2afc976 Turn single-word strings into symbols 2020-05-11 19:40:45 +02:00
Andreas Nedbal 498d31ecd6 Add HAML linting GitHub Action step 2020-05-11 19:40:44 +02:00
Andreas Nedbal 7639c20f64 Fix lints in app/views/announcement 2020-05-11 19:40:44 +02:00
Andreas Nedbal 60b892e74e Fix display_all being not defined 2020-05-11 19:40:44 +02:00
Andreas Nedbal 7b63efed6f Fix lints in app/views/answerbox 2020-05-11 19:40:44 +02:00
Andreas Nedbal ed6528c948 Fix lints in app/views/application 2020-05-11 19:40:44 +02:00