Commit Graph

737 Commits

Author SHA1 Message Date
Janos SUTO
2740902c08 gui shall use rt index for tags and notes handling
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-12-31 09:03:58 +01:00
Janos SUTO
8a75e5f62c Remove index from rt data when deleting an email from gui
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-12-31 08:09:30 +01:00
Janos SUTO
a4175cfa11 Refactored accounting
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-11-29 18:20:17 +01:00
Janos SUTO
08ed11d517 Updated php unit tests to support php 8
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-14 21:04:57 +02:00
Janos SUTO
f31ecfcbd2 Removed obsoleted chart controllers
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-04 13:25:05 +02:00
Janos SUTO
d98e5756f7 Added readme link to chart.js
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-04 13:19:47 +02:00
Janos SUTO
1d153ddfcf Removed obsoleted libchart from helpers
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-04 13:13:24 +02:00
Janos SUTO
a24661cd32 Use chart.js for statistics
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-04 13:12:51 +02:00
Janos SUTO
3d013bcd84 Fixed a php8 bug in audit model
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-08-28 08:17:10 +02:00
Janos SUTO
d1b0df1b41 removeJournal should restore LF characters
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-05-11 11:20:26 +02:00
Janos SUTO
a31f5b7a26 Added support for imap-ssl for the gui import
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-04-18 12:59:53 +02:00
Janos SUTO
b6f8834fe8 Fixed bitbucket pipeline
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-03-14 20:58:44 +01:00
Janos SUTO
d38e5e281f Fixed handling long emails
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-03-14 20:30:06 +01:00
Janos SUTO
41f9973f18 php fix in system/helper/HTMLPurifier.standalone.php
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-01-23 18:37:27 +01:00
Janos SUTO
5d3c617044 php fix in google-api/service/apiUtils.php
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-01-23 18:37:09 +01:00
Janos SUTO
b91c899f75 Fixed attachment type search query assembly
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-01-23 18:05:19 +01:00
Janos SUTO
7a66346036 Replaced most each() calls with foreach() in preparation to support php 8
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-01-19 15:40:42 +01:00
Janos SUTO
b0e8374472 Fixed the order of the delete statements
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-17 14:51:17 +01:00
Janos SUTO
376d095c54 Fixed ordering for timestamp verification
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-16 10:38:04 +01:00
Janos SUTO
740855769f Updated timestamp algorithm to use sha256
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-09 11:20:18 +01:00
Janos SUTO
42b650f4f1 Timestamping shall use sort by id column
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-09 11:13:06 +01:00
Janos SUTO
cdee6dfdc3 Improved delete_user() function
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-12-08 08:48:45 +01:00
Janos SUTO
a9d2099262 Added Italian translation (Credits: Stefano Gatto)
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-11-27 10:46:06 +01:00
Janos SUTO
1970fc4d8c Fixed removeJournal() function
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-11-20 17:01:49 +01:00
Janos SUTO
e61cde8737 Fixed the removeJournal() function #1211
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-11-13 18:38:53 +01:00
Janos SUTO
ca99f0cebe Syslog the sphinx query error if there is any
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-10-23 14:51:21 +02:00
Janos SUTO
8f2a655325 Fixed uid checking in get_users_all_email_addresses() resolving #1206
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-10-23 14:43:18 +02:00
Janos SUTO
80c4978ac2 Fixed system/helper/mime.php header case sensitivity
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-26 16:43:15 +02:00
Janos SUTO
694aa107c2 get_users_all_email_addresses() should not call get_email_addresses_from_groups()
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-21 17:46:33 +02:00
Janos SUTO
fea81910f4 Data officer should see emails marked for deletion only
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-20 14:14:55 +02:00
Janos SUTO
fe59b0519c Fixed parameter for gettings user group while editing
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-20 14:11:22 +02:00
Janos SUTO
01c896e281 Removed unused $search_cond variable
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-20 13:26:14 +02:00
Janos SUTO
d33906308e Added simple Chinese translation of the messages (credits: chienchou.pan)
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-13 14:11:27 +02:00
Janos SUTO
a69db4b61f [gui] Fixed mime handling of gb2312 encoding
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-08-13 12:17:26 +02:00
Janos SUTO
307a84b12b Fixed account statistics
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-07-25 12:54:28 +02:00
Jörn Stein
d9771a3f7d Use LDAP over StartTLS if option LDAP_USE_START_TLS is set. 2021-07-09 16:27:34 +02:00
Janos SUTO
d7f7cf5bf8 Added Taiwan traditional Chinese language support
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-06-26 17:19:25 +02:00
Janos SUTO
4f71c13b3f Fixed handling empty result from email session var
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-06-26 14:57:21 +02:00
Janos SUTO
63b69817e9 Removed obsoleted ldap_port variable from model/user/auth.php
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-05-26 19:58:16 +02:00
Janos SUTO
7b47ce3ca2 Introduced the raw: search label for auditors
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-05-02 14:01:37 +02:00
Janos SUTO
c0fa39b992 Fixed typo in misc.php
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-05-02 08:25:40 +02:00
Janos SUTO
dacb7c85aa Minor gui fixes
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-05-02 08:19:09 +02:00
Janos SUTO
a8f037c3e9 Introduced convert_date_string_to_ymd_by_template() function
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-05-01 07:51:46 +02:00
Janos SUTO
7b1028d928 Fixed text for rejected removal
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:44:41 +02:00
Janos SUTO
98b4c3c387 Create an audit entry in case of rejecting the removal of the message
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:30:14 +02:00
Janos SUTO
6c68a25b63 Fixed reject button text for data officer
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:18:10 +02:00
Janos SUTO
007e244b7b Add "R" even if the message is already deleted by data officer
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:11:30 +02:00
Janos SUTO
391005247c Added a red "R" sign to the messages been marked for removal
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:10:08 +02:00
Janos SUTO
22076d261c Added audit message if the email has been marked for removal
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-26 06:08:18 +02:00
Alexander Noack
1f271d419f Merged jsuto/piler into master 2021-04-25 20:50:08 +02:00