Berkeley Martinez
4a911931d0
fix(server/flash): Api to match documentation
...
This fixes duplication issues and normalize our use with everyone else
2018-01-18 15:20:54 -08:00
Cassidy Pignatello
eab62f6623
Merge branch 'staging' into fix/normalize-flash-type
2018-01-10 14:19:00 -05:00
cassidypignatello
f158183039
fix(app): Normalize flash type
...
Changed flash messages to use types provided by Bootstrap
Closes #16395
2018-01-08 17:25:45 -05:00
Berkeley Martinez
a1530c041a
fix(Auth): Error type in json payload
2018-01-02 23:38:01 +05:30
Berkeley Martinez
d5e7bd586d
fix(handled-errors): Handled errors should default to 200
2018-01-02 23:38:01 +05:30
Berkeley Martinez
13b7eac16f
fix(passport/login): Use middleware instead of bootscript
...
prototype overwrite doesn't seem have any effect
2018-01-02 23:38:01 +05:30
Berkeley Martinez
894a309723
fix(middlewares/errorhandler): Remove npm module and refactor for fcc use case
2018-01-02 23:38:01 +05:30
Berkeley Martinez
2fcd976700
fix(signup): signup auth ( #15628 )
...
* fix(models.user): Colocate all user methods
Moved user methods/extensions into one file. Tracked down `next method
called more than once` error and setting headers after their sent. Let
regular error handler handle api errors as well.
* feat(server.auth): Disable github account creation
We are no longer allowing account creation through github
* refactor(Auth): Move user identity link into models dir
* feat(Disable link account login): This removes the ability to use a linked account t
* feat(errorhandlers): Add opbeat, filter out handled error
2017-07-14 00:09:07 +05:30
systimotic
4e4a2d0277
Fix typo. errorHanlder -> errorHandler
2016-10-05 11:33:30 +02:00
Berkeley Martinez
5d94cb369d
Feature(server): Add response type detecting to lang redirect
2016-07-28 23:40:01 -07:00
Berkeley Martinez
7b8dc2e77e
Add friendly error message on auth create attemp
2016-05-02 23:03:44 -07:00
Berkeley Martinez
50b1e61e70
Fix change challenge model to POJO
2016-01-15 04:51:11 -08:00
patlanders
973c9e67c2
Change "opps!" to "Oops!" in error-handlers.js
2015-08-17 13:20:15 -04:00
Berkeley Martinez
a228e61353
hot fix test for function first
2015-08-16 15:27:06 -07:00
Berkeley Martinez
f01a66c5c7
use (LMP)loopback middleware phases
...
bump loopback-component-passport which uses LMP
move custom middlewares to middlewares directory
2015-08-04 01:34:26 -07:00