Commit graph

3367 commits

Author SHA1 Message Date
Aleksander Machniak
a4776ffcc8 Update localization, fix counting translation lines in update script 2019-10-13 14:54:56 +02:00
Aleksander Machniak
20c9539cc5 T5632: Fix syntax error on PHP < 7.3 2019-10-12 21:08:37 +02:00
Aleksander Machniak
9eecacede6 Elastic: Fix column resizing in calendar 2019-10-10 09:22:38 +00:00
Aleksander Machniak
0877e13e47 Fix typos 2019-10-10 09:08:43 +02:00
Aleksander Machniak
d8443212cd Mention skins_allowed option 2019-10-09 18:01:51 +02:00
Jeroen van Meeuwen (Kolab Systems)
8344228bb2 Bump plugin versions to 3.5.1 2019-10-07 14:00:23 +02:00
Aleksander Machniak
d05e11f145 T5626: Fix missing VTIMEZONE sub-components for some timezones 2019-10-04 13:48:44 +02:00
Aleksander Machniak
b28e89675e Tasks: Fix saving completeness value for a new task when using database driver 2019-10-01 21:27:12 +02:00
Aleksander Machniak
6b89f751a7 Calendar: Fix attachments duplication when moving an event using database driver 2019-10-01 20:44:31 +02:00
Aleksander Machniak
09ef4f6b8c Calendar: FIx downloading birthday events from sql addressbook 2019-10-01 20:17:38 +02:00
Aleksander Machniak
eee719e6d2 T2337: Make cache folder (resource) identifiers case-sensitive on MySQL 2019-09-29 13:24:55 +02:00
Aleksander Machniak
e0b593ba52 Prevent from creating empty objects 2019-09-29 10:03:00 +00:00
Aleksander Machniak
dac422ef97 Fix test 2019-09-29 09:58:36 +00:00
Aleksander Machniak
f08efd9170 Tags: Fix clearing internal cache after removing a tag 2019-09-29 09:18:55 +00:00
Aleksander Machniak
832a16ddf3 Remove faulty test
Sabre-Vobject 3.5 is more forgiving than 3.3 for which the test was created
2019-09-29 09:44:26 +02:00
Aleksander Machniak
4082f72a54 Add a script to run all tests, fix errors when running tests in non-kolab env 2019-09-29 09:35:30 +02:00
Aleksander Machniak
07554a5db0 Elastic: Make checkbox pretty after adding tasks folder 2019-09-28 14:03:42 +02:00
Aleksander Machniak
9bacdbc0d4 Fix calendar/tasklist edit form in Elastic when using database driver 2019-09-28 13:21:21 +02:00
Aleksander Machniak
b97a138033 Unset _token
... so it's not returned back to the client
2019-09-28 13:09:36 +02:00
Aleksander Machniak
39cff09d8f Define minimum Roundcube version as 1.4.0 2019-09-28 12:11:21 +02:00
Aleksander Machniak
0fe76b7f07 CS fixes in database driver for calendar 2019-09-28 09:35:22 +02:00
Aleksander Machniak
8c61595f31 We already require sabre-vobject 3.5 2019-09-28 07:50:59 +02:00
Aleksander Machniak
3ae775b8c2 Tasks: Remove redundant query in database driver 2019-09-27 21:35:54 +02:00
Aleksander Machniak
7ab61e36aa Update install instructions 2019-09-27 21:26:49 +02:00
Aleksander Machniak
1ddbb2bcaa T2145: Tasks: Fix inactive menu options after creating a tasks list with database driver 2019-09-27 21:20:32 +02:00
Aleksander Machniak
9d0444cfc4 Tasks: Fix unknown task creation date with database driver 2019-09-27 21:07:34 +02:00
Aleksander Machniak
b3b695b66d T2142: Tasks: Fixed updating tasks in database driver 2019-09-27 21:03:12 +02:00
Aleksander Machniak
357644ec9b CS fixes 2019-09-27 20:56:27 +02:00
Aleksander Machniak
58d9ed1227 T2148: Tasks: Fixed updating tasklist folders 2019-09-27 20:21:33 +02:00
Aleksander Machniak
5123639870 Tasks: Fix exporting tasks from the database driver 2019-09-27 20:13:43 +02:00
Aleksander Machniak
bdd72c28cc Describe use of initdb.sh 2019-09-27 20:03:06 +02:00
Aleksander Machniak
9dcae75e8e Add notes about skin support 2019-09-27 19:53:48 +02:00
Aleksander Machniak
5ae3c7bd00 Elastic: Small margin/padding fix 2019-09-25 21:54:07 +02:00
Aleksander Machniak
416f93eddd Elastic: Small alignment improvement in Delegate dialog 2019-09-25 21:43:02 +02:00
Aleksander Machniak
6135612024 Fix PHP Warning: count(): Parameter must be an array or an object that implements Countable 2019-09-25 20:39:02 +02:00
Aleksander Machniak
ad33b48521 T5333: Fix creating events with j.n.Y date format (Bifrost#T246884) 2019-09-25 08:00:36 +00:00
Aleksander Machniak
84fd1d18aa Fix error when contacts folder contains non-alphanum chars (Bifrost#T245789)
By removing outdated and redundant check.
2019-09-24 10:41:53 +00:00
Aleksander Machniak
bb3f96cc97 Calendar: Fix attaching files to events (regression) 2019-09-02 14:05:53 +00:00
Aleksander Machniak
d429e2dc49 Files: Init contextmenu on folders list in Files only 2019-08-26 08:54:54 +00:00
Aleksander Machniak
2b8eae4b3e Elastic: Unify Options icon 2019-08-26 08:30:37 +00:00
Aleksander Machniak
db61adcc2f Elastic: Support semi-transparent selection color on lists 2019-08-20 08:23:13 +00:00
Aleksander Machniak
80a5241a9d Support user_specific source in kolab_users_directory (Bifrost#T236416)
Move kolab_auth/kolab_auth_ldap to libkolab/lib/kolab_ldap.
It ends up much simpler to add user_specific support and unify some
code than replace use of kolab_auth_ldap with rcube_ldap.

This means that libkolab plugin does not depend on kolab_auth plugin
anymore, but kolab_auth depends on libkolab, which is better situation.
2019-08-19 14:06:11 +00:00
Aleksander Machniak
14e1a98d8c Elastic: Small padding fix on calendars list 2019-08-19 13:58:18 +00:00
Aleksander Machniak
6181c8d65e Elastic: Fix links list style (inherited from .attachmentslist) 2019-07-15 13:38:22 +00:00
Aleksander Machniak
c602c002c6 Fix hiding of tag related UI elements when kolab_tags plugin is not enabled 2019-07-15 13:15:13 +00:00
Aleksander Machniak
6ba9838467 Fix setting 'fileid' on file objects (Bifrost#T227815) 2019-07-15 11:21:30 +00:00
Jeroen van Meeuwen (Kolab Systems)
43d2b00e96 Bump version to 3.5.0 2019-07-08 12:57:20 +02:00
Aleksander Machniak
15b0b9626b Merge branch 'dev/perf' 2019-07-08 12:01:28 +02:00
Jeroen van Meeuwen (Kolab Systems)
f828f9925e Revert "Drop the removal of records from kolab_folders"
This reverts commit a71b1342ee.

The payload in the 'data' column is restructured.
2019-07-08 11:51:20 +02:00
Aleksander Machniak
e0edf7b802 Elastic: Fix visual issue with date selector in events export dialog 2019-07-05 09:33:37 +00:00