Commit Graph

16 Commits

Author SHA1 Message Date
tosty 7a5722e940 KMP-65 Fixed shared public folders are not visible in mobile device
Changed parameters of calling getSubFolders() in function
getSubFoldersPublic(). $storeUserName was not passed to getSubFolders()

Signed-off-by: Tobias Stoeber <mail@tobias-stoeber.de>
2018-08-06 20:55:59 +02:00
csoni 61a2fe9816 Unable to share a folder
some how kopano core throw mapi error while getting hierarchy table for favourites folder
So added try catch to handle it

Allow to get sub folders of public store
2018-05-24 17:42:06 +05:30
csoni e45ea00b83 Adding single shared folder in manage share folder is not working
Refine logic of getting hirarchylist
now it able to get single shared folder PR_SOURCE_KEY.

Reference : KMP-55
2018-03-27 12:30:18 +05:30
csoni 6bc2a9788c Add and delete new folders to the list to be synchronised
Write a php code for adding and removing device folder from device.
Write a js code for adding and removing folder into store while user select / deselect folder
2017-10-04 07:05:29 -07:00
csoni 568eb9170d List folders that have been opened through the api
Added button in MDMDeviceGeneralTab
Created MDMManageSharedFolderContentPanel and MDMManageSharedFolderPanel to show a dialog with multi select hierarchy
Created substore sharedfolder
Added proxy and response handler to handel device response

Used message class instead of object type,
Override hierarchy tree , hierarchy loader and folder node ui
2017-08-04 07:17:11 -07:00
csoni 1ff20da262 Improve design of read-only pop up device info dialog
Re design device details dialog
Aldo did some folder info related changes at server side php file
2017-03-21 16:51:51 +01:00
Jelle van der Waa 0e24ab5da1 Only count folders with a UUID as being synchronized
Folders in Z-Push with the key '1' in $contentData set have are
synchronized all other folders are not.

References: KMP-27
2017-01-31 15:36:56 +01:00
Mayank Dabhi 783145bb75 Merge pull request #3 in KWA/mobile-device-management from feature/KMP-2-pop-up-webapp-dialog-with-additional to master
* commit 'b1e0b39c8e257a2aa4b7fadc91c750d07509547d':
  Pop-up webapp dialog with additional device info
2017-01-06 11:53:41 +01:00
csoni b1e0b39c8e Pop-up webapp dialog with additional device info
On server side prepare device information data from z-push webservice response.
On client side prepare dialog to show addition device information on row double click.
2017-01-06 16:22:32 +05:30
Ronald Toussaint f7d3309505 KMP-20: Changed n/a in 'version not available' 2016-12-20 12:59:39 +01:00
Ronald Toussaint d610e9e181 KMP-4: - Retrieve the zpush version from the About() service request and show it in the settings 2016-12-13 17:23:53 +01:00
Jelle van der Waa b9548dec8d Use dgettext which handles translation domains
The PHP code should use a translation function which can handle a textdomain as argument.

References: KMP-10
2016-08-11 11:08:54 +02:00
Jelle van der Waa 0564edfb74 Remove backwards compatible code
The authentication module is supported from the initial release,
therefore the backwards compatible code can be removed.
2016-08-01 09:54:49 +02:00
Jelle van der Waa 300c060be1 Port PHP4 style classes to PHP5
The next version of PHP will deprecated the PHP4 style classes.

References: KW-99
2016-08-01 09:54:47 +02:00
Jelle van der Waa ec102f9c03 Add translation support
Add translation support by adding the language dir
with bare PO files.
All translations are changed to use their plugin domain.
2016-06-09 11:13:23 +02:00
Jelle van der Waa ecaa6e3a35 initial commit 2016-05-11 10:40:44 +02:00