Commit Graph

747 Commits (5dc857ed9e64065293db4fae329f0c50b62cdc8f)

Author SHA1 Message Date
Marcin Kulik a6a925edd3 Load app js bundle before persona 11 years ago
Marcin Kulik 7e75e0db7c Move glyphicons from vendor/assets/fonts to app/assets/fonts 11 years ago
Marcin Kulik 92feaef715 Use ' instead of " for font urls 11 years ago
Marcin Kulik 61b42a9813 Make the background color of player wrapper on homepage black 11 years ago
Marcin Kulik 1696dad7d0 Fix the font references 11 years ago
Marcin Kulik 6c326fb222 Add missing logo image 11 years ago
Marcin Kulik f5e91a3946 Add subtle text shadow for home headlines 11 years ago
Marcin Kulik 0767bdf581 Fix a typo 11 years ago
Marcin Kulik 79f95252e5 Small font for home page asciicast must do for now 11 years ago
Marcin Kulik 2ec2fc401a Require bootstrap stylesheet in "embed" bundle (for play icon) 11 years ago
Marcin Kulik 83d3c7d1ae Improve styling of embed box input 11 years ago
Marcin Kulik d3ebb5af61 Change default (guest) avatar image 11 years ago
Marcin Kulik cf2ed7b27d Remove the "Record" button from the header 11 years ago
Marcin Kulik 85196a35a4 Use "OMG" background image provided by @rezaali 11 years ago
Marcin Kulik 13a0b5a2e7 Make the shadow under a terminal on the homepage a bit softer 11 years ago
Marcin Kulik 94bc3317b1 Use thicker border for player on homepage 11 years ago
Marcin Kulik bad75768d2 Style dropdown in header 11 years ago
Marcin Kulik 434f8bd47d Fix path to bootstrap's glyphicons font 11 years ago
Marcin Kulik 38cde2d172 Avoid AR chains outside of AR models 11 years ago
Marcin Kulik dd9488d56f Add fullname_and_nickname to UserDecorator 11 years ago
Marcin Kulik b6f53c66b8 Set page <title> in templates 11 years ago
Marcin Kulik af02d5e0b2 Dasherize how-it-works and getting-started doc paths 11 years ago
Marcin Kulik 81ea04c81a Make the form controls a bit shorter 11 years ago
Marcin Kulik 100273f5bf Update browse page to new layout and add sorting 11 years ago
Marcin Kulik 249117f80a Allow size to be passed to player helper in options 11 years ago
Marcin Kulik 3041a646e2 Update asciicast edit page to new layout 11 years ago
Marcin Kulik e5809d2213 Fetch avatars of higher res 11 years ago
Marcin Kulik 08d17f28e3 Redesign asciicast page 11 years ago
Marcin Kulik 78700f59c1 Update user settings page to new layout 11 years ago
Marcin Kulik f9717f1aa5 Update profile page to new layout 11 years ago
Marcin Kulik 59eb527ae9 Update log in pages to new layout 11 years ago
Marcin Kulik 4579951c2a Update token error page to new layout 11 years ago
Marcin Kulik 30da684934 Update 404 page for new layout 11 years ago
Marcin Kulik 35b3326987 Pimp up the repviews (thumbnails) a bit 11 years ago
Marcin Kulik 3362da04dc Update information on "About" page 11 years ago
Marcin Kulik 76ddc94561 Update docs pages for new layout 11 years ago
Marcin Kulik cf78f0dfe0 Update the player to new design 11 years ago
Marcin Kulik c0473dc217 Redesign homepage (and layout in general) 11 years ago
Marcin Kulik 7c83852945 Remove old ugly styles 11 years ago
Marcin Kulik 6009250a36 Display "asciicast:<id>" as a title for title-less asciicasts 11 years ago
Marcin Kulik e01a9e23f5 Specify URLs for ToS and Privacy Policy for Persona 11 years ago
Marcin Kulik d5ea271393 Use protocol-relative avatar URLs 11 years ago
Marcin Kulik eb13fd2f83 Add terms of service page 11 years ago
Marcin Kulik 641b71d964 Fix the "Start recording" links on home page 11 years ago
Marcin Kulik 88e2e54477 Add privacy policy 11 years ago
Marcin Kulik 7a9a394121 Merge pull request #141 from sickill/persona
Sign in with an email (Persona)
11 years ago
Marcin Kulik 5674b488ae Fix the path to getting started page 11 years ago
Marcin Kulik 64585404e6 Make logo an actual image 11 years ago
Marcin Kulik 8728b47417 Use local copy of persona's include.js in dev environment 11 years ago
Marcin Kulik 888f3b7c80 Don't take current user's email from current profile page's user 11 years ago
Marcin Kulik 6ee6f20405 Improve the account settings page 11 years ago
Marcin Kulik 431fd87002 Use auth token for permanent sessions 11 years ago
Marcin Kulik 3e1feff84e Auto-strip whitespace from email and nickname 11 years ago
Marcin Kulik 5bd8b05a93 Validate presence and uniqueness of both nickname and email 11 years ago
Marcin Kulik a194d361d0 Redirect to "getting started" page after sign up 11 years ago
Marcin Kulik 352fb6ede6 Improve wording 11 years ago
Marcin Kulik cf822f9d5e Improvements to the new sign in flow 11 years ago
Marcin Kulik 4b5c02477b Don't override error message for user's nickname uniqueness 11 years ago
Marcin Kulik 8dba31ce71 Auto-focus nickname field on new user form 11 years ago
Marcin Kulik a2b0a637fa Refactor User.for_credentials/for_email into class methods 11 years ago
Marcin Kulik d4cbc3e504 Make Persona the only login option (with the ability to access old accounts) 11 years ago
Marcin Kulik bc2b91f5a2 Extract base js assets bundle 11 years ago
Marcin Kulik 8c43aaf081 Add login via Mozilla Persona 11 years ago
Marcin Kulik 769acb6593 OmniAuthHelper is better name than OauthHelper
Conflicts:
	app/models/user.rb
	spec/models/user_spec.rb
