1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00
Commit Graph

146 Commits

Author SHA1 Message Date
Aiko Mastboom
73b8b4cc8e app only recovers when sharejs has it's own backend.. need to write my own share model to do proper overrides 2013-04-28 00:40:01 +02:00
Aiko Mastboom
5af0393637 app stays live when reimporting 2013-04-27 21:59:20 +02:00
Aiko Mastboom
0b13b7f27e prevent circular share updates 2013-04-27 19:07:22 +02:00
Aiko Mastboom
f8572e993a keep alive during import 2013-04-27 19:05:54 +02:00
Aiko Mastboom
38a612a494 introduced update protection to smooth out importer overwriting just imported data 2013-04-27 12:22:30 +02:00
Aiko Mastboom
0cadac6dca code cleanup 2013-04-27 10:21:45 +02:00
Aiko Mastboom
c926ec56b2 removed duplicate code 2013-04-27 10:10:31 +02:00
Aiko Mastboom
95e8873622 updated readme 2013-04-27 09:52:30 +02:00
Aiko Mastboom
5e88e4779b have the importer notify sharejs of changes 2013-04-27 02:34:55 +02:00
Aiko Mastboom
8a64e5fdcd cleanup 2013-04-27 02:20:59 +02:00
Aiko Mastboom
60003f3c2c turn off debugging 2013-04-26 14:38:04 +02:00
Aiko Mastboom
3d1397a783 update sharedoc when server does it's thing behind the scenes 2013-04-26 14:36:28 +02:00
Aiko Mastboom
0ee5f48156 for now.. style.css is less. 2013-04-26 12:33:26 +02:00
Aiko Mastboom
dec023773d style.css -> style.less 2013-04-26 12:25:08 +02:00
Aiko Mastboom
a4cce6383d trying to figure out why i see inconsistent share open results.. 2013-04-26 12:24:52 +02:00
Aiko Mastboom
d091afe983 trying to figure out why i see inconsistent share open results.. 2013-04-26 11:54:15 +02:00
Aiko Mastboom
66514f91a2 trying to figure out why i see inconsistent share open results.. 2013-04-26 04:40:29 +02:00
Aiko Mastboom
e9033cbcfa made websockets configurable 2013-04-26 03:24:18 +02:00
Aiko Mastboom
9ab1dd56ef added less marker 2013-04-26 03:22:17 +02:00
Aiko Mastboom
971e10f242 added links to navigaton 2013-04-26 03:21:58 +02:00
Aiko Mastboom
5e223f27b5 added links to navigaton 2013-04-26 01:14:42 +02:00
Aiko Mastboom
108d79d166 offline works fastest 2013-04-25 17:07:08 +02:00
Aiko Mastboom
9d82009f8b submenu test 2013-04-25 17:06:45 +02:00
Aiko Mastboom
b94437d218 different navigation structure 2013-04-25 17:06:24 +02:00
Aiko Mastboom
bd1eacf432 duplicated "json" code 2013-04-25 17:05:56 +02:00
Aiko Mastboom
3f56f3deac app startup seems to work now 2013-04-24 12:27:37 +02:00
Aiko Mastboom
c006641394 return empty document/string on notfound 2013-04-24 12:27:02 +02:00
Aiko Mastboom
fe46cfc543 added async 2013-04-24 12:25:51 +02:00
Aiko Mastboom
a37d7b7f31 returned_app called 2 times 2013-04-23 13:33:19 +02:00
Aiko Mastboom
1bd5c1c588 add links navigation 2013-04-23 12:49:18 +02:00
Aiko Mastboom
a273521593 add links navigation, initial rework of app structure 2013-04-23 12:46:24 +02:00
Aiko Mastboom
a87b83cba2 Merge remote-tracking branch 'origin/master'
Conflicts:
	README.md
	public/index.html
2013-04-23 12:45:52 +02:00
Aiko Mastboom
b8591dd5bb add links navigation, initial rework of app structure 2013-04-23 12:43:50 +02:00
Aiko Mastboom
fddb5012d4 add preview button 2013-04-22 16:10:07 +02:00
Aiko Mastboom
cc4ecf6cd3 add preview button 2013-04-22 16:07:41 +02:00
Aiko Mastboom
a6f71b6203 It appears MongoClient.connect only needs to called once 2013-04-22 13:06:41 +02:00
Aiko Mastboom
a76fb02f9a fix updating of ace type 2013-04-22 12:47:59 +02:00
Aiko Mastboom
2da170ef89 named annonymous functions, complied with IntelliJ code inspections 2013-04-22 12:33:26 +02:00
Aiko Mastboom
2100354f0e named annonymous functions, complied with IntelliJ code inspections 2013-04-22 11:38:25 +02:00
Aiko Mastboom
56e058dcdd be even more aggressive with delaying getting objects for importing. 2013-04-22 10:14:07 +02:00
Aiko Mastboom
b4c5ce36f1 put head in script in seperate files 2013-04-22 01:35:05 +02:00
Aiko Mastboom
1770ac8d16 mongo tweaks, in attempt to make saving to same mongo document more synchronous 2013-04-22 01:33:38 +02:00
Aiko Mastboom
5ef7f3aa3a Handlebars is synchronous, workaround, by calling rendering twice 2013-04-22 01:32:23 +02:00
Aiko Mastboom
a856ef8867 ensureObject, try to not have every thread save a blank object at once. 2013-04-22 01:30:40 +02:00
Aiko Mastboom
c809c0e983 human copy paste error 2013-04-22 01:28:23 +02:00
Aiko Mastboom
869752f575 bootstrap css in use 2013-04-21 14:48:25 +02:00
Aiko Mastboom
77d70a9d22 configurable importer_path 2013-04-21 14:15:26 +02:00
Aiko Mastboom
04a770850d removed comments 2013-04-21 12:22:03 +02:00
Aiko Mastboom
60dff06096 added knockout-bootstrap to play with 2013-04-21 12:21:42 +02:00
Aiko Mastboom
306819e0be fiddle fiddle UI 2013-04-21 12:21:06 +02:00