- 06 Apr, 2021 1 commit
-
-
- 22 Mar, 2021 8 commits
-
-
Romain Therville authored
A "}" was missing. Issues #195, #193, #192, #178
-
Romain Therville authored
The send_purge_demand_mail() is now going to send an alert mail to the nG6 admins if a purge demand already exists for a given project, instead of creating a new one. Issue #192
-
Romain Therville authored
New function get_multiple_purge_demand_mail() to warn the nG6 admins that a purge demand already exists for the given project. Issue #192
-
Romain Therville authored
The function add_purge_demand() will not update the run and analyzes tables if a demand already exists for a given project. (See new trigger) Issue #192
-
Romain Therville authored
Function "resend_purge_demand" reworked to ignore hidden runs and analyzes. Issues #178, #193
-
Romain Therville authored
The hidden runs and analyzes do not appear in the mail or volume count anymore. Next : the resend function. Issues #178, #193
-
Romain Therville authored
2 functions have a new parameter 'get_hidden' Issues #193, #178
-
Romain Therville authored
'CC' headers have to be reset not to display "esitoul" 10 times. Issue #195
-
- 19 Mar, 2021 5 commits
-
-
Romain Therville authored
This reverts merge request !116
-
Romain Therville authored
This reverts merge request !115
-
Romain Therville authored
New typo3 variable 'email_warning' that contains 'get-plage.bioinfo@genotoul.fr, didier.laborie@inrae.fr' on ng6 and ng6-test. Issue #192
-
Romain Therville authored
Issue #192
-
Romain Therville authored
- New trigger to prevent the insertion of a second purge demand for a single project - New mail model to warn administrators about the "double demand". - Reworks for the send_purge_demand_mail() and add_purge_demand() functions, of course. Issue #192
-
- 08 Mar, 2021 2 commits
-
-
Romain Therville authored
(Same as commit 763ffb96, but for the "send" and "resend" functions.) issue #195
-
Romain Therville authored
- Fix for the multiple "esitoul@inrae.fr" adresses in the cc mail field. issue #195
-
- 24 Feb, 2021 2 commits
-
-
Romain Therville authored
The get_all_names_starting_with() has been reworked not to return the users password. Issue#189
-
Romain Therville authored
The function get_all_names_starting_with() has been reworked not to return the user's passwords. Issue #189
-
- 15 Feb, 2021 1 commit
-
-
Romain Therville authored
Issue #192
-
- 12 Feb, 2021 1 commit
-
-
Romain Therville authored
defined in application.properties. Issue #192
-
- 12 Nov, 2020 2 commits
-
-
Romain Therville authored
New file types have been added to the exclusion to prevent log files from being deleted. issue #190
-
Romain Therville authored
Function purge_directory updated to exclude log files. issue #190
-
- 03 Apr, 2020 1 commit
-
-
cnoirot authored
-
- 27 Mar, 2020 2 commits
- 26 Mar, 2020 1 commit
-
-
cnoirot authored
-
- 04 Mar, 2020 1 commit
-
-
Romain Therville authored
The email adress to contact has been set to ng6-support@groupes.renater.fr . issue #161
-
- 28 Feb, 2020 1 commit
-
-
Romain Therville authored
I have added some text and links to the purge mail. issue#161
-
- 27 Feb, 2020 1 commit
-
-
Romain Therville authored
The date sorting has been fixed, the column type was set to "date" instead of "date-eu". Issue #138
-
- 14 Feb, 2020 4 commits
-
-
Romain Therville authored
- The method to minify jflow's sources to jflow.min.js (https://github.com/mishoo/UglifyJS2) was to advanced, and generated errors in the code. We went back below the version 3, to avoid the script being broken when minified. - The JQuery request 'get_user_files' was bugged because it was trying to reach ng6-test without the port '8080'. More information in this jflow commit: jflow@5c505644 issue #171
-
Romain Therville authored
I removed a useless "parseInt()". issue #170
-
Romain Therville authored
Every AJAX response is now going to be converted to INT before evaluation. issue #170
-
Romain Therville authored
'add_user' and 'delete_purge_data'. The code returned in AJAX is now evaluated as an INT instead of STRING. issue#170
-
- 13 Feb, 2020 1 commit
-
-
Romain Therville authored
The ajax return codes (0,1,2 and 3) cannot be evaluated as strings. "if (val == '1') {" becomes "if (val == 1) {" . Warning : We could also leave this file as it is, and make sure the value returned in AJAX is a String. issue #170
-
- 12 Feb, 2020 1 commit
-
-
Romain Therville authored
- The "New data added to this project will be kept [...]" label has been removed. - The label indicating a space's retention limit and purge policy will now be set in application.properties, as 'purge_msg' in the project variables. - Every project's purge message will be displayed in its individual view (Under the "Current space: xxx" label). issue #161
-
- 11 Feb, 2020 2 commits
-
-
Romain Therville authored
The get_purge_mail has been reworked to avoid redundancy. issue #161
-
Romain Therville authored
New "Send mail without extension" button, that sends the purge demand mail without the content related to retention extension. issue#161
-
- 06 Feb, 2020 2 commits
-
-
Romain Therville authored
The log instruction might only work in the test environment. I forgot to remove this line in the last commit, my bad. issue#161
-
Romain Therville authored
2 search criterias have been added, filter on space (project space_id) and delay exceeded (yes or no). And there is a new "Refresh list" button to handle the new filters. issue #161
-
- 05 Feb, 2020 1 commit
-
-
Romain Therville authored
A new "Project space" column has been added to the admin "Process mail demands" table. issue #161
-