summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-141-0/+4
|
* we need to listen to the pre delete hook, otherwise the file is already goneBjörn Schießle2013-03-131-1/+1
|
* Merge pull request #1786 from owncloud/shared-folder-etagsBernhard Posselt2013-03-115-39/+181
|\ | | | | Include etags for the root of the shared folder
| * Fix correctFolders and retrieve the correct storage cacheMichael Gapczynski2013-03-082-17/+17
| |
| * not only files can be reshared but also foldersBjörn Schießle2013-03-081-1/+1
| |
| * Fix share hook for updaterMichael Gapczynski2013-03-081-2/+14
| |
| * use pre_unshare hook, otherwise the share is already removed. Which means ↵Björn Schießle2013-03-081-1/+1
| | | | | | | | that we have no chance to determine which folder has to be updated
| * Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-072-10/+32
| |\ | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| * | itemSource parameter should be fileSourceMichael Gapczynski2013-03-071-2/+2
| | |
| * | Update Shared folders ETags of users with resharesMichael Gapczynski2013-03-061-5/+11
| | |
| * | Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-052-4/+5
| | |
| * | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-055-42/+41
| |\ \ | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php
| * | | Fix variable name in Shared_UpdaterMichael Gapczynski2013-03-021-1/+1
| | | |
| * | | Update ETag when file is sharedMichael Gapczynski2013-03-022-0/+11
| | | |
| * | | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-2812-23/+68
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| * | | | Fix target path and reuse mtimeMichael Gapczynski2013-02-261-4/+4
| | | | |
| * | | | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-264-2/+83
| | | | |
| * | | | Fix variableMichael Gapczynski2013-02-231-1/+1
| | | | |
| * | | | Return unknown free space for shared root folder so we can still upload ↵Michael Gapczynski2013-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | partial files
| * | | | Fix WebDAV uploading of partial shared filesMichael Gapczynski2013-02-231-27/+46
| | | | |
| * | | | Include etag field for folder contentsMichael Gapczynski2013-02-231-0/+1
| | | | |
| * | | | Include etags for the root of the shared folderMichael Gapczynski2013-02-191-3/+13
| | | | |
* | | | | Merge pull request #2165 from owncloud/fix_2155Lukas Reschke2013-03-081-1/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | Offer download of whole shared dir only if it does not exceed zip input ...
| * | | | Offer download of whole shared dir only if it does not exceed zip input limitArthur Schiwon2013-03-071-1/+5
| | |_|/ | |/| |
* / | | Fix fetching source path of shared filesMichael Gapczynski2013-03-072-11/+32
|/ / /
* | | Merge pull request #2092 from owncloud/infieldlabels-placeholderLukas Reschke2013-03-041-2/+2
|\ \ \ | | | | | | | | explicitly add empty placeholder to inputs which use infield labels
| * | | explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt2013-03-041-2/+2
| | | |
* | | | Merge pull request #2030 from j-ed/masterBernhard Posselt2013-03-041-6/+6
|\ \ \ \ | |/ / / |/| | | suppress log messages like `include path for class ... starts with "apps/"`
| * | | Update app.phpj-ed2013-03-021-6/+6
| | |/ | |/| | | | suppress log messages like `include path for class \"OC\\Files\\Storage\\Shared\" starts with \"apps\/\"`
* | | Change remove() $user parameter to optionalMichael Gapczynski2013-03-041-1/+1
| | |
* | | [files_sharing] From echo to pLukas Reschke2013-02-273-32/+31
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-272-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-271-0/+4
| |
* | Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-1/+2
|\ \ | | | | | | don't use the number of written bytes as indicator if streamCopy() was successful
| * | return both, count and result if the operation succeeded or failed. Maybe in ↵Björn Schießle2013-02-221-1/+2
| |/ | | | | | | some cases it is useful to know how much bytes where copied
* | Merge pull request #1882 from owncloud/required_versionFrank Karlitschek2013-02-251-1/+1
|\ \ | | | | | | Set required owncloud version to 4.93
| * | Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-251-0/+4
|/ /
* | Whitespace fixesBart Visscher2013-02-221-2/+1
| |
* | Style cleanup files_sharingBart Visscher2013-02-218-19/+50
|/
* fix multiselect bar offset on shared page, close #1339 finallyJan-Christoph Borchardt2013-02-141-0/+1
|
* Share: fix table head color for public shared foldersRobin Appelman2013-02-111-0/+4
|
* Share: fix downloading selected files from public shared folderRobin Appelman2013-02-111-1/+1
|
* Share: fix sorting of files in public shared folderRobin Appelman2013-02-111-0/+12
|
* Share: fix nested subfolders in public shared foldersRobin Appelman2013-02-111-3/+6
|
* Share: fix breadcrumbs for public shared folderRobin Appelman2013-02-111-1/+1
|
* Share: fix downloading files from a public shared folderRobin Appelman2013-02-111-1/+1
|
* Sharing: fix position of file list in public link view of folderRobin Appelman2013-02-111-3/+3
|
* fix positioning of password label, add autofocus to password fieldBjörn Schießle2013-02-111-2/+2
|
* Set permissions to read onlyMichael Gapczynski2013-02-101-0/+1
|