296d39a83a
Fix missing username in AJAX retrieval of account name
2015-11-17 18:25:58 +00:00
48d779a337
When getting account data via AJAX, make sure account name is in user's preferred format.
2015-11-16 17:32:37 +00:00
7c944b5aeb
Mobile theme W.I.P.:
...
- Sidebar acts based on device size
- Remove portrait top header (sidebar toggle menu will be positioned next to nm header)
- Remove collapsed sidebar application navigator, only for devices
2015-11-16 15:45:04 +00:00
b0de2d57a6
cache version number parsed from changelog for 5min on tree level
2015-11-05 14:18:17 +00:00
d3530c4899
Cachebuster for category CSS
2015-10-19 22:26:09 +00:00
f652853c7a
allow client-side to detect first load aka just logged in
2015-10-19 10:26:00 +00:00
8b42f6aeb8
Load all category CSS once when loading the application to avoid missing category colors.
2015-10-15 17:28:56 +00:00
a378d19d2a
Some fixes for custom app-theme css:
...
- Make sure including css on ajax response respect app-theme
- Include app-theme for home portlets
2015-10-09 11:46:45 +00:00
0f0728316d
support themes on application level: $app/templates/$template/app-$theme.css
2015-09-18 15:53:20 +00:00
4e986e58b8
change "password about to expire in N days" warning into an once per login info-message (was a redirect to password change)
2015-07-01 17:51:56 +00:00
d39c2a71bf
* Login/Password: handle forced password change on login page
2015-07-01 12:44:34 +00:00
c7763ee259
load chosen and CKEditor as part of API javascript boundle, as they are used be old eTemplate to and loading only one of the two et2 bundles fails
2015-06-08 14:33:57 +00:00
ddbe8ccec3
encryption of InfoLog entries (EPL only)
2015-05-28 14:40:33 +00:00
01860bc469
* Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
...
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-05-27 14:01:32 +00:00
58ddac77e9
Fix password change dialog does not open in safari
2015-03-16 17:43:42 +00:00
386ee978f3
need to query all apps for CSP frame-sources, as they need to be set on top-level window/document
2015-03-13 12:51:36 +00:00
9cc1d409eb
harden login page by no longer using www.groupware.org to load social media icons
2015-02-21 13:29:10 +00:00
5ac3f95a91
* all apps: updated jQuery and jQuery-ui to version 1.11.2 fixing eg. some UI glitches in FireFox
...
- rename window.$ window.$j at the very end of jquery.js
- download custom jquery-ui containing everything, but with selected redmond theme
- removed not used smoothnes theme and removed version from redmond/jquery-ui.css
2015-02-03 09:26:34 +00:00
50d87c2963
fixed not working seek in stream-wrapper, caused by sw interface uses true/false while fseek uses 0/-1
2015-01-10 13:04:51 +00:00
94d91f3ac8
allow to unset a preference by calling egw.set_preference(app,name)
2015-01-08 13:13:02 +00:00
b98972582c
check if allow_url_fopen = On
2014-12-15 14:29:56 +00:00
ef84797019
switching jdots bundle off, as fw_pixelegg will cause whole jdots bundle incl. fw_jdots to include
2014-12-09 16:39:42 +00:00
e6cf7c95d3
automatic select mobile theme for mobile user agents
2014-12-01 08:43:07 +00:00
be6393e91b
adding cache-busters to LABjs and egw.js
2014-11-27 08:51:31 +00:00
5eeac7093c
use filemanager UI as UI for sharing directories
2014-11-18 12:55:32 +00:00
cee1a48939
fix infinit recursion caused by systemtime < max modification time of files, now relying only on modification times
2014-11-07 10:33:46 +00:00
cbbb0bf39f
Some WIP on getting home working again
2014-11-06 21:40:03 +00:00
7369a71d49
Fix a missing space in connect-src line of CPS
2014-10-13 14:06:20 +00:00
bde32aaeeb
add deprecation note to egw_framework::on_* methods, as they get stoped by CSP (they work for old apps incl. old eTemplate)
2014-10-13 12:49:14 +00:00
db6e2c1ed6
allow to set CSP connect-src and fix all IDE warnings
2014-10-09 20:32:59 +00:00
245391e724
allow path instead of url with schema for login too
2014-09-27 17:11:05 +00:00
be369d7ac9
fix PHP Fatal error under PHP 5.3: Cannot access self:: when no class scope is active
2014-09-25 06:21:21 +00:00
aa10bc53a5
need to set context even for no proxy, if we need optional authentication
2014-09-23 13:43:09 +00:00
bd5796704a
* Admin: using proxy configuration from setup for update-check and retrieving EPL license from my.stylite.de
2014-09-22 19:43:38 +00:00
20179f1767
* Spellchecker: marking "browser based" (default for new installs) and "No" as safer and fixing CSP policy for web-spell-checker
2014-09-04 09:58:48 +00:00
1912a14fe7
Add login.js to phpgwapi in order to make it available for all templates. Implement socialMedia for jdots and idots templates too
2014-07-24 17:13:46 +00:00
448e1e3675
* Admin: automatic update check displaying an icon for available (security-)updates for admins, escalating for security updates to all users after 3 days
2014-07-17 09:22:54 +00:00
2461660920
* Preferences: do NOT use deny configuration for admins
2014-07-14 16:26:03 +00:00
864c3189cc
moved about link to admin and changed wording of "Powered by ..." in footer
2014-06-25 19:02:06 +00:00
d6fcba4dc9
Update documentation to mention filtering too
2014-06-25 16:10:43 +00:00
7505b92bcb
fixed not working password link in Firefox (JSON.parse in FF does not like white-spaces)
2014-06-24 14:07:42 +00:00
ff00c695ca
new API method egw_framework::popup($link, $target="_blank", $popup="640x480") to open a popup independent of running a regular or a JSON request
2014-06-18 13:57:15 +00:00
78e701ed85
Remove another inline script which was violating CSP
2014-06-13 11:16:04 +00:00
85c5468013
fixed old tree stuff to use new dhtmlx locations, allways use dhtmlxtree/codebase/dhtmlxcommon.js
2014-06-03 08:17:43 +00:00
28b45639be
to give observer method of other apps more information about what to refresh, server-side adds now links to refresh-opener and therefore observer calls
2014-05-26 13:29:35 +00:00
012b49838c
Send value/label pairs to preserve sorting
2014-05-06 20:33:40 +00:00
d28315dc9f
disable help until content is reworked
2014-04-24 05:56:41 +00:00
48fa6611f3
Use a single client-side cache for account selection so we don't have to send it for every widget
2014-04-23 19:00:59 +00:00
f641c2cec6
open password in a popup
2014-04-17 07:37:21 +00:00
764d7f99a5
Update CSS order so apps can customize theme:
...
Libs < etemplate2 < framework/theme < app < print
2014-03-18 15:29:03 +00:00