Commit Graph
17 Commits
Author SHA1 Message Date
jomo 61edf27888 add CookieJar patch to flag cookies as secure based on the connection protocol
rails only allows to globally flag session cookies as either secure or not
this patch sets the secure flag for cookies based on the protocol (http/https)
this is used to send cookies via http but flag them secure for https
which allows use with HTTP over Tor for an onion domain
this is acceptable because nginx redirects clearnet http to https
2017-01-08 08:06:37 +01:00
jomo ce304ece43 fix utf8mb4 / MySQL5.5 crap 2016-02-07 14:25:53 +01:00
jomo e077fd2a0a Revert "remove mysql 5.6 fix"
This reverts commit ceaec53d39.

Revert "try fixing mysql utf8mb4 issues"

This reverts commit 1a04b3c882.
2016-01-30 00:02:47 +01:00
jomo ceaec53d39 remove mysql 5.6 fix 2016-01-29 23:57:44 +01:00
jomo 1a04b3c882 try fixing mysql utf8mb4 issues 2016-01-29 23:53:13 +01:00
jomo 498fa1875d use secure cookies in production 2015-12-04 00:30:08 +01:00
jomo ec3daa2882 change default pagination to 30, set 100 for users 2014-09-22 05:50:40 +02:00
jomo df4264f35b set default per_page to 100 2014-09-21 23:05:22 +02:00
jomo f2bc23975f add kaminari config 2014-09-21 23:02:55 +02:00
jomo 2e687216ee change back to active_record_store 2014-05-02 01:50:12 +02:00
jomo 5124bccb90 rename app to Redstoner, session timeout 5 days 2014-05-02 01:47:35 +02:00
jomo 65f5adf65d a TON of bugfixes and new features 2014-04-28 03:01:33 +02:00
jomo f290258f26 LOTS of stuff 2014-04-04 01:08:17 +02:00
jomo 7c578874c9 style 2013-10-14 02:40:44 +02:00
jomo 5fac505a31 another big commit :D 2013-10-07 04:59:21 +02:00
jomo fb52e8bed2 many things, comments working. 2013-06-24 13:29:39 +02:00
jomo 149232ec0c lets start this 2013-05-18 22:46:56 +02:00