Hadi Nategh
|
8c21c99773
|
Consider link with load param for re-browse it in admin tab
|
2015-09-15 16:46:29 +00:00 |
|
Ralf Becker
|
3e5c712757
|
new icons for API and CalDAV/CardDAV
|
2015-09-15 15:54:21 +00:00 |
|
Ralf Becker
|
539d2be255
|
new icons for API and CalDAV/CardDAV
|
2015-09-15 15:53:53 +00:00 |
|
Klaus Leithoff
|
4f728727af
|
silence warning
|
2015-09-15 11:30:05 +00:00 |
|
Hadi Nategh
|
2f4a1624e3
|
Mailvelope backup/restore integration WIP:
- Fix documentation
- Fix menus name
- Add icons to menus
- Add some info messaging
|
2015-09-15 08:42:21 +00:00 |
|
Ralf Becker
|
ec6d16b7e6
|
fix SQL error on 14.1 update: Unknown column account_description
|
2015-09-15 08:19:21 +00:00 |
|
Hadi Nategh
|
faac36b434
|
Fix mailvelope installation message forced
|
2015-09-15 07:18:01 +00:00 |
|
Hadi Nategh
|
591f55e3d7
|
WIP mailvelope installation dialog
|
2015-09-14 17:38:33 +00:00 |
|
Hadi Nategh
|
c159e47406
|
Consider link with load param for re-browse it in admin tab
|
2015-09-14 17:34:43 +00:00 |
|
Ralf Becker
|
ff036416bf
|
fix commented out reuse of already instanciated provider, and fix PHP Notice in memcache provider
|
2015-09-14 13:48:58 +00:00 |
|
Ralf Becker
|
342b717a04
|
allow to add all sorts of attachments as stream not just as strings
|
2015-09-11 08:39:00 +00:00 |
|
Ralf Becker
|
c8b717d236
|
fix SQL error on 14.1 update: Unknown column account_description
|
2015-09-11 08:05:32 +00:00 |
|
Hadi Nategh
|
b56678ba93
|
Consider urls based on https protocol:
- Fix admin links are no longer working due to wrong url
|
2015-09-10 15:17:48 +00:00 |
|
Hadi Nategh
|
6010115714
|
WIP toggle sidebar menu:
- Add refresh icon to active header
- Fix wrong indentations
|
2015-09-10 13:51:31 +00:00 |
|
Hadi Nategh
|
f75264c66f
|
WIP toggle sidebar menu:
- Fix toggleSide bar initialization
|
2015-09-09 13:56:50 +00:00 |
|
Hadi Nategh
|
b24dc04138
|
WIP toggle sidebar menu:
- Keep toggleSidebar state
- Fix documentation
- Fix default width size
|
2015-09-09 11:03:24 +00:00 |
|
Hadi Nategh
|
4fea2b801b
|
WIP toggle sidebar menu
|
2015-09-08 16:31:49 +00:00 |
|
Ralf Becker
|
ff2d675d36
|
* LDAP: fix not working connect under newer PHP 5.6 (maybe other versions too) with PHP Warning: invalid port number: 0
|
2015-09-08 13:08:00 +00:00 |
|
Ralf Becker
|
16c5e2deec
|
* LDAP: fix not working connect under newer PHP 5.6 (maybe other versions too) with PHP Warning: invalid port number: 0
|
2015-09-08 13:07:35 +00:00 |
|
Hadi Nategh
|
9ca7b66290
|
Fix some IDE warnings
|
2015-09-08 07:36:17 +00:00 |
|
Ralf Becker
|
ca9aa01250
|
new egw_cache::addCache method which fails if key already exists in cache, allowing eg. to implement a mutex
|
2015-09-07 13:04:35 +00:00 |
|
Ralf Becker
|
ea5d2cf00d
|
values for depth are 0, 1, "infinit" or not set which has to be interpreted as "infinit"
|
2015-09-03 06:54:31 +00:00 |
|
Ralf Becker
|
8ae381e11e
|
values for depth are 0, 1, "infinit" or not set which has to be interpreted as "infinit"
|
2015-09-03 06:54:06 +00:00 |
|
Nathan Gray
|
26623dac40
|
Fix opening linked directories gave error instead of opening in filemanager
|
2015-09-02 20:13:51 +00:00 |
|
Ralf Becker
|
f664d58032
|
do not show warning of force Depth: 0, if depth is already 0
|
2015-09-02 13:39:03 +00:00 |
|
Ralf Becker
|
559d0ee15c
|
do not show warning of force Depth: 0, if depth is already 0
|
2015-09-02 13:38:36 +00:00 |
|
Ralf Becker
|
88293f3e72
|
* All apps: fix broken group-favorites
|
2015-09-02 13:10:19 +00:00 |
|
Ralf Becker
|
e6cfa64686
|
* All apps: fix broken group-favorites
|
2015-09-02 13:08:25 +00:00 |
|
Hadi Nategh
|
50643b6716
|
Mailvelope backup/restore integration WIP:
- Add initial backup
- Add restore backup
|
2015-09-01 17:07:42 +00:00 |
|
Ralf Becker
|
a26e86ee1e
|
Change egw_addressbook.contact_pubkey to 16k as an ascii-armored 4096 bit PGP key is ~12k
|
2015-09-01 13:44:21 +00:00 |
|
Hadi Nategh
|
d721de7ee9
|
Mailvelope backup/restore integration WIP:
- Add PGP Encryption menu into sidebox of mail and infolog
- Create Backup/Restore operation dialog
|
2015-08-31 16:40:33 +00:00 |
|
Ralf Becker
|
284ffa7f13
|
IE JSON-serializes arrays passed in from different window contextx (eg. popups) as objects (it looses object-type of array), causing them to be JSON serialized as objects and loosing parameters which are undefined
JSON.strigify([123,undefined]) --> "{0:123}" instead of "[123,null]"
|
2015-08-31 12:21:11 +00:00 |
|
Ralf Becker
|
38d7f53a16
|
IE JSON-serializes arrays passed in from different window contextx (eg. popups) as objects (it looses object-type of array), causing them to be JSON serialized as objects and loosing parameters which are undefined
JSON.strigify([123,undefined]) --> "{0:123}" instead of "[123,null]"
|
2015-08-31 12:19:56 +00:00 |
|
Ralf Becker
|
a96d7d50be
|
silence permanent error_log
|
2015-08-31 12:02:01 +00:00 |
|
Ralf Becker
|
251bc40954
|
silence permanent error_log
|
2015-08-31 11:58:45 +00:00 |
|
Hadi Nategh
|
5a8bc26f2d
|
Mailvelope backup/restore integration WIP
|
2015-08-27 17:38:18 +00:00 |
|
Ralf Becker
|
b55fcedaca
|
fixing r53501: group-favorite has escaped name visible after reload
|
2015-08-27 11:51:09 +00:00 |
|
Ralf Becker
|
cb58e015ac
|
fixing r53501: group-favorite has escaped name visible after reload
|
2015-08-27 11:40:18 +00:00 |
|
Ralf Becker
|
dc09db26fa
|
* All apps: some favorites could not be deleted (reappeared after reload/next login)
|
2015-08-27 11:33:07 +00:00 |
|
Ralf Becker
|
4615c6c3db
|
* All apps: some favorites could not be deleted (reappeared after reload/next login)
|
2015-08-27 11:31:31 +00:00 |
|
Nathan Gray
|
509d47bbce
|
Fix opening linked directories gave error instead of opening in filemanager
|
2015-08-26 17:08:37 +00:00 |
|
Ralf Becker
|
547335c139
|
* PostgreSQL: repairing/creating missing indexes
|
2015-08-26 14:16:28 +00:00 |
|
Ralf Becker
|
4323d52fd0
|
* PostgreSQL: repairing/creating missing indexes
|
2015-08-26 14:14:20 +00:00 |
|
Ralf Becker
|
abc319b390
|
use correct columns for dropping index (does not matter if they contain length or not)
|
2015-08-26 13:08:44 +00:00 |
|
Ralf Becker
|
85477c18a5
|
use correct columns for dropping index (does not matter if they contain length or not)
|
2015-08-26 13:07:38 +00:00 |
|
Ralf Becker
|
c1d0e9064e
|
* Backup: backup ascii columns as such, allways check and if necessary fix indexes on restore
|
2015-08-26 12:51:20 +00:00 |
|
Ralf Becker
|
81fe3b0472
|
* Backup: backup ascii columns as such, allways check and if necessary fix indexes on restore
|
2015-08-26 12:50:56 +00:00 |
|
Ralf Becker
|
0fbda219df
|
* Backup/PostgreSQL: indexes were not reported for backup
because of quoting of table-name
|
2015-08-26 11:10:30 +00:00 |
|
Ralf Becker
|
dc696455cc
|
* Backup/PostgreSQL: indexes were not reported for backup
because of quoting of table-name
|
2015-08-26 11:09:55 +00:00 |
|
Ralf Becker
|
7074ef6142
|
* Backup/MySQL: limited index length was not reported for PHP mysqli driver
|
2015-08-26 11:08:03 +00:00 |
|