summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1015Thomas Mueller2013-01-261-1/+5
|
* SQL limit cleanupJörn Friedrich Dreyer2013-01-091-1/+1
|
* refs #505 - defining publicListView based on template parameterThomas Mueller2012-12-121-0/+8
|
* make sure that all expected array keys are availableBjörn Schießle2012-12-061-1/+2
|
* Merge pull request #581 from schiesbn/add_user_to_fscacheBjörn Schießle2012-11-261-6/+15
|\ | | | | make sure to add the right user as owner of a file to the file cache table
| * make sure to add the right user as owner of a file to the file cache tableBjörn Schießle2012-11-261-6/+15
| |
* | Backport pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-154/+211
|/
* always calll fopenBjörn Schießle2012-11-131-2/+2
|
* create correct file cache entries for new files/folder created in shared foldersBjörn Schießle2012-11-131-9/+29
|
* make function staticBjörn Schießle2012-11-091-1/+1
|
* introduce util.php for file sharing which provides functionallity which is ↵Björn Schießle2012-11-082-0/+80
| | | | also needed in other places, e.g. the webdav server
* urlencode file/dir to allow special characters in filename/path (issue #95)Björn Schießle2012-11-071-2/+2
|
* urlencodeLukas Reschke2012-10-241-17/+17
|
* Shared files are not stored in the file cache. Therefore we need toBjörn Schießle2012-10-241-1/+18
| | | | | use the share table from the db to find the item source if the public link re-shares a already shared file.
* fix copy&paste error from previous commitBjörn Schießle2012-10-221-2/+2
|
* don't call OC_Filesystem::normalizePath() but simply remove trailing slashes.Björn Schießle2012-10-221-2/+8
| | | | (OC_Filesystem::normalizePath() triggers some strange side effects)
* unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
|
* normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
|
* generate correct link for shared files and shared directoriesBjörn Schießle2012-10-111-2/+7
|
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-112-1/+2
|
* Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
|
* Remove old Shared folders from the file cache, fixes bug oc-1911Michael Gapczynski2012-10-072-1/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-071-0/+9
|
* enable user to download selected files from publically shared directoryBjörn Schießle2012-10-051-1/+3
|
* breadcrumbs fixed for public share viewBjörn Schießle2012-10-051-1/+5
|
* register download action for directoriesBjörn Schießle2012-10-051-0/+6
|
* register download action for filesBjörn Schießle2012-10-051-0/+6
|
* fix download link for single files in publicly shared directoryBjörn Schießle2012-10-051-3/+7
|
* fix download of single publically shared files.Björn Schießle2012-10-051-1/+6
|
* fixed download of complete publically shared folderBjörn Schießle2012-10-051-8/+1
|
* baseDir has to be the whole path to work with shared directories below the ↵Björn Schießle2012-10-051-1/+1
| | | | root directory.
* no content area, it overlaps the file listBjörn Schießle2012-10-051-2/+0
|
* Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-021-3/+3
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* don't use the complete path but the basename if the file/foder has no ↵Björn Schießle2012-10-021-1/+1
| | | | | | extension. Otherwise we can end up with different items in the shared directory with the same name (Also folder names can contain dots)
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-022-0/+4
|
* Sharing: backward compatibility to links from OC 4.0.Arthur Schiwon2012-10-011-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-011-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-281-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-281-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-272-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-261-0/+2
|
* Sharing: write update errors to logfile; do not die on errorsArthur Schiwon2012-09-261-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-261-0/+2
|
* Add missing Sharing permissionArthur Schiwon2012-09-251-1/+1
|
* Sharing update: take over reshares and thus don't failArthur Schiwon2012-09-251-1/+1
|
* Fix files_sharing update script, by making filesystem and users availableArthur Schiwon2012-09-251-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-253-0/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-245-0/+17
|