Commit graph

46 commits

Author SHA1 Message Date
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
Georg Gadinger
946bb3ae9d Use Rolify for admin and moderator roles 2020-04-19 22:35:58 +02:00
Georg Gadinger
311c7ac6c0 Remove Rollbar 2020-04-19 17:20:07 +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
6120256bad Disable rollbar 2017-06-17 22:58:44 +02:00
Georg Gadinger
5b7b680b01 Ignore RecordNotFound errors 2017-04-02 09:12:34 +02:00
Georg Gadinger
3a663eeb09 App config with indifferent hash access 2017-03-31 22:16:23 +02:00
Georg Gadinger
9724c1cc0e Update rollbar gem + config 2017-03-29 22:55:50 +02:00
Yuki
bee62c2139 Show themes in admin 2015-08-26 00:40:08 +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
pixeldesu
fcbfa6efdb Rollbar setup 2015-07-26 20:34:00 +02:00
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
341372d874 finalize 2015-06-08 21:51:46 +02:00
Yuki
cd904ae1bc Fix FAQ 2015-05-26 04:56:58 +05:30
Yuki
20ebb6dbad rake command to migrate to AWS 2015-05-09 19:48:34 +05:30
Yuki
0a34cc07b3 Paperclip fog support, needs AWS/Rack testing before deployment! (Retrospring/bugs#48) 2015-05-08 23:48:18 +05:30
Georg G
ef4fd30cd9 closes Retrospring/bugs#17 2015-04-22 00:33:55 +02:00
Georg G
5ce34de74f added Rack initializer 2015-04-19 01:24:50 +02:00
Georg G
96f4a9433f moderation javascripts now only get loaded if the current_user is a moderator or above 2015-02-03 17:31:04 +01:00
nilsding
097041c8d2 update questiongenerator 2015-01-18 01:12:53 +01:00
nilsding
2c502aeaa4 added Group and GroupMember to RailsAdmin 2015-01-17 19:30:24 +01:00
nilsding
65e514c55d added sharing to Tumblr 2015-01-13 00:12:48 +01:00
nilsding
9de917fb23 closes GitHub issue #57 2015-01-12 13:00:00 +01:00
nilsding
db83a29911 added devise-async and configured Devise for email 2015-01-01 17:31:58 +01:00
nilsding
90fe42e643 Merge remote-tracking branch 'origin/master' into moderation
Conflicts:
	app/models/user.rb
2014-12-28 19:29:01 +01:00
nilsding
7537331651 changed this 2014-12-28 19:12:28 +01:00
nilsding
443ca0e663 added sanitize initializer 2014-12-28 19:06:04 +01:00
nilsding
b625144993 added moderation models 2014-12-27 14:35:09 +01:00
nilsding
a2c361b5c5 made railsadmin shut up about the different notification types 2014-12-26 14:31:59 +01:00
nilsding
12180bf1f2 added OmniAuth initializer 2014-12-12 21:42:50 +01:00
nilsding
c5f2e8e449 added Sidekiq initializer 2014-12-12 17:35:16 +01:00
nilsding
0eb5e8104b added RailsAdmin 2014-12-10 17:01:59 +01:00
nilsding
d0c2669463 added haml initializer 2014-12-07 17:56:51 +01:00
nilsding
57dc1f51c6 added a new config value and initializer for will_paginate 2014-11-12 20:40:06 +01:00
nilsding
164d3ac642 added justask.yml for configuration 2014-11-03 12:54:24 +01:00
nilsding
ae66877cde changed a few things 2014-10-28 06:36:38 +01:00
nilsding
7641726677 added authentication and everything 2014-08-01 15:27:08 +02:00
nilsding
b45be30b19 added users model 2014-08-01 12:07:16 +02:00
nilsding
386066c55b first commit 2014-08-01 11:23:47 +02:00