Commit Graph

34698 Commits

Author SHA1 Message Date
c4f048bbae fix new events were created with cal_etag=NULL, which would then also never incremented on update
(because cal_etag=cal_etag+1 for NULL stays NULL). The later is fixed now by using cal_etag=COALESCE(cal_etag,0)+1.
2017-09-21 14:02:13 +02:00
9879e02766 update files bitfield, for keys added via edit popup vfs-upload widgets 2017-09-21 11:33:40 +02:00
a6ec69169d document and enhance function signaure for server-side callback of file and vfs-upload widget
also make it usable for vfs-upload widget with it's id containing entry's id
2017-09-21 11:33:40 +02:00
97eb05e04d * Timesheet - Fix bug where user column dissapears if you have custom fields and resize a column 2017-09-20 10:30:30 -06:00
0339bb13bd Clear the notifications list before appending messages 2017-09-20 17:49:35 +02:00
2876a2838c Adjust 'Group' account search keyword so even if someone searches for 'Group', we still respect the 'type' parameter and only return user accounts if that was what was requested. 2017-09-20 09:27:39 -06:00
535146877c * Import/Export - Automatically remove import conditions from definition if there is no field selected 2017-09-19 13:24:44 -06:00
7e4570d46f Admin - Add a group list 2017-09-19 11:11:21 -06:00
1cddf83306 Etemplate - Ignore all hidden nodes when re-calculating size, fixes nm resizing issue with other hidden nodes after it 2017-09-19 11:07:08 -06:00
3d57827d8c fix lost picture when pubkeys get updated/added via mail account dialog and vCard, CardDAV or eSync export 2017-09-19 15:31:00 +02:00
c673fac96b Merge pull request #17 from filkaris/mail_notifications_fix
Show 'To' address in mail notifications
2017-09-19 13:16:01 +02:00
6e91053f49 Fix smime key not being recognized by new get_key method 2017-09-19 12:52:43 +02:00
f335a5ec96 Show 'To' address in mail notifications 2017-09-19 10:47:10 +00:00
48554590f4 * Addressbook: store S/Mime & PGP pubkey and photo (SQL backend only) in filesystem 2017-09-19 11:38:48 +02:00
23e654ab89 fix IDE warnings 2017-09-19 11:38:48 +02:00
e456f7800c Admin - add ACL export 2017-09-18 14:48:24 -06:00
5f2d541063 W.I.P. of notifications popup handler:
- Implement time label divider
- Fix latest arrivals stacked at the end of the list instead of top
- Fix click handler of expanding action to cover the whole message container
2017-09-18 18:47:44 +02:00
598a47ecac Calendar - Remove automatic running of upgrade to 16.1.003, it was slow and ran too often 2017-09-15 11:35:24 -06:00
5e36e2f033 Infolog - fix bugs with contact & project ID fighting 2017-09-15 11:24:17 -06:00
9563049f41 W.I.P. of notifications popup handler 2017-09-15 17:10:11 +02:00
70302bbd04 Fix some indentations in pixelegg template, and add some missing classes
for mobile framework.
2017-09-15 11:34:30 +02:00
91ce0f9811 Merge pull request #16 from filkaris/notifications_expand_less
Add css directives in less file & compile
2017-09-15 11:18:59 +02:00
927e6046ef Add README for IDE section 2017-09-15 10:51:45 +02:00
04609bc0cf Add package of formatting settings of Netbeans.
- Helps to make Netbeans IDE ready for EGroupware development
2017-09-15 10:45:03 +02:00
b86895d6d9 Infolog - restore accidentally removed link row 2017-09-14 09:53:03 -06:00
6c7356c48e Etemplate - Link widget - Stop app selection from hiding when you try to click it, fix app selection that only selected addressbook. 2017-09-14 09:52:19 -06:00
5b4fd418bf Etemplate - change select multiple validation to also consider rows > 1 to enable multiple 2017-09-14 09:19:26 -06:00
f176523f85 Add css directives in less file & compile 2017-09-14 12:50:28 +00:00
ef50e36b49 Fix toolbar button in mail account dialog for mobile view 2017-09-14 12:03:11 +02:00
3882293c85 S/MIME:
- Implement encryption tab in mail account dialog for mobile view
2017-09-14 11:50:06 +02:00
1b252ea821 S/MIME:
- Fix password request form in mobile view
- Fix smime indicators not being displayed in mobile view
2017-09-14 11:28:27 +02:00
e0eb181373 Test for overriding Horde's translations with our own 2017-09-13 17:10:48 -06:00
900fc840f2 Infolog - Simplify UI by allowing free text in Contact field, and removing custom contact / phone from details tab.
Anything in address field is concatenated into contact.
2017-09-13 10:22:07 -06:00
95e66730c4 Etemplate - add 'app_icons' option for link-entry to show app selection as a list with icons 2017-09-13 10:22:07 -06:00
516015ac40 S/MIME:
- Activate smime actions for mobile view
- Read and set attachments for mobile view
2017-09-13 18:17:32 +02:00
673f1b1c9a S/MIME:
- Avoid getting scrollbar on main window when opening certificate info dialog
2017-09-13 17:08:07 +02:00
1d24707143 S/MIME:
- Allow user to upload certificate even for readonly account
- Allow user to delete certificate
2017-09-13 16:05:43 +02:00
a075fae6a0 Offer to add contact if there's no contact found for given email in smime
addToContact dialog
2017-09-12 17:23:24 +02:00
3cdd77e687 Consider multiple rows ids when calculating row_ids, plus does comma separation
and URL encoding
2017-09-12 14:47:08 +02:00
7c11d37480 Add row_id as an another nm_action url parameter 2017-09-11 19:10:47 +02:00
35f2f3fcf1 Fix allowFreeEntry taglist does not get rendered after focus out from input field 2017-09-11 11:57:55 +02:00
27fab7c259 Etemplate - keep child after instanciating 2017-09-08 12:43:28 -06:00
1b36ecb962 Etemplate - fix a testing bug giving false positives 2017-09-08 11:49:28 -06:00
f9e09953d1 Etemplate - clear other set limits to avoid conflicts with other tests 2017-09-08 11:42:22 -06:00
43f6acdf72 Etemplate - enhance email regex to avoid trailing dots in address, comment out some other checks we might not care about 2017-09-08 11:39:33 -06:00
cc1fff6c17 Etemplate - add a URL regex to catch some invalids that were making it through 2017-09-08 11:10:57 -06:00
12ae214b76 Etemplate - fix bug where min / max could not be 0 2017-09-08 10:30:19 -06:00
4d68048929 Etemplate - fix causing false negatives in textbox regex text 2017-09-08 09:51:55 -06:00
2006b1f372 Etemplate - fix some bugs in min/max validation 2017-09-08 09:51:06 -06:00
0b3cbdeae5 Etemplate - some basic selectbox tests 2017-09-08 09:00:37 -06:00