Commit Graph

974 Commits (88f86d4cdde9fb121286c01c564cba714c76efb6)

Author SHA1 Message Date
Marcin Kulik 272db9b8cb Better wording 9 years ago
Marcin Kulik d8d27955eb Update installation docs 9 years ago
Marcin Kulik 3050b06e33 Add Nix installation method 9 years ago
Marcin Kulik fd7ec57d7a Update Gentoo installation instructions (thanks @Dr-Terrible) 9 years ago
Marcin Kulik 654199035e Add MacPorts installation info (thanks @larryv) 9 years ago
Marcin Kulik 9132d323ad Add info on pronunciation and etymology of the project name 9 years ago
Marcin Kulik 13573cbab4 Make Film#frames lazy to reduce memory usage when processing asciicast 9 years ago
Marcin Kulik 6e67258990 raise FormatError both when Oj raises and when it returns nil 9 years ago
Marcin Kulik 7254b1d099 Fix oEmbed endpoint when only one of maxwidth/maxheight given 9 years ago
Marcin Kulik 939137cff6 Don't rely on external resources (gravatar) in integration tests 9 years ago
Marcin Kulik 2857ba303e Add docs on config file 9 years ago
Marcin Kulik 7683212944 Update usage doc wrt v1.1 9 years ago
Marcin Kulik 6530152356 Don't accept asciicasts of 0 width or 0 height 9 years ago
Marcin Kulik 66377b8d7d Make sure player initialization code is available in embed and screenshot bundles 9 years ago
Marcin Kulik a76d99b630 Extend "processing" message 9 years ago
Marcin Kulik 680d4bf96c Make player creation code more intention revealing 9 years ago
Marcin Kulik c070430135 Move JS code to .js file 9 years ago
Marcin Kulik 49cfe584ba Use policy scope to decide which asciicasts should be listed 9 years ago
Marcin Kulik 6f0d55b22a Mark private and featured asciicasts 9 years ago
Marcin Kulik 8bb68ad53e Serve original asciicast files from /a/:id.json 9 years ago
Marcin Kulik 86c25b117d Move private API endpoint to less representative path 9 years ago
Marcin Kulik 1cb47a4e16 It's lowercase "asciinema" 9 years ago
Marcin Kulik 9da6892a9c Fix "processing" page for private asciicasts 9 years ago
Marcin Kulik 09a4364ce8 There's no real need for Backbone here 9 years ago
Marcin Kulik e9c8f1a18f Tweak user profile message 9 years ago
Marcin Kulik b80d5fa6c4 Link to player repo from "how it works" page 9 years ago
Marcin Kulik e7e71644d4 Make it clear listed asciicasts are public 9 years ago
Marcin Kulik 26be8c5227 Display "untitled" for untitled private asciicasts 9 years ago
Marcin Kulik 7156130d90 Allow everyone to have private asciicasts 9 years ago
Marcin Kulik bffc76faa9 Use "null" user in policies 9 years ago
Marcin Kulik 2d4a0fbaa1 Log more details about terminal process death 9 years ago
Marcin Kulik 3fe980f209 Validate max values of terminal width and height 9 years ago
Marcin Kulik c671a9ca8d Add ability to change default asciicast visibility (public/private) 10 years ago
Marcin Kulik 453d5c75a8 Full name doesn't have to be real 10 years ago
Marcin Kulik 69eb52f061 Allow supporters to change asciicast visibility 10 years ago
Marcin Kulik bd4240587c Allow admin to change asciicast's visibility 10 years ago
Marcin Kulik 84acecfdc0 Use to_param for tmp title when no real title is set 10 years ago
Marcin Kulik 3772da7f63 Ask browsers to not send referrer for external links 10 years ago
Marcin Kulik dd23c87e09 Fix sending of size message from an iframe 10 years ago
Marcin Kulik ae95697a9a Add meta tags for hiding referrer on private asciicast pages 10 years ago
Marcin Kulik 3f32ee0ef6 No "self" needed here 10 years ago
Marcin Kulik 2c7d549778 Require private asciicasts to be requested via secret token 10 years ago
Marcin Kulik 6aeb8810ad Refactor AsciicastPolicy 10 years ago
Marcin Kulik 6bc2fd1048 Pad secret token correctly
After converting base 16 (hex) string of length 16 to integer and then to
base 36 we can end up with a shorter string due to implicit zeroes on
leading positions in the intermediate integer. This ensures
"00000000000000000000000000000000", "ffffffffffffffffffffffffffffffff"
and everything in between result in a string of length 25 after converting to
base 36.
10 years ago
Marcin Kulik 2c0bfee0cd Filter out private asciicasts on homepage 10 years ago
Marcin Kulik 5dbe2c84c0 UI for toggling asciicasts private/public 10 years ago
Marcin Kulik a30ee0d082 Allow making asciicasts "private" 10 years ago
Marcin Kulik ade94029d6 Fail fast when invalid order given 10 years ago
Marcin Kulik 318654ef21 Use new player and its new API 10 years ago
Marcin Kulik c34af6de4c Fix borders, paddings and margins on asciicast page 10 years ago