Juan Cortizas Ponte
76aff02483
fix layout
3 years ago
Juan Cortizas Ponte
a12db5d351
fixed mixed code from previous old version
3 years ago
Juan Cortizas Ponte
390c7d60f1
backend fixes
3 years ago
Juan Cortizas Ponte
379ee552a8
remove unused constants
3 years ago
Juan Cortizas Ponte
5ee51315ab
fix translation
3 years ago
Juan Cortizas Ponte
2ca6c8bac6
update changelog
3 years ago
Angel Fernando Quiroz Campos
1cf3110de5
Exercise: Fix iid usages
3 years ago
Juan Cortizas Ponte
01424f8315
Certificate: Add date_simple_certificate tag to certificates (dd.mm.yy format)
...
Author: @juan-cortizas-ponte
3 years ago
Angel Fernando Quiroz Campos
84ca93f845
Minor: Format code
3 years ago
Angel Fernando Quiroz Campos
2a1a7b9d3f
Plugin: Azure + OAuth: Add redirect after 'not allowed' login form - refs BT#20217
...
Author: @AngelFQC
3 years ago
Christian
3684cca0b4
Plugin - Improve User session with lti client and provider - refs BT#20093
3 years ago
Angel Fernando Quiroz Campos
d03bd55ea4
Minor: Format code
3 years ago
NicoDucou
899f6c521e
Plugin : missing file for redirection functionality in userremoteservice - refs BT#20171
3 years ago
Angel Fernando Quiroz Campos
489c7865ca
Plugin: BBB: Allow custom video name - refs BT#20225
3 years ago
Christian
26efca0022
Plugins - Improve report lti provider with learnpaths - refs BT#20103
3 years ago
NicoDucou
873a81bc64
Plugin: adapt userremoteservice plugin to enable redirect and adding an option to hide links from main menu -refs BT#20171
3 years ago
Christian
a1815e6529
Plugin - Add validation to block users ims_lti outside a tool provider - refs BT#20093
3 years ago
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
3 years ago
Angel Fernando Quiroz Campos
9388a5db4a
Plugin: OAuth2: Fix catch BadMethodCallException when refreshing token - refs BT#19734
3 years ago
Yannick Warnier
07757811ff
Plugin: OAuth2: Catch BadMethodCallException when getRefreshToken() returns empty - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
f3fe9cb622
Plugin: Fix impersonate users with OAuth2 and Azure callbacks - refs BT#19734
3 years ago
ponte
708d369bdd
agregar métodos de pago cecabank & stripe en compra de suscripciones
3 years ago
ponte
5a71820837
agregar constantes de las tablas de suscripciones
3 years ago
Angel Fernando Quiroz Campos
10db2b01c5
Plugin: OAuth2: associate platform user to oauth2 account - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
a01b1f1d8d
Plugin: OAuth2: check if user exists before trying to create it - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
c43a1610ce
Plugin: OAuth2: log user identify process - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
4ef7cec589
Plugin: OAuth2: log user identify process - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
412aa84409
Plugin: OAuth2: Don't escape callback error message - refs BT#19734
3 years ago
Juan Cortizas Ponte
d14c5cacef
fix cs fixer test errors
3 years ago