11 years ago
Marcin Kulik ac64d04a51 Remove old unused backbone code 11 years ago
Marcin Kulik f05b787ac3 Remove debug console.log statement 11 years ago
Marcin Kulik ef8449b44c Keep the sane line length 11 years ago
Marcin Kulik 4bc0982c78 Keep test uploads in a separate dir but still under public/ 11 years ago
Marcin Kulik a2baeb91ea Add a default value for headers in AsciicastCreator 11 years ago
Marcin Kulik a31cae3548 Fix a typo 11 years ago
Marcin Kulik 791f6ea6a5 Missing dot. 11 years ago
Marcin Kulik d324fcd714 Add the "medium" font size for the embedded player 11 years ago
Marcin Kulik b61a321299 Adjust user_agent parsing to take python implementation into an account 11 years ago
Marcin Kulik fa9db48620 Words 11 years ago
Marcin Kulik 3ecf1ff936 Put installation instructions on a separate docs page 11 years ago
Marcin Kulik 0740174224 Update getting started docs 11 years ago
Marcin Kulik 6e8e204aaa Words 11 years ago
Marcin Kulik 0620b685bf Add the embedding docs 11 years ago
Marcin Kulik 7e5af6ed56 Favor uname over user_agent when accepting upload 11 years ago
Marcin Kulik f86734bf50 Revert "Favor uname over user_agent"
This reverts commit 97931ceaed.
11 years ago
Marcin Kulik 97931ceaed Favor uname over user_agent 11 years ago
Marcin Kulik 012736304e Add support to the embed script for specifying the playback speed 11 years ago
Marcin Kulik 39ea1778dd Fix shape of the play button in embedded widget under FF 11 years ago
Marcin Kulik 90954c03b6 Add support to embed script for making the terminal font 2x bigger 11 years ago
Marcin Kulik f689595446 Fix origin check for hosts with non 80 port 11 years ago
Marcin Kulik 8c9b580367 Remove unneeded sass imports 11 years ago
Marcin Kulik 2913c04570 Add ability to start playback in widget via postMessage 11 years ago
Marcin Kulik 01d6026dd1 Add FAQ page 11 years ago
Marcin Kulik 8eb0c910e7 Update "options" page 11 years ago
Marcin Kulik d74ead2263 Store client's user agent on Asciicast record 11 years ago
Marcin Kulik e4cb9c0657 New installation instructions 11 years ago
Marcin Kulik bb9e492390 Words 11 years ago
Marcin Kulik d1b4d6eabd Make sure progress indicator value is never larger than 100 11 years ago
Marcin Kulik a43311aeba Update installation instructions for OSX 11 years ago
Marcin Kulik 405e2a7a9d Update installation instructions 11 years ago
Marcin Kulik d71da5b369 Move asciicast attributes preparation to AsciicastAttributes 11 years ago
Marcin Kulik f3ecd376d7 Update updated_at on all claimed asciicasts 11 years ago
Marcin Kulik 32a2f44eb6 Move user token creation/assignment to a service object 11 years ago
Marcin Kulik b08ffd48b4 Make the ViewCounter a controller dependency in the form of a private method 11 years ago
Marcin Kulik f02daa9069 BrushPresenter -> BrushDecorator 11 years ago