File tree
2 files changed
+4
-5
lines changed- tests/cases/user/TypeScript-Node-Starter
2 files changed
+4
-5
lines changed+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
490 | 489 |
| |
491 | 490 |
| |
492 | 491 |
| |
| |||
523 | 522 |
| |
524 | 523 |
| |
525 | 524 |
| |
526 |
| - | |
| 525 | + | |
527 | 526 |
| |
528 | 527 |
| |
529 |
| - | |
530 |
| - | |
| 528 | + | |
| 529 | + | |
531 | 530 |
| |
532 | 531 |
| |
533 | 532 |
| |
|
Submodule TypeScript-Node-Starter updated 49 files
- .env.example+2-11
- .gitignore+1-7
- .vscode/extensions.json-1
- .vscode/launch.json+15-3
- .vscode/settings.json+2-8
- README.md+75-190
- copyStaticAssets.js+5
- copyStaticAssets.ts-5
- jest.config.js-18
- package-lock.json+1.3k-1.7k
- package.json+59-51
- src/app.ts+19-22
- src/config/passport.ts+5-5
- src/controllers/api.ts+3-3
- src/controllers/contact.ts+1-1
- src/controllers/user.ts+6-6
- src/models/User.ts+6-9
- src/public/css/lib/bootstrap/_button-groups.scss+1-1
- src/public/css/lib/bootstrap/_forms.scss+1-1
- src/public/css/lib/bootstrap/_input-groups.scss+1-1
- src/public/css/lib/bootstrap/_panels.scss+1-1
- src/public/css/lib/bootstrap/_scaffolding.scss+1-1
- src/public/css/lib/bootstrap/_theme.scss+2-2
- src/public/css/lib/bootstrap/_variables.scss+1-1
- src/public/css/lib/bootstrap/bootstrap.scss+2-2
- src/public/css/lib/bootstrap/mixins/_tab-focus.scss+3-3
- src/public/fonts/glyphicons-halflings-regular.eot
- src/public/fonts/glyphicons-halflings-regular.svg-288
- src/public/fonts/glyphicons-halflings-regular.ttf
- src/public/fonts/glyphicons-halflings-regular.woff
- src/public/fonts/glyphicons-halflings-regular.woff2
- src/public/js/lib/jquery-3.1.1.min.js+4-4
- src/server.ts+4-8
- src/types/lusca.d.ts+2
- src/types/passport-local.d.ts+48
- src/util/logger.ts-17
- src/util/secrets.ts-26
- test/api.test.ts+2-2
- test/app.test.ts+2-2
- test/contact.test.ts+2-20
- test/home.test.ts+2-2
- test/user.test.ts+2-20
- tsconfig.json-1
- views/account/profile.pug+1-1
- views/api/facebook.pug+1-1
- views/api/index.pug+1-1
- views/layout.pug+9-8
- views/partials/footer.pug+3-2
- views/partials/header.pug+2-2
0 commit comments