Ghost/core/server/auth
Katharina Irrgang 48387e4ffd 🎨 tidy up static id (owner, internal, external) usages (#7675)
refs #7494, refs #7495 

This PR is an extracted clean up feature of #7495.
We are using everywhere static id checks (userId === 0 or userId === 1).
This PR moves the static values into the Base model.
This makes it 1. way more readable and 2. we can change the id's in a central place.

I changed the most important occurrences - no tests are touched (yet!).

The background is: when changing from auto increment id (number) to ObjectId's (string) we still need to support id 1 and 0, because Ghost relies on these two static id's.
I would like to support using both: 0/1 as string and 0/1 as number.

1 === owner/internal
0 === external

Another important change:
User Model does not longer define the contextUser method, because i couldn't find a reason?
I looked in Git history, see 6e48275160
2016-11-09 15:01:07 +00:00
..
auth-strategies.js 🎨 public client registration updates (#7690) 2016-11-08 14:21:25 +00:00
authenticate.js 🎨 tidy up static id (owner, internal, external) usages (#7675) 2016-11-09 15:01:07 +00:00
authorize.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
index.js
oauth.js Replace memory spam prevention with brute-express (#7579) 2016-11-08 12:33:19 +01:00
passport.js 🎨 public client registration updates (#7690) 2016-11-08 14:21:25 +00:00