Commit Graph

32169 Commits

Author SHA1 Message Date
e3132b7775 * eSync/Mail: make sure From is set correctly to the identity used, when sending by iOS 2016-07-21 13:36:43 +02:00
45c272dac2 make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs 2016-07-21 12:15:54 +02:00
8bfddfa9ba Refresh filemanager list after open document save operation 2016-07-21 11:50:52 +02:00
d26d1dd7f8 fix rename and load_wrapper missing in Vfs class 2016-07-21 11:17:01 +02:00
58d2e49843 fix two more cases in which "show_generation_time" is queried and should never trigger a request to server, see 1c6c930312 2016-07-21 10:51:17 +02:00
7e6581e7e6 Fix couple of IDE warnings 2016-07-21 10:22:29 +02:00
48c85453a0 Open Office Editor W.I.P: Fix a few styling glitches 2016-07-21 10:14:38 +02:00
4f7fa8f018 Merge branch 'non-static-stream-wrapper' 2016-07-21 10:06:19 +02:00
e3680c9588 Fix drag & drop to invite for user IDs with more than 1 character 2016-07-21 10:05:10 +02:00
82796fc155 When adjusting infologs dates to create a project from template, take real start date into account too, if set. 2016-07-21 10:05:10 +02:00
35eda073dd Fix distribution lists calendars to work when first added from search results 2016-07-21 10:05:10 +02:00
ddde0022d3 Fix resource categories to work when first added from search results 2016-07-21 10:05:10 +02:00
371fdd161e Calendar CSV import fixes
- Account for non-blocking flag when checking for conflicts
- Fix import of recurrence with interval
2016-07-21 10:05:10 +02:00
52be4ee14b implement PHP 5.4+ stream_metadata method for VFS, allowing to use that functionality from other stream-wrappers like php-smbclient 2016-07-21 09:51:36 +02:00
a69737fa95 Fix drag & drop to invite for user IDs with more than 1 character 2016-07-20 13:34:57 -06:00
baefe2b356 When adjusting infologs dates to create a project from template, take real start date into account too, if set. 2016-07-20 13:04:57 -06:00
2b61cc4822 Fix distribution lists calendars to work when first added from search results 2016-07-20 12:39:06 -06:00
b10c2d68fa Fix resource categories to work when first added from search results 2016-07-20 12:01:07 -06:00
786b64a4da Calendar CSV import fixes
- Account for non-blocking flag when checking for conflicts
- Fix import of recurrence with interval
2016-07-20 11:29:32 -06:00
7f919ed0e3 Add a check to make sure $data is safe 2016-07-20 17:30:59 +02:00
b087295fd0 Open Office Editor W.I.P:
- Add New action into context menu as well
- Fix calling cancel on save dialog set a wrong path
2016-07-20 17:30:59 +02:00
086b18939b Open Office Editor W.I.P: Implement create new doc as an action in list header 2016-07-20 17:30:59 +02:00
bb7a96b1b0 Open Office Editor W.I.P:
- Implement Save As action
2016-07-20 17:30:59 +02:00
f9e7a06bca Open Office Editor W.I.P:
- Implement create new document
- Add select file dialog for saving a newly created doc
2016-07-20 17:30:59 +02:00
6e1bee6987 Open Office Editor W.I.P:
- Add Edit option in filemanager's contextmenu
2016-07-20 17:30:59 +02:00
71acd96080 Open Office Editor W.I.P:
- Get regex of odf mime type into widget context to be able to use it for all expose derived widgets
2016-07-20 17:30:59 +02:00
9cfe8a012d Add resource categories to owner / participant search results
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-20 17:30:59 +02:00
8434c3051f W.I.P. of implementation and integration of open office document editor (.odt) with file system 2016-07-20 17:30:59 +02:00
932fe1617c fix for some language issues reported by S.Unverricht 2016-07-20 17:30:59 +02:00
7bea10c1e5 Change background color on expand addresses button to transparent 2016-07-20 17:30:59 +02:00
6d09028960 Remove not used library from api 2016-07-20 17:30:59 +02:00
600e5d46e8 copy 16.1 changelog to master to satisfy update checker 2016-07-20 17:30:59 +02:00
956d4606cf Evaluate show_generation_time preference value before calling for pageGenTime 2016-07-20 17:30:59 +02:00
ca2a80fd23 Resize show all attachments button 2016-07-20 17:29:50 +02:00
5d531bc477 Missing translations from Birgit Becker & Stefan Unverricht 2016-07-20 17:29:50 +02:00
d7b0023679 Fix typo causing blanking in some cases when refreshing because of infolog changes 2016-07-20 17:29:50 +02:00
59ff27b85e Make sure we don't hit undefined last_format 2016-07-20 17:29:50 +02:00
d8ec2ccb23 Fix chosen touch events handler to get it working for both iOS and Android 2016-07-20 17:29:50 +02:00
b039cccab5 Add a check to make sure $data is safe 2016-07-20 09:22:10 -06:00
45111b8cd9 if "common" prefs are not loaded, do not display page generation time
Before we queried page_generation_time common preference without a callback, which send a synchronious request to server to fetch common preferences, when it returned it looked for the preference again and send the next synchronious request to the server, in an infinit loop. Now setting _callback parameter of egw.preference() to false, just returns undefined, if common preferences are not yet loaded, but dont try to query them from server
2016-07-20 17:15:41 +02:00
1c6c930312 if "common" prefs are not loaded, do not display page generation time
Before we queried page_generation_time common preference without a callback, which send a synchronious request to server to fetch common preferences, when it returned it looked for the preference again and send the next synchronious request to the server, in an infinit loop. Now setting _callback parameter of egw.preference() to false, just returns undefined, if common preferences are not yet loaded, but dont try to query them from server
2016-07-20 17:13:11 +02:00
748e861580 Open Office Editor W.I.P:
- Add New action into context menu as well
- Fix calling cancel on save dialog set a wrong path
2016-07-20 16:44:37 +02:00
1c5c1e407b Open Office Editor W.I.P: Implement create new doc as an action in list header 2016-07-20 16:34:57 +02:00
744d0bd305 Open Office Editor W.I.P:
- Implement Save As action
2016-07-20 15:55:47 +02:00
ef6bc4c7ce Open Office Editor W.I.P:
- Implement create new document
- Add select file dialog for saving a newly created doc
2016-07-20 15:35:25 +02:00
40f3dce568 Open Office Editor W.I.P:
- Add Edit option in filemanager's contextmenu
2016-07-20 10:34:52 +02:00
fa5767d156 Open Office Editor W.I.P:
- Get regex of odf mime type into widget context to be able to use it for all expose derived widgets
2016-07-20 10:33:18 +02:00
6d5f820b97 Add resource categories to owner / participant search results
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-19 14:10:15 -06:00
859f38de61 W.I.P. of implementation and integration of open office document editor (.odt) with file system 2016-07-19 18:20:26 +02:00
d69605c341 disable php -m, as it stalls hhvm 2016-07-19 14:18:16 +02:00