Hadi Nategh
|
1c6242741b
|
Fix temp_link_id to respect egw_data
|
2015-04-16 08:23:52 +00:00 |
|
Ralf Becker
|
ed1c1daf4a
|
using serialize to create hash to not fall short if some non-utf-8 or non-json-decodable data is in parameters
|
2015-04-16 07:04:49 +00:00 |
|
Ralf Becker
|
08609c1e0b
|
always return resource seeked to its start
|
2015-04-14 17:05:38 +00:00 |
|
Ralf Becker
|
0223553284
|
allow to specify "egw_data" => egw_link::set_data() instead of "tmp_name" of uploaded file to create attachments with egw_link::link()
|
2015-04-14 15:04:21 +00:00 |
|
Hadi Nategh
|
5c944330c5
|
Expose link widget WIP:
- Implement expose view for link-string widget
- Adapt link-string widget, and other widgets which are using expose to download_href link
|
2015-04-01 16:51:18 +00:00 |
|
Ralf Becker
|
b30f051f04
|
remove popup for pdfs on all mobile devices
|
2015-03-30 15:54:41 +00:00 |
|
Hadi Nategh
|
21f2fe9b0e
|
Fix mime_open handler for old etemplate
|
2015-03-30 14:44:20 +00:00 |
|
Hadi Nategh
|
c22094d808
|
No need to have regexp mime for the rest of the mime type text, as the default mime_target is _browser
|
2015-03-30 10:37:09 +00:00 |
|
Hadi Nategh
|
41af200dc6
|
Let browser handles mime types/text which are not suppose to be popup
|
2015-03-30 09:57:34 +00:00 |
|
Ralf Becker
|
5887bc4313
|
* Mail, Filemanager: use now same handling, pdf, text or html are opened now in popup, fixes viewing of attachments using mobile theme
|
2015-03-25 17:48:24 +00:00 |
|
Ralf Becker
|
ffceb37973
|
WIP attachment handling via mime-registry
|
2015-03-24 09:43:38 +00:00 |
|
Nathan Gray
|
c917cbd865
|
Link enhancements:
- Add confirm dialog to delete link
- Log unlinking files into historylog
|
2014-10-29 23:03:35 +00:00 |
|
Ralf Becker
|
af048109ee
|
adding singular and plural name of app entries to link registry under "entry"/"entries" plus translations for apps which need them different from app-name
|
2014-10-21 13:51:37 +00:00 |
|
Nathan Gray
|
f17a896283
|
If link changes, update client side with new title when possible.
|
2014-10-01 16:20:18 +00:00 |
|
Nathan Gray
|
a0d2956bb6
|
Link was missing if application entry directory already exists.
Fixes unable to symlink existing entries to vfs
|
2014-07-14 10:22:48 +00:00 |
|
Nathan Gray
|
db5fb7a86a
|
Use egw_vfs::file_exists() instead of file_exists() to handle missing prefix.
Fixes not being able to symlink to vfs from link widget.
|
2014-07-07 22:10:02 +00:00 |
|
Ralf Becker
|
e9295a5861
|
replaced PHP 5.5 boolval function with (bool) cast
|
2014-06-12 10:21:33 +00:00 |
|
Nathan Gray
|
80962c1963
|
No permission check when initializing link hooks for during asyncronous processing.
Fixes missing links in notifications.
|
2014-06-11 17:30:44 +00:00 |
|
Ralf Becker
|
c04f0ccc8f
|
fix not updated infolog in list, when timesheet is booked on it: added "row_mod" as maximum of info_modified, link_lastmod (incl. deleted ones) and timesheet_bo::sum() max_modified
|
2014-05-24 10:59:03 +00:00 |
|
Ralf Becker
|
ef07aebbd4
|
* ProjectManager/Timesheet: automatic change a changed project-title in Timesheet too
|
2014-05-15 13:20:52 +00:00 |
|
Ralf Becker
|
802d4c5282
|
* ProjectManager: fixed parent projects were not updated with changes (you had to run sync-all manually
caused by running notifications delayed after response is send to user and to taking into account new notifications generated by notified apps
|
2014-05-15 13:14:09 +00:00 |
|
Ralf Becker
|
f806bee109
|
fixed PHP Fatal error: Call to a member function appsession() on a non-object when running as cron-job
|
2014-05-06 14:41:06 +00:00 |
|
Nathan Gray
|
08ecadcc99
|
Add support for querying multiple deleted links, same as single
|
2014-04-28 19:56:21 +00:00 |
|
Ralf Becker
|
a786894c27
|
new egw::on_shutdown($callback, $args) method to register shutdonw handlers to run after output send back to user, thought only really working with fastCGI, Apache mod_php waits ...
|
2014-02-21 15:38:38 +00:00 |
|
Ralf Becker
|
a7f65672c8
|
* All apps: run link notifications after processing and returning control to user to speed up saving of entries with links to (big) projects
|
2014-02-20 11:29:51 +00:00 |
|
Nathan Gray
|
16c922c199
|
Pay attention to user application permissions when going through link registry.
Fixes not available applications registering conflicting mimes with allowed applications.
|
2014-01-14 17:16:08 +00:00 |
|
Nathan Gray
|
ae491c0810
|
Enable symlinking VFS files to not yet existing entries
|
2014-01-14 12:11:13 +00:00 |
|
Ralf Becker
|
b08b507edb
|
fix egw_link::link to accept an array of links as 3. parameter, even if we dont have an $id1 yet
|
2014-01-13 17:52:19 +00:00 |
|
Ralf Becker
|
aeced1ddae
|
always check for read access too
|
2013-11-11 08:23:14 +00:00 |
|
Ralf Becker
|
b0219a682f
|
reverted accidently commited phpgwapi changes
|
2013-10-15 09:36:23 +00:00 |
|
Ralf Becker
|
0ca55a1103
|
* SiteMgr: fixed not working anonymous user and using now a random password
|
2013-10-15 09:25:49 +00:00 |
|
Ralf Becker
|
3d20422177
|
not creating references to ['egw_info']['user'], as bo_tracking and other async service stuff has problems to change between different user enviroments
|
2013-09-02 10:43:16 +00:00 |
|
Ralf Becker
|
200a8860bf
|
* eTemplate/all apps: (silently) limit number of links shown to 1000 newest, to not run into memory_limit or max_execution_time and assuming noone will scroll further down anyway
|
2013-07-26 09:38:38 +00:00 |
|
Klaus Leithoff
|
892910a76d
|
documentation on wanted functionality for allowed method fetch on egw_link::get_registry possibly provided by search_link
|
2013-03-21 10:27:12 +00:00 |
|
Ralf Becker
|
9a9e6f0808
|
docu update
|
2013-01-24 09:30:30 +00:00 |
|
Klaus Leithoff
|
b48bee9406
|
use NEW exception for assertion failed
|
2012-11-06 10:36:25 +00:00 |
|
Ralf Becker
|
4e2a7dab80
|
* CardDAV/Addressbook: fixed not working delete of contacts
|
2012-10-01 17:23:44 +00:00 |
|
Ralf Becker
|
b0267b6744
|
fixed error when registration was enabled for a user and he looks at /apps, caused by regitering a - not existing - query method in link-registry of registration
|
2012-07-31 09:56:25 +00:00 |
|
Nathan Gray
|
09937c410d
|
Fix history logging of removed links when removing by link_id - need to read values before they are deleted
|
2012-06-05 16:44:48 +00:00 |
|
Nathan Gray
|
efbb743cc6
|
Log removal of link in history
|
2012-05-24 17:33:16 +00:00 |
|
Ralf Becker
|
3e8501a139
|
fixed PHP 5.4 Warning: Illegal string offset
|
2012-05-21 10:56:14 +00:00 |
|
Nathan Gray
|
2764e9529c
|
Add function to get integer/byte filesize from human readable
|
2012-05-14 19:10:45 +00:00 |
|
Nathan Gray
|
065fd1a772
|
Point account links to addressbook view
|
2012-05-03 15:23:30 +00:00 |
|
Ralf Becker
|
82e4093f1c
|
* ProjectManager: fixed not working editing of projectelement via context-menu (also check registed sub-types of apps user has access to)
|
2012-04-03 13:30:44 +00:00 |
|
Ralf Becker
|
2f62d7e3b5
|
allow to set target in mime-registry: need target _self (instead default _blank) for directories opened in filemanager
|
2012-03-28 13:01:37 +00:00 |
|
Ralf Becker
|
d3cd7ea65b
|
only transfer link-registry for apps user has access too, otherwise mime-registry would open eg. iCal files in calender, even if user has no calendar access
|
2012-03-22 12:59:34 +00:00 |
|
Ralf Becker
|
d8c9a194da
|
only return mime-information of apps the user has access to
|
2012-03-22 12:43:47 +00:00 |
|
Ralf Becker
|
b5adc21ff6
|
register filemanager as handler for directory mime-type "httpd/unix-directory" (register hooks!)
|
2012-03-21 10:28:48 +00:00 |
|
Ralf Becker
|
200cad46a8
|
remove not necessary mime_(type|size|name)
|
2012-03-20 16:01:00 +00:00 |
|
Ralf Becker
|
f467572bd4
|
using mime-registry for link-widget "link-list" and "link-string" too
|
2012-03-09 07:39:36 +00:00 |
|