Commit Graph

78 Commits

Author SHA1 Message Date
DallonF
f80ddf95f3 Fixed dashboard compile fail 2012-07-06 11:11:35 -07:00
DallonF
46bd65985b Updated dashboard 2012-07-05 13:41:45 -07:00
Ritchie Martori
a2f88b43e3 added login test 2012-07-04 09:38:34 -07:00
Ritchie Martori
ab557ad0f1 added debugging to remove 2012-07-04 08:54:17 -07:00
Ritchie Martori
c867ce2523 added dpd debug command 2012-07-04 01:16:36 -07:00
Ritchie Martori
666914f4fd test app files, fixed empty collection throw while trying to create 2012-07-03 22:56:55 -07:00
Ritchie Martori
f4bf052e83 fixed null check for isObject 2012-07-02 19:09:25 -07:00
Ritchie Martori
e13f30e7c5 fixed $inc not updating values of 0 2012-07-02 18:23:45 -07:00
Ritchie Martori
64b38837e4 added test for passing commands to validation 2012-07-02 17:11:59 -07:00
Ritchie Martori
702d2a2b0b added update command execution to collections 2012-07-02 16:32:55 -07:00
DallonF
2f99ec9222 Collection properly sanitizes input 2012-06-29 09:51:03 -07:00
DallonF
b0363bcd80 Fixed failing tests 2012-06-29 09:36:07 -07:00
DallonF
d4e55717ce Fixed PUT responding with old values 2012-06-29 09:32:01 -07:00
DallonF
2b035c3dae Throw error on PUT without id. 2012-06-29 09:27:40 -07:00
DallonF
e1a0980916 Fixed some session and error-message related bugs 2012-06-27 10:42:34 -07:00
DallonF
ddfeb6d2e7 Fixed bugs blocking demo video 2012-06-26 14:38:03 -07:00
Ritchie Martori
26ff69bed7 fixed incorrect merge during atomic PUTs 2012-06-20 18:30:08 -07:00
Ritchie Martori
3838ab2cae fixed error message for atomic PUTs 2012-06-20 18:24:07 -07:00
Ritchie Martori
95f25924b4 removed console.log 2012-06-20 11:27:14 -07:00
Ritchie Martori
fb88a6e483 fixed update merge during PUT 2012-06-19 18:18:37 -07:00
Ritchie Martori
ed4e1a9fcf fixed incorrect query for updates 2012-06-19 17:43:26 -07:00
Ritchie Martori
b5c662444d fixed user collectiong bugs 2012-06-19 14:47:33 -07:00
Ritchie Martori
140330ea9b fixed multiple error calls during get listeners 2012-06-19 14:18:49 -07:00
Ritchie Martori
348034af24 fixed incorrect id during GET 2012-06-19 13:47:37 -07:00
Ritchie Martori
e948afdbef fixed out of date tests 2012-06-19 11:33:11 -07:00
Ritchie Martori
119328712e updated docs 2012-06-19 11:14:11 -07:00
Ritchie Martori
9c05f06c19 added better error handling in events 2012-06-18 16:41:21 -07:00
Ritchie Martori
2d8130db3d added me to event context 2012-06-18 16:21:39 -07:00
Ritchie Martori
98d4d2bf3f added internal client to repl 2012-06-18 16:04:04 -07:00
Ritchie Martori
9cdf00d693 fixed incorrect context during get events 2012-06-18 14:14:04 -07:00
Ritchie Martori
4bb05a37a0 on put events now include full object 2012-06-18 13:30:44 -07:00
DallonF
97e1cd4599 Merge branch '0.5' of https://github.com/ritch/deployd into 0.5
Conflicts:
	bin/dpd
2012-06-15 11:37:55 -07:00
Ritchie Martori
8286968e07 root key implementation 2012-06-15 11:17:09 -07:00
DallonF
1db6ec8604 Fixed bug where querying an empty collection would not respond 2012-06-15 10:28:22 -07:00
DallonF
751187009d Added "this" support in on DELETE events 2012-06-14 13:10:51 -07:00
DallonF
84752834a4 Added internal exception to cancel(), hide(), and protect() 2012-06-14 12:05:02 -07:00
Ritchie Martori
a45f2351ba initial emit-to-users by query and emit to all 2012-06-12 20:40:00 -07:00
DallonF
1aa298dc1c Updated internal client 2012-06-11 10:13:48 -07:00
Ritchie Martori
f28877bebf fixed missing client in user collection 2012-06-11 09:44:40 -07:00
Ritchie Martori
62fb6f2303 fixed gaps in collection and context to allow full internal-client integration 2012-06-11 07:34:58 -07:00
Ritchie Martori
6b2cc1d11b added validation event, fixed event errors 2012-06-07 16:33:37 -07:00
Ritchie Martori
876b7cb0b3 added unique email check 2012-06-07 16:15:56 -07:00
Ritchie Martori
13f13998de email and password automatically required on usercollection 2012-06-07 15:33:32 -07:00
Ritchie Martori
46aa96eebe fixed /users/me support, added me GET event handler 2012-06-07 15:20:07 -07:00
Ritchie Martori
e44392dc5d fixed syntax error 2012-06-07 14:30:18 -07:00
Ritchie Martori
dcbc7ec740 Merge branch '0.5' of git://github.com/dallonf/deployd into 0.5 2012-06-07 14:16:22 -07:00
DallonF
13749c9f6d Added internal client - totally untested and unimplemented in events 2012-06-07 14:06:19 -07:00
Ritchie Martori
2669e8b306 collection PUTs now return the updated version 2012-06-07 14:03:22 -07:00
Ritchie Martori
fcdbe1cfea collection PUTs now only validate required on POST 2012-06-07 13:41:42 -07:00
DallonF
dec7e857d8 Merge branch '0.5' of https://github.com/ritch/deployd into 0.5
Conflicts:
	lib/resources/dashboard/index.html
	lib/resources/dashboard/js/entry.js
2012-06-07 13:27:59 -07:00