summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-311-4/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-301-0/+2
|
* Fix shared status iconsMichael Gapczynski2012-10-281-30/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-272-0/+8
|
* Forget to urlencode the pathLukas Reschke2012-10-241-1/+1
|
* urlencodeLukas Reschke2012-10-241-6/+6
|
* Apply coding style guideThomas Müller2012-10-241-1/+2
|
* fix copy&paste bug from previous commitBjörn Schießle2012-10-241-1/+1
|
* 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.
* Place the brackets in the first lineLukas Reschke2012-10-241-60/+59
|
* Apply coding style guideThomas Müller2012-10-241-203/+203
| | | http://owncloud.org/dev/coding-style-guide/
* calling OC_Filesystem at this point will initialize file system with wrong ↵Björn Schießle2012-10-241-2/+8
| | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem.
* Merge pull request #76 from fmms/masterLukas Reschke2012-10-231-1/+1
|\ | | | | checkstyle: some more cleanups
| * Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-231-1/+1
| |
* | Remove uneeded vendor prefixesLukas Reschke2012-10-241-2/+0
| |
* | Format the CSS in a readable wayLukas Reschke2012-10-231-11/+73
| |
* | Merge pull request #12 from scambra/fixesicewind19912012-10-231-0/+8
|\ \ | |/ |/| check free space using folder's owner
| * check free space using folder's ownerscambra2012-09-191-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-233-5/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-211-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-204-5/+14
| |
* | unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-161-0/+9
| |
* | normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
| |
* | Whitespace cleanupBart Visscher2012-10-142-7/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-141-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-122-0/+4
| |
* | 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-102-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-101-0/+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
| |