Marcin Kulik
2dbc811caf
Fix the condition for displaying edit/delete links
2013-11-22 22:33:14 +01:00
Marcin Kulik
38cde2d172
Avoid AR chains outside of AR models
2013-11-20 21:33:30 +01:00
Marcin Kulik
100273f5bf
Update browse page to new layout and add sorting
2013-11-20 21:33:26 +01:00
Marcin Kulik
431fd87002
Use auth token for permanent sessions
2013-10-22 19:16:18 +02:00
Marcin Kulik
3e1feff84e
Auto-strip whitespace from email and nickname
2013-10-22 17:58:15 +02:00
Marcin Kulik
5bd8b05a93
Validate presence and uniqueness of both nickname and email
2013-10-22 17:52:04 +02:00
Marcin Kulik
a2b0a637fa
Refactor User.for_credentials/for_email into class methods
2013-10-20 18:58:31 +02:00
Marcin Kulik
e95ac75c31
Remove unnecessary test for user factory
2013-10-20 18:58:31 +02:00
Marcin Kulik
7e5af6ed56
Favor uname over user_agent when accepting upload
2013-10-13 12:29:30 +02:00
Marcin Kulik
d74ead2263
Store client's user agent on Asciicast record
2013-10-11 20:44:49 +02:00
Marcin Kulik
d71da5b369
Move asciicast attributes preparation to AsciicastAttributes
2013-09-25 21:42:59 +02:00
Marcin Kulik
08583e9073
Don't cross 80 line boundary
2013-09-21 13:11:36 +02:00
Marcin Kulik
79f8eaf2ed
Fix display of reversed characters in the thumbnails and the preview
2013-09-21 13:05:12 +02:00
Marcin Kulik
82fa03863d
Adjust Snapshot#crop to work on already optimized lines
2013-09-21 13:05:12 +02:00
Marcin Kulik
ff153fff1a
Make Terminal return already optimized snapshot
2013-09-20 23:05:34 +02:00
Marcin Kulik
0e2c1784c6
Use terminal binary as a base for Terminal
2013-09-20 23:05:33 +02:00
Marcin Kulik
e862acedb7
Animation frames generation on the backend
2013-09-10 21:29:17 +02:00
Marcin Kulik
9e152c3172
Sanitize all characters coming from TSM::Screen#draw
...
It happens that libtsm's screen_draw returns a character that can't be
properly encoded as utf-8. As what we get is only meant to be displayed
and not interpreted we can replace these invalid characters with a
questio mark, which is a common practice for printing invalid chars.
2013-08-29 15:10:46 +02:00
Marcin Kulik
26801d207f
Make Asciicast use BufferedStdout instead of Stdout
2013-08-28 16:56:40 +02:00
Marcin Kulik
b47fa27968
Refactor Snapshot to use Grid under the hood
2013-08-27 20:31:31 +02:00
Marcin Kulik
d324200b01
Add BufferedStdout class whose #each yields at 60 hz tops
2013-08-27 20:31:27 +02:00
Marcin Kulik
31a880b7aa
Simplify Snapshot and its presenter
2013-08-25 20:49:23 +02:00
Marcin Kulik
34b39d0db3
Simplify the structure returned by Terminal#snapshot
...
Each screen character is in its own, separate cell now. In addition the char
attributes don't include attributes that are "falsy".
2013-08-25 17:41:04 +02:00
Marcin Kulik
731751650c
Keep the lines shorther than 80 chars
2013-08-25 16:34:02 +02:00
Marcin Kulik
cdc2f01753
Find or build user from omniauth hash in the middleware
2013-08-19 17:08:13 +02:00
Marcin Kulik
40856933aa
Support "blink" attribute in the thumbnails
2013-08-15 23:05:09 +02:00
Marcin Kulik
a53c8de5b9
Pass paths to decompressed stdout files to Stdout
2013-08-15 20:58:41 +02:00
Marcin Kulik
2e9b0a4718
Remove boring empty trailing lines from thumbnails
2013-08-14 17:24:36 +02:00
Marcin Kulik
0c3494d174
Require explicit call to Terminal#snapshot for getting the snapshot
2013-08-13 19:52:53 +02:00
Marcin Kulik
6c8dbf4173
Make Stdout provide data in chunks
2013-08-13 19:52:53 +02:00
Marcin Kulik
4767442875
Make Snapshot#crop return the snapshot of exact requested height
2013-08-06 00:37:37 +02:00
Marcin Kulik
5ecf209a53
Add some TODO comments
2013-08-06 00:37:36 +02:00
Marcin Kulik
7d5a544650
Generate thumbnails from JSON snapshot via Snapshot/SnaphotPresenter
2013-08-06 00:37:36 +02:00
Marcin Kulik
ddf0e57b39
Update SnapshotWorker to generate colorful snapshots
2013-08-06 00:37:35 +02:00
Marcin Kulik
59e31baa1b
Process incoming asciicast with AsciicastCreator
2013-08-06 00:37:35 +02:00
Marcin Kulik
86a4662fe5
Abstract stdout_data and stdout_timing as a single value object
2013-08-06 00:37:34 +02:00
Marcin Kulik
56a2bb2378
Fix Snapshot#crop to not burn when height > line count
2013-08-06 00:37:33 +02:00
Marcin Kulik
d93ac84c21
Refactor AsciicastDecorator#thumbnail to render colorful thumbnail
2013-08-06 00:37:33 +02:00
Marcin Kulik
86f728364c
Add Brush model
2013-08-06 00:37:32 +02:00
Marcin Kulik
e947524533
Add a simple model representing a terminal snapshot
2013-08-06 00:37:32 +02:00
Marcin Kulik
8daf2d0f7f
Serialize Snapshot with Snapshot::Serializer
2013-08-06 00:37:32 +02:00
Marcin Kulik
a10a447c53
Make the snapshots the hashes
2013-08-06 00:37:32 +02:00
Marcin Kulik
50c3a7bca5
Remove the test that validates asciicast factory
2013-08-06 00:37:31 +02:00
Marcin Kulik
67a182d6ca
Use new FactoryGirl syntax exclusively
2012-12-01 18:45:06 +01:00
Marcin Kulik
35817e72d4
Spec for Asciicast#meta=
2012-04-09 20:04:58 +02:00
Marcin Kulik
9ddd44abb5
Move comment specs as comment decorator specs
2012-04-09 18:22:46 +02:00
Marcin Kulik
0cbd732980
Data model for "Like"
2012-04-06 14:06:40 +02:00
Marcin Kulik
e425441c05
Use new factory_girl syntax
2012-03-18 12:07:01 +01:00
Marcin Kulik
0455aeafb7
Fix code style issues in specs
2012-03-13 22:18:13 +01:00
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
2012-03-10 18:30:33 +01:00