Yannick Warnier
db5aa3fc6a
Plugin: BigBlueButton: Internationalize pagination terms - refs #4336
3 years ago
Juan Cortizas Ponte
c91d81db48
Plugin: BigBlueButton: Add pagination to conferences listing
...
Authored-By: @juan-cortizas-ponte
3 years ago
Angel Fernando Quiroz Campos
5eb254faac
Plugin: XAPI: Move code of statement attachments for portfolio items - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
4ce93eaf76
Portfolio: Allow to send xAPI statement when viewing item - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
952e52ac2b
Plugin: LTI: Specify the client_id for authorization
3 years ago
Angel Fernando Quiroz Campos
efa881ec67
Minor: Format code
3 years ago
Christian
972e2cd2a6
Lti provider - Hide lp home icon and user outsource ims_lti - refs BT#20093
3 years ago
Angel Fernando Quiroz Campos
76eb407e4b
Plugin: XAPI: log stored statements instead of request statements - refs BT#18201
...
Stored statements have ID to save
3 years ago
Angel Fernando Quiroz Campos
2fd3dbfb3b
Plugin: XAPI: Refactor statement controller - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
dd515f2c62
Plugin: XAPI: Internal log accept statement ID null - refs BT#18201
3 years ago
Christian
65c9b20623
Lti provider - Add Result Entity - refs BT#20093
3 years ago
Christian
dc1aadeb5e
Minor - Fix error typo in code - refs BT#20093
3 years ago
Christian
ef64ad41f0
Lti provider - Improve login user inside course and learnpath - refs BT#20093
3 years ago
Christian
941020d9cb
Lti provider - Add learnpath as tool provider - refs BT#20093
3 years ago
Angel Fernando Quiroz Campos
3b6fa110b8
Plugin: LTI: validate params + code conventions
3 years ago
Angel Fernando Quiroz Campos
7a6266b72c
Plugin: LTI: Fix lineitem.readonly scope in AGS
3 years ago
Angel Fernando Quiroz Campos
e695cb1118
Plugin: LTI: Add documentation about installation process
3 years ago
Angel Fernando Quiroz Campos
edef28b445
Minor: Plugin: LTI: Format readme file
3 years ago
Angel Fernando Quiroz Campos
50787c47f9
Plugin: Zoom: Bump to version 0.5 - refs BT#19479
3 years ago
Angel Fernando Quiroz Campos
c0f1dd2a27
Plugin: Zoom: Allow create system announcement - refs BT#19479
...
Require DB changes
```sql
ALTER TABLE plugin_zoom_meeting
ADD sys_announcement_id INT DEFAULT NULL;
ALTER TABLE plugin_zoom_meeting
ADD CONSTRAINT FK_3448092778FB10C FOREIGN KEY (sys_announcement_id) REFERENCES sys_announcement (id) ON DELETE SET NULL;
CREATE INDEX IDX_3448092778FB10C ON plugin_zoom_meeting (sys_announcement_id);
```
3 years ago
Angel Fernando Quiroz Campos
80d103357a
Quiz: Fix division by zero + fix e_notice
3 years ago
NicoDucou
d7443216fe
BBB Plugin: Fix for Global conference per user showing all conferences from the plateform instead of only the user's conference -refs #4233 and BT#20053
4 years ago
Angel Fernando Quiroz Campos
9388a5db4a
Plugin: OAuth2: Fix catch BadMethodCallException when refreshing token - refs BT#19734
4 years ago
Yannick Warnier
07757811ff
Plugin: OAuth2: Catch BadMethodCallException when getRefreshToken() returns empty - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
f3fe9cb622
Plugin: Fix impersonate users with OAuth2 and Azure callbacks - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
10db2b01c5
Plugin: OAuth2: associate platform user to oauth2 account - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
a01b1f1d8d
Plugin: OAuth2: check if user exists before trying to create it - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
c43a1610ce
Plugin: OAuth2: log user identify process - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
4ef7cec589
Plugin: OAuth2: log user identify process - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
412aa84409
Plugin: OAuth2: Don't escape callback error message - refs BT#19734
4 years ago
Juan Cortizas Ponte
d14c5cacef
fix cs fixer test errors
4 years ago
Juan Cortizas Ponte
b58165c7bb
enforce string type to getSaleFromReference reference parameter method
4 years ago
Juan Cortizas Ponte
cdc85f311b
use the POST variables directly
4 years ago
Juan Cortizas Ponte
d13b5d77c8
control that price variable data type is an float
4 years ago
Nosolored SL
8fc8883e90
Fix test2pdf error Text contains invalid UTF-8 character(s)
...
Fix error: "Uncaught Mpdf\MpdfException: Text contains invalid UTF-8 character(s)"
4 years ago
Angel Fernando Quiroz Campos
280bab9f4e
Minor: Format code - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
c9d1684fde
Plugin: OAuth2: Improve message when user creation is not enabled - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
620ef99de0
Plugin: OAuth2: Platform user becomes oauth2 user on successful attempt - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
e261f067cd
Plugin: OAuth2: Fix variable + add lang variable - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
29053960c6
Minor: Format code
4 years ago
Angel Fernando Quiroz Campos
95209d0dd2
Plugin: OAuth2: Allow third login with OIDC - refs BT#19734
4 years ago
Angel Fernando Quiroz Campos
0bbf5c31b2
Plugin: OAuth2: Allow third login with OIDC - refs BT#19734
4 years ago
NicoDucou
c37d1698b8
Plugin: Zoom: Minor - Add translation and fix missing get_lang -refs BT19298
4 years ago
Yannick Warnier
6b1eb331f6
Internal: Improve code for automated password encryption change - refs GH#4063
4 years ago
Angel Fernando Quiroz Campos
20be8a2a0c
Minor - Format code
4 years ago
NicoDucou
4bf75dbed3
Plugin: Zoom: Fix error with free lines with spaces that brakes PHP - refs BT#19479
4 years ago
Juan Cortizas Ponte
77f5a35dbd
fix changelog
4 years ago
NicoDucou
d347d94190
Plugin: Zoom: Complete french translation - refs BT#19479
4 years ago
Juan Cortizas Ponte
3e4a627a59
fixes post merge
4 years ago
Angel Fernando Quiroz Campos
171a32e1f0
Plugin: BBB: Bump version to 2.11
4 years ago