[geeklog-hg] [Geeklog-Core/geeklog] f42d42: Added twofactor authentication library

GitHub noreply at github.com
Sun Dec 17 04:07:50 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/Geeklog-Core/geeklog
  Commit: f42d42ba87901c7e1f006764491483fe85c6fcbe
      https://github.com/Geeklog-Core/geeklog/commit/f42d42ba87901c7e1f006764491483fe85c6fcbe
  Author: Tom Homer <tomhomer at gmail.com>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M system/composer.json
    M system/composer.lock
    M system/vendor/composer/autoload_psr4.php
    M system/vendor/composer/autoload_static.php
    M system/vendor/composer/installed.json
    A system/vendor/robthree/twofactorauth/.gitignore
    A system/vendor/robthree/twofactorauth/.travis.yml
    A system/vendor/robthree/twofactorauth/LICENSE
    A system/vendor/robthree/twofactorauth/README.md
    A system/vendor/robthree/twofactorauth/TwoFactorAuth.phpproj
    A system/vendor/robthree/twofactorauth/TwoFactorAuth.sln
    A system/vendor/robthree/twofactorauth/composer.json
    A system/vendor/robthree/twofactorauth/composer.lock
    A system/vendor/robthree/twofactorauth/demo/demo.php
    A system/vendor/robthree/twofactorauth/demo/loader.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/BaseHTTPQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/GoogleQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/IQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRException.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRServerProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRicketProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/CSRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/HashRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/IRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/MCryptRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/OpenSSLRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/RNGException.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/ConvertUnixTimeDotComTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/HttpTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/LocalMachineTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/TimeException.php
    A system/vendor/robthree/twofactorauth/lib/TwoFactorAuth.php
    A system/vendor/robthree/twofactorauth/lib/TwoFactorAuthException.php
    A system/vendor/robthree/twofactorauth/logo.png
    A system/vendor/robthree/twofactorauth/multifactorauthforeveryone.png
    A system/vendor/robthree/twofactorauth/tests/TwoFactorAuthTest.php

  Log Message:
  -----------
  Added twofactor authentication library

For feature #809

