Commit Graph

39 Commits (master)

Author SHA1 Message Date
Marcin Kulik e03e35ad6a Remove ExpiringToken 7 years ago
Marcin Kulik f56bf8b452 Remove unused models 7 years ago
Marcin Kulik 67d21b9692 Prevent asciicast upload for revoked tokens 9 years ago
Marcin Kulik dad5f40c17 Expose stdout of old and new format asciicasts via Asciicast#stdout 9 years ago
Marcin Kulik 8f56d019ec Build new format asciicast by default 9 years ago
Marcin Kulik 93075508c2 Prevent rounding errors during JSON serialization/deserialization in tests 9 years ago
Marcin Kulik feb9703620 Remove old authentication code (browser-id, github, twitter) 10 years ago
Marcin Kulik 7397e14a57 Remove old user sign up code 10 years ago
Marcin Kulik ca156564f5 Don't use "dummy" anywhere 10 years ago
Marcin Kulik c4a4961553 Introduce ExpiringToken, a base for future authentication 10 years ago
Marcin Kulik e06e72676e Drop "dummy" from users, replace it with temporary_username 10 years ago
Marcin Kulik 94817be1b3 Rename nickname to username 10 years ago
Marcin Kulik 9b32e2dc37 Prevent shadowing real user profiles by dummy ones 10 years ago
Marcin Kulik 0a47fd441f Remove unused recorded_at column 10 years ago
Marcin Kulik 13544d9d04 Rename user_token to api_token 10 years ago
Marcin Kulik 5bd8b05a93 Validate presence and uniqueness of both nickname and email 11 years ago
Marcin Kulik 0634f52c99 Change all occurrences of old project name to the new one 11 years ago
Marcin Kulik 22f076a366 Add pregenerated snapshot and frames to asciicast factory 11 years ago
Marcin Kulik 731751650c Keep the lines shorther than 80 chars 11 years ago
Marcin Kulik caa6c52759 Rename stdout to stdout_data, stdin to stdin_data 11 years ago
Marcin Kulik 61ac829715 Add missing feature specs 11 years ago
Marcin Kulik 0cbd732980 Data model for "Like" 12 years ago
Marcin Kulik 61b3890a3d Merge remote-tracking branch 'origin/unique-nickname'
* origin/unique-nickname:
  Keep sensitive signup data in session
  Add users factory back
  rm users factories
  Add view spec for users#new
  Add specs to user#create
  Validate nickname uniquness

Conflicts:
	Gemfile
	Gemfile.lock
12 years ago
Micha Wrobel ffb88b39ce Add users factory back 12 years ago
Micha Wrobel 43758ede64 rm users factories 12 years ago
Marcin Kulik 3f798ab7aa Check code style with cane and tailor 12 years ago
Micha Wrobel fc53b71ee2 Validate nickname uniquness 12 years ago
Marcin Kulik 4041b31284 Update usage of FactoryGirl to new syntax 12 years ago
Marcin Kulik c4f40322ed Merge branch 'master' into comments
* master:
  Display asciicast author and creation time
  Claiming asciicasts
  User#add_user_token
  Asciicast.assign_user
  User tokens for assigning asciicasts to users
  Better styles + pagination

Conflicts:
	app/models/asciicast.rb
	db/schema.rb
	spec/factories/asciicasts.rb
	spec/factories/users.rb
12 years ago
Marcin Kulik 9e59b19c16 Claiming asciicasts 12 years ago
Marcin Kulik 1ba9067551 User tokens for assigning asciicasts to users 12 years ago
Micha Wrobel 62849d150e Make asciicast factory valid 12 years ago
Micha Wrobel 33651dbe95 Add uid sequence 12 years ago
Micha Wrobel 70cf1bdc3b Add comment resource 12 years ago
Micha Wrobel d4f127508f Add nickname column to users 12 years ago
Micha Wrobel 0768209393 Set not validated attributes to nil 12 years ago
Micha Wrobel 0190c3f049 Add avatar_url column, modify migration file 12 years ago
Micha Wrobel f59841abaf Add user model, and .create_with_omniauth method 12 years ago
Marcin Kulik c5de80788a Asciicast model 13 years ago