Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
036b241
refactor(logger): Refactor logger.js
a60814billy Mar 18, 2017
7ba0d60
fix(app.js): Stream log
a60814billy Mar 18, 2017
dee77c4
refactor(app.js): Extract middleware to module
a60814billy Apr 11, 2017
9f1f16c
refactor(app.js): Extract urlencodedParser to utils module
a60814billy Apr 11, 2017
66c6825
refactor(app.js): Extract index, 403, 404, 500 pages
a60814billy Apr 11, 2017
7660223
refactor(app.js): Extract status pages
a60814billy Apr 11, 2017
69a9f7c
refactor(app.js, auth.js): Extract all auth method to individual modules
a60814billy Apr 11, 2017
c99ae8e
refactor(app.js): Remove unused import modules
a60814billy Apr 11, 2017
706df11
refactor(app.js): Extract history api
a60814billy Apr 11, 2017
e3fde01
refactor(app.js): Remove unused modules
a60814billy Apr 11, 2017
e2ac73f
refactor(app.js): Extract /me page
a60814billy Apr 11, 2017
689bade
refactor(app.js): Extract note action
a60814billy Apr 11, 2017
d90bd6d
fix(app.js): Fixed typo
a60814billy Apr 11, 2017
7689430
refactor(app.js): Extract upload image
a60814billy Apr 11, 2017
7ef17fd
refactor(app.js): Extract tooBusy
a60814billy Apr 11, 2017
d88502e
refactor(app.js): Move passport serialize and deserialize to auth module
a60814billy Apr 11, 2017
a7e3c4d
refactor(auth.js): Remove base path
a60814billy Apr 11, 2017
34c9f07
refactor(baseRouter.js): Adjust style fit standard
a60814billy Apr 11, 2017
41f3473
chore(eslint): Remove eslint configuration files
a60814billy Apr 11, 2017
aca01f0
refactor: Remove `require` extension filename
a60814billy Apr 12, 2017
4738ba7
fix: Add 'use strict' on app.js
a60814billy Apr 12, 2017
ecb0533
refactor(config.js): Extract config file
a60814billy Apr 12, 2017
3919d4f
fix(app.js): Change config.maintenance to realtime.maintenance
a60814billy Apr 12, 2017
8c2b00b
style: Fixed variable already declared
a60814billy Apr 12, 2017
60ca6ed
refactor: Rename checkURiVaild to checkURIValid to fit coding standard
a60814billy Apr 13, 2017
d799978
fix(imageRouter): import missing dependency: getImageMimeType
a60814billy May 8, 2017
0ef0e70
Rename checkURiValid.js to checkURIValid.js
jackycute May 7, 2017
cceb5b1
Fix import module name typo in app.js
jackycute May 7, 2017
826ad21
fix(config): some environment config not parse properly
a60814billy May 8, 2017
0c619fe
fix(config): ssl environment configs not parse properly
a60814billy May 8, 2017
c37b666
Merge branch 'master' into BackendRefactor
jackycute May 14, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

268 changes: 0 additions & 268 deletions .eslintrc

This file was deleted.

Loading