Commit Graph

203 Commits

Author SHA1 Message Date
Marcin Kulik
ce5f5ae778 Don't require ssl connection for postgres 2017-06-02 15:14:51 +02:00
Marcin Kulik
3d63620cc6 Use SECRET_KEY_BASE from env, only default to fixed string in dev env 2017-06-02 15:14:51 +02:00
Marcin Kulik
e37a9f3702 Report errors to Bugsnag via Plugsnag 2017-06-02 15:14:50 +02:00
Marcin Kulik
821cef7bf0 Don't enforce SSL on Phoenix level 2017-06-02 15:14:49 +02:00
Marcin Kulik
1c7bb5e164 Configure secret_key_base and database_url via env vars 2017-06-02 15:14:49 +02:00
Marcin Kulik
f640817108 Share session between Rails and Phoenix app 2017-06-02 15:14:49 +02:00
Marcin Kulik
f0b7b296c0 Add markdown template engine 2017-06-02 15:14:49 +02:00
Marcin Kulik
74384b1c39 mix phoenix.new 2017-06-02 15:14:48 +02:00
Marcin Kulik
09264313d7
Generate ToC links in Markdown output 2017-05-02 15:58:18 +02:00
Marcin Kulik
4e1cf0d46f Remove old, unused files 2017-04-20 13:44:56 +02:00
Marcin Kulik
1acf2b8347 Ability to use private asciicast as "demo" on homepage 2017-04-18 17:12:17 +02:00
Marcin Kulik
c9d334bd00 Derive smtp_from_address from BASE_URL when no SMTP_FROM_ADDRESS set 2017-04-18 16:38:12 +02:00
Marcin Kulik
1a84b0cbdd Switch from HOST and SCHEME to BASE_URL env var 2017-04-18 16:38:12 +02:00
Marcin Kulik
ddca9db3e1 Use fog with S3 when S3_BUCKET env var is set 2017-04-18 14:28:58 +02:00
Marcin Kulik
0e7bf6a5dc Remove unused config option 2017-04-18 13:56:34 +02:00
Marcin Kulik
de1542f87b Use SECRET_KEY_BASE instead of SECRET_TOKEN 2017-04-18 13:55:11 +02:00
Marcin Kulik
20904489c4 Add "welcome" asciicast on db init 2017-04-15 18:15:52 +02:00
Marcin Kulik
c5730d914d Use unicorn in Docker container 2017-04-13 18:08:06 +02:00
Marcin Kulik
f7c9526127 Make login links side-effect free 2017-02-21 09:10:37 +00:00
Marcin Kulik
78ca1d72db Fix Carrierwave's #filename on Fog storage 2017-01-26 21:43:11 +01:00
Marcin Kulik
e8b0d85be8 Remove old screenshot code 2017-01-11 20:28:19 +01:00
Marcin Kulik
b373963497 Use new player via <asciinema-player> tag 2016-10-01 19:31:11 +02:00
Marcin Kulik
56cea2fb39 Serve uploads from outside of public dir 2016-04-10 12:29:16 +00:00
Marcin Kulik
2122319441 Only public asciicasts can be candidates for "main homepage asciicast" 2016-03-03 18:01:38 +01:00
Marcin Kulik
e29f755cbc Rails' code reloading is crap ¯\_(ツ)_/¯ 2016-01-10 10:59:22 +00:00
Marcin Kulik
eec9397b31 Merge pull request #203 from SunDi3yansyah/master
I have to translate all languages though the form of comments
2015-11-21 22:30:36 +01:00
Marcin Kulik
1fe6aa5fcd Fix gravatar helpers loading (closes #207) 2015-11-08 18:55:46 +01:00
SunDi3yansyah
47ba83ee57 I have to translate all languages though the form of comments 2015-10-11 12:24:08 +07:00
Marcin Kulik
88f86d4cdd Mark results of markdown partials rendering as safe 2015-06-24 17:35:42 +00:00
Marcin Kulik
958639adf6 Remove unused local variable 2015-06-22 20:38:32 +02:00
Marcin Kulik
939137cff6 Don't rely on external resources (gravatar) in integration tests 2015-05-25 19:10:08 +00:00
Marcin Kulik
7bba6e66dd Make all assets on S3 private by default 2015-04-27 08:08:46 +00:00
Marcin Kulik
bf925c566d Add proper Contact page 2015-04-18 14:02:45 +00:00
Marcin Kulik
448f0eb899 Use warden scopes 2015-04-04 17:46:55 +00:00
Marcin Kulik
e05fbd574f Add ability to revoke recorder tokens 2015-04-03 17:07:38 +00:00
Marcin Kulik
fd03554e2e Don not auto-register Warden strategies on require 2015-04-03 16:58:40 +00:00
Marcin Kulik
47578b63b1 Refactor handling of auth token for pre 0.9.9 clients 2015-04-03 16:48:37 +00:00
Marcin Kulik
f9da63be3b Make docs templates the real markdown files 2015-03-31 13:07:22 +02:00
Marcin Kulik
3c76b79683 There's no such thing as Asciinema, only asciinema 2015-03-30 16:22:38 +00:00
Marcin Kulik
0930e5fa23 Add oEmbed endpoint 2015-03-29 18:19:18 +00:00
Marcin Kulik
2852248989 Add PNG generation (https://asciinema.org/a/17654.png) 2015-03-27 11:42:14 +00:00
Marcin Kulik
d9f6af866f Serve static assets in production env (in case no Nginx/Apache in front) 2015-03-26 11:27:14 +00:00
Marcin Kulik
e3dcb72118 No shortucts, use real background job processor 2015-03-09 11:40:24 +01:00
Marcin Kulik
527abc03b5 Allow embedding the same asciicast multiple times on a single page 2014-12-23 17:27:33 +00:00
Marcin Kulik
cd0030a376 Fix loading of Rack::Rewrite in production env 2014-11-29 11:44:09 +00:00
Marcin Kulik
a653a7fea2 Fix user profile link routing for Firefox 2014-11-29 12:40:41 +01:00
SunDi3yansyah
c6d0683616 revision id: 2014-11-27 20:56:15 +07:00
SunDi3yansyah
af2a0b2b18 add locales id 2014-11-27 19:34:47 +07:00
Marcin Kulik
4c0e0b9adc Set protocol for ActionMailer 2014-10-17 21:19:54 +02:00
Marcin Kulik
427c19638c Prompt for username after login 2014-10-17 20:24:23 +02:00