summaryrefslogtreecommitdiff
path: root/public/js/lib/common/login.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config option for cookie SameSite policyErik Michelson2020-08-271-2/+2
| | | | Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Set all cookies with sameSite: strictDavid Mehren2020-06-081-2/+4
| | | | | | Modern browsers do not support (or will stop supporting) sameSite: none (or no sameSite attribute) without the Secure flag. As we don't want everyone to be able to make requests with our cookies anyway, this commit sets sameSite to strict. See https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite Signed-off-by: David Mehren <dmehren1@gmail.com>
* Fix eslint warningsSheogorath2019-05-311-16/+16
| | | | | | | | | | | Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-65/+68
| | | | Fixed all fail on frontend code.
* Merge branch 'master' into frontend-nextYukai Huang2017-01-211-6/+3
|
* Minor style updateYukai Huang2017-01-141-1/+1
|
* Rename common.js to login.jsYukai Huang2017-01-131-0/+92