Commit Graph

1561 Commits (2f81171582e2f7c57b53bfb5db84fff594a564dd)
 

Author SHA1 Message Date
Marcin Kulik c6a0ae187b Merge branch 'private-asciicasts' 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 7bba6e66dd Make all assets on S3 private by default 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 c45ee93370 More high level specs for private asciicasts 10 years ago
Marcin Kulik 833c68ad69 Ensure private asciicast doesn't show up on public lists 10 years ago
Marcin Kulik 510f167680 Test for Asciicast.generate_secret_token 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 7f90d9e4dc Use latest player 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
Marcin Kulik 3097292bd5 Move modal from :last-item position to fix double border at the bottom 10 years ago
Marcin Kulik 06cab0b59f Remove unused CSS 10 years ago
Marcin Kulik 94c39b6441 Limit title/command to 255 chars 10 years ago
Marcin Kulik bf925c566d Add proper Contact page 10 years ago
Marcin Kulik e8e4805431 Add contact info to footer 10 years ago
Marcin Kulik 14cbfa432c Use button group instead of dropdown for sorting 10 years ago
Marcin Kulik fd6f9f2ee9 Activate ApiTokenRegistrator for asciicast upload only 10 years ago
Marcin Kulik 67d21b9692 Prevent asciicast upload for revoked tokens 10 years ago
Marcin Kulik fc9e8a47de Validate client generated tokens - they should be UUID 10 years ago
Marcin Kulik c0b000b4df Always require authentication for asciicast upload 10 years ago
Marcin Kulik 448f0eb899 Use warden scopes 10 years ago
Marcin Kulik 3af9bfd7c1 Don't profile specs 10 years ago
Marcin Kulik 15d9c92a77 Do regular login in feature specs 10 years ago
Marcin Kulik 3ced30b4f0 Null user should be used only for display purposes 10 years ago
Marcin Kulik dbc18f9ce6 Don't test XHR scenario as we don't have one anymore 10 years ago
Marcin Kulik e05fbd574f Add ability to revoke recorder tokens 10 years ago
Marcin Kulik fd03554e2e Don not auto-register Warden strategies on require 10 years ago
Marcin Kulik 47578b63b1 Refactor handling of auth token for pre 0.9.9 clients 10 years ago
Marcin Kulik a719251745 Fix snapshot HTML escaping 10 years ago
Marcin Kulik 8c50e7d1b1 Words 10 years ago
Marcin Kulik d5ff67c4f5 Fix typo 10 years ago
Marcin Kulik 65349d60cc Be more clear about first login 10 years ago
Marcin Kulik a80e9a72f0 Link to login form for user's convenience 10 years ago
Marcin Kulik 4747091764 Open image link in new tab
The screenshot has "play button" which tricks people to start playback.
In most cases they don't want to leave the current page, so opening
asciicast link in a new tab seems like the best solution.
10 years ago
Marcin Kulik 875112caac Words 10 years ago
Marcin Kulik d6ddcf029d Update "Embedding" docs 10 years ago
Marcin Kulik f9da63be3b Make docs templates the real markdown files 10 years ago
Marcin Kulik 689255edf1 Add Twitter card meta tags 10 years ago
Marcin Kulik 537846e372 Use text-only description in Open Graph tags 10 years ago