Commit Graph

8 Commits

Author SHA1 Message Date
Lee Lawlor
9606889aac fix error when user doesn't own channel and tries to view api keys 2014-06-29 16:21:27 -04:00
Lee Lawlor
d5c0a0b4e9 add linux server stats script 2014-05-19 23:35:38 -04:00
Lee Lawlor
55e133d3ac add file that acts like a physical device 2014-02-18 12:15:22 -05:00
Lee Lawlor
a4937fb2e5 update with changes from Production branch 2014-02-17 12:05:39 -05:00
Andrew Ruthven
3075563564 Fix returning an API Key that was size + 1.
0..size iterates through size + 1 elements. So asking for an API
that was 16 was actually returning a string of 17 characters. This
broke trying to shove it into a varchar(16) in PostgreSQL.
2013-04-21 01:51:21 +12:00
Alan Bradburne
4f0354303f Improve channel, user and api_key models with basic scopes, correct references and protect attributes.
Simplify channels & user controllers and models, moving code to the models.
Remove catch-all route and ensure all actions are specified, fixing url paths.
Change clone to dup in feed_controller as using clone seems to affect the cloned object (problem only in ruby 1.9.3?)
2012-02-09 23:42:16 +00:00
ioBridge
8f827f4d5f remove unnecessary file 2011-03-27 19:38:09 -04:00
ioBridge
740a1b338c initial checkin of full application 2011-03-27 16:56:15 -04:00