Commit Graph

1929 Commits (improve-embed-js-serving)
 

Author SHA1 Message Date
Marcin Kulik 679a8c78f7 Serve embed script without redirect 7 years ago
Marcin Kulik e03e35ad6a Remove ExpiringToken 7 years ago
Marcin Kulik ce08316ff5 Delete obsolete rake tasks 7 years ago
Marcin Kulik 57745085db Remove /connect/... route from Rails app 7 years ago
Marcin Kulik f45cce4f81 Remove unused middleware 7 years ago
Marcin Kulik 7fc377f38e Merge pull request #279 from asciinema/new-login
Email-based login without keeping tokens in database
7 years ago
Marcin Kulik cab9d93a9c Router /session to Phoenix 7 years ago
Marcin Kulik 212f4b8162 Merge branch 'master' into new-login 7 years ago
Marcin Kulik b2c63553df Don't load config/custom.exs in test env 7 years ago
Marcin Kulik ea1fa1d3e8 Remove unused Asciinema.Users.Mailer module 7 years ago
Marcin Kulik 2c91357182 Remove previous login impl 7 years ago
Marcin Kulik 45c1de59b6 Email-based login without keeping tokens in database 7 years ago
Marcin Kulik a25362b8ac Improve login/sign-up button label 7 years ago
Marcin Kulik 5e7f43b2bd Fix circular import 7 years ago
Marcin Kulik ffddec20cf Displaying of flash messages 7 years ago
Marcin Kulik d2b7e3712c Make put_rails_flash available in all controllers 7 years ago
Marcin Kulik a11eac1a14 Fix Bugsnag's notify_release_stages value 7 years ago
Marcin Kulik 4277ecd82a Document cols/rows overriding 7 years ago
Marcin Kulik e2b7c183c2 Support overriding cols/rows when using embed script 7 years ago
Marcin Kulik c4e494e224 Allow overriding player cols & rows via query params 7 years ago
Marcin Kulik cd10c59a46 Bugsnag automatically reads API key from env so let's use that 7 years ago
Marcin Kulik 456ca43cbd Upgrade bugsnag 7 years ago
Marcin Kulik da3fcc051f Report all uncaught exceptions to Bugsnag via Erlang logger 7 years ago
Marcin Kulik 4b51c9b053 Don't wait for snapshot when opening asciicast page 7 years ago
Marcin Kulik 48fd82ff63 Display pre-processing message in container div 7 years ago
Marcin Kulik 23cd88a634 Upgrade player 7 years ago
Marcin Kulik 8bdffbbf5a Use latest a2png 7 years ago
Marcin Kulik 42fdfcf8a3 Use latest vt 7 years ago
Marcin Kulik 4dad02a544 Validate email format 7 years ago
Marcin Kulik cdb20aa606 Useful aliases for iex 7 years ago
Marcin Kulik 640e0e227b Allow overriding config via config/custom.exs 7 years ago
Marcin Kulik 7446bc6f89 Merge pull request #278 from hzpc-joostk/patch-1
Fix links in README.md for Docker Hub
7 years ago
Joost Kranendonk 4a8e0fadec Fix links in README.md for Docker Hub
Some links refer to files in the GitHub repo using a relative URL. This does not work from the Docker Hub page. Now fixed by replacing the links to the absolute GitHub page in the master branch.
7 years ago
Marcin Kulik 1912534ae9 Use `with` form properly 7 years ago
Marcin Kulik 6c36e0de43 Store and serve asciicast json files gzipped 7 years ago
Marcin Kulik 370e1702eb Use cached filestore (S3 store with local filesystem store as cache) 7 years ago
Marcin Kulik a32b0d43a9 Use make_request in S3.put_file/3 7 years ago
Marcin Kulik ff7ed75c2b FileStore.open -> FileStore.open_file 7 years ago
Marcin Kulik 26ea613c36 Enable exq_ui 7 years ago
Marcin Kulik 11bfe3fb4f Merge pull request #276 from asciinema/ex-snapshot
Generate snapshot in Elixir
7 years ago
Marcin Kulik 010716689c Wait up to 30 sec for snapshot generation 7 years ago
Marcin Kulik d43ed62eb3 Generate snapshot via Exq worker 7 years ago
Marcin Kulik 1102164e56 Add Asciicasts.update_snapshot/1 7 years ago
Marcin Kulik 64a690d144 Allow setting title, private and snapshot_at at asciicast creation 7 years ago
Marcin Kulik 7de966bc3d Use {timing, data} tuple as file arg in stdout_stream 7 years ago
Marcin Kulik c5fd094b91 Generating of snapshot from stdout stream 7 years ago
Marcin Kulik c9a3bf044f Integrate vt via port 7 years ago
Marcin Kulik c99e2ccaff Fix utf-8 handling in stdout_stream/2 7 years ago
Marcin Kulik 3fb1018803 Add stdout_stream/1 supporting asciicast v1 files 7 years ago
Marcin Kulik 719216f7c8 Split stdout_stream in 3 separate fns 7 years ago