Commit Graph

  • e8c3205e0a Make Authelia compatible with Firefox. Clement Michaud 2018-10-27 17:33:10 +0200
  • bfaaf6214f
    Merge pull request #287 from clems4ever/keep-logged-in Clément Michaud 2018-10-23 21:02:24 +0200
  • 05c423c6f8 Add integration test for keep me logged in feature. Clement Michaud 2018-10-22 09:35:06 +0200
  • e617db34b5 Add integration test for keep me logged in feature. Clement Michaud 2018-10-22 09:35:06 +0200
  • 4c3b5cfbb3 Implement Keep me logged in feature. Clement Michaud 2018-10-21 16:11:31 +0200
  • 059c5936f5 Add 'keep me logged in' checkbox in first factor page. Clement Michaud 2018-10-21 15:25:28 +0200
  • ad6b064063 Fix typing issue when using Dockerfile.dev. Clement Michaud 2018-10-21 15:25:09 +0200
  • a8460d3c7b Add a Dockerfile.dev for manual testing during development. Clement Michaud 2018-10-21 15:23:23 +0200
  • d923ae334a
    Merge pull request #284 from clems4ever/bump-request Clément Michaud 2018-10-13 23:25:18 +0200
  • a21c15d451 Bump request package. Clement Michaud 2018-10-13 11:52:25 +0200
  • e70f0914f3
    Merge pull request #283 from clems4ever/fix-docs Clément Michaud 2018-10-13 19:20:17 +0200
  • b59371941e Fix broken links in documentation. Clement Michaud 2018-10-13 10:46:13 +0200
  • 269f74cd7b
    Merge pull request #282 from clems4ever/update-deps Clément Michaud 2018-10-13 11:46:40 +0200
  • 6c6eea02a1
    Merge branch 'master' into update-deps Clément Michaud 2018-10-13 10:52:57 +0200
  • 8b842da42f
    Merge c9586be326 into 33bede9e5f Clément Michaud 2018-10-13 08:32:57 +0000
  • 33bede9e5f
    Merge pull request #281 from p-rintz/patch-1 Clément Michaud 2018-10-13 10:31:24 +0200
  • 96ecea203f Update bootstrap and randomatic dependencies. Clement Michaud 2018-10-13 10:16:18 +0200
  • ed9b593ddf
    Uncommented filesystem notifier Philipp Rintz 2018-10-12 16:18:17 +0200
  • 04cd62dd3e
    Changed the comment about the config location Philipp Rintz 2018-10-12 15:57:46 +0200
  • 10ffaf0f4f
    Cut down on comments, change directory of users_db Philipp Rintz 2018-10-12 15:54:15 +0200
  • ef51061246
    Fixed formatting Philipp Rintz 2018-10-12 07:58:53 +0200
  • 5eafeb65f7
    Config example fixed Philipp Rintz 2018-10-12 07:56:27 +0200
  • 48c1bb5136
    Minimal example config for docker swarm Philipp Rintz 2018-10-12 07:52:44 +0200
  • 326a763343
    Changed example file location for users_database Philipp Rintz 2018-10-12 07:39:04 +0200
  • 323848736a
    Added some documentation snippets Philipp Rintz 2018-10-12 07:36:45 +0200
  • c4a57728e9
    Include minimal working config in minimal example Philipp Rintz 2018-10-12 07:32:32 +0200
  • 75f7ea9808
    Change whitelist references to whitelistHandler Amir Zarrinkafsh 2018-09-14 13:26:18 +1000
  • ba5ff673e6
    Renamed interface UsersWithNetworkAddresses to UserAndNetworkAddresses Amir Zarrinkafsh 2018-09-12 21:57:37 +1000
  • 1a3fc3894f
    Change whitelistedPerson objectclass to AUXILIARY Amir Zarrinkafsh 2018-09-12 20:48:58 +1000
  • a7e41d2b0a
    Renamed whitelist key to whitelistHandler and refactored ServerVariablesInitializer.ts utilising property shorthand Amir Zarrinkafsh 2018-09-11 22:11:07 +1000
  • ab264fa426
    Refactored access_control.ts Amir Zarrinkafsh 2018-09-11 21:30:21 +1000
  • 9021dad911
    Renamed variable secondFactorAuth into isSecondFactorRequired Amir Zarrinkafsh 2018-09-11 21:17:31 +1000
  • 72a5f78509
    Removed unnecessary code Amir Zarrinkafsh 2018-09-11 21:05:48 +1000
  • 5cb1601907
    Disambiguate configuration key by refactoring to network_whitelist_attribute Amir Zarrinkafsh 2018-09-11 21:04:10 +1000
  • 638ea7ba0c
    Fix references in .spec.ts files and add AccessController tests for whitelisting Amir Zarrinkafsh 2018-09-08 00:08:56 +1000
  • ee2382f397
    Create more concise exception messaging for different functions Amir Zarrinkafsh 2018-09-07 15:23:39 +1000
  • 4301b81cbb
    Ensure when querying /verify that the original IP is provided and not a spoofed IP Amir Zarrinkafsh 2018-09-07 00:23:34 +1000
  • 34d138fcda
    Add LDAP schema for networkAddresses attribute and whitelistedPerson object class Amir Zarrinkafsh 2018-09-07 00:18:59 +1000
  • 2c16bbaf39
    Update CONTRIBUTORS.md Amir Zarrinkafsh 2018-09-07 00:14:53 +1000
  • 22d67756e4
    Include ip-range-check package Amir Zarrinkafsh 2018-09-07 00:04:16 +1000
  • 39dd32b572
    Handle appropriate authentication for whitelist users when whitelist_policy = "deny" Amir Zarrinkafsh 2018-09-06 23:54:26 +1000
  • c7d4b042bc
    Corrected handling of user/group/any whitelist policy on deny Rowan Taubitz 2018-09-02 17:57:35 +1000
  • d5462c8857
    Add WhitelistHandler to verify whitelist users and set authSession parameters Rowan Taubitz 2018-09-02 12:59:31 +1000
  • 453b99858c
    Added whitelist rule checking to AccessController Rowan Taubitz 2018-09-02 12:57:58 +1000
  • 7099e2a321
    Created UsersWithNetworkAddresses object type for backend Rowan Taubitz 2018-09-02 12:56:33 +1000
  • 167c2f1c7a
    Modified LDAP and File backends for whitelist feature Rowan Taubitz 2018-09-02 01:17:41 +1000
  • 4588c3557e
    Modify ACL rules and add configuration parameters for whitelist_policy Amir Zarrinkafsh 2018-09-01 17:11:09 +1000
  • e7ad831d4d 3.9.5 Clement Michaud 2018-08-30 11:34:27 +0200
  • 4a18715a66 3.9.5 v3.9.5 Clement Michaud 2018-08-30 11:34:27 +0200
  • 6efa6241d3 Fix image in README.md Clement Michaud 2018-08-30 11:33:55 +0200
  • e568459c53 3.9.4 Clement Michaud 2018-08-30 11:25:37 +0200
  • 03c6a4072b Add snyk badge. Clement Michaud 2018-08-30 11:25:33 +0200
  • a1592d9897 Update Authelia icon and add a title image. Clement Michaud 2018-08-30 11:24:52 +0200
  • 5fe9af7e8f 3.9.4 v3.9.4 Clement Michaud 2018-08-30 11:25:37 +0200
  • 12e10e0edf Add snyk badge. Clement Michaud 2018-08-30 11:25:33 +0200
  • 5402dc68ae Update Authelia icon and add a title image. Clement Michaud 2018-08-30 11:24:52 +0200
  • 878add767f Update and rename CONTRIBUTORS.md to CONTRIBUTING.md. Clément Michaud 2018-08-29 00:10:12 +0200
  • a9f8e48fb6 Update and rename CONTRIBUTORS.md to CONTRIBUTING.md. Clément Michaud 2018-08-29 00:10:12 +0200
  • 5fd8150875 3.9.3 Clement Michaud 2018-08-29 00:00:54 +0200
  • 6ca12e95c0 Add some additional files to .npmignore. Clement Michaud 2018-08-29 00:00:49 +0200
  • 0b05e6ffd8 Skip cleanup when deploying in NPM. Clement Michaud 2018-08-28 23:59:04 +0200
  • e6dc3815a0 3.9.3 v3.9.3 Clement Michaud 2018-08-29 00:00:54 +0200
  • b5ffbedf9f Add some additional files to .npmignore. Clement Michaud 2018-08-29 00:00:49 +0200
  • 11fd91023e Skip cleanup when deploying in NPM. Clement Michaud 2018-08-28 23:59:04 +0200
  • 91763e97a1 Get IP of the original client when querying /verify. Clement Michaud 2018-08-28 22:05:59 +0200
  • fd04aa8af7 Get IP of the original client when querying /verify. Clement Michaud 2018-08-28 22:05:59 +0200
  • 64f28379ac 3.9.2 Clement Michaud 2018-08-28 21:05:26 +0200
  • 260a00584f 3.9.2 v3.9.2 Clement Michaud 2018-08-28 21:05:26 +0200
  • 8d6d38293b Remove useless file docs/_config.yml. Clement Michaud 2018-08-28 21:05:20 +0200
  • 91032a1d3c Add back gitter link instead of Slack. Clement Michaud 2018-08-28 21:04:57 +0200
  • 0a314ab472
    Merge 7831881bf8 into fdd6449ba2 Amir Zarrinkafsh 2018-08-27 22:09:28 +0000
  • fdd6449ba2 Set theme jekyll-theme-cayman Clément Michaud 2018-08-27 22:59:21 +0200
  • cedcb07ed0 3.9.1 Clement Michaud 2018-08-27 22:53:03 +0200
  • d50037e966 3.9.1 v3.9.1 Clement Michaud 2018-08-27 22:53:03 +0200
  • 5e4c401efe Add Paypal donation buttons in README. Clement Michaud 2018-08-27 22:38:33 +0200
  • a515ce83c7
    Refactor README into several documents unders docs directory. (#265) Clément Michaud 2018-08-26 23:46:15 +0200
  • f7d2c9823c Refactor README into several documents unders docs directory. Clement Michaud 2018-08-26 15:09:02 +0200
  • 7831881bf8
    Fix Travis-CI builds Amir Zarrinkafsh 2018-08-27 00:36:27 +1000
  • 6c69a41e80
    Attempt to fix Travis-CI builds Amir Zarrinkafsh 2018-08-27 00:08:42 +1000
  • f779e54877
    Updated Rowan Taubitz 2018-08-26 23:48:06 +1000
  • b040642391
    Add whitelisting feature Amir Zarrinkafsh 2018-08-26 23:39:17 +1000
  • e8ad946253
    Merge branch 'master' into ip-whitelisting Amir Zarrinkafsh 2018-08-26 22:32:13 +1000
  • cf89aa909c Fix kubernetes configuration. Clement Michaud 2018-08-26 14:32:19 +0200
  • 05f1e2bc9a
    Add tests for whitelisting Amir Zarrinkafsh 2018-08-26 22:30:53 +1000
  • 920b2c4f6a 3.9.0 Clement Michaud 2018-08-26 14:21:26 +0200
  • f7086801a0 3.9.0 v3.9.0 Clement Michaud 2018-08-26 14:21:26 +0200
  • c352daefd5 Update CHANGELOG.md up to 3.8.3. Clement Michaud 2018-08-26 14:19:43 +0200
  • 67f84b97c8
    Enable authentication to Mongo and Redis. (#263) Clément Michaud 2018-08-26 13:10:23 +0200
  • 07e1b13ab8 Enable authentication to Redis. Clement Michaud 2018-08-26 12:31:09 +0200
  • 029d4a0fb3 Enable authentication to Mongo server. Clement Michaud 2018-08-26 12:12:08 +0200
  • 659c49450a Fix issue in unit test of IdentityCheckMiddleware. Clement Michaud 2018-08-26 12:11:44 +0200
  • 9dab40c2ce
    Add support for users database on disk. (#262) Clément Michaud 2018-08-26 10:30:43 +0200
  • 30f8aae507
    Try again to fix travis-ci builds Amir Zarrinkafsh 2018-08-26 17:04:38 +1000
  • e63a596bc0
    Merge remote-tracking branch 'origin/ip-whitelisting' into ip-whitelisting Amir Zarrinkafsh 2018-08-26 16:15:56 +1000
  • d61aae2e14
    Rebase on Authelia 3.8.3 and fix travis-ci build Amir Zarrinkafsh 2018-08-26 16:15:27 +1000
  • d1ffdb5f69
    Merge branch 'master' into ip-whitelisting Amir Zarrinkafsh 2018-08-26 16:13:36 +1000
  • aa1c2b1622
    Rebase on Authelia 3.8.3 and fix travis-ci build Amir Zarrinkafsh 2018-08-26 16:06:22 +1000
  • 614f47ab66 Add support for users database on disk. Clement Michaud 2018-08-26 00:34:42 +0200
  • 1f5a18d12a 3.8.3 v3.8.3 Clement Michaud 2018-08-25 19:37:35 +0200
  • 6438a5e48f
    Fix ECONNRESET when LDAP queries fail. (#261) Clément Michaud 2018-08-25 19:22:48 +0200