REJack
7aca08ab17
changed query to form_params in submitPostCaptcha() & disabled hcaptcha tests
6 years ago
REJack
eaa190aafc
updated submitPostCaptcha/submitGetCaptcha to disable strictly debug for curl
6 years ago
Raphael Jackstadt
08350e7f89
Update Aauth.php
6 years ago
REJack
1ca6166561
fixed error without social providers in views & fixed loginFast
6 years ago
REJack
c5f71d587c
updated UserModel to get work with beta.4
6 years ago
REJack
8e7132535b
updated migrations for CI4 beta.4
6 years ago
REJack
01faa07a04
updated Aauth library & Extensions
...
- updated PHPdocs overall files
- updated tests
- updated Aauth Class
- updated aauth_helper
- updated CAPTCHA extension
- updated TOTP extension
6 years ago
REJack
cfa13703fd
updated Models
...
- updated __construct in GroupModel, PermModel & UserModel
- updated PHPdocs overall files
6 years ago
REJack
b8267ab11c
added db foreign keys to tables (without cascade)
6 years ago
REJack
584ae32b8e
Social Extension (WIP)
...
- added social config vars in Aauth Config
- added Social Class
- added Social Controller
- enhanced Login & Register with Social Features
- updated tests for Social Module
- updated Account Language
6 years ago
REJack
62ca1957fa
updated Views and Controller
...
- merged Templates (Header & Footer into Base, HeaderBlank & FooterBlank into Blank and HeaderAdmin & FooterAdmin into Admin)
- updated to match with new layout functions
- enhanced Users/Groups new & edit with allow & deny perm
- updated PHPdocs overall files
6 years ago
REJack
5ed33368dc
updated Config/Aauth docs
6 years ago
REJack
a29a6d61d4
updated Tests
6 years ago
REJack
50155803ad
updated Tests to 100%
6 years ago
REJack
1b1e7c838c
updated Aauth version to 3.0.0-rc1
6 years ago
REJack
7037112e59
finalize Aauth
...
- updated Copyright PHPDocs
- updated Libraries Aauth, Aauth/CAPTCHA & Aauth/TOTP
- updated LoginAttemptModel & UserSessionModel
- updated Tests LoginAttemptModelTest, UserSessionModelTest, CAPTCHATest, LoginTest & TOTPTest
6 years ago
REJack
bfac5ad95e
enhanced loginAttemptCookie
...
- updated Config/Aauth
- updated Libraries/Aauth
- updated LoginAttemptModel
- updated CodeIgniter version in .gitlab-ci.yml & .travis.yml
6 years ago
REJack
2d22199b19
Revert "updated UserModel"
...
This reverts commit 00c0914f81
.
6 years ago
REJack
fd774e5e80
fixed DBGroup setup in GroupModel, PermModel & UserModel
6 years ago
REJack
c5072c6be2
enhanced email functions
...
- added phpmailer
- updated email related functions to use phpmailer
6 years ago
REJack
00c0914f81
updated UserModel
6 years ago
REJack
26368e2c80
readded migrations
6 years ago
REJack
671e88e628
removed migrations for fixing alpha.5 bug
6 years ago
REJack
4015a7baf3
added @codeCoverageIgnore to email related functions in Libraries/Aauth
6 years ago
REJack
83d10aceb3
added totp ability & updated tests
6 years ago
REJack
89fd655074
updated captcha abilities & tests
6 years ago
REJack
8b2cc400f2
updated lang files, added totp lines
6 years ago
REJack
6ca561ebd2
updated lang files (added invalidCaptcha)
6 years ago
REJack
bc4838f03f
updated UserModel
6 years ago
REJack
17fc87d18e
updated Config/Aauth
6 years ago
REJack
76a4d788df
updated CAPTCHA & TOTP module and added CAPTCHATest & TOTPTest
6 years ago
REJack
dedbd8415c
updated modularity function
6 years ago
REJack
07ce429a4d
updated Language files
6 years ago
REJack
9804cc9e1a
added TOTP & CAPTCHA modules
...
- updated Aauth to load CAPTCHA or TOTP module if enabled
6 years ago
REJack
7bffb84bea
updated Config/Aauth
...
- fixed typo
- changed dbSoftDelete to false like docs
6 years ago
REJack
524f5bb474
added modularity
6 years ago
REJack
ed4b0125d5
moved $userModel in isAdmin
6 years ago
REJack
de62c76a00
renamed linkTotp to totpLink
6 years ago
REJack
13eaf50f80
updated CHANGES.md & Config/Aauth (renamed recaptcha to captcha & added $captchaType)
6 years ago
REJack
a95bc97f9e
updated Libraries/Aauth
6 years ago
REJack
212f828228
updated create_users_table migration
6 years ago
REJack
a1e7655d60
added ability for accurate login errors
6 years ago
REJack
98ec4fbbe9
updated UserSessionModel
6 years ago
REJack
0cbc63e1e7
finished Single Login mode
...
- updated Libraries/Aauth (updated login())
- updated LoginTokenModel & LoginTokenModelTest
- updated UserSessionModel
6 years ago
REJack
14e29622ad
updated Libraries/Aauth, Aauth/GroupTest & Aauth/PermTest
...
added UserSessionModelTest
6 years ago
REJack
140a88a426
updated Libraries/Aauth, UserSessionModel & UserTest
6 years ago
REJack
8068cb78e0
fixed tests after added caching feature
6 years ago
REJack
c9f217bee7
fixed 20181026042034_create_user_sessions_table
6 years ago
REJack
d77bac0ab3
first steps to Single Login Mode
...
- updated Config/Aauth (2 new config vars)
- renamed & updated create_user_sessions_table migration
- updated Libraries/Aauth (added 2 new methods)
- added UserSessionModel
6 years ago
REJack
e718bd69b3
added caching functionality
...
- updated Libraries/Aauth
- updated PermToGroupModelTest, PermToUserModelTest & Aauth/GroupTest
6 years ago