Ralf Becker
|
76087e2cb7
|
* Api: keep session small / quick to load by limiting number of cached link-titles
|
2017-04-04 09:58:57 +02:00 |
|
Ralf Becker
|
fc086c56cd
|
fix dbb0796 allow to specify a subdirectory in attach_file as part of $file[name] parameter
(subdir was created, but file was copied to main dir)
|
2016-10-04 16:47:24 +02:00 |
|
Ralf Becker
|
dbb07961f6
|
allow to specify a subdirectory in attach_file as part of $file[name] parameter
|
2016-10-04 10:49:55 +02:00 |
|
Hadi Nategh
|
d8761441b1
|
* Mail: Fix pdf attachments do not get downloaded in mobile template
|
2016-08-31 12:10:26 +02:00 |
|
Ralf Becker
|
94bc949cfa
|
* All apps: symlink files to not yet saved entries were not working
|
2016-08-17 16:05:26 +02:00 |
|
Ralf Becker
|
71a384798f
|
fix PHP Strict Standards: Only variables should be assigned by reference
|
2016-08-02 10:16:31 +02:00 |
|
Ralf Becker
|
b65d87bc68
|
fixing our wrong static methods in stream-wrapper: unlink, rmdir, mkdir, rename and url_stat (they are not static, so PHP can pass in $context)
|
2016-07-19 11:59:16 +02:00 |
|
Ralf Becker
|
f15b5552ad
|
forgot to modify Link::get_data()
|
2016-07-12 15:00:40 +02:00 |
|
Ralf Becker
|
943ae3612e
|
Link::query callback needs to be called with reference as 3. parameter, passing now array with parameters instead of single parameters
|
2016-07-12 13:54:36 +02:00 |
|
Ralf Becker
|
7455cae476
|
* API/ProjectManager: fixed some errors caused by no longer sharing instanciated objects not designed to be shared
|
2016-07-12 11:37:05 +02:00 |
|
Ralf Becker
|
9860c9d8b7
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
|
nathangray
|
8d1028ead8
|
Fix missing translation for Add entry
|
2016-06-23 13:04:59 -06:00 |
|
nathangray
|
0ab67c3280
|
Move api-accounts links to api app, fixes search in account selectbox does not work without home permission
|
2016-06-02 10:11:31 -06:00 |
|
nathangray
|
2507fefda8
|
Fix account link query
|
2016-06-01 15:39:10 -06:00 |
|
Ralf Becker
|
e34fe9a4e7
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
|
Ralf Becker
|
e87cbc4832
|
use static Hooks methods
|
2016-05-11 18:58:10 +00:00 |
|
Ralf Becker
|
af9d5a6a66
|
use api instead of home for browser based mime-handlers
|
2016-05-06 17:50:00 +00:00 |
|
Ralf Becker
|
429177686a
|
make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api
|
2016-05-01 09:57:48 +00:00 |
|
Ralf Becker
|
b6403e336e
|
move common::get_tpl_dir to Api\Framework\Template::get_dir, and replaced some other overlooked methods
|
2016-04-27 19:11:41 +00:00 |
|
Ralf Becker
|
1ffea39da0
|
using now Egw and Egw\Applications direct
|
2016-04-26 18:56:51 +00:00 |
|
Ralf Becker
|
77c5102792
|
fixed more namespace issues found by doc/check_namespace.php I wrote and forgot about it ;-)
|
2016-03-21 21:21:40 +00:00 |
|
Ralf Becker
|
52a7f2198a
|
move egw_json_(request|response|push) to api
|
2016-03-20 13:02:55 +00:00 |
|
Ralf Becker
|
85695f0d41
|
split html class to Api\Html, Api\Header\Content, Api\Header\UserAgent and translation
|
2016-03-13 11:22:44 +00:00 |
|
Ralf Becker
|
0ba4283f9f
|
move egw_link to Api\Link
|
2016-03-07 08:46:32 +00:00 |
|