https://packagist.org/packages/robthree/twofactorauth


  Commit: cc66f9e45d66eaab827c6d65e4ae275f534c4b29
      https://github.com/Geeklog-Core/geeklog/commit/cc66f9e45d66eaab827c6d65e4ae275f534c4b29
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M public_html/article.php
    M public_html/index.php
    M public_html/lib-common.php
    M public_html/staticpages/index.php
    M public_html/switchlang.php
    M system/classes/url.class.php

  Log Message:
  -----------
  Merge branch 'master' into feature/twofactor


  Commit: 5a168afa31c1d530133c9d94064be8e5bfd1e2ca
      https://github.com/Geeklog-Core/geeklog/commit/5a168afa31c1d530133c9d94064be8e5bfd1e2ca
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M plugins/staticpages/functions.inc
    M plugins/staticpages/install_defaults.php
    M public_html/admin/install/config-install.php
    M public_html/article.php
    M public_html/index.php
    M public_html/lib-common.php
    M public_html/staticpages/index.php
    M public_html/switchlang.php
    M system/classes/url.class.php
    M system/lib-plugins.php
    M system/lib-topic.php

  Log Message:
  -----------
  Merge branch 'master' into feature/twofactor


  Commit: 47573970e14d118e8bbad96fe2ebd0f8d7cd7071
      https://github.com/Geeklog-Core/geeklog/commit/47573970e14d118e8bbad96fe2ebd0f8d7cd7071
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M plugins/staticpages/functions.inc
    M plugins/staticpages/install_updates.php
    M sql/updates/mysql_2.1.3_to_2.2.0.php
    M sql/updates/pgsql_2.1.3_to_2.2.0.php

  Log Message:
  -----------
  Merge branch 'master' into feature/twofactor


  Commit: fbc32d2bd85f9951b4ddcc197af7c599b9af8866
      https://github.com/Geeklog-Core/geeklog/commit/fbc32d2bd85f9951b4ddcc197af7c599b9af8866
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M public_html/admin/install/config-install.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mysql_2.1.3_to_2.2.0.php
    M sql/updates/pgsql_2.1.3_to_2.2.0.php
    M system/lib-database.php

  Log Message:
  -----------
  Updated database info


  Commit: 99cf3507452ded4eba039c2d95f92a9da759e348
      https://github.com/Geeklog-Core/geeklog/commit/99cf3507452ded4eba039c2d95f92a9da759e348
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php

  Log Message:
  -----------
  Updated language files


  Commit: e8b86fe47abff96b68d1af6810f6a74cf1c69339
      https://github.com/Geeklog-Core/geeklog/commit/e8b86fe47abff96b68d1af6810f6a74cf1c69339
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    A system/classes/TwoFactorAuthentication.php

  Log Message:
  -----------
  Added a wrapper class


  Commit: 35765f3fe58bd276e5afe2d3940cb61ceb60002a
      https://github.com/Geeklog-Core/geeklog/commit/35765f3fe58bd276e5afe2d3940cb61ceb60002a
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M public_html/lib-common.php
    M system/classes/mobiledetect/Mobile_Detect.php
    M system/lib-custom.php.dist
    M system/lib-plugins.php
    M system/lib-syndication.php

  Log Message:
  -----------
  Merge branch 'master' into feature/twofactor


  Commit: 8a5cb1a615e3e8326540e30ebbbf0f628afc731a
      https://github.com/Geeklog-Core/geeklog/commit/8a5cb1a615e3e8326540e30ebbbf0f628afc731a
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/install/config-install.php
    A public_html/javascript/two_factor_auth.js
    M public_html/layout/denim/preferences/profile.thtml
    M public_html/usersettings.php
    M system/classes/TwoFactorAuthentication.php

  Log Message:
  -----------
  Added QR code


  Commit: a3923e4800f9f671404dcdc27f15860dc0f74248
      https://github.com/Geeklog-Core/geeklog/commit/a3923e4800f9f671404dcdc27f15860dc0f74248
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/javascript/two_factor_auth.js
    M public_html/layout/denim/preferences/profile.thtml
    M public_html/usersettings.php
    M system/classes/TwoFactorAuthentication.php

  Log Message:
  -----------
  Added backup codes


  Commit: adfe263f574899a30678e270633f33b83b32daa5
      https://github.com/Geeklog-Core/geeklog/commit/adfe263f574899a30678e270633f33b83b32daa5
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-17 (Sun, 17 Dec 2017)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/javascript/two_factor_auth.js
    M public_html/layout/denim/preferences/profile.thtml
    A public_html/layout/denim/users/twofactorauthform.thtml
    M public_html/layout/modern_curve/preferences/profile.thtml
    A public_html/layout/modern_curve/users/twofactorauthform.thtml
    M public_html/users.php
    M public_html/usersettings.php
    M system/classes/TwoFactorAuthentication.php

  Log Message:
  -----------
  Finished implementing two-factor auth feature


  Commit: 1030101181d24756e43a3223bf0519ab73c8bf3f
      https://github.com/Geeklog-Core/geeklog/commit/1030101181d24756e43a3223bf0519ab73c8bf3f
  Author: Kenji ITO <mystralkk at gmail.com>
  Date:   2017-12-17 (Sun, 17 Dec 2017)

  Changed paths:
    M language/english.php
    M language/english_utf-8.php
    M language/japanese_utf-8.php
    M public_html/admin/install/config-install.php
    A public_html/javascript/two_factor_auth.js
    M public_html/layout/denim/preferences/profile.thtml
    A public_html/layout/denim/users/twofactorauthform.thtml
    M public_html/layout/modern_curve/preferences/profile.thtml
    A public_html/layout/modern_curve/users/twofactorauthform.thtml
    M public_html/users.php
    M public_html/usersettings.php
    M sql/mysql_tableanddata.php
    M sql/pgsql_tableanddata.php
    M sql/updates/mysql_2.1.3_to_2.2.0.php
    M sql/updates/pgsql_2.1.3_to_2.2.0.php
    A system/classes/TwoFactorAuthentication.php
    M system/composer.json
    M system/composer.lock
    M system/lib-database.php
    M system/vendor/composer/autoload_psr4.php
    M system/vendor/composer/autoload_static.php
    M system/vendor/composer/installed.json
    A system/vendor/robthree/twofactorauth/.gitignore
    A system/vendor/robthree/twofactorauth/.travis.yml
    A system/vendor/robthree/twofactorauth/LICENSE
    A system/vendor/robthree/twofactorauth/README.md
    A system/vendor/robthree/twofactorauth/TwoFactorAuth.phpproj
    A system/vendor/robthree/twofactorauth/TwoFactorAuth.sln
    A system/vendor/robthree/twofactorauth/composer.json
    A system/vendor/robthree/twofactorauth/composer.lock
    A system/vendor/robthree/twofactorauth/demo/demo.php
    A system/vendor/robthree/twofactorauth/demo/loader.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/BaseHTTPQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/GoogleQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/IQRCodeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRException.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRServerProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Qr/QRicketProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/CSRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/HashRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/IRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/MCryptRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/OpenSSLRNGProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Rng/RNGException.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/ConvertUnixTimeDotComTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/HttpTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/LocalMachineTimeProvider.php
    A system/vendor/robthree/twofactorauth/lib/Providers/Time/TimeException.php
    A system/vendor/robthree/twofactorauth/lib/TwoFactorAuth.php
    A system/vendor/robthree/twofactorauth/lib/TwoFactorAuthException.php
    A system/vendor/robthree/twofactorauth/logo.png
    A system/vendor/robthree/twofactorauth/multifactorauthforeveryone.png
    A system/vendor/robthree/twofactorauth/tests/TwoFactorAuthTest.php

  Log Message:
  -----------
  Merge branch 'feature/twofactor'


Compare: https://github.com/Geeklog-Core/geeklog/compare/10a04b8e0eb9...1030101181d2


More information about the geeklog-cvs mailing list