Commit graph

21 commits

Author SHA1 Message Date
Luc Didry
9af9915d4e Add revisions system
Conflicts:
	client/css/style.css
	views/layout.jade
2016-09-15 22:16:52 +02:00
ivrrecht
f6fa7d281a added redis socket support
In order to enable socket support I added another command line argument: `--sock` which can be true or false.
If set to true the script will try to connect via sockets to the redis host provided via the `--redis` flag. In
that case the port will be omitted.
2015-12-01 16:05:35 +01:00
Tim Toomey
06fb9b155b Allow scrumblr to run on non-root paths successfully 2015-02-08 21:48:15 -08:00
ali asaria
16333ae521 jslint 2014-10-12 13:40:13 -04:00
ali asaria
6500143cdc jslint 2014-10-12 13:38:15 -04:00
ali asaria
b3e1a40398 allow adding of multiple stickers
fixes #37
2014-09-02 01:52:54 -04:00
ali asaria
e9e752c5e4 remove all console.log logging 2013-12-08 13:18:10 -05:00
darksurfer
de4815df15 update lib/data/mongodb.js
Sorry a pull request again to remove the line to correct setBoardSize function with mondoDB
2012-06-12 18:16:25 +03:00
giacomomacri
5efc8b489c add setter and getter for boardsize also for mongodb 2012-01-03 20:04:45 +01:00
Ali Asaria
43b0f03fd2 room announcement update to support socket 0.7 2011-09-24 13:09:03 -04:00
Will Langstroth
0a3b02cf7d sessionId to id in lib/rooms.js 2011-09-06 00:06:01 -04:00
Raincole
f3bb4d73bf Restor lib/rooms.js 2011-06-14 07:48:43 +08:00
Raincole
30ff63f1c6 Adjust cards when board is resized 2011-06-14 07:42:04 +08:00
Ali Asaria
431f0e76d6 allow board resizing 2011-05-27 01:08:25 -04:00
Ali Asaria
efb28ac4f1 first step in allowing resizing of board -- it's not persistant yet 2011-05-08 19:12:57 -04:00
ali asaria
d159d02390 Merge branch 'data-abstract'
this is ddunlops work to abstract data layer and allow for mongodb

thanks ddunlop

Conflicts:
	.gitignore
	server.js
2011-03-14 00:43:35 -04:00
ali asaria
2f0e90a418 fix redis config type and make redis default 2011-03-14 00:07:01 -04:00
David Dunlop
bdd989ba7e moved redis to it's own file, added a config 2011-03-12 19:30:22 -05:00
David Dunlop
afe96eeec1 merged with upstream 2011-03-12 14:54:02 -05:00
David Dunlop
57bbc56c21 started abstracting the data store layer - started with mongodb 2011-03-12 14:40:28 -05:00
ali asaria
08fdb74a81 first commit of everything. 2011-03-10 08:20:27 -05:00