summaryrefslogtreecommitdiff
path: root/public/js/lib/common/login.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-1/+1
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-08-27Add config option for cookie SameSite policyErik Michelson1-2/+2
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2020-06-08Set all cookies with sameSite: strictDavid Mehren1-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>
2019-05-31Fix eslint warningsSheogorath1-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>
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-65/+68
Fixed all fail on frontend code.
2017-01-14Minor style updateYukai Huang1-1/+1
2017-01-13Rename common.js to login.jsYukai Huang1-1/+1
2017-01-13Move config variable to lib/configYukai Huang1-24/+1
2017-01-05Convert common.js to es6Yukai Huang1-56/+51
2017-01-02Mark as 0.5.0Wu Cheng-Han1-1/+1
2016-12-19Mark as 0.4.6Wu Cheng-Han1-1/+1
2016-10-13Remove uneccesasry serverurl exportingYukai Huang1-24/+23
2016-10-13Fix spellcheckYukai Huang1-1/+1
* also fix spaces width
2016-10-11Mark as 0.4.5Wu Cheng-Han1-1/+1
2016-10-10Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han1-10/+0
make upgrade easier
2016-10-09Update common.js.exampleYukai Huang1-1/+30
2016-10-05Create example configYukai Huang1-0/+95