Yannick Warnier
9da3f3bac2
Security: Set cookie as secure if HTTPS - refs BT#21289
2 years ago
Angel Fernando Quiroz Campos
ab13dc0798
Minor: Format code
2 years ago
NicoDucou
8faaf0b1d5
Calendar: export members subscribed or invited to an event to csv -refs BT#20952
2 years ago
Angel Fernando Quiroz Campos
ea3be70986
Minor: Format code - refs BT#20946
2 years ago
Angel Fernando Quiroz Campos
73095bccea
Agenda: Fix save invitations or subscribers
...
edit event - refs BT#20946
2 years ago
Angel Fernando Quiroz Campos
063b4a6b78
Agenda: Allow to choose type of invitations o subscriptions - refs BT#20946
2 years ago
Yannick Warnier
232d9452ad
Calendar: Fix missing check on allow_personal_agenda events setting - refs #4738
2 years ago
Yannick Warnier
dbe0e52c54
Calendar: Fix missing group context in event edition
...
Author: @TheTomcat14
2 years ago
Angel Fernando Quiroz Campos
e7e352f1e6
Calendar: Allow to remove subscribers - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
782927889d
Calendar: Fix select_ajax to search classes - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
70174b6c40
Calendar: Fix save item id - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
0684ace026
Minor: Calendar: Improve form - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
e92e2c30b2
Calendar: Allow to set subscription visibility to members of usergroup (class) - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
6c617c5798
Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637
...
It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class.
2 years ago
Angel Fernando Quiroz Campos
b7f817368c
Agenda: Allow teachers/coaches import course agenda reminders - refs BT#20356
3 years ago
Angel Fernando Quiroz Campos
7b7819a4d6
Calendar: Improve design for form in calendar - refs BT#19497
3 years ago
Angel Fernando Quiroz Campos
aea292da3e
Calendar: Add allow_careers_in_global_agenda conf option - refs BT#19497
...
Allow career/promotions in global calendar. Require DB changes:
```sql
ALTER TABLE sys_calendar ADD COLUMN career_id INT DEFAULT 0;
ALTER TABLE sys_calendar ADD COLUMN promotion_id INT DEFAULT 0;
```
3 years ago
Angel Fernando Quiroz Campos
caef076dcf
Plugin: Zoom: Allow webinars - refs BT#19479
3 years ago
Angel Fernando Quiroz Campos
a66d4c4a74
Calendar: Fix JS to add reminders
4 years ago
Angel Fernando Quiroz Campos
4d90c858d1
Agenda: Allow set reminder from announcement - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
82b22e9e89
Agenda: Validate attachment to update in course event - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
67df1a367f
Calendar: Fix edit reminders already sent - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
f549c8a807
Calendar: Show reminders in calendar - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
231f5ce964
Calendar: Allow edit reminders - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
ad71f6d787
Add agenda_reminders configuration setting - refs BT#19392
...
Enable reminders for agenda events. Requires database changes:
```sql
CREATE TABLE agenda_reminder (id BIGINT AUTO_INCREMENT NOT NULL, type VARCHAR(255) NOT NULL, event_id INT NOT NULL, date_interval VARCHAR(255) NOT NULL COMMENT '(DC2Type:dateinterval)', sent TINYINT(1) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
```
4 years ago
Angel Fernando Quiroz Campos
84f53a6a95
Calendar: Back to message viewer after event added - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
7a7f2e725b
Minor: format code - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
a38dc74d14
Minor - Calendar: Rename variable - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
4a4d933b2a
Calendar: Allow create event from message - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
1592afbd46
Calendar: save collective properties when add/edit event - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
5669fa9c69
Add agenda_collective_invitations conf setting - refs BT#19390
...
It allows to send invitations to friends for an agenda event. Requires DB changes:
4 years ago
Julio Montoya
7ae25268fa
Admin: Add config fullcalendar_settings BT#18748
...
In order to edit the FullCalendar v3 JS settings.
4 years ago
Julio Montoya
25e79827e2
Minor - format code, validate type
5 years ago
Julio Montoya
d939402d83
Agenda: Fix type paremeter #security
5 years ago
Julio
e4781a7d15
Agenda: Add sec_token param in agenda events #security
5 years ago
Julio Montoya
b5a4ee2dcd
Minor - format code
5 years ago
Julio Montoya
d3e46317ae
Minor - fix function name apiBlockInactiveUser, update from master
5 years ago
Yannick Warnier
515d07cc09
Minor: Improve apiBlockInactiveUser() - refs BT#17891 - #3566
5 years ago
carlos alvarado
1493d16b6d
Session: Add configuration setting 'security_block_inactive_users_immediately' to prevent a disabled user with an active session from accessing the courses - refs BT#17891 #3566
5 years ago
Angel Fernando Quiroz Campos
dade2c367b
Agenda: Fix selected item in menu bar
5 years ago
Angel Fernando Quiroz Campos
d491d5dd47
Minor - Format code
5 years ago
Julio Montoya
c44978554a
Minor - format code update from master
5 years ago
Julio Montoya
a6829b8657
Minor - format code
5 years ago
Julio Montoya
fe5352b3f3
Update from master (format code)
5 years ago
Julio Montoya
266a0c4d2f
Agenda: Fix attachment link UI see BT#16127
6 years ago
Julio Montoya
af11a07365
Agenda: Add attachment link see BT#16127
6 years ago
Julio Montoya
483453f66d
Minor - format code
6 years ago
Julio Montoya
aaa82d3e1f
Fix textarea id see BT#15983
6 years ago
Alex Aragón
06c4dc0874
fix agenda files upload
6 years ago
Julio Montoya
57c7595ace
Minor - flint fixes
7 years ago