1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
torytran
361b5bd702 Fix Error: Unknown authentication strategy "local" 2018-05-30 15:15:40 +07:00
Bowden Kelly
070689f572 Merge pull request #100 from Meir017/patch-2
use same signature for model function & ts type
2018-04-04 13:47:13 -07:00
Bowden Kelly
4f5e141e46 Merge pull request #105 from peterblazejewicz/fix/98
Add missing BS3 glyphicon fonts. Fixes #98
2018-04-04 13:45:28 -07:00
Peter Blazejewicz
5ccede2d30 Add missing BS3 glyphicon fonts. Fixes #98
Thanks!
2018-03-27 23:04:44 +02:00
Peter Blazejewicz
074fa0b819 Update jQuery content version. Fixes #103
Thanks!
2018-03-27 22:57:32 +02:00
Meir017
4ec629b8da use same signature for model function & ts type
declare function signature only once
2018-03-22 21:21:31 +02:00
Bowden
cf1a5bf748 fixed some imports 2018-03-12 09:43:29 -07:00
Bowden
1a72f0db6b replaced logging with Winston 2018-02-27 14:29:37 -08:00
Bowden
5e762331d8 found a better config setup I like 2018-02-27 13:41:01 -08:00
Peter Blazejewicz
1b71586efa Update source and dependency to work with TypeScript 2.7. Closes #81
The commit brings compatibility with new features introduced in TypeScript 2.7.
The one with most impact on this project is ES6/ECMAScript module compatibility layer
added in 2.7 enabled in tsconfig.json for this project.
This allowed to rewrite source files to use shorted, better imports everywhere and
also use default exports.

To make project more aligned with updated TypeScript all the NPM depenendencies has been
updated making sure that everything works as expected and tests pass.

Thanks for the project!

Thanks!
2018-02-20 22:02:53 +01:00
Bowden Kelly
e161928d7b Merge pull request #74 from peterblazejewicz/update/bootstrap
Update Bootstrap from 3.3.6 to 3.3.7
2018-01-09 10:55:42 -08:00
Bowden Kelly
e61d5c932f Merge pull request #73 from peterblazejewicz/types/passport-local
Replace passport-local definition file with @types/passport-local
2018-01-09 10:55:20 -08:00
Peter Blazejewicz
20493ac064 Update Bootstrap from 3.3.6 to 3.3.7
Mostly small SASS source files updates, but that counts

Thanks!
2018-01-05 22:47:13 +01:00
Peter Blazejewicz
c1c23a0b99 Replace passport-local definition file with @types/passport-local
This commit:
- use @types/passport-local
- removes custom definition file
- updates implementation to use correct interface from @types/passport-local

Thanks!
2018-01-05 22:30:54 +01:00
Peter Blazejewicz
fd523e3033 Replace Lusca definition file with @types/lusca
Thanks!
2018-01-04 22:29:22 +01:00
Bowden
61ae2ccd1b made some changes to mongo connection 2017-12-19 15:30:19 -08:00
Bowden
1f6f2b06aa fix up tests 2017-12-14 15:27:52 -08:00
Bowden
e7e0bb7c7c fix conflicts 2017-12-14 12:41:28 -08:00
Daniel Temme
75d72df881 separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
2017-12-14 11:34:15 -08:00
Alan Agius
4d2b9148cf feat(*): update several dependencies 2017-12-14 11:33:28 -08:00
Alan Agius
feac6cccf7 feat(*): update several dependencies 2017-10-29 14:01:58 +01:00
Daniel Temme
4eb0962a7b separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take
care of setting up the port to use
2017-08-19 16:12:45 +02:00
Bowden Kelly
235ba1daa9 updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json 2017-07-25 11:28:51 -07:00
Bowden Kelly
8960b53500 Merge pull request #24 from kevguy/fix-copy
fix: copying issues
2017-07-20 14:15:03 -07:00
xiangxiang
9ed0760ae9 fit error TS2559: Type '4' has no properties in common with type 'MinMaxOptions'.
fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
2017-07-19 20:36:10 +08:00
kevguy
2570c56c69 fix: fix for tslint 2017-07-19 17:15:21 +08:00
Bowden Kelly
eb0494e85b added package-lock for npm5 and fixed bug with flash messages 2017-06-05 13:39:30 -07:00
Bowden Kelly
6625b87b19 initial commit 2017-05-09 13:28:09 -07:00