Revisions for gollem/lib/api.php

Location: [ Horde ] / gollem / lib / api.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.14.2.4 FRAMEWORK_3 (+3 -436 lines) 03/26/2008 10:22 PM Ben Klang bklang

Revert Gollem WebDAV support.  This will be re-added for 1.1

1.14.2.3 FRAMEWORK_3 (+436 -3 lines) 03/26/2008 04:33 PM Ben Klang bklang

MFH: Gollem WebDAV support

1.31 (+2 -2 lines) 12/20/2007 09:43 AM Jan Schneider jan

Split up closing tag to keep tidy from choking.

1.30 (+11 -9 lines) 11/29/2007 01:04 PM Jan Schneider jan

The selectlist link only works with javascript anyway, so don't show it
without javascript.

1.29 (+6 -6 lines) 11/15/2007 01:21 AM Michael M Slusarz slusarz

Fix some @since tags.  Code tweaks.

1.28 (+4 -4 lines) 10/22/2007 09:51 AM Ben Klang bklang

Change API method to path_delete() to avoid conflict with SyncML

1.27 (+85 -1 lines) 10/17/2007 01:18 AM Ben Klang bklang

Add move (rename) API method.  With this Windows clients are able to create directories within Gollem backends.

1.26 (+145 -1 lines) 10/17/2007 12:30 AM Ben Klang bklang

* Add support for WebDAV MKCOL (mkdir).  To work completely with Windows clients, rename support must also be added.
* Add WebDAV DELETE function, even though it is broken in the RPC API at the moment.  I'm committing it because the disconnect between WebDAV/RPC and Gollem is marked as a showstopper for Horde 3.2 and the method does work in its own right.

1.25 (+1 -2 lines) 10/10/2007 12:27 PM Jan Schneider jan

Remove unreachable code.

1.24 (+9 -5 lines) 10/10/2007 11:54 AM Ben Klang bklang

* Hide backends for which the user does not have PERMS_SHOW
* Allow files which do not exist to return 404 to the browser

1.23 (+9 -9 lines) 08/30/2007 12:41 AM Chuck Hagenbuch chuck

fix cacheid/selectid if substr is cranky (really just simplify these a lot)

1.22 (+77 -11 lines) 08/23/2007 06:53 AM Ben Klang bklang

* Consolidate path handling via the API into Gollem::getVFSPath()
* Add API file upload support (HTTP PUT only right now)

1.21 (+137 -1 lines) 06/26/2007 07:22 AM Jan Schneider jan

Add browse API to allow browsing backends through WebDAV.
Bug: 5337
Submitted by: Ben Klang

1.20 (+36 -1 lines) 02/09/2007 11:38 AM Jan Schneider jan

Add getViewLink().

1.19 (+4 -4 lines) 04/24/2006 03:54 PM Chuck Hagenbuch chuck

[cjh] Fix javascript errors when filenames contain quotes (Bug #3824),
and make several links work without JavaScript.

1.18 (+2 -2 lines) 03/16/2006 12:18 AM Matt Selsky selsky

&

1.17 (+3 -3 lines) 02/23/2006 01:41 AM Michael M Slusarz slusarz

Reorganize all javascript into templates/javascript.
Compress js.
Use single popup script.

1.14.2.2 FRAMEWORK_3 (+2 -2 lines) 12/19/2005 02:51 AM Michael M Slusarz slusarz

MFH 1.16

Tags: GOLLEM_1_0_3, GOLLEM_1_0_2, GOLLEM_1_0_2_RC2, GOLLEM_1_0_2_RC1

1.16 (+2 -2 lines) 12/19/2005 02:47 AM Michael M Slusarz slusarz

Use CSS formatting instead of valign here.

1.14.2.1 FRAMEWORK_3 (+2 -2 lines) 11/11/2005 06:04 PM Jan Schneider jan

MFH: 1.15

Tags: GOLLEM_1_0_1

1.15 (+2 -2 lines) 10/13/2005 02:46 AM Matt Selsky selsky

Anchor tags must have non-empty href attribute.

1.14 (+5 -5 lines) 06/01/2005 10:28 AM Jan Schneider jan

Fix signatures.
Submitted by: Vijay Mahrra <vijay.mahrra@es.easynet.net>

Tags: FRAMEWORK_3, GOLLEM_1_0_1_RC1, GOLLEM_1_0, GOLLEM_1_0_RC2, GOLLEM_1_0_RC1, GOLLEM_1_0_BETA, GOLLEM_1_0_ALPHA1

1.13 (+10 -12 lines) 05/10/2005 10:44 PM Matt Selsky selsky

Remove "optional" from phpdoc.

1.12 (+2 -2 lines) 03/22/2005 01:37 AM Michael M Slusarz slusarz

Global VFS object is now referred to as 'gollem_vfs' instead of just 'vfs'.

1.11 (+5 -5 lines) 11/14/2004 11:08 PM Chuck Hagenbuch chuck

cacheid parameter in selectlist function.

Submitted by: Duck <duck@obala.net>

1.10 (+2 -2 lines) 11/04/2004 02:14 PM Michael M Slusarz slusarz

Forgot quotes here.

1.9 (+45 -9 lines) 11/04/2004 02:10 PM Michael M Slusarz slusarz

Bug: 742
Submitted by: Duck <duck@obala.net>
Added extensions for the form reneder for the HORDE file selection API.

1.8 (+2 -2 lines) 10/19/2004 11:21 AM mdjukic

Change all references to *.gif images to the new *.png.

1.7 (+5 -5 lines) 10/15/2004 10:22 PM Michael M Slusarz slusarz

Clean up API definition.
Fix alignment of file select image.

1.6 (+3 -3 lines) 10/13/2004 06:07 PM Jan Schneider jan

tweaks

1.5 (+92 -1 lines) 10/04/2004 08:32 PM Michael M Slusarz slusarz

Add API for other Horde applications to show a file dialog to select
and return files.

1.4 (+2 -2 lines) 05/24/2004 12:18 PM John Morrissey jwm

use new stringArray type instead of 'array.' The argument types look sane,
but some of the return types aren't quite right yet, mostly the block API
calls, which return Horde_Block objects.

1.3 (+2 -0 lines) 02/14/2004 06:13 PM Chuck Hagenbuch chuck

$Horde: $

1.2 (+36 -36 lines) 02/14/2004 06:13 PM Chuck Hagenbuch chuck

linebreaks

1.1 02/14/2004 06:12 PM Chuck Hagenbuch chuck

[cjh] Enforce all permissions for backends if they are set
(Amith Varghese <amith@xalan.com>).