Nicolas Ducoulombier
3c9b870b87
Merge pull request #4352 from AngelFQC/BT20083
...
Security: Improve password requirements
3 years ago
Yannick Warnier
07757811ff
Plugin: OAuth2: Catch BadMethodCallException when getRefreshToken() returns empty - refs BT#19734
3 years ago
NicoDucou
3bd844250a
Learnpath: Only log fixAbusiveTime when the server is in test mode -refs BT20099
3 years ago
NicoDucou
b348f8ed62
Learnpath: Avoid calling function if the object does not existe to avoid error logs on a NULL value -refs BT#20099
3 years ago
Christian
b77c76455d
Course import - Import scorm, assignment and lession partial from module xml - refs BT#20060
3 years ago
Yannick Warnier
ad7a62872e
Merge branch 'cblue-fix-pass' into 1.11.x
3 years ago
Yannick Warnier
4047e1a197
Minor: Fix code styling
3 years ago
Yannick Warnier
6c9deb8d8c
Merge branch 'fix_password_encryption_conversion' of https://github.com/cbluesprl/chamilo-lms into cblue-fix-pass
3 years ago
Christian
da4c24712f
Course import - Import glossary from module xml - refs BT#20060
3 years ago
Christian
da4086a0dd
Survey - Add export options when it is enabled as lp items - refs BT#19049
3 years ago
Angel Fernando Quiroz Campos
f2fac0b4bf
Fix password generator with special chars - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
c40e63d427
Minor - Remove unnecessary param - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
328bada615
User: Show password requirement when password rules is set - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
46ab447f4c
User: Fix text using lang variable - refs BT#20083
3 years ago
NicoDucou
8894353cc3
Language: Minor partial translation update in ES FR EN for class filtering in multiURL user management -refs BT#20059
3 years ago
Nicolas Ducoulombier
b80d3793b4
Merge pull request #4342 from lautarobeeznest/client-20059
...
Access Urls: Edit users and URLs: Add a filter by class - refs BT#20059
3 years ago
LautaroRolon
9db9e23e57
FIX: Code syntax - refs BT#20059
3 years ago
Yannick Warnier
661d151ea3
Display: Rename item class to avoid overlap - refs BT#19510
3 years ago
NicoDucou
e2693b3fdb
Language: Minor partial translation update in ES FR EN for new password requierements -refs BT#20083
3 years ago
Nicolas Ducoulombier
03815074e9
Merge pull request #4350 from AngelFQC/BT20083
...
Security: Improve password requirements - refs BT#20083
3 years ago
LautaroRolon
852ca893df
Minor: Code syntax - refs BT#20059
3 years ago
LautaroRolon
f8f330a878
Access Urls: Code syntax FIX: Change course filter by class - refs BT#20059
3 years ago
Angel Fernando Quiroz Campos
01541817c3
User: Admin can not set new password equal to current - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
620af67568
User: Add FormValidator rule for new password no same as current - refs BT#20083
3 years ago
Christian
4ab6aabdb3
Course import - Improve moodle import by sections to chamilo - refs BT#20060
3 years ago
Angel Fernando Quiroz Campos
3fddcc0aa8
User: Add login_max_attempt_before_blocking_account configuration setting - refs BT#20083
...
Block a user account if there are multiple failed login attempts. It requires DB changes:
```sql
CREATE TABLE track_e_login_attempt
(
login_id INT AUTO_INCREMENT NOT NULL,
username VARCHAR(100) NOT NULL,
login_date DATETIME NOT NULL,
user_ip VARCHAR(39) NOT NULL,
success TINYINT(1) NOT NULL,
INDEX idx_track_e_login_attempt_username_success (username, success),
PRIMARY KEY (login_id)
) DEFAULT CHARACTER SET utf8
COLLATE utf8_unicode_ci
ENGINE = InnoDB;
```
Then add the "@" symbol to TrackELoginAttempt` class in the `ORM\Entity()` line.
3 years ago
Angel Fernando Quiroz Campos
88ac26d53d
User: Indicate password requirements failed - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
a1ce6c1ff6
User: Reset password follow password requirements - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
fd8d817582
User: Fix password requirement for lowercase - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
f549749ed8
User: Add option to disallow set new password equal as current - refs BT#20083
3 years ago
Angel Fernando Quiroz Campos
46aac44520
User: Add special chars as password requirements - refs BT#20083
3 years ago
Christian
543b09e8da
Course import - Improve import quizzes from moodle to chamilo - refs BT#20060
3 years ago
Yannick Warnier
1b22923979
Merge branch '20025' into 1.11.x
3 years ago
Yannick Warnier
d4a7b06cfd
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 20025
3 years ago
Yannick Warnier
85711e8af3
Display: Make links actionable through CSS on courses list page and admin page - refs BT#19510
3 years ago
Yannick Warnier
8e30258e21
Display: Update PDF export icons in user tracking page - refs BT#19510
3 years ago
NicoDucou
8f3a8ddc8a
Portfolio: [Minor] updating configuration for the 2 other class to activate for all the functionalities to work -refs BT#19973
3 years ago
Angel Fernando Quiroz Campos
829294068f
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
3 years ago
Angel Fernando Quiroz Campos
f3fe9cb622
Plugin: Fix impersonate users with OAuth2 and Azure callbacks - refs BT#19734
3 years ago
Yannick Warnier
02651a3dc6
Merge pull request #4346 from ywarnier/20025
...
Group: Add audit of create/delete/subscribe to classes - refs BT#20025
3 years ago
Yannick Warnier
e8bd8bdc47
Minor: Code styling
3 years ago
Yannick Warnier
7684dbae1f
Minor: Code styling
3 years ago
Yannick Warnier
d122a0fb76
Group: Add audit of create/delete/subscribe to classes - refs BT#20025
3 years ago
Yannick Warnier
1a3a8cfbfd
Internal: Fix audio answers deletion in SessionManager::delete() - refs BT#19984
3 years ago
Yannick Warnier
b7af28e5aa
Documentation: Slight improvements to LDAP accesses config params - refs BT#19168
3 years ago
Yannick Warnier
f2bf93768f
Documentation: Add optimization note on message_attachment index addition - refs BT#19984
3 years ago
Angel Fernando Quiroz Campos
4a31a7f9ec
Merge pull request #4343 from AngelFQC/BT20049
...
Session: Users list use sortable table - refs BT#20049
3 years ago
Angel Fernando Quiroz Campos
7b07375604
Session: Users list use sortable table - refs BT#20049
3 years ago
Yannick Warnier
70c96cab86
Script: Add script to delete old user personal files (incomplete script, currently deletes whole folder based on folder creation date) - refs BT#19984
3 years ago
Yannick Warnier
e5577cfa11
Script: Convert old message attachments deletion script to parametered dates - refs BT#19984
3 years ago