Commit Graph

34390 Commits

Author SHA1 Message Date
Hadi Nategh
1470d9b292 Add bullet icons to calendar's sidemenu items 2019-08-22 14:44:07 +02:00
Ralf Becker
38c139c0b2 pending translations from our translation server 2019-08-22 14:02:02 +02:00
nathangray
37656c2789 Calendar - fix side calendar's Today button positioning 2019-08-21 10:09:44 -06:00
Hadi Nategh
36b439cf24 Try to fit all htmlarea tools on the same line 2019-08-21 12:33:41 +02:00
Hadi Nategh
bdfc191606 * Mail: fix broken save to filemanager action 2019-08-21 12:13:02 +02:00
Hadi Nategh
29ff312906 * Mail: add format selector into compose htmltext editor's toolbar 2019-08-20 15:59:27 +02:00
Hadi Nategh
5f0ecb60cf Fix last visible tab wrongly set to closable 2019-08-20 14:02:10 +02:00
Ralf Becker
4b6d507060 * Api: no longer loggin last-logintime of anonymous user
to not block website and also to better cope with high rate anon endpoints 
might be called creating a bottleneck in the egw_accounts table.
2019-08-19 16:52:06 +02:00
Hadi Nategh
d521364034 Fix miss alignment of searchbox in VFS dialog 2019-08-19 10:57:25 +02:00
Hadi Nategh
7d518c4042 Remove extra saving as draft 2019-08-19 10:57:11 +02:00
Ralf Becker
7db3e6eaeb remove quotes from arguments eg. 'db_host=db', in case it does not happen by shell (eg. debuging in Netbeans) 2019-08-18 12:52:28 +02:00
Ralf Becker
47a7a22ac5 fix failing installation via docker-compose: wrong grant-host and NO quotes
also documented that you need to create the data directory
2019-08-18 12:46:06 +02:00
Ralf Becker
745a1ea15e fix error from href="javascript:void()" by ignoring it 2019-08-15 19:37:12 +02:00
nathangray
65437b4bd0 Calendar - fix incorrectly moved preference read 2019-08-15 11:32:30 -06:00
nathangray
1aa20ae4b0 Calendar - Fix participant status reset to only reset [non-user participant's] status on start time change 2019-08-15 11:32:10 -06:00
Ralf Becker
122e2dcce0 allow apps to specify to be automatic deinstalled
this can either happen uncoditional or with an SQL statement checking they are empty first:
$setup_info[wiki][autodeinstall] = "SELECT COUNT(*)<=3 FROM egw_wiki_pages";
which would deinstall wiki if it has only the 3 default pages in it
2019-08-15 10:32:01 +02:00
nathangray
2be6f476a2 Etemplate - fix diff widget line numbers not scrolling properly in Firefox 2019-08-14 14:59:55 -06:00
nathangray
c54932f77a Etemplate - fully implement label widget's "for" attribute 2019-08-14 14:52:48 -06:00
Hadi Nategh
16a4b74786 * Notifications: remove calendar notification from the list after applying any of actions 2019-08-14 16:31:45 +02:00
Hadi Nategh
8dd77c664d Set correct appname when updating actions 2019-08-14 15:52:24 +02:00
Ralf Becker
524264b6d6 one more old eGroupWare 2019-08-14 12:14:16 +02:00
Hadi Nategh
b4505f7b71 * Mobile theme: fix broken html editor in mobile view (e.g. mail compose) 2019-08-14 10:13:27 +02:00
Ralf Becker
6d2731cb3d use $packagename to only upload that 2019-08-13 15:29:23 +02:00
Ralf Becker
f103da115d fix archives not uploaded to Github 2019-08-13 15:03:50 +02:00
Ralf Becker
38a308186c add cache-buster to new login-background to force browser to load it 2019-08-13 15:02:17 +02:00
Ralf Becker
3324b3a9fc Revert "Calendar - create function for reset of participant status when event is moved"
Allways reverting non-user status and seem to not take time-changes into account for users, only date-changes.
Not sure if date-changes are done in a timezone save way.

This reverts commit 64e1a5a830.
2019-08-13 13:08:10 +02:00
Ralf Becker
e7392f5f3e * Resources: allow up to 16k as custom-field value 2019-08-13 12:46:02 +02:00
Ralf Becker
bf0987dbc5 Changelog for 19.1.20190813 2019-08-13 09:05:29 +02:00
Ralf Becker
a64c279871 slightly improved login background for 19.1 2019-08-12 15:14:10 +02:00
Hadi Nategh
1384db6cb8 More styling changes to loading animation 2019-08-12 14:46:32 +02:00
Ralf Becker
61d15c9ca0 improve positioning of EGroupware logo and slogan on login page
by using top: 35% instead a fixed pixel number
2019-08-12 14:32:57 +02:00
Hadi Nategh
f10f58b15f Make loading prompt spinner and loading animation persistent in color 2019-08-12 14:26:48 +02:00
Hadi Nategh
f232169ebf Stop loading animation after 3sec if it didn't end for some reason 2019-08-12 11:35:32 +02:00
Hadi Nategh
4b3c0889c3 Continue loading animation for another sec to give a chance to nm be there 2019-08-12 11:35:28 +02:00
Hadi Nategh
ff621165df Slight change of loading icon 2019-08-12 11:26:28 +02:00
Ralf Becker
c8f0e867f5 update Docker build script to be usable for all branches 2019-08-09 18:31:43 +02:00
Ralf Becker
47a36fbabc update rocketchat and openid git hashes to build container based on 19.1 branch 2019-08-09 17:49:14 +02:00
Ralf Becker
8797277283 adding Github and Discoure (forum) to login page 2019-08-09 17:37:27 +02:00
Ralf Becker
7c080e82d0 fix default "EGroupware" site_title for new login page 2019-08-09 17:37:18 +02:00
Ralf Becker
0670ea9762 * Login: new background and logo for login page 2019-08-09 17:37:04 +02:00
Hadi Nategh
e0c413c708 Set placeholder color to make it consistent cross-browser 2019-08-08 10:48:53 +02:00
Ralf Becker
54862b9ad3 fix typo REPO_PASS(WORD) in docker-compose.yml 2019-08-08 10:13:12 +02:00
Ralf Becker
a884825f09 fix not working new installation under CentOS/RHEL caused by grant host "%" 2019-08-07 21:55:12 +02:00
Hadi Nategh
f442ccdf76 Apply new loading animation into mobile template 2019-08-07 14:48:37 +02:00
Ralf Becker
1d63018f84 do NOT tag z-push, as we use their releases / tags for 19.1+ 2019-08-06 16:42:57 +02:00
Ralf Becker
f56a7e1db7 fix branch to 19.1 2019-08-06 16:29:16 +02:00
Hadi Nategh
2f5e4b13bb Revert commit 91f85186cd as it breaks mail reply 2019-08-06 16:05:28 +02:00
Hadi Nategh
2e9789dc53 Make loading animation a bit smaller 2019-08-06 16:05:28 +02:00
Ralf Becker
792d27ee20 added openid to .gitignore 2019-08-06 16:04:20 +02:00
Ralf Becker
a4746213ab fix package-name "egroupware-docker" 2019-08-06 14:36:13 +02:00