Bjoern Schiessle
|
288f01bf62
|
catch exception if db query execution fails
|
2013-10-07 11:06:24 +02:00 |
Bjoern Schiessle
|
4f67b7a6c3
|
Merge branch 'master' into remove_deleted_shares_from_db
|
2013-10-07 11:00:56 +02:00 |
Bjoern Schiessle
|
401740166b
|
add comments
|
2013-10-04 16:50:53 +02:00 |
Björn Schießle
|
2cdf54b77d
|
Merge pull request #4877 from owncloud/ocs_share_api
OCS Share API
|
2013-10-04 07:10:21 -07:00 |
Bjoern Schiessle
|
dd2bf69152
|
use true/false instead of yes/no for publicUpload and subfiles parameter
|
2013-10-04 12:16:47 +02:00 |
Bjoern Schiessle
|
a1fe5148b5
|
use always path as parameter to specify a file/folder
|
2013-10-04 12:10:11 +02:00 |
Bjoern Schiessle
|
aa660a3475
|
remove deleted shares from the database table oc_share
|
2013-10-02 13:26:38 +02:00 |
Bjoern Schiessle
|
513dc20d4b
|
also return success if no shares are found.
|
2013-09-30 13:05:34 +02:00 |
Thomas Müller
|
63ea6844e8
|
- adding unit test testGetShareFromUnknownId()
- fixing getShareFromId() for Oracle
- fixing error message
|
2013-09-29 22:16:48 +02:00 |
Bjoern Schiessle
|
b9d6539d76
|
Merge branch 'master' into ocs_share_api
|
2013-09-26 13:02:39 +02:00 |
Thomas Müller
|
cd2421c7ee
|
adding PHPDoc comments to getBackend
ensure getChildren() is called on an instance of Share_Backend_Collection
|
2013-09-24 10:37:58 +02:00 |
Bjoern Schiessle
|
259f03bee2
|
remove debug output
|
2013-09-23 14:10:09 +02:00 |
Jörn Friedrich Dreyer
|
6aeb0a99da
|
same for search by mime
|
2013-09-19 21:08:32 +03:00 |
Jörn Friedrich Dreyer
|
3b4020e811
|
add all results, sharing cache also returns entries for shared files in external storages
|
2013-09-19 21:08:32 +03:00 |
Jörn Friedrich Dreyer
|
466fd8acda
|
fix getAll(), refactor search by mime & search
|
2013-09-19 21:08:32 +03:00 |
Jörn Friedrich Dreyer
|
392c6b6832
|
return fixed path, skip shared files outside of 'files'
|
2013-09-19 21:08:32 +03:00 |
Jörn Friedrich Dreyer
|
27511d9187
|
divide ids into chunks of 1k
|
2013-09-19 21:08:32 +03:00 |
Jörn Friedrich Dreyer
|
e8bf576184
|
add initial search in shared files
|
2013-09-19 21:08:32 +03:00 |
Bjoern Schiessle
|
39920955f2
|
set share id to 'unknown' if we can't retrive one
|
2013-09-19 16:52:44 +02:00 |
Bjoern Schiessle
|
c9f1538c1f
|
extend API to get the shares from all files in a given folder
|
2013-09-19 16:41:29 +02:00 |
Bjoern Schiessle
|
b947aab802
|
some unit test for the new ocs share api
|
2013-09-19 14:39:51 +02:00 |
Bjoern Schiessle
|
199121134f
|
return error if wrong shareType is given
|
2013-09-19 10:33:04 +02:00 |
Bjoern Schiessle
|
171b7ebffe
|
remove debug output
|
2013-09-18 10:11:20 +02:00 |
Bjoern Schiessle
|
e52639e4e6
|
use share ID as REST resource
|
2013-09-17 15:27:46 +02:00 |
Bjoern Schiessle
|
86dbb13823
|
more rest-style API
|
2013-09-17 11:53:38 +02:00 |
Bjoern Schiessle
|
ef3307f099
|
return error if public upload is disabled
|
2013-09-16 17:42:56 +02:00 |
Bjoern Schiessle
|
7aed24fa6c
|
allow to set a different permission during initial share operation
|
2013-09-16 17:28:17 +02:00 |
Bjoern Schiessle
|
14437ffd15
|
ocs api for file sharing
|
2013-09-16 17:04:49 +02:00 |
Bjoern Schiessle
|
3861c9bce1
|
some more OCS calls for sharing
|
2013-09-06 16:00:01 +02:00 |
Bjoern Schiessle
|
b6ee727399
|
intermediate result ocs api
|
2013-09-06 10:49:21 +02:00 |
Arthur Schiwon
|
c01675de5d
|
more is_resource checks before readdir
|
2013-09-05 11:58:57 +02:00 |
Bjoern Schiessle
|
21a0a96e43
|
intermediate results, share api
|
2013-09-04 17:25:15 +02:00 |
Thomas Müller
|
3eed060ec9
|
backport of #4357 to master
|
2013-08-27 23:53:04 +02:00 |
icewind1991
|
d7dde3cfbc
|
Merge pull request #4467 from owncloud/storage-wrapper-quota
Move quota logic from filesystem proxy to storage wrapper
|
2013-08-19 03:38:55 -07:00 |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
2013-08-18 11:06:59 +02:00 |
Robin Appelman
|
88cc2ccb3b
|
use renamed constants
|
2013-07-25 16:14:46 +02:00 |
Michael Gapczynski
|
5a47054505
|
Implement getDirectoryPermissions() in Shared Permissions, fixes #2846
|
2013-05-29 18:22:54 -04:00 |
Michael Gapczynski
|
7039421efc
|
Fix retrieving of mount points for shared storage, fix #3218
|
2013-05-02 17:47:11 -04:00 |
Frank Karlitschek
|
8a5e88b21c
|
Merge pull request #3211 from owncloud/fix-2816
Fix #2816 renaming shared files
|
2013-05-02 00:54:09 -07:00 |
Michael Gapczynski
|
04b7a9902d
|
Fix #2816 renaming shared files
|
2013-05-01 20:29:07 -04:00 |
Robin Appelman
|
809b5f81f6
|
Further seperation of mount management logic
|
2013-04-26 00:01:36 +02:00 |
Björn Schießle
|
c2a49b5c1f
|
the old path no longer exists after rename, update the parent folder instead
|
2013-03-25 14:21:06 +01:00 |
Björn Schießle
|
abd48496d2
|
fix indention
|
2013-03-25 12:33:03 +01:00 |
Björn Schießle
|
102120f105
|
skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares
|
2013-03-25 12:32:56 +01:00 |
Michael Gapczynski
|
e743386acf
|
Fix correctFolders and retrieve the correct storage cache
|
2013-03-08 14:27:30 -05:00 |
Björn Schießle
|
02e2f7384e
|
not only files can be reshared but also folders
|
2013-03-08 17:32:04 +01:00 |
Michael Gapczynski
|
20828488bc
|
Fix share hook for updater
|
2013-03-08 10:59:22 -05:00 |
Michael Gapczynski
|
4826564344
|
Merge branch 'master' into shared-folder-etags
Conflicts:
apps/files_sharing/lib/sharedstorage.php
|
2013-03-07 17:14:34 -05:00 |
Michael Gapczynski
|
a5cab28bea
|
Fix fetching source path of shared files
|
2013-03-07 11:12:59 -05:00 |
Michael Gapczynski
|
4cb5cb9693
|
itemSource parameter should be fileSource
|
2013-03-07 10:00:03 -05:00 |