Commit Graph

28216 Commits

Author SHA1 Message Date
Klaus Leithoff
6b92b480ba use uasort:sortByMailbox for inital sorting instead of ksort 2015-10-02 12:36:48 +00:00
Klaus Leithoff
26a76a023a * Mail: implement the sorting by AutoFolders into the retrieval of folders and fix some sorting issues 2015-10-02 11:12:34 +00:00
Hadi Nategh
cbee039278 Reverts the commit 53798 2015-10-02 09:20:09 +00:00
Hadi Nategh
27c695d234 Fix not sorting outbox 2015-10-01 16:37:28 +00:00
Hadi Nategh
f7b3238697 Get special-use folders and try to create them if they are not already created by server 2015-10-01 15:59:20 +00:00
Nathan Gray
eabe1d742f Add empty_label to Select account custom field type, so you can select nothing. 2015-10-01 15:11:57 +00:00
Nathan Gray
cace3b27c9 Prevent apps from modifying favorites by reference.
Fixes projectmanager favorites stop working
2015-10-01 14:55:01 +00:00
Nathan Gray
2240eb3105 * Fix ACL error allowing regular users to delete global categories 2015-10-01 14:53:40 +00:00
Hadi Nategh
0d583634a8 support themes on application level: $app/templates/$template/app-$theme.css 2015-10-01 14:45:50 +00:00
Hadi Nategh
faf859d2aa Resize popup window till not getting horizontal scrollbar 2015-10-01 13:19:39 +00:00
Hadi Nategh
423d0a90b5 No transition delay for mail, fixes the splitter right panel overflows the left panel 2015-10-01 08:32:40 +00:00
Nathan Gray
ce637ac759 Pass current selectbox value so the server can make sure it's there 2015-09-30 16:06:15 +00:00
Ralf Becker
3e3bde8715 fixed creating of symlink failed for not-writable entry-directory (attachments), because wrong url_stat was used, needs to be static::url_stat not self::, to use method of extending classes 2015-09-30 03:24:43 +00:00
Nathan Gray
90e5e91271 * Tracker CRM bugfixes
- fix tracker CRM view switching to all tickets when changing single/multi queue
- Fix wrong selectbox options in tracker nm when there are no rows for the entry
- Fix tracker CRM view stops working after filtering
2015-09-29 17:06:53 +00:00
Nathan Gray
5ac8ef6193 Fix end date changes when editing if the event spans daylight savings time change 2015-09-29 14:49:37 +00:00
Nathan Gray
0dd3c78346 Fix import of vCard photos with ENCODING=BASE64 2015-09-29 14:43:07 +00:00
Nathan Gray
6450e343c4 Admin bugfixes:
- Avoid error Cannot read property 'promise' of undefined
- Reduce wrong width in admin customfields or categories after you click 3 times
2015-09-29 14:39:50 +00:00
Nathan Gray
bebfc80259 Calendar CSV import improvements:
- Better recognizing participants
- Use robust username parsing, with exact matches
- Participants preview fiexed
- Error checking if end date is before start date
2015-09-29 14:34:47 +00:00
Nathan Gray
0e50f9083f Allow taller nextmatch headers 2015-09-29 14:29:37 +00:00
Hadi Nategh
83d34d2a2f Fix ordering of none auto folders in mail tree 2015-09-29 13:43:40 +00:00
Hadi Nategh
1a4705ca5c Fix split widget does not take right size 2015-09-29 12:17:14 +00:00
Ralf Becker
4c21f5b19e multiple fixes around managed attachments and new Horde_Icalendar:
- no longer decodes base64 automatic
- size param have to be string due to bug in handling of integers in Horde_Icalendar
- allow stripping of non-binary (eg. text/plain) inline attachments
- only add X-EGROUPWARE-ATTACH-INCLUDED, if we have a real managed attachment
- store external / url attachments as other unsupported attributes
2015-09-29 07:38:09 +00:00
Ralf Becker
2156013454 fix warning if there are no participants 2015-09-29 07:32:19 +00:00
Ralf Becker
1d2d9e2478 we can NOT use 204 No content (forbidds a body) with return=representation, therefore we need to use 200 Ok instead 2015-09-28 13:16:15 +00:00
Ralf Becker
03366d2c67 * Calendar/CalDAV: fix Outlook does not import invitations with wired error "organizer needs not to send responses"
caused by new Horde Icalendar class exporting all integer x-properties as empty string, casting X-EGROUPWARE-UID not explicit to string before passing it to Horde code
2015-09-28 08:12:30 +00:00
Klaus Leithoff
29249f6d8b try to make sure that an imap-capable mail-account is preselected, when an admin edits user mailaccount settings. in admin module. 2015-09-25 08:05:55 +00:00
Klaus Leithoff
599e29dee1 fix problem with possible json_encode problem (removing all initial data from mailbody) on reply/forward 2015-09-24 10:53:02 +00:00
Hadi Nategh
440e2348a6 Do not trigger autocomplete fix if the browser is Safari and there's an input with type password, since the Safari does not respect autocomplete = off
- Fix password autofill issue in compose dialog
2015-09-24 07:34:04 +00:00
Hadi Nategh
d008e8d378 Fix mail compose resize does not work always 2015-09-23 11:37:44 +00:00
Nathan Gray
f8f586eeab Do not die if select custom field is not fully set up 2015-09-22 16:05:27 +00:00
Nathan Gray
9c699bc8e2 Do not give an error about selecting contacts when there is no action.
r53709: Fix admin changing their columns set the default for all users
2015-09-22 16:03:33 +00:00
Nathan Gray
77f3d45e9d After changing the template and it's loaded, refresh.
Fixes a bug where new users did not see the results in the new view the first time (not caused by template caching though)
2015-09-22 15:57:50 +00:00
Klaus Leithoff
0d5e16e69d silence chitter-chatter on getAttachment 2015-09-22 11:43:36 +00:00
Hadi Nategh
3719a00f02 Give 2015-09-22 09:39:04 +00:00
Nathan Gray
30c7669588 Return Deferred promise when app handles the link, avoids error Cannot read property 'promise' of undefined 2015-09-21 22:34:45 +00:00
Nathan Gray
b4dce8b7f4 If business email cannot be parsed, continue to home email.
Fixes bug where contacts with only personal email address were not shown in taglist-email
2015-09-21 22:32:33 +00:00
Hadi Nategh
eb41061212 Fix mail actions update for nm context menu, preview and display toolbar 2015-09-21 15:47:09 +00:00
Hadi Nategh
9cf5fc20db Fix some IDE warnings 2015-09-21 08:13:57 +00:00
Hadi Nategh
c4af049ac9 A hack for toolbar widget to get fixed existing toolbar preferences and keep working with new actions 2015-09-18 13:45:52 +00:00
Hadi Nategh
880a923bd8 Add some new actions into mail preview and display toolbars 2015-09-18 13:40:52 +00:00
Klaus Leithoff
59783cac55 introduce config to be able to trigger a closer look on folders located in shared and others namespace, as some servers do not return them by default on root-level-queries; Default is set to NO 2015-09-18 09:00:56 +00:00
Ralf Becker
645439eaf0 UCS lowercases email when storing 2015-09-18 07:20:08 +00:00
Hadi Nategh
3f29d845d6 Add read/unread action into mail preview and display toolbars 2015-09-17 12:59:12 +00:00
Nathan Gray
4890d35ede Fix bug where default columns disappeared and all columns were shown when there's no user preference 2015-09-16 15:58:13 +00:00
Nathan Gray
249732b594 Access dialog
- If current app has no special support, show general dialog instead of message
- Sort apps in add dialog
- Filter app list (filter2) to all apps for run rights, or only supporting apps otherwise
2015-09-16 15:54:51 +00:00
Hadi Nategh
558492d439 Fix mail TO field is not getting focused, and initial resize does not work 2015-09-16 14:20:19 +00:00
Hadi Nategh
078b5acf80 Fix broken sidebox app header refresh caused by commit 53643 2015-09-16 13:35:15 +00:00
Ralf Becker
a10f45ec79 * Calendar/Filemanager: display warning when clicking on an iCal file with more then 1 event, only first one is displayed 2015-09-16 11:37:20 +00:00
Nathan Gray
1e75cd8a92 Make sure every app has a sidemenu link to the list and add an entry 2015-09-15 21:53:15 +00:00
Hadi Nategh
5a179d5e2c Consider urls based on https protocol:
- Fix admin links are no longer working due to wrong url
2015-09-15 16:47:34 +00:00