From 056ca163a6a3cb05455a957269b54b2b5606bd1b Mon Sep 17 00:00:00 2001 From: life Date: Wed, 7 May 2014 13:17:15 +0800 Subject: [PATCH] put mongodb_data --- .settings/org.eclipse.core.resources.prefs | 3 +++ conf/routes-default | 6 +++--- .../leanote_install_data/has_share_notes.bson | Bin 0 -> 73 bytes .../has_share_notes.metadata.json | 1 + .../note_content_histories.bson | Bin 0 -> 3874 bytes .../note_content_histories.metadata.json | 1 + .../leanote_install_data/note_contents.bson | Bin 0 -> 4408 bytes .../note_contents.metadata.json | 1 + .../leanote_install_data/notebooks.bson | Bin 0 -> 509 bytes .../leanote_install_data/notebooks.metadata.json | 1 + mongodb_backup/leanote_install_data/notes.bson | Bin 0 -> 1216 bytes .../leanote_install_data/notes.metadata.json | 1 + .../leanote_install_data/share_notebooks.bson | Bin 0 -> 128 bytes .../share_notebooks.metadata.json | 1 + .../leanote_install_data/share_notes.bson | Bin 0 -> 115 bytes .../share_notes.metadata.json | 1 + .../leanote_install_data/system.indexes.bson | Bin 0 -> 1640 bytes .../leanote_install_data/system.users.bson | Bin 0 -> 90 bytes .../system.users.metadata.json | 1 + mongodb_backup/leanote_install_data/tags.bson | 0 .../leanote_install_data/tags.metadata.json | 1 + mongodb_backup/leanote_install_data/tokens.bson | Bin 0 -> 625 bytes .../leanote_install_data/tokens.metadata.json | 1 + .../leanote_install_data/user_blogs.bson | Bin 0 -> 393 bytes .../user_blogs.metadata.json | 1 + mongodb_backup/leanote_install_data/users.bson | Bin 0 -> 572 bytes .../leanote_install_data/users.metadata.json | 1 + 27 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .settings/org.eclipse.core.resources.prefs create mode 100644 mongodb_backup/leanote_install_data/has_share_notes.bson create mode 100644 mongodb_backup/leanote_install_data/has_share_notes.metadata.json create mode 100644 mongodb_backup/leanote_install_data/note_content_histories.bson create mode 100644 mongodb_backup/leanote_install_data/note_content_histories.metadata.json create mode 100644 mongodb_backup/leanote_install_data/note_contents.bson create mode 100644 mongodb_backup/leanote_install_data/note_contents.metadata.json create mode 100644 mongodb_backup/leanote_install_data/notebooks.bson create mode 100644 mongodb_backup/leanote_install_data/notebooks.metadata.json create mode 100644 mongodb_backup/leanote_install_data/notes.bson create mode 100644 mongodb_backup/leanote_install_data/notes.metadata.json create mode 100644 mongodb_backup/leanote_install_data/share_notebooks.bson create mode 100644 mongodb_backup/leanote_install_data/share_notebooks.metadata.json create mode 100644 mongodb_backup/leanote_install_data/share_notes.bson create mode 100644 mongodb_backup/leanote_install_data/share_notes.metadata.json create mode 100644 mongodb_backup/leanote_install_data/system.indexes.bson create mode 100644 mongodb_backup/leanote_install_data/system.users.bson create mode 100644 mongodb_backup/leanote_install_data/system.users.metadata.json create mode 100644 mongodb_backup/leanote_install_data/tags.bson create mode 100644 mongodb_backup/leanote_install_data/tags.metadata.json create mode 100644 mongodb_backup/leanote_install_data/tokens.bson create mode 100644 mongodb_backup/leanote_install_data/tokens.metadata.json create mode 100644 mongodb_backup/leanote_install_data/user_blogs.bson create mode 100644 mongodb_backup/leanote_install_data/user_blogs.metadata.json create mode 100644 mongodb_backup/leanote_install_data/users.bson create mode 100644 mongodb_backup/leanote_install_data/users.metadata.json diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..db6da18 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +encoding//conf/routes=UTF-8 +encoding//conf/routes-default=UTF-8 diff --git a/conf/routes-default b/conf/routes-default index 2579f85..b2ae56e 100644 --- a/conf/routes-default +++ b/conf/routes-default @@ -6,12 +6,12 @@ module:testrunner # Home is My Blog Get / Blog.Index -GET /note Note.index +GET /note Note.Index # leanote home -GET /index Index.index +GET /index Index.Index GET /login Auth.Login -POST /doLogin Auth.doLogin +POST /doLogin Auth.DoLogin GET /logout Auth.Logout Get /demo Auth.Demo diff --git a/mongodb_backup/leanote_install_data/has_share_notes.bson b/mongodb_backup/leanote_install_data/has_share_notes.bson new file mode 100644 index 0000000000000000000000000000000000000000..87417a76ae87a109c99c074bce9fa1aa0538f69e GIT binary patch literal 73 zcmeZdU|?X6&rD$m&N%t!Zn27wcF;pE_R!+gB2SRm!BsO4S2N9JU|?hq$%l)c`~wu_ QjACG569`T%1eyQ@0F;6kBme*a literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/has_share_notes.metadata.json b/mongodb_backup/leanote_install_data/has_share_notes.metadata.json new file mode 100644 index 0000000..1a0c071 --- /dev/null +++ b/mongodb_backup/leanote_install_data/has_share_notes.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.has_share_notes", "name" : "_id_" }, { "v" : 1, "key" : { "UserId" : 1, "ToUserId" : 1 }, "unique" : true, "ns" : "leanote_public.has_share_notes", "name" : "UserId_1_ToUserId_1" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/note_content_histories.bson b/mongodb_backup/leanote_install_data/note_content_histories.bson new file mode 100644 index 0000000000000000000000000000000000000000..f23d81acd19f48a5f2afc43733fc35e133777e33 GIT binary patch literal 3874 zcmbQtz`(#BpP9lCoH5B!vY{$(FGwJ?IJL+VB-STB^Kf-WCj$c`i$`X0Nq$jgYB56` zPzkdELl{_PK}uptY6=z&oS_h@kj&gvhH$Z&7hD+`7?_;%^GZ_lN*F|dnr#Z~5>wJZ zs5k`(Z1fB4fT9e`LFPi7G=$&OEpi=*;}7V9Q}4cW@Oj7A`Eg5)8lA*1XTmfMhyNWq{jmsXz7u6G(Fm&myaX7gfnLN32cE7Tkp;bF+(lkwgWX& zquw1(B^=o)iux5G{@TriA%%pv=VU>Pd!^C1Cs3Mz+wRP!42>iNbHqJU)GTH{8qC08 sMzklB^3zL;ZIuj_P}{jU)qpEbGX@_L;^6u^v^d}zjRQod0@Tj~02vFSvH$=8 literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/note_content_histories.metadata.json b/mongodb_backup/leanote_install_data/note_content_histories.metadata.json new file mode 100644 index 0000000..0d7035d --- /dev/null +++ b/mongodb_backup/leanote_install_data/note_content_histories.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.note_content_histories", "name" : "_id_" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/note_contents.bson b/mongodb_backup/leanote_install_data/note_contents.bson new file mode 100644 index 0000000000000000000000000000000000000000..81a60a4ff4115e3b37f3b1d56a66ac6517bf3710 GIT binary patch literal 4408 zcmdnZz`(%dm{eR+l$cz?AOhss6xb!Eq=8Uz3J}=n7uYc{Ip^nc5GttnIJ`z93>m7^7aDV$#4(F>BU$Pp9B1dbSwOdW+Mdlx)i zx>r#xFR8e|`q`RAFZTC6o4fRB$A+BL#Jv2HR7H?Kfsy!h&WacNXTEIjfoSPp|77=4 zD~K+ziqafAo19F$=j#?epV0Pv{?Zrg+idiK0wBSs9c@o`tws}kvZD`Z@zeh9r@j48 z_Rc|*eYyc^$kWy}PxmxD>zMGgch=K&i{NJJ!NBviolp0*0=)rpcK^iZeH(NXAY#ut zCO+A{=E;s-AU{s*0Lna@y#;9J^I0u$&m|SvL5$P~d7!`!D)DstCXlVWCg>)l1IL)raba z(Mk%y1f8gxo1Cgkv=%$U#@gs70(}RGzI8L6@11C+V1w)^pqro$0XYh*BhZw9EkzZB zS%S#bqp1s)bw*PcxD262>Ov_rdmo!z#9bw9O|$~bVpItSR{^U8rnx9p0+JY{N;tR^ zSZL-?g%z6Y5YeNCK&_ln3=FJ@+5|4f2(OypHQQ(&7|jE~Vjs1rq_~8Ix2#5!*J$#h zdh$XkVt0EufeTTT#x_h4qhv)Ch2WMZw9q{H2U=)yAqq{n7~5!}Iod3JN{43YXrVdU a>!Dq*2c^)w#}tZLXuu`_& literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/note_contents.metadata.json b/mongodb_backup/leanote_install_data/note_contents.metadata.json new file mode 100644 index 0000000..76f46c2 --- /dev/null +++ b/mongodb_backup/leanote_install_data/note_contents.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.note_contents", "name" : "_id_" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/notebooks.bson b/mongodb_backup/leanote_install_data/notebooks.bson new file mode 100644 index 0000000000000000000000000000000000000000..961ddb2fb3424f532875d9f8238c7b8e26cfc3ff GIT binary patch literal 509 zcmWG%U|x z3#^~5S@dFm-?O<(pLT4>NlnblFG*FjNh(s%w^MjJXT^*CGhep%K(zF)f3kb26+{{Zi}h^^3Qs%Qp6pr;<2~8Y2ejsCfA`bg{wI6qz=WS}fU1Amy5{Mg zhG!iUp7zdqx^9tzf*uS!U)%X~Un|g=AZPVYeBQS~M*$-CtYhMn-D{rg*ah;##15d$ zv)NmKwmhHJ0&~0q5J1^aw{HU3uxo;j0>qn7yB0icT?#QoN8!b~l~9EcLty?+&n(F( zO@jJVA)}T>t<8 literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/notes.metadata.json b/mongodb_backup/leanote_install_data/notes.metadata.json new file mode 100644 index 0000000..e8aa4f3 --- /dev/null +++ b/mongodb_backup/leanote_install_data/notes.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.notes", "name" : "_id_" }, { "v" : 1, "key" : { "UserId" : 1 }, "ns" : "leanote_public.notes", "name" : "UserId_1" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/share_notebooks.bson b/mongodb_backup/leanote_install_data/share_notebooks.bson new file mode 100644 index 0000000000000000000000000000000000000000..21a1124c659c08df4fa5652b6fb7b8e54318c623 GIT binary patch literal 128 zcmZo*U|?X6&rD$m&N%t!Zn27wcF;p^_R!+gB2SRm!BsO4S2N9JU|?hq$%l)c`~wu_ zjACG5WB1E1NlnVn&qh_vBoLfh2sD|2K_DQtC>PA)bS_FwEJ;lX$;?e F4glZ{C@TN} literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/share_notebooks.metadata.json b/mongodb_backup/leanote_install_data/share_notebooks.metadata.json new file mode 100644 index 0000000..59ba7b8 --- /dev/null +++ b/mongodb_backup/leanote_install_data/share_notebooks.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.share_notebooks", "name" : "_id_" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/share_notes.bson b/mongodb_backup/leanote_install_data/share_notes.bson new file mode 100644 index 0000000000000000000000000000000000000000..5e549f8fde7d5c32a3bc0db766e0297e24db6075 GIT binary patch literal 115 zcmXSBU|?X6&rD$m&N%t!Zn27wcF;p!_R!+gB2SRm!BsO4S2N9JU|?hq$%l)c`~wu_ zjACG5WB1E1NrkA~DcMk!KNV=4KtO6yE|6wm;B+oZO)N=G3CYY&Ww^r>deM~;C<*}A Cxg_iW literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/share_notes.metadata.json b/mongodb_backup/leanote_install_data/share_notes.metadata.json new file mode 100644 index 0000000..8d224ab --- /dev/null +++ b/mongodb_backup/leanote_install_data/share_notes.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.share_notes", "name" : "_id_" }, { "v" : 1, "key" : { "UserId" : 1, "ToUserId" : 1, "NoteId" : 1 }, "unique" : true, "ns" : "leanote_public.share_notes", "name" : "UserId_1_ToUserId_1_NoteId_1" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/system.indexes.bson b/mongodb_backup/leanote_install_data/system.indexes.bson new file mode 100644 index 0000000000000000000000000000000000000000..542137ad6c147250afc326218b4e3fbc846ff278 GIT binary patch literal 1640 zcmb`HOH0Hs5XYyApcnC=f-k)3ZDCIyJ^R4dx*kLbZ8zA`Zlg^qEZ+SRen~%qGcB@h zCT@z@OCC&r^Upt-xdVWWHwbW8&g2Z%X)V%8y#q^yhJD=0WmqU9#Y+|CX*|#~ZRB)N zX<2HF38xZPFbaPY0PjR-5f5oip*6CejZ{^}vPrR873ph*i~hMbkw`!>6f`t6F$B1< zQuD)XVT5%U_bD#DsBMliDwF7#?Z~y4wZmEDccfItabquzEVoXXgj(n%ETtguKSAd} zx6)g$(mk$p4&^Fuyue)!te;Aht7p#p(}QsvIPyw6;L_@%idA7`VYs>{FY;(HQY5K1 zs!SdC{b{jJa2<@Xn$9LTqwni9xL5Yh6+WI;1azvm*JY9m4He7xCjm|yGF9;dMzk9U z)vPV8?o5tiZr{yXD-*zDUuut9?2`o9?1HR&5`|9)Tq literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/system.users.bson b/mongodb_backup/leanote_install_data/system.users.bson new file mode 100644 index 0000000000000000000000000000000000000000..3793a43224a10ff2eadf1e90ad9915328ed25b98 GIT binary patch literal 90 zcma!IU|?X6&rD$m&ghj4I3pqaerK2uQ)zK(5d$kwswh9dgn^?dH8I6MFQ<}$fvKQ8 rg+UQ0VPTkTnv|SqYHplrV3=fPY?NYXk!WISnQWGvnrvcd!N33jQeGE$ literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/system.users.metadata.json b/mongodb_backup/leanote_install_data/system.users.metadata.json new file mode 100644 index 0000000..0e8679a --- /dev/null +++ b/mongodb_backup/leanote_install_data/system.users.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.system.users", "name" : "_id_" }, { "v" : 1, "key" : { "user" : 1, "userSource" : 1 }, "unique" : true, "ns" : "leanote_public.system.users", "name" : "user_1_userSource_1" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/tags.bson b/mongodb_backup/leanote_install_data/tags.bson new file mode 100644 index 0000000..e69de29 diff --git a/mongodb_backup/leanote_install_data/tags.metadata.json b/mongodb_backup/leanote_install_data/tags.metadata.json new file mode 100644 index 0000000..b99c16b --- /dev/null +++ b/mongodb_backup/leanote_install_data/tags.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.tags", "name" : "_id_" }, { "v" : 1, "key" : { "UserId" : 1 }, "ns" : "leanote_public.tags", "name" : "UserId_1" } ] } \ No newline at end of file diff --git a/mongodb_backup/leanote_install_data/tokens.bson b/mongodb_backup/leanote_install_data/tokens.bson new file mode 100644 index 0000000000000000000000000000000000000000..e1645147138338e36f441c1950334753719e53ca GIT binary patch literal 625 zcmajcyGjE=6b9hQ7D_-=M6mV+WbT(vlz`U8#ztm#&X^_HU6C{z5V5m}y@i#HSosPf z7IxZM`v}$+&YHl2x>(E{nE$}X&zvBHX7@9Xc6#IS)#K>k7NJ(s$!#`3^D!G_0oJQ) zEiH4Dbjv;zXf*~j)rv@LQwds9O0@HoX&}xBu8dY_v3q<7s1;Y+n@3=W;JaB4X#1o0 z(y3lY@l55*l_>WvYIz}M6-xi44Rw$TFR>?>YX#OB&%l5YEJzzf6a7BdpU`JD{csoQ z6H!O3wuKT1lyyBno_!e{;@XzpJ0t{u7CQd$0DF zVrG4w6-_!ff)JsCz(P`oT@VBVc0>w6iMPzrYT^kx0P-Ft%gn3rFY>HwwnlJj#J zIDAsmN<52wGxHc21pI)qKAFWO;h8BV89)tCp``r$Y=jU~KzRy-B2X^X(lXJ|BH6^q zB00&}BE>Y#$jrdP)Y#12!qUhn)xem6DI_Bm=n|kKfChzRWEQ1_R2HOycpxbtH?%ml z$TJ0^03ni>2-Cy_QUK<10QEqf%>Wk-N-SqUmf#3WEy_&GOif{6V2{sCVF=DRxN7F% zYNojiKr5ut1Ly`*C~^P^0c}W3$<53giowGMb3AI`AcQf4=Hwq>&~QdEFt9NI01=Xy ARsaA1 literal 0 HcmV?d00001 diff --git a/mongodb_backup/leanote_install_data/users.metadata.json b/mongodb_backup/leanote_install_data/users.metadata.json new file mode 100644 index 0000000..50d6dcf --- /dev/null +++ b/mongodb_backup/leanote_install_data/users.metadata.json @@ -0,0 +1 @@ +{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.users", "name" : "_id_" } ] } \ No newline at end of file