Commit graph

317 commits

Author SHA1 Message Date
Dominik Kwiatek
ea99805da1 Fix remaining lint warnings 2020-10-19 15:55:00 +02:00
Dominik Kwiatek
141ff59f63 Implement Two Factor Authentication 2020-10-18 10:39:46 +02:00
Dominik M. Kwiatek
d448d293de Remove test env skip 2020-05-27 22:33:54 +01:00
Dominik M. Kwiatek
4c7ec05198 Address @nilsding's review comments 2020-05-27 22:27:54 +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
a92dd54be3 Address @nilsding's review comments 2020-05-27 20:07:39 +01:00
Dominik M. Kwiatek
7cac93ad4e Add hCaptcha 2020-05-27 20:07:39 +01: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
Dominik M. Kwiatek
6d37ae9498 Comment out fog config 2020-05-21 21:44:07 +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
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
1dfe0418c9 Remove unused theme initialiser 2020-05-09 03:42:15 +02:00
Andreas Nedbal
5966be5bd6 Make rails_admin use the default ApplicationController 2020-05-08 23:28:56 +02:00
Andreas Nedbal
d5d5c5eb19 make sprockets cache definition development-only 2020-05-06 14:31:27 +02:00
Andreas Nedbal
e7c5b1a4a3 Remove theme preview route and logic 2020-05-04 17:26:38 +02:00
Andreas Nedbal
45b11bddfd Merge branch 'master' into feature/bootstrap 2020-04-29 02:49:07 +02:00
Georg Gadinger
e07d069c73 Refactor Ajax::*Controllers
Also removed the unused `Ajax::QuestionController#preview` method and
route
2020-04-28 20:28:00 +02:00
Andreas Nedbal
e9e0a222b0 Merge branch 'master' into feature/bootstrap 2020-04-27 02:11:54 +02:00
Georg Gadinger
aeef50ad78
Merge pull request #86 from Retrospring/cleanup
Minor Cleanup
2020-04-26 20:03:46 +02:00
Karina Kwiatek
f42cc6aed9 Remove all other references to removed roles 2020-04-25 21:20:02 +01:00
Andreas Nedbal
7767eeae9f Merge branch 'master' into feature/bootstrap 2020-04-25 13:14:01 +02:00
Andreas Nedbal
1aec0f95a4 Add configurable asset caching for Docker on Windows environments 2020-04-25 13:02:20 +02:00
Dominik M. Kwiatek
a8c335899d
Use email field for password reset (#77)
Fixes unsubmmittable password reset form
2020-04-22 19:22:16 +01:00
Georg Gadinger
101b3b68d3 Use cursored pagination, remove WillPaginate 2020-04-20 23:13:24 +02:00
Dominik M. Kwiatek
c292f51957
Set up GitHub Actions (#72)
* Add GitHub Actions config

* Add extra dependencies and use environment variable for DB config

Moved the env vars up to outside of the postgres service so this might not work

* Pass environment variables for Postgres credentials to Postgres container

* Pass service ports to application

Have a suspicion that Redis one won't work as justask.yml is probably not using ERB

* Add database.yml.postgres with port

* Cache gems; pass Redis URL as env var

* Add host to DB config

* Pass DB credentials for db:setup

* Use 127.0.0.1 instead of localhost to force TCP; Use bundler config without instead of --without

* I can't read 🗑

* 🤔

* 💻🔨 I have no idea what I'm doing…

* Testing env defined outside steps

* Move templated vars down

* Add build badge
2020-04-20 21:02:48 +01:00
Karina Kwiatek
16ade832ca Address @nilsding's review changes 2020-04-19 22:58:47 +01:00
Karina Kwiatek
e731d76d52 Update admin/announcements routes to use has_role? 2020-04-19 21:54:40 +01:00
Karina Kwiatek
391f4a28ed Merge branch 'master' into feature/announcements
# Conflicts:
#	db/schema.rb
2020-04-19 21:52:58 +01:00
Karina Kwiatek
a505e7ee71 Ensure we're logged in as an admin when using the AnnouncementController 2020-04-19 21:45:07 +01:00
Georg Gadinger
946bb3ae9d Use Rolify for admin and moderator roles 2020-04-19 22:35:58 +02:00
Karina Kwiatek
8a632a09cd Create Announcement model & controller 2020-04-19 20:12:22 +01:00
Georg Gadinger
2237287472 Remove Capistrano 2020-04-19 19:43:55 +02:00
Georg Gadinger
311c7ac6c0 Remove Rollbar 2020-04-19 17:20:07 +02:00
Georg Gadinger
5eb61eb418 Use sendmail in production 2020-04-19 15:34:45 +02:00
Georg Gadinger
b7d1c80ff0 remove rollbar queue, use mailers queue for mail stuff 2020-04-19 15:00:50 +02:00
Georg Gadinger
6f6ac3cc7d Merge remote-tracking branch 'origin/master' into rails5 2020-04-19 14:32:47 +02:00
Georg Gadinger
b756c35345 make capistrano work with ed25519 keys 2020-04-19 14:32:42 +02:00
Georg Gadinger
9fa8ef1501 enable 'Discover' page for mods 2020-04-19 13:55:13 +02:00
Karina Kwiatek
a19402af41 Upgrade to Rails 5.2 2020-04-19 00:45:50 +01:00
Georg Gadinger
012d29cc20 update devise-async to 1.0 2020-04-19 01:39:36 +02:00
Georg Gadinger
3e7497a144 Upgrade to Rails 5 2020-04-19 00:59:22 +02:00
Georg Gadinger
d47991f379 Fixes for devise 4.x 2019-03-29 22:37:10 +01:00
Georg Gadinger
309d13f497 update ruby version, change deployment target 2018-12-16 18:47:41 +01:00
Georg Gadinger
6120256bad Disable rollbar 2017-06-17 22:58:44 +02:00
Georg Gadinger
90fc9dae3a Add New Relic 2017-06-17 22:49:19 +02:00
Georg Gadinger
5b7b680b01 Ignore RecordNotFound errors 2017-04-02 09:12:34 +02:00
Georg Gadinger
4424cb64cd Fix JS translations 2017-04-02 09:04:49 +02:00
Georg Gadinger
5ef7f043ff attempt to crete 2017-04-01 01:08:51 +02:00
Georg Gadinger
e2d8414644 ??? 2017-04-01 00:24:12 +02:00
Georg Gadinger
b592c4a380 Revert "translations?"
This reverts commit 6497382e7c.
2017-03-31 23:58:45 +02:00
Georg Gadinger
e6cb140eb9 Add unicorn.rb to linked files 2017-03-31 23:55:52 +02:00
Georg Gadinger
6497382e7c translations? 2017-03-31 23:28:06 +02:00
Georg Gadinger
fc96518c92 fix deploy (again) 2017-03-31 22:59:49 +02:00
Georg Gadinger
a6f250b294 Fix deploy 2017-03-31 22:53:40 +02:00
Georg Gadinger
577bf1aea1 Fix deploy, yo. 2017-03-31 22:46:21 +02:00
Georg Gadinger
71de580878 Der Wagen ist eine gute Reise. 2017-03-31 22:44:27 +02:00
Georg Gadinger
ab536284f3 Add some time measurement output 2017-03-31 22:38:23 +02:00
Georg Gadinger
dcca449de1 Add Capistrano task to create i18n JS files 2017-03-31 22:33:07 +02:00
Georg Gadinger
28cc6b5938 Certain features can now be enabled/disabled from config 2017-03-31 22:21:38 +02:00
Georg Gadinger
3a663eeb09 App config with indifferent hash access 2017-03-31 22:16:23 +02:00
Georg Gadinger
5c49ba79bd Add Capistrano tasks for Rollbar 2017-03-29 23:01:06 +02:00
Georg Gadinger
9724c1cc0e Update rollbar gem + config 2017-03-29 22:55:50 +02:00
Georg Gadinger
162adfb725 Re-add locales and service docs 2017-03-29 22:32:36 +02:00
Georg Gadinger
049b12f423 Add devise initializer to linked files because it contains a secret. 2017-03-29 22:13:01 +02:00
Georg Gadinger
67efae6e52 Fix Version 2017-03-29 22:10:22 +02:00
Georg Gadinger
99bcfdacd4 Add Exports to linked dirs 2017-03-29 22:06:43 +02:00
Georg Gadinger
6b054a8be2 Add Capistrano 2017-03-29 22:01:26 +02:00
Georg G
0deb4c4ccc added export view/controller/routes 2016-01-05 20:54:38 +01:00
Georg G
f693ad2a2f add a new sidekiq queue 2016-01-05 18:05:36 +01:00
Georg G
6a9619a70c update gems
also remove mysql because no one uses it anyway lol
2016-01-05 17:15:57 +01:00
Yuki
64ba41d9a6 Fix reports 2015-09-18 18:02:16 +09:00
pixeldesu
ede3ad1b92 Update notification design and behaviour
- Add display of content that was replied to/with
- Instead of marking notifications new, only show new items and hide seen entries
- Add a 'New Notifications' page and set it as default
- Add proper display if there are no new notifications
- Adjust theme to fit new changes
2015-09-16 22:18:40 +02:00
Yuki
71caf3cce5 Several changes to theming, solving a bunch of bugs 2015-08-27 05:30:26 +05:30
pixeldesu
683ce43294 implement pgHero 2015-08-26 21:37:29 +02:00
Yuki
010d0a327e i'm about to give up 2015-08-26 02:26:47 +05:30
Yuki
a7c3acea76 ISHYGDDT 2015-08-26 02:14:14 +05:30
Yuki
bee62c2139 Show themes in admin 2015-08-26 00:40:08 +05:30
Yuki
906692e78f Theming is finished
Previews, settings pane and presets!
2015-08-25 23:57:06 +05:30
Yuki
1912fc3766 Model goop
also made the theme selection logic for user profiles and current user, and the saving logic
2015-08-25 13:56:36 +05:30
Yuki
e7e28efcab Theme Progress
Link color
Notification dropdown text fix
Dropdown select color
Panels
Modals
Buttons, Labels and Alerts
nprogress
fix and rename __THEME_CSS_CACHE to __THEME_CSS_CACHE_V1
2015-08-25 01:26:59 +05:30
Yuki
5f8dc8a24f Cache CSS if in production 2015-07-29 22:29:52 +05:30
Yuki
9ef71a84e9 Merge branch 'master' of github.com:Retrospring/retrospring into feature-themes 2015-07-29 19:52:14 +05:30
Yuki
92bbfef2df Moved ask all + ask group to worker, validates user_id for ask person now 2015-07-27 12:29:56 +05:30
pixeldesu
fcbfa6efdb Rollbar setup 2015-07-26 20:34:00 +02:00
Yuki
54b051a7e7 Temp. layout for testing 2015-07-24 22:42:14 +05:30
Yuki
deb6d12108 Moderation Priority + IP 2015-07-23 23:21:13 +05:30
Yuki
362292716f Mail templating, hopefully 2015-07-21 23:43:14 +05:30
Yuki
e76871b75f Make the mailer respect APP_CONFIG.host, add ENV switches for letter_opener, mailcatcher and sendmail 2015-07-21 23:03:30 +05:30
pixeldesu
cbbd629961 I don't think localhost is the right thing here 2015-07-21 18:46:48 +02:00
pixeldesu
13963c9f04 add description how to use local testing for mails 2015-07-21 18:28:23 +02:00
pixeldesu
d880681f37 removing :page from inbox/:author route again 2015-07-17 21:02:53 +02:00
pixeldesu
51f21b73b1 fix broken route 2015-07-17 20:57:48 +02:00
pixeldesu
84f80c824e fix broken pagination and wrong question count for deletion 2015-07-17 20:54:11 +02:00
pixeldesu
e9ae442431 add ability to show/search questions from specific users 2015-07-17 20:29:19 +02:00
pixeldesu
3a5dcbcd3b Move account deletion to Sidekiq worker, fixes #11 2015-07-15 01:44:35 +02:00
pixeldesu
e39da499ce update locales submodule 2015-07-04 16:52:16 +02:00
Yuki
af71f1ef34 Some adjustmenets to locale logic, add 'jp.language: 日本語', regenerate schema 2015-07-04 13:01:46 +05:30