Commit Graph

31120 Commits

Author SHA1 Message Date
nathangray
11ea2ac7b6 Fix linking failures in import, and some braces 2016-09-12 10:42:12 -06:00
nathangray
7afd7e420b Better version of optgroup fix to still allow additional data (title, color) in option entries 2016-09-12 10:42:12 -06:00
Hadi Nategh
9cc9141422 * all applications: Fix clicking on favorites in mobile template pops up logout prompt 2016-09-12 17:57:33 +02:00
nathangray
695317985e Fix some bugs in timesheet import:
- Missing owner step template
- Missing message in owner step
- Wrong call to array_key_exists
2016-09-12 08:40:48 -06:00
nathangray
dee0caa875 Fix validation of select values in an optgroup always failed 2016-09-12 08:40:48 -06:00
Ralf Becker
3389bdd4b8 fix doublicate infolog when saving, caused by not setting info_id on read 2016-09-12 16:26:01 +02:00
Hadi Nategh
e231ac86cf WIP of implementing cropping avatar photo 2016-09-12 16:23:57 +02:00
Hadi Nategh
7de7af4cc1 Implement position attribute for widget dialog 2016-09-12 16:00:14 +02:00
Ralf Becker
11e76ff9da avoid inserting same account_id multiple times, if it was somehow more then once in info_responsible 2016-09-12 15:07:31 +02:00
Ralf Becker
9a242207c0 fix infologs without any responsible where not displayed, caused by grouping by attendee.info_id 2016-09-12 14:38:23 +02:00
Ralf Becker
1861a9de22 no need to report VCALENDAR in supported-calendar-component-set 2016-09-12 11:20:15 +02:00
Ralf Becker
dfb260d809 * InfoLog/CalDAV: removed delegation now removes event in sync-report eg. in Smooth-Sync 2016-09-12 10:55:39 +02:00
Ralf Becker
70b22e3377 WIP store responsible / attendees in an own table to track removed ones for CalDAV sync report 2016-09-12 07:55:10 +02:00
nathangray
4dcb415f44 Try to fix redirects from AJAX calls to static methods 2016-09-09 10:27:33 -06:00
Hadi Nategh
676148ba94 Implement client-side validation check for date_duration in order to catch check the validity right after entry before submit. 2016-09-09 15:46:13 +02:00
Hadi Nategh
aff9f0eba8 Fix Ctrl+A in context menu does not get translated 2016-09-09 12:54:52 +02:00
Hadi Nategh
f98674b164 Implement step attribute for date_duration widget. Seems FF needs step to be set to be able to distinguish valid or invalid decimal input format (eg. 1.5 or 1,5) 2016-09-08 17:28:50 +02:00
nathangray
b03d71379a Fix incorrect tooltip in planner if event did not start or end on the hour 2016-09-08 08:50:43 -06:00
Hadi Nategh
36995ed95b Do not enable geoLocation if only country code is set 2016-09-08 14:12:11 +02:00
Hadi Nategh
eac56687ce Apply another patch to 12fbe113cf 2016-09-08 14:03:05 +02:00
Hadi Nategh
fdcc238913 * Calendar: Fix status field in participants tab does not get translation in print mode 2016-09-08 12:44:46 +02:00
Hadi Nategh
12fbe113cf Fix calendar favorites gets failed when encounters cat_ids in string format 2016-09-08 12:23:41 +02:00
Hadi Nategh
ea30baf1a3 Fix syntax issue caught by Travis which happens only for php versions older than 5.6 2016-09-08 10:10:49 +02:00
nathangray
675731d74e Fix CSS comments & extra commas 2016-09-07 10:05:51 -06:00
nathangray
93c76dd878 No longer need to update nm owner filterheader, since we changed it to a plain header 2016-09-07 10:03:34 -06:00
Hadi Nategh
84da56ede8 WIP avatar widget:
- Implement editable option to be able to do some action on hover over
2016-09-07 17:27:47 +02:00
Ralf Becker
ed8ef06dd2 copy 16.1 changelog to master to satisfy update checker 2016-09-06 15:52:39 +00:00
nathangray
6568c0667a Move week view's user label to span the whole week, just above the all day events 2016-09-06 09:46:37 -06:00
Hadi Nategh
075a3a6fe5 Fix drag and drop in calendar does not work if there's resources 2016-09-06 16:18:45 +02:00
nathangray
24d5af7b7a Fix invalid parameter error when changing the status of a recurring event exception 2016-09-05 10:18:14 -06:00
nathangray
57f994e038 Allow events created by clicking on 00:00 to actually start at 00:00 instead of workday start time 2016-09-05 10:04:40 -06:00
Hadi Nategh
50328495a9 WIP of avatar widget: Implement client-side avatar widget 2016-09-05 17:21:14 +02:00
Hadi Nategh
cc278e0d17 WIP of letter avatar generator:
- Use hash system to pick always the same color for given user
2016-09-05 12:50:04 +02:00
Ralf Becker
4a25a4a1d3 * App apps: async notifications were not using SMTP only account, but personal one with unavailable session password 2016-09-02 18:12:04 +02:00
Hadi Nategh
c3583dbb3c WIP of letter avatar generator 2016-09-02 17:33:55 +02:00
nathangray
064b51bab2 Force user accounts to be listed first in tooltip, looks like some times they got put last instead 2016-09-02 08:21:57 -06:00
nathangray
78593797c9 Fix day header coloring from other months was kept when the week was reused 2016-09-01 10:36:43 -06:00
nathangray
b86dfa52bb Use user accounts when available over addressbook when expanding mailing lists 2016-09-01 09:26:56 -06:00
Ralf Becker
d4ce9fce91 enhance filesystem check to also check fs_id of required nodes /, /home, /apps 2016-08-31 19:03:48 +02:00
Ralf Becker
c586e77749 fix holiday handling to "understand" gzip compression, even if it was never requested 2016-08-31 14:54:56 +02:00
Hadi Nategh
e0199278c8 Fix printing does not get background and images into account 2016-08-31 14:26:26 +02:00
Hadi Nategh
d8761441b1 * Mail: Fix pdf attachments do not get downloaded in mobile template 2016-08-31 12:10:26 +02:00
nathangray
d5aa61671f Update parent when removing events out of normal work times 2016-08-30 08:30:48 -06:00
Ralf Becker
c8401fec2a pending DE translations from our translation server 2016-08-30 12:26:54 +02:00
Hadi Nategh
62444c46c8 Fix "save to disk" hover hint de translation 2016-08-30 11:43:12 +02:00
Hadi Nategh
be629154af * Mail: Fix save button in image view mode (expose) does not work for mails attachments 2016-08-30 11:27:13 +02:00
Ralf Becker
8325dd845f allow to open symlinks to directories like directories 2016-08-29 19:49:20 +02:00
Ralf Becker
4b614c91ed * Filemanager: fix missing symlink overlay on mime-icon 2016-08-29 19:42:49 +02:00
Hadi Nategh
94a6ac39d0 Remove 3dots from de translation of "save to disk" action in mail preview 2016-08-29 18:52:37 +02:00
nathangray
9496768f82 Only clear clipboard if files are moved, not copied or symlinked 2016-08-29 09:41:43 -06:00