summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-1/+1
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
* Sharing: Add a filename after public share linkBart Visscher2012-04-141-4/+4
* Sharing: Don't get share icon for undefined filenameBart Visscher2012-04-141-1/+4
* Sharing: Define missing template varsBart Visscher2012-04-141-0/+2
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-0/+3
* Make users only able to share with users in groups they belong toMichael Gapczynski2012-03-282-12/+24
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-1/+7
* merge master into encryptionRobin Appelman2012-02-261-9/+1
|\
| * missed one is_writeableRobin Appelman2012-02-261-1/+1
| * chunked implementation for readfileRobin Appelman2012-02-261-8/+0
* | Merge branch 'master' into encryptionRobin Appelman2012-02-252-2/+3
|\|
| * Sharing dropdown width fixed.Marvin Thomas Rabe2012-02-232-2/+3
* | add stream wrapper for in-memory files and dont use global variables for the ...Robin Appelman2012-02-211-2/+1
|/
* Fix overwriting of internal sharing for shared folders - bug oc-260Michael Gapczynski2012-02-181-1/+1
* Temporary fix for sharing filesMichael Gapczynski2012-02-171-6/+9
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-131-3/+1
* Fix wrong var name in sharedstorage.phpBart Visscher2012-02-081-2/+2
* writable not writeableRobin Appelman2012-02-051-5/+5
* prevent sharing from making aditional http requests while scanningRobin Appelman2012-02-011-0/+1
* dont try to use the filesystem when it isnt setup yetRobin Appelman2012-01-311-1/+1
* Merge branch 'master' into filesystemRobin Appelman2012-01-301-1/+0
|\
| * Sharing app needs to be loaded for public link of file in Shared folder - fix...Michael Gapczynski2012-01-301-1/+0
* | merge master into filesystemRobin Appelman2012-01-302-2/+31
|\|
| * Emit hooks in OC_Share when sharing a file and forward hooks for deletion and...Michael Gapczynski2012-01-162-2/+31
* | merge master into filesystemRobin Appelman2012-01-082-13/+12
|\|
| * Fix return for empty Shared folder in opendir()Michael Gapczynski2012-01-011-12/+8
| * Fix shared status for files inside a shared folderMichael Gapczynski2011-12-171-0/+1
| * make the sharing app return the corrrect result for is_writable on the shared...Robin Appelman2011-12-161-1/+3
* | Merge branch 'master' into filesystemRobin Appelman2011-12-116-6/+6
|\|
| * apps files_sharing - fix in share.js to check the "can edit" checkbox -krzaczek2011-11-181-1/+1
| * apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax filekrzaczek2011-11-184-4/+4
| * apps file_sharing krzaczek2011-11-181-1/+1
* | tell the user when the files are being scannedRobin Appelman2011-11-101-23/+6
* | provide caching for file metadataRobin Appelman2011-11-092-8/+8
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-16/+0
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-22/+0
* | remove the need to register storage providers, pass the classname during moun...Robin Appelman2011-11-082-2/+1
|/
* Try to avoid closing the share box too soon on multiple selectionsBrice Maron2011-11-061-0/+1
* attempt to manage some special chars in file listBrice Maron2011-11-011-3/+3
* Add caching for filelist sharing icon status to avoid many http req.Brice Maron2011-10-201-0/+5
* Add 3 More log writing in files sharing appBrice Maron2011-10-182-0/+3
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+5
* Correct little typo/bug in log display and remove ending php tagBrice Maron2011-10-181-2/+0
* Fix file sharing : Don't give a unused param to executeBrice Maron2011-10-171-1/+1
* Merge commit 'refs/merge-requests/52' of git://gitorious.org/owncloud/ownclou...Marvin Thomas Rabe2011-10-061-2/+3
|\
| * Fixed the file sharing listing bug (filename is empty when it has no extensio...Borjan Tchakaloff2011-10-051-2/+3
* | Added the missing quotes on the filename.Borjan Tchakaloff2011-10-051-1/+1
|/
* Added translatable text.Marvin Thomas Rabe2011-10-021-6/+6
* Check if the application is actually enabledBart Visscher2011-09-307-3/+10