-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
107 lines (84 loc) · 4.6 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Release notes for Agora-Portal (https://agora.xtec.cat)
More information on each of the fixes can be found in the project
development home at https://github.com/projectestac/agora_portal
Changes 24.10.22
---------------------------------------------------------------------------------------
- Helpers: Fix error when data received from WS is incorrect
- Query: Added support for non-ASCII characters to batch queries
Changes 24.09.26
---------------------------------------------------------------------------------------
- Instance: Fixed error when creating instance and the dump files are missing
- ModelType: Fixed error when saving new model types
Changes 24.07.01
---------------------------------------------------------------------------------------
- Request: Only check active instances to decide if a manager can request a quota increase
Changes 24.04.30
---------------------------------------------------------------------------------------
- Requests: Only allow to request increase of quota if the conditions are met
Changes 24.03.19
---------------------------------------------------------------------------------------
Clients: Fixed sorting in list of clients
Clients: Improved load speed in the list of clients in the front page
Clients: Moved search and order logic in list to server side
Config: Added check to disable email notification on quotas update
Config: Added param to disable the notification by email on quota update
Files: Implemented navigation, upload, download and deletion in portal data directory
Instances: Added colors to quota column
Instances: Allow edition of model type in Instance edit page
Location: Fixed ID for undefined location
MyAgora: Files: Fixed download and delete of files with special chars in their names
MyAgora: Files: Improved notification messages to users
MyAgora: Services: Added link to client edition for administrators
Managers: Changed order of columns in list
Managers: Moved search and order logic in list to server side
ModelType: Fixed validation of data from the edit form
Quotas: Implemented notifications by e-mail for the events related to quota updates
Quotas: Several fixes on quota update
Statistics: Added pages to view, filter, plot and download the Àgora stats tables.
Users: Moved search and order logic in list to server side
Util: Fixed error when user doesn't exist
Changes 24.01.25
---------------------------------------------------------------------------------------
- Home: Added public list of instances with search form
- Quotas: Added info to instances list. Implemented update of quotas from file.
- RequestType: Implemented CRUD. Minor improvements to ClientType
Changes 23.12.18
---------------------------------------------------------------------------------------
- Client: Added function to update clients information from an external table
- ClientType: Added CRUD
- Instance: Moved order logic to server side. Minor improvements
- Location: Added CRUD
- ModelType: Implemented List, Creation, Edition and Update
- Request: Improved list of request and added link to instance on edit form
Changes 23.11.28
---------------------------------------------------------------------------------------
- Client: Don't create clients if they don't exist in WS
- Client: Improved creation of clients
- Login: Automatically add users to role 'user' on login
- MyAgora: Added change of 'Nom propi'
- MyAgora: Added links to instances in the list of instances
- Manager: Don't allow clients to be managers
- Manager: Implemented list of managers
- Role: Implemented list of roles
- User: Implemented list of users
Changes 23.10.17
---------------------------------------------------------------------------------------
- Batch: Added instance creation
- Batch: Created batch log table
- Batch: Save passwords of new instances in database
- Client: Added automatic creation of clients on login
- Client: Added addition and edition of clients
- Client: Added links to myAgora and added dates in client list
- Instance: Improvements to instance activation and status changes
- Jobs: Use nohup on CLI calls
- Manager: Added addition or removal of permissions on designation
- MyAgora: Files: Don't show an error when there is no active Moodle instance
- Request: Improved request list and email sent on update
- Queue: Added links to instances on pending list
- Queue: Don't try to generate link to instances if they don't exist
Changes 23.09.27
---------------------------------------------------------------------------------------
- Home page: Removed confusing message
Changes 23.07.10
---------------------------------------------------------------------------------------
- Initial version