put mongodb_data
This commit is contained in:
3
.settings/org.eclipse.core.resources.prefs
Normal file
3
.settings/org.eclipse.core.resources.prefs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
encoding//conf/routes=UTF-8
|
||||||
|
encoding//conf/routes-default=UTF-8
|
@ -6,12 +6,12 @@ module:testrunner
|
|||||||
|
|
||||||
# Home is My Blog
|
# Home is My Blog
|
||||||
Get / Blog.Index
|
Get / Blog.Index
|
||||||
GET /note Note.index
|
GET /note Note.Index
|
||||||
# leanote home
|
# leanote home
|
||||||
GET /index Index.index
|
GET /index Index.Index
|
||||||
|
|
||||||
GET /login Auth.Login
|
GET /login Auth.Login
|
||||||
POST /doLogin Auth.doLogin
|
POST /doLogin Auth.DoLogin
|
||||||
GET /logout Auth.Logout
|
GET /logout Auth.Logout
|
||||||
Get /demo Auth.Demo
|
Get /demo Auth.Demo
|
||||||
|
|
||||||
|
BIN
mongodb_backup/leanote_install_data/has_share_notes.bson
Normal file
BIN
mongodb_backup/leanote_install_data/has_share_notes.bson
Normal file
Binary file not shown.
@ -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" } ] }
|
BIN
mongodb_backup/leanote_install_data/note_content_histories.bson
Normal file
BIN
mongodb_backup/leanote_install_data/note_content_histories.bson
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.note_content_histories", "name" : "_id_" } ] }
|
BIN
mongodb_backup/leanote_install_data/note_contents.bson
Normal file
BIN
mongodb_backup/leanote_install_data/note_contents.bson
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.note_contents", "name" : "_id_" } ] }
|
BIN
mongodb_backup/leanote_install_data/notebooks.bson
Normal file
BIN
mongodb_backup/leanote_install_data/notebooks.bson
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.notebooks", "name" : "_id_" }, { "v" : 1, "key" : { "UserId" : 1 }, "ns" : "leanote_public.notebooks", "name" : "UserId_1" } ] }
|
BIN
mongodb_backup/leanote_install_data/notes.bson
Normal file
BIN
mongodb_backup/leanote_install_data/notes.bson
Normal file
Binary file not shown.
1
mongodb_backup/leanote_install_data/notes.metadata.json
Normal file
1
mongodb_backup/leanote_install_data/notes.metadata.json
Normal file
@ -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" } ] }
|
BIN
mongodb_backup/leanote_install_data/share_notebooks.bson
Normal file
BIN
mongodb_backup/leanote_install_data/share_notebooks.bson
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.share_notebooks", "name" : "_id_" } ] }
|
BIN
mongodb_backup/leanote_install_data/share_notes.bson
Normal file
BIN
mongodb_backup/leanote_install_data/share_notes.bson
Normal file
Binary file not shown.
@ -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" } ] }
|
BIN
mongodb_backup/leanote_install_data/system.indexes.bson
Normal file
BIN
mongodb_backup/leanote_install_data/system.indexes.bson
Normal file
Binary file not shown.
BIN
mongodb_backup/leanote_install_data/system.users.bson
Normal file
BIN
mongodb_backup/leanote_install_data/system.users.bson
Normal file
Binary file not shown.
@ -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" } ] }
|
0
mongodb_backup/leanote_install_data/tags.bson
Normal file
0
mongodb_backup/leanote_install_data/tags.bson
Normal file
1
mongodb_backup/leanote_install_data/tags.metadata.json
Normal file
1
mongodb_backup/leanote_install_data/tags.metadata.json
Normal file
@ -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" } ] }
|
BIN
mongodb_backup/leanote_install_data/tokens.bson
Normal file
BIN
mongodb_backup/leanote_install_data/tokens.bson
Normal file
Binary file not shown.
1
mongodb_backup/leanote_install_data/tokens.metadata.json
Normal file
1
mongodb_backup/leanote_install_data/tokens.metadata.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.tokens", "name" : "_id_" } ] }
|
BIN
mongodb_backup/leanote_install_data/user_blogs.bson
Normal file
BIN
mongodb_backup/leanote_install_data/user_blogs.bson
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.user_blogs", "name" : "_id_" } ] }
|
BIN
mongodb_backup/leanote_install_data/users.bson
Normal file
BIN
mongodb_backup/leanote_install_data/users.bson
Normal file
Binary file not shown.
1
mongodb_backup/leanote_install_data/users.metadata.json
Normal file
1
mongodb_backup/leanote_install_data/users.metadata.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ "indexes" : [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "leanote_public.users", "name" : "_id_" } ] }
|
Reference in New Issue
Block a user