Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Accounts Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Accounts Web
Commits
ad3f621b
Commit
ad3f621b
authored
Apr 06, 2017
by
2breakegg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reformat code
parent
0567886c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
253 additions
and
211 deletions
+253
-211
.idea/workspace.xml
.idea/workspace.xml
+228
-208
i18n.json
i18n.json
+2
-0
src/models/auth.js
src/models/auth.js
+6
-0
src/routes/Index.js
src/routes/Index.js
+16
-3
src/routes/Profiles.js
src/routes/Profiles.js
+1
-0
No files found.
.idea/workspace.xml
View file @
ad3f621b
...
@@ -3,27 +3,10 @@
...
@@ -3,27 +3,10 @@
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"eb37985e-18dc-4e2f-82ba-9874832785ff"
name=
"Default"
comment=
""
>
<list
default=
"true"
id=
"eb37985e-18dc-4e2f-82ba-9874832785ff"
name=
"Default"
comment=
""
>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/components/EmailForm.js"
afterPath=
"$PROJECT_DIR$/src/components/EmailForm.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/i18n.json"
afterPath=
"$PROJECT_DIR$/i18n.json"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/components/PasswordForm.js"
afterPath=
"$PROJECT_DIR$/src/components/PasswordForm.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/components/SendEmail.js"
afterPath=
"$PROJECT_DIR$/src/components/SendEmail.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/components/SubmitButton.js"
afterPath=
"$PROJECT_DIR$/src/components/SubmitButton.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/components/UserNameForm.js"
afterPath=
"$PROJECT_DIR$/src/components/UserNameForm.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/index.js"
afterPath=
"$PROJECT_DIR$/src/index.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/models/auth.js"
afterPath=
"$PROJECT_DIR$/src/models/auth.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/models/auth.js"
afterPath=
"$PROJECT_DIR$/src/models/auth.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/models/common.js"
afterPath=
"$PROJECT_DIR$/src/models/common.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/models/upload.js"
afterPath=
"$PROJECT_DIR$/src/models/upload.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/models/user.js"
afterPath=
"$PROJECT_DIR$/src/models/user.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/router.js"
afterPath=
"$PROJECT_DIR$/src/router.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Activate.js"
afterPath=
"$PROJECT_DIR$/src/routes/Activate.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Forgot.js"
afterPath=
"$PROJECT_DIR$/src/routes/Forgot.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Index.js"
afterPath=
"$PROJECT_DIR$/src/routes/Index.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Index.js"
afterPath=
"$PROJECT_DIR$/src/routes/Index.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Login.js"
afterPath=
"$PROJECT_DIR$/src/routes/Login.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Profiles.js"
afterPath=
"$PROJECT_DIR$/src/routes/Profiles.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Profiles.js"
afterPath=
"$PROJECT_DIR$/src/routes/Profiles.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Register.js"
afterPath=
"$PROJECT_DIR$/src/routes/Register.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/routes/Verify.js"
afterPath=
"$PROJECT_DIR$/src/routes/Verify.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/services/auth.js"
afterPath=
"$PROJECT_DIR$/src/services/auth.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/services/upload.js"
afterPath=
"$PROJECT_DIR$/src/services/upload.js"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/services/user.js"
afterPath=
"$PROJECT_DIR$/src/services/user.js"
/>
</list>
</list>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
<ignored
path=
"$PROJECT_DIR$/temp/"
/>
<ignored
path=
"$PROJECT_DIR$/temp/"
/>
...
@@ -43,8 +26,8 @@
...
@@ -43,8 +26,8 @@
<file
leaf-file-name=
"i18n.json"
pinned=
"false"
current-in-tab=
"true"
>
<file
leaf-file-name=
"i18n.json"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/i18n.json"
>
<entry
file=
"file://$PROJECT_DIR$/i18n.json"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
43
7"
>
<state
relative-caret-position=
"
26
7"
>
<caret
line=
"
83"
column=
"16"
lean-forward=
"false"
selection-start-line=
"83"
selection-start-column=
"16"
selection-end-line=
"83"
selection-end-column=
"16
"
/>
<caret
line=
"
103"
column=
"13"
lean-forward=
"true"
selection-start-line=
"103"
selection-start-column=
"5"
selection-end-line=
"103"
selection-end-column=
"13
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
...
@@ -58,69 +41,78 @@
...
@@ -58,69 +41,78 @@
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"FileEditorManager"
>
<component
name=
"FileEditorManager"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<file
leaf-file-name=
"
EmailForm
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
auth
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/EmailForm
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
models/auth
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
1539
"
>
<state
relative-caret-position=
"
456
"
>
<caret
line=
"
81"
column=
"109"
lean-forward=
"true"
selection-start-line=
"81"
selection-start-column=
"109"
selection-end-line=
"81"
selection-end-column=
"109
"
/>
<caret
line=
"
24"
column=
"25"
lean-forward=
"false"
selection-start-line=
"24"
selection-start-column=
"25"
selection-end-line=
"24"
selection-end-column=
"25
"
/>
<folding>
<folding>
<element
signature=
"e#0#3
5
#0"
expanded=
"true"
/>
<element
signature=
"e#0#3
1
#0"
expanded=
"true"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
PasswordForm
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
common
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/PasswordForm
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
models/common
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"209"
>
<state
relative-caret-position=
"266"
>
<caret
line=
"119"
column=
"38"
lean-forward=
"false"
selection-start-line=
"119"
selection-start-column=
"38"
selection-end-line=
"119"
selection-end-column=
"38"
/>
<caret
line=
"14"
column=
"6"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"6"
selection-end-line=
"14"
selection-end-column=
"6"
/>
<folding>
<folding
/>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
SendEmail
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
user
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/SendEmail
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
models/user
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-665"
>
<state
relative-caret-position=
"3876"
>
<caret
line=
"19"
column=
"56"
lean-forward=
"false"
selection-start-line=
"19"
selection-start-column=
"56"
selection-end-line=
"19"
selection-end-column=
"56"
/>
<caret
line=
"208"
column=
"24"
lean-forward=
"false"
selection-start-line=
"208"
selection-start-column=
"24"
selection-end-line=
"208"
selection-end-column=
"24"
/>
<folding>
<folding
/>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
auth
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
Activate
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
models/auth
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Activate
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"475"
>
<state
relative-caret-position=
"437"
>
<caret
line=
"25"
column=
"36"
lean-forward=
"false"
selection-start-line=
"25"
selection-start-column=
"36"
selection-end-line=
"25"
selection-end-column=
"36"
/>
<caret
line=
"26"
column=
"48"
lean-forward=
"false"
selection-start-line=
"26"
selection-start-column=
"48"
selection-end-line=
"26"
selection-end-column=
"48"
/>
<folding>
<folding
/>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
common
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
Forgot
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
models/common
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Forgot
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"228"
>
<state
relative-caret-position=
"304"
>
<caret
line=
"12"
column=
"36"
lean-forward=
"false"
selection-start-line=
"12"
selection-start-column=
"36"
selection-end-line=
"12"
selection-end-column=
"36"
/>
<caret
line=
"16"
column=
"40"
lean-forward=
"false"
selection-start-line=
"16"
selection-start-column=
"38"
selection-end-line=
"16"
selection-end-column=
"40"
/>
<folding
/>
<folding>
<element
signature=
"e#0#62#0"
expanded=
"true"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"319:2128"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"778:2126"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1040:2102"
ph=
"<Spin/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1088:2086"
ph=
"<Form/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1161:1380"
ph=
"<Steps/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1394:1430"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1394:1763"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1477:1588"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1777:1965"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1802:1941"
ph=
"<Button/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1979:2068"
ph=
"<div/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"2162:2318"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"2277:2315"
ph=
"{"loading": loading...}"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"upload.js"
pinned=
"false"
current-in-tab=
"
tru
e"
>
<file
leaf-file-name=
"upload.js"
pinned=
"false"
current-in-tab=
"
fals
e"
>
<entry
file=
"file://$PROJECT_DIR$/src/models/upload.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/models/upload.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
370
"
>
<state
relative-caret-position=
"
513
"
>
<caret
line=
"2
1"
column=
"36"
lean-forward=
"true"
selection-start-line=
"21"
selection-start-column=
"36"
selection-end-line=
"21"
selection-end-column=
"3
6"
/>
<caret
line=
"2
7"
column=
"26"
lean-forward=
"true"
selection-start-line=
"27"
selection-start-column=
"26"
selection-end-line=
"27"
selection-end-column=
"2
6"
/>
<folding>
<folding>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
</folding>
</folding>
...
@@ -128,46 +120,49 @@
...
@@ -128,46 +120,49 @@
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
SubmitButton.js"
pinned=
"false"
current-in-tab=
"fals
e"
>
<file
leaf-file-name=
"
Index.js"
pinned=
"false"
current-in-tab=
"tru
e"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/SubmitButton
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Index
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"209"
>
<state
relative-caret-position=
"142"
>
<caret
line=
"14"
column=
"0"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"0"
selection-end-line=
"14"
selection-end-column=
"0"
/>
<caret
line=
"154"
column=
"16"
lean-forward=
"false"
selection-start-line=
"154"
selection-start-column=
"16"
selection-end-line=
"154"
selection-end-column=
"16"
/>
<folding
/>
<folding>
<element
signature=
"e#0#36#0"
expanded=
"true"
/>
<marker
date=
"1491467846986"
expanded=
"true"
signature=
"3790:3794"
ph=
"{"messages": messages...}"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
UserNameForm
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
Login
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/UserNameForm
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Login
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"608"
>
<state
relative-caret-position=
"266"
>
<caret
line=
"32"
column=
"12"
lean-forward=
"false"
selection-start-line=
"32"
selection-start-column=
"12"
selection-end-line=
"32"
selection-end-column=
"12"
/>
<caret
line=
"45"
column=
"77"
lean-forward=
"false"
selection-start-line=
"45"
selection-start-column=
"77"
selection-end-line=
"45"
selection-end-column=
"77"
/>
<folding>
<folding
/>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
index
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
Profiles
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
index
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Profiles
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-263
"
>
<state
relative-caret-position=
"
380
"
>
<caret
line=
"
15"
column=
"33"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"33"
selection-end-line=
"15"
selection-end-column=
"33
"
/>
<caret
line=
"
20"
column=
"0"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"0"
selection-end-line=
"20"
selection-end-column=
"0
"
/>
<folding>
<folding>
<element
signature=
"e#0#
3
1#0"
expanded=
"true"
/>
<element
signature=
"e#0#
6
1#0"
expanded=
"true"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
router
.js"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
UserNameForm
.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/
router
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
components/UserNameForm
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"285"
>
<state
relative-caret-position=
"-912"
>
<caret
line=
"15"
column=
"38"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"38"
selection-end-line=
"15"
selection-end-column=
"38"
/>
<caret
line=
"32"
column=
"12"
lean-forward=
"false"
selection-start-line=
"32"
selection-start-column=
"12"
selection-end-line=
"32"
selection-end-column=
"12"
/>
<folding
/>
<folding>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
...
@@ -176,16 +171,6 @@
...
@@ -176,16 +171,6 @@
</component>
</component>
<component
name=
"FindInProjectRecents"
>
<component
name=
"FindInProjectRecents"
>
<findStrings>
<findStrings>
<find>
Format
</find>
<find>
提交
</find>
<find>
M
</find>
<find>
Mo
</find>
<find>
Moe
</find>
<find>
email_exists
</find>
<find>
Password length must be between 8 and 24
</find>
<find>
Your account has been successfully activated!
</find>
<find>
A password reset email has been sent to you.
</find>
<find>
Your-account-has-been-created.
</find>
<find>
Your-account-has-beencreated.
</find>
<find>
Your-account-has-beencreated.
</find>
<find>
Your-account-has-been created.
</find>
<find>
Your-account-has-been created.
</find>
<find>
Your-account-hasbeen created.
</find>
<find>
Your-account-hasbeen created.
</find>
...
@@ -195,17 +180,27 @@
...
@@ -195,17 +180,27 @@
<find>
Youraccount has been created.
</find>
<find>
Youraccount has been created.
</find>
<find>
Your account has been created.
</find>
<find>
Your account has been created.
</find>
<find>
messages[error.message]
</find>
<find>
messages[error.message]
</find>
<find>
h
</find>
<find>
hom
</find>
<find>
hom
</find>
<find>
home
</find>
<find>
MoeCube.21b3
</find>
<find>
MoeCube.21b3
</find>
<find>
MoeCube.21b
</find>
<find>
MoeCube.21b
</find>
<find>
MoeCube.21
</find>
<find>
MoeCube.21
</find>
<find>
MoeCube.2
</find>
<find>
MoeCube.2
</find>
<find>
MoeCube.
</find>
<find>
fr
</find>
<find>
fr
</find>
<find>
reset-password
</find>
<find>
reset-password
</find>
<find>
'
</find>
<find>
'
</find>
<find>
MoeCube.
</find>
<find>
a
</find>
<find>
at
</find>
<find>
aat
</find>
<find>
avat
</find>
<find>
avata
</find>
<find>
avatar
</find>
<find>
defaultAvatar
</find>
<find>
h
</find>
<find>
home
</find>
<find>
sign-in
</find>
<find>
Index
</find>
<find>
img
</find>
</findStrings>
</findStrings>
<replaceStrings>
<replaceStrings>
<replace>
"
,
</replace>
<replace>
"
,
</replace>
...
@@ -221,20 +216,11 @@
...
@@ -221,20 +216,11 @@
<option
value=
"$PROJECT_DIR$/.eslintrc"
/>
<option
value=
"$PROJECT_DIR$/.eslintrc"
/>
<option
value=
"$PROJECT_DIR$/src/config.js"
/>
<option
value=
"$PROJECT_DIR$/src/config.js"
/>
<option
value=
"$PROJECT_DIR$/.gitignore"
/>
<option
value=
"$PROJECT_DIR$/.gitignore"
/>
<option
value=
"$PROJECT_DIR$/i18n.json"
/>
<option
value=
"$PROJECT_DIR$/package.json"
/>
<option
value=
"$PROJECT_DIR$/package.json"
/>
<option
value=
"$PROJECT_DIR$/src/components/Example.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/Example.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/SendEmail.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/SubmitButton.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/SubmitButton.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/UserNameForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/UserNameForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/auth.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/common.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/user.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Activate.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Forgot.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Index.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Login.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Login.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Profiles.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Register.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Register.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Reset.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Reset.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Verify.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Verify.js"
/>
...
@@ -243,9 +229,18 @@
...
@@ -243,9 +229,18 @@
<option
value=
"$PROJECT_DIR$/src/services/user.js"
/>
<option
value=
"$PROJECT_DIR$/src/services/user.js"
/>
<option
value=
"$PROJECT_DIR$/src/index.js"
/>
<option
value=
"$PROJECT_DIR$/src/index.js"
/>
<option
value=
"$PROJECT_DIR$/src/router.js"
/>
<option
value=
"$PROJECT_DIR$/src/router.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/EmailForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/PasswordForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/PasswordForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/upload.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/upload.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/user.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/EmailForm.js"
/>
<option
value=
"$PROJECT_DIR$/src/components/SendEmail.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Activate.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Forgot.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Profiles.js"
/>
<option
value=
"$PROJECT_DIR$/i18n.json"
/>
<option
value=
"$PROJECT_DIR$/src/models/common.js"
/>
<option
value=
"$PROJECT_DIR$/src/models/auth.js"
/>
<option
value=
"$PROJECT_DIR$/src/routes/Index.js"
/>
</list>
</list>
</option>
</option>
</component>
</component>
...
@@ -517,7 +512,7 @@
...
@@ -517,7 +512,7 @@
<workItem
from=
"1491038261063"
duration=
"38000"
/>
<workItem
from=
"1491038261063"
duration=
"38000"
/>
<workItem
from=
"1491362317876"
duration=
"18018000"
/>
<workItem
from=
"1491362317876"
duration=
"18018000"
/>
<workItem
from=
"1491448144293"
duration=
"3984000"
/>
<workItem
from=
"1491448144293"
duration=
"3984000"
/>
<workItem
from=
"1491459521278"
duration=
"
3528
000"
/>
<workItem
from=
"1491459521278"
duration=
"
8313
000"
/>
</task>
</task>
<task
id=
"LOCAL-00001"
summary=
"i18n"
>
<task
id=
"LOCAL-00001"
summary=
"i18n"
>
<created>
1490948057319
</created>
<created>
1490948057319
</created>
...
@@ -603,11 +598,25 @@
...
@@ -603,11 +598,25 @@
<option
name=
"project"
value=
"LOCAL"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1491460616152
</updated>
<updated>
1491460616152
</updated>
</task>
</task>
<option
name=
"localTasksCounter"
value=
"13"
/>
<task
id=
"LOCAL-00013"
summary=
"reformat code"
>
<created>
1491463064499
</created>
<option
name=
"number"
value=
"00013"
/>
<option
name=
"presentableId"
value=
"LOCAL-00013"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1491463064499
</updated>
</task>
<task
id=
"LOCAL-00014"
summary=
"reformat code"
>
<created>
1491464388386
</created>
<option
name=
"number"
value=
"00014"
/>
<option
name=
"presentableId"
value=
"LOCAL-00014"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1491464388386
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"15"
/>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"8
3568
000"
/>
<option
name=
"totallyTimeSpent"
value=
"8
8353
000"
/>
</component>
</component>
<component
name=
"TodoView"
selected-index=
"3"
>
<component
name=
"TodoView"
selected-index=
"3"
>
<todo-panel
id=
"selected-file"
>
<todo-panel
id=
"selected-file"
>
...
@@ -621,13 +630,13 @@
...
@@ -621,13 +630,13 @@
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1176"
extended-state=
"0"
/>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1176"
extended-state=
"0"
/>
<layout>
<layout>
<window_info
id=
"Project"
active=
"true"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.25237092"
sideWeight=
"0.6
698795
"
order=
"0"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Project"
active=
"true"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.25237092"
sideWeight=
"0.6
704689
"
order=
"0"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"TODO"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.49578503"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"TODO"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.49578503"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Event Log"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.5021075"
order=
"7"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Event Log"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.5021075"
order=
"7"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Find"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Find"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32917467"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
tru
e"
show_stripe_button=
"true"
weight=
"0.2034549"
sideWeight=
"0.49789253"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
fals
e"
show_stripe_button=
"true"
weight=
"0.2034549"
sideWeight=
"0.49789253"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
fals
e"
show_stripe_button=
"true"
weight=
"0.2428023"
sideWeight=
"0.49789253"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
tru
e"
show_stripe_button=
"true"
weight=
"0.2428023"
sideWeight=
"0.49789253"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"npm"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.25237092"
sideWeight=
"0.3
3012047
"
order=
"2"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"npm"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.25237092"
sideWeight=
"0.3
2953104
"
order=
"2"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Structure"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.25"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Structure"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.25"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.22744721"
sideWeight=
"0.49367756"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.22744721"
sideWeight=
"0.49367756"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Debug"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.4"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Debug"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.4"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
...
@@ -654,7 +663,8 @@
...
@@ -654,7 +663,8 @@
<MESSAGE
value=
"gitignore"
/>
<MESSAGE
value=
"gitignore"
/>
<MESSAGE
value=
"i18n"
/>
<MESSAGE
value=
"i18n"
/>
<MESSAGE
value=
"error.messages"
/>
<MESSAGE
value=
"error.messages"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"error.messages"
/>
<MESSAGE
value=
"reformat code"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"reformat code"
/>
</component>
</component>
<component
name=
"XDebuggerManager"
>
<component
name=
"XDebuggerManager"
>
<breakpoint-manager>
<breakpoint-manager>
...
@@ -795,14 +805,6 @@
...
@@ -795,14 +805,6 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/i18n.json"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"437"
>
<caret
line=
"83"
column=
"16"
lean-forward=
"false"
selection-start-line=
"83"
selection-start-column=
"16"
selection-end-line=
"83"
selection-end-column=
"16"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/.roadhogrc.js"
>
<entry
file=
"file://$PROJECT_DIR$/.roadhogrc.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"57"
>
<state
relative-caret-position=
"57"
>
...
@@ -827,82 +829,12 @@
...
@@ -827,82 +829,12 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/Example.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"171"
>
<caret
line=
"9"
column=
"0"
lean-forward=
"false"
selection-start-line=
"9"
selection-start-column=
"0"
selection-end-line=
"9"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/models/user.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"687"
>
<caret
line=
"215"
column=
"0"
lean-forward=
"true"
selection-start-line=
"215"
selection-start-column=
"0"
selection-end-line=
"215"
selection-end-column=
"0"
/>
<folding>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Activate.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"532"
>
<caret
line=
"28"
column=
"47"
lean-forward=
"false"
selection-start-line=
"28"
selection-start-column=
"47"
selection-end-line=
"28"
selection-end-column=
"47"
/>
<folding>
<element
signature=
"e#0#30#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Forgot.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"554"
>
<caret
line=
"68"
column=
"30"
lean-forward=
"false"
selection-start-line=
"68"
selection-start-column=
"30"
selection-end-line=
"68"
selection-end-column=
"30"
/>
<folding>
<element
signature=
"e#0#70#0"
expanded=
"true"
/>
<marker
date=
"1491462917191"
expanded=
"true"
signature=
"1396:1432"
ph=
"<FormItem/>"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-301"
>
<caret
line=
"134"
column=
"0"
lean-forward=
"true"
selection-start-line=
"134"
selection-start-column=
"0"
selection-end-line=
"134"
selection-end-column=
"0"
/>
<folding>
<element
signature=
"e#0#36#0"
expanded=
"true"
/>
<marker
date=
"1491462917520"
expanded=
"true"
signature=
"3552:3556"
ph=
"{"messages": messages...}"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Login.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"535"
>
<caret
line=
"45"
column=
"77"
lean-forward=
"false"
selection-start-line=
"45"
selection-start-column=
"77"
selection-end-line=
"45"
selection-end-column=
"77"
/>
<folding>
<element
signature=
"e#0#55#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Profiles.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"38"
>
<caret
line=
"77"
column=
"4"
lean-forward=
"false"
selection-start-line=
"77"
selection-start-column=
"4"
selection-end-line=
"77"
selection-end-column=
"4"
/>
<folding>
<element
signature=
"e#0#61#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Register.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Register.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-2747"
>
<state
relative-caret-position=
"-2747"
>
<caret
line=
"5"
column=
"0"
lean-forward=
"false"
selection-start-line=
"5"
selection-start-column=
"0"
selection-end-line=
"5"
selection-end-column=
"0"
/>
<caret
line=
"5"
column=
"0"
lean-forward=
"false"
selection-start-line=
"5"
selection-start-column=
"0"
selection-end-line=
"5"
selection-end-column=
"0"
/>
<folding>
<folding>
<element
signature=
"e#0#70#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#70#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
...
@@ -912,7 +844,7 @@
...
@@ -912,7 +844,7 @@
<state
relative-caret-position=
"380"
>
<state
relative-caret-position=
"380"
>
<caret
line=
"20"
column=
"17"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"17"
selection-end-line=
"20"
selection-end-column=
"17"
/>
<caret
line=
"20"
column=
"17"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"17"
selection-end-line=
"20"
selection-end-column=
"17"
/>
<folding>
<folding>
<element
signature=
"e#0#63#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#63#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
...
@@ -922,7 +854,7 @@
...
@@ -922,7 +854,7 @@
<state
relative-caret-position=
"399"
>
<state
relative-caret-position=
"399"
>
<caret
line=
"21"
column=
"0"
lean-forward=
"true"
selection-start-line=
"21"
selection-start-column=
"0"
selection-end-line=
"21"
selection-end-column=
"0"
/>
<caret
line=
"21"
column=
"0"
lean-forward=
"true"
selection-start-line=
"21"
selection-start-column=
"0"
selection-end-line=
"21"
selection-end-column=
"0"
/>
<folding>
<folding>
<element
signature=
"e#0#66#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#66#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
...
@@ -971,38 +903,50 @@
...
@@ -971,38 +903,50 @@
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/router.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/router.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
28
5"
>
<state
relative-caret-position=
"
9
5"
>
<caret
line=
"15"
column=
"38"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"38"
selection-end-line=
"15"
selection-end-column=
"38"
/>
<caret
line=
"15"
column=
"38"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"38"
selection-end-line=
"15"
selection-end-column=
"38"
/>
<folding
/>
<folding>
<marker
date=
"1491463325049"
expanded=
"true"
signature=
"901:918"
ph=
"<Route/>"
/>
<marker
date=
"1491463325049"
expanded=
"true"
signature=
"901:932"
ph=
"<Router/>"
/>
<marker
date=
"1491463325049"
expanded=
"true"
signature=
"901:939"
ph=
"{...}"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/EmailForm.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/components/EmailForm.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
1539
"
>
<state
relative-caret-position=
"
570
"
>
<caret
line=
"
81"
column=
"109"
lean-forward=
"true"
selection-start-line=
"81"
selection-start-column=
"109"
selection-end-line=
"81"
selection-end-column=
"109
"
/>
<caret
line=
"
101"
column=
"30"
lean-forward=
"false"
selection-start-line=
"101"
selection-start-column=
"30"
selection-end-line=
"101"
selection-end-column=
"30
"
/>
<folding>
<folding>
<element
signature=
"e#0#35#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#35#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/Example.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"171"
>
<caret
line=
"9"
column=
"0"
lean-forward=
"false"
selection-start-line=
"9"
selection-start-column=
"0"
selection-end-line=
"9"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/PasswordForm.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/components/PasswordForm.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
209
"
>
<state
relative-caret-position=
"
526
"
>
<caret
line=
"
119"
column=
"38"
lean-forward=
"false"
selection-start-line=
"119"
selection-start-column=
"38"
selection-end-line=
"119"
selection-end-column=
"38
"
/>
<caret
line=
"
36"
column=
"0"
lean-forward=
"false"
selection-start-line=
"36"
selection-start-column=
"0"
selection-end-line=
"36"
selection-end-column=
"0
"
/>
<folding>
<folding>
<element
signature=
"e#0#35#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#35#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/SendEmail.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/components/SendEmail.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-665
"
>
<state
relative-caret-position=
"
380
"
>
<caret
line=
"
19"
column=
"56"
lean-forward=
"false"
selection-start-line=
"19"
selection-start-column=
"56"
selection-end-line=
"19"
selection-end-column=
"56
"
/>
<caret
line=
"
74"
column=
"30"
lean-forward=
"false"
selection-start-line=
"74"
selection-start-column=
"30"
selection-end-line=
"74"
selection-end-column=
"30
"
/>
<folding>
<folding>
<element
signature=
"e#0#35#0"
expanded=
"
tru
e"
/>
<element
signature=
"e#0#35#0"
expanded=
"
fals
e"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
...
@@ -1017,7 +961,7 @@
...
@@ -1017,7 +961,7 @@
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/UserNameForm.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/components/UserNameForm.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
608
"
>
<state
relative-caret-position=
"
-912
"
>
<caret
line=
"32"
column=
"12"
lean-forward=
"false"
selection-start-line=
"32"
selection-start-column=
"12"
selection-end-line=
"32"
selection-end-column=
"12"
/>
<caret
line=
"32"
column=
"12"
lean-forward=
"false"
selection-start-line=
"32"
selection-start-column=
"12"
selection-end-line=
"32"
selection-end-column=
"12"
/>
<folding>
<folding>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
<element
signature=
"e#0#35#0"
expanded=
"true"
/>
...
@@ -1025,10 +969,75 @@
...
@@ -1025,10 +969,75 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/models/upload.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"513"
>
<caret
line=
"27"
column=
"26"
lean-forward=
"true"
selection-start-line=
"27"
selection-start-column=
"26"
selection-end-line=
"27"
selection-end-column=
"26"
/>
<folding>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/models/user.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"3876"
>
<caret
line=
"208"
column=
"24"
lean-forward=
"false"
selection-start-line=
"208"
selection-start-column=
"24"
selection-end-line=
"208"
selection-end-column=
"24"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Activate.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"437"
>
<caret
line=
"26"
column=
"48"
lean-forward=
"false"
selection-start-line=
"26"
selection-start-column=
"48"
selection-end-line=
"26"
selection-end-column=
"48"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Forgot.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"304"
>
<caret
line=
"16"
column=
"40"
lean-forward=
"false"
selection-start-line=
"16"
selection-start-column=
"38"
selection-end-line=
"16"
selection-end-column=
"40"
/>
<folding>
<element
signature=
"e#0#62#0"
expanded=
"true"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"319:2128"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"778:2126"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1040:2102"
ph=
"<Spin/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1088:2086"
ph=
"<Form/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1161:1380"
ph=
"<Steps/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1394:1430"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1394:1763"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1477:1588"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1777:1965"
ph=
"<FormItem/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1802:1941"
ph=
"<Button/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"1979:2068"
ph=
"<div/>"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"2162:2318"
ph=
"{...}"
/>
<marker
date=
"1491464475095"
expanded=
"true"
signature=
"2277:2315"
ph=
"{"loading": loading...}"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Login.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"266"
>
<caret
line=
"45"
column=
"77"
lean-forward=
"false"
selection-start-line=
"45"
selection-start-column=
"77"
selection-end-line=
"45"
selection-end-column=
"77"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/i18n.json"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"267"
>
<caret
line=
"103"
column=
"13"
lean-forward=
"true"
selection-start-line=
"103"
selection-start-column=
"5"
selection-end-line=
"103"
selection-end-column=
"13"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/models/auth.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/models/auth.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"4
75
"
>
<state
relative-caret-position=
"4
56
"
>
<caret
line=
"2
5"
column=
"36"
lean-forward=
"false"
selection-start-line=
"25"
selection-start-column=
"36"
selection-end-line=
"25"
selection-end-column=
"36
"
/>
<caret
line=
"2
4"
column=
"25"
lean-forward=
"false"
selection-start-line=
"24"
selection-start-column=
"25"
selection-end-line=
"24"
selection-end-column=
"25
"
/>
<folding>
<folding>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
</folding>
</folding>
...
@@ -1037,18 +1046,29 @@
...
@@ -1037,18 +1046,29 @@
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/models/common.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/models/common.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"2
28
"
>
<state
relative-caret-position=
"2
66
"
>
<caret
line=
"1
2"
column=
"36"
lean-forward=
"false"
selection-start-line=
"12"
selection-start-column=
"36"
selection-end-line=
"12"
selection-end-column=
"3
6"
/>
<caret
line=
"1
4"
column=
"6"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"6"
selection-end-line=
"14"
selection-end-column=
"
6"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/
models/upload
.js"
>
<entry
file=
"file://$PROJECT_DIR$/src/
routes/Profiles
.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"3
7
0"
>
<state
relative-caret-position=
"3
8
0"
>
<caret
line=
"2
1"
column=
"36"
lean-forward=
"true"
selection-start-line=
"21"
selection-start-column=
"36"
selection-end-line=
"21"
selection-end-column=
"36
"
/>
<caret
line=
"2
0"
column=
"0"
lean-forward=
"true"
selection-start-line=
"20"
selection-start-column=
"0"
selection-end-line=
"20"
selection-end-column=
"0
"
/>
<folding>
<folding>
<element
signature=
"e#0#31#0"
expanded=
"true"
/>
<element
signature=
"e#0#61#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/routes/Index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"142"
>
<caret
line=
"154"
column=
"16"
lean-forward=
"false"
selection-start-line=
"154"
selection-start-column=
"16"
selection-end-line=
"154"
selection-end-column=
"16"
/>
<folding>
<element
signature=
"e#0#36#0"
expanded=
"true"
/>
<marker
date=
"1491467846986"
expanded=
"true"
signature=
"3790:3794"
ph=
"{"messages": messages...}"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
...
...
i18n.json
View file @
ad3f621b
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
"yonghuan"
:
"The Disappearing of Gensokyo"
,
"yonghuan"
:
"The Disappearing of Gensokyo"
,
"sign-up"
:
"Sign Up"
,
"sign-up"
:
"Sign Up"
,
"sign-in"
:
"Sign In"
,
"sign-in"
:
"Sign In"
,
"sign-out"
:
"Sign out"
,
"Please-sign-in"
:
"Please sign In"
,
"Please-sign-in"
:
"Please sign In"
,
"email-address-or-username"
:
"E-Mail or Username"
,
"email-address-or-username"
:
"E-Mail or Username"
,
"register-now"
:
"register-now!"
,
"register-now"
:
"register-now!"
,
...
@@ -100,6 +101,7 @@
...
@@ -100,6 +101,7 @@
"yonghuan"
:
"永远消失的幻想乡"
,
"yonghuan"
:
"永远消失的幻想乡"
,
"sign-up"
:
"注册"
,
"sign-up"
:
"注册"
,
"sign-in"
:
"登陆"
,
"sign-in"
:
"登陆"
,
"sign-out"
:
"登出"
,
"Please-sign-in"
:
"您尚未登录,请先登录"
,
"Please-sign-in"
:
"您尚未登录,请先登录"
,
"email-address-or-username"
:
"邮箱或用户名"
,
"email-address-or-username"
:
"邮箱或用户名"
,
"register-now"
:
"现在注册"
,
"register-now"
:
"现在注册"
,
...
...
src/models/auth.js
View file @
ad3f621b
...
@@ -21,6 +21,12 @@ export default {
...
@@ -21,6 +21,12 @@ export default {
register
:
{},
register
:
{},
},
},
reducers
:
{
reducers
:
{
signOut
(
state
){
console
.
log
(
'
sign out
'
);
localStorage
.
removeItem
(
'
token
'
);
localStorage
.
removeItem
(
'
user
'
);
return
state
;
},
change
(
state
,
action
)
{
change
(
state
,
action
)
{
return
{
return
{
...
state
,
...
action
.
payload
,
...
state
,
...
action
.
payload
,
...
...
src/routes/Index.js
View file @
ad3f621b
...
@@ -6,9 +6,8 @@ import DocumentTitle from 'react-document-title';
...
@@ -6,9 +6,8 @@ import DocumentTitle from 'react-document-title';
import
{
FormattedMessage
as
Format
}
from
'
react-intl
'
;
import
{
FormattedMessage
as
Format
}
from
'
react-intl
'
;
import
Particles
from
'
react-particles-js
'
;
import
Particles
from
'
react-particles-js
'
;
import
logo
from
'
../assets/MoeCube.png
'
;
import
logo
from
'
../assets/MoeCube.png
'
;
const
{
Header
,
Footer
,
Sider
,
Content
}
=
Layout
;
const
{
Header
,
Footer
}
=
Layout
;
const
particleConfig
=
{
const
particleConfig
=
{
particles
:
{
particles
:
{
number
:
{
number
:
{
...
@@ -123,7 +122,7 @@ const particleConfig = {
...
@@ -123,7 +122,7 @@ const particleConfig = {
retina_detect
:
true
,
retina_detect
:
true
,
};
};
function
Index
({
children
,
messages
})
{
function
Index
({
children
,
messages
,
dispatch
})
{
return
(
return
(
<
div
style
=
{{
height
:
'
100%
'
}}
>
<
div
style
=
{{
height
:
'
100%
'
}}
>
<
DocumentTitle
title
=
{
messages
.
title
||
'
Moe Cube
'
}
/
>
<
DocumentTitle
title
=
{
messages
.
title
||
'
Moe Cube
'
}
/
>
...
@@ -145,6 +144,20 @@ function Index({ children, messages }) {
...
@@ -145,6 +144,20 @@ function Index({ children, messages }) {
<
/Link
>
<
/Link
>
<
/Menu.Item
>
<
/Menu.Item
>
<
/Menu
>
<
/Menu
>
<
Menu
theme
=
"
dark
"
mode
=
"
horizontal
"
defaultSelectedKeys
=
{[
'
1
'
]}
style
=
{{
lineHeight
:
'
64px
'
,
position
:
'
absolute
'
,
right
:
'
50px
'
}}
>
{
localStorage
.
getItem
(
'
user
'
)
?
(
<
Menu
.
Item
key
=
"
1
"
>
<
div
onClick
=
{()
=>
{
dispatch
({
type
:
'
auth/signOut
'
})
}}
>
<
Format
id
=
"
sign-out
"
/>
<
/div
>
<
/Menu.Item>
)
:
(
<div></
div
>
)
}
<
/Menu
>
<
/Header
>
<
/Header
>
<
Particles
<
Particles
...
...
src/routes/Profiles.js
View file @
ad3f621b
...
@@ -125,6 +125,7 @@ class Profiles extends React.Component {
...
@@ -125,6 +125,7 @@ class Profiles extends React.Component {
<
/div
>
<
/div
>
:
:
<
img
src
=
{
avatar
||
imageUrl
||
defaultAvatar
}
<
img
src
=
{
avatar
||
imageUrl
||
defaultAvatar
}
style
=
{{
height
:
'
256px
'
,
width
:
'
256px
'
}}
onClick
=
{()
=>
dispatch
({
type
:
'
upload/start
'
})}
onClick
=
{()
=>
dispatch
({
type
:
'
upload/start
'
})}
/
>
/
>
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment