summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-271-1/+2
* Fixed delete cross positioning issue.Scott Barnett2011-09-271-3/+6
* Use OC_JSON for json responsesBart Visscher2011-09-252-7/+5
* files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz2011-09-241-0/+2
* Move some common code to OC_UtilBart Visscher2011-09-181-5/+2
* Show users shared with in the drop down for reshared filesMichael Gapczynski2011-08-243-12/+17
* Allow sharing of files shared with you - Bug: Doesn't show up as being shared...Michael Gapczynski2011-08-241-7/+15
* Clear the folder size cache for the 'Shared' folder when a new item is sharedMichael Gapczynski2011-08-241-1/+5
* Register OC_Share for autoloading and cleanup hooksMichael Gapczynski2011-08-222-31/+17
* Check that the files exist before adding them to the fakedirsMichael Gapczynski2011-08-221-15/+16
* Update documentation for unshareFromMySelf()Michael Gapczynski2011-08-221-1/+2
* One more bug fix in clearFolderSizeCache()Michael Gapczynski2011-08-201-1/+2
* Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizesMichael Gapczynski2011-08-201-22/+35
* Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski2011-08-201-5/+9
* Merge branch 'master' of git://anongit.kde.org/owncloudMichael Gapczynski2011-08-202-25/+25
|\
| * removed single quotes around publicly linked download fileJan-Christoph Borchardt2011-08-201-2/+2
| * single quotes in JavaScript & PHP, double quotes in HTMLJan-Christoph Borchardt2011-08-201-23/+23
* | Implement searching of files shared with youMichael Gapczynski2011-08-201-3/+19
|/
* Add getLocalFile() to OC_Filestorage_SharedMichael Gapczynski2011-08-191-0/+8
* Remove no longer needed functions in OC_Filestorage_SharedMichael Gapczynski2011-08-191-44/+0
* Full support for viewing public links from sharing drop downMichael Gapczynski2011-08-192-5/+15
* Remove some scripts, now you can actually download the files in a public link...Michael Gapczynski2011-08-181-4/+2
* Add downloadURL to files templates for both public links and filesMichael Gapczynski2011-08-181-7/+7
* Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski2011-08-182-0/+86
* Merge public link icon checkMichael Gapczynski2011-08-181-14/+5
* Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski2011-08-171-0/+6
* Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski2011-08-171-8/+10
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-172-2/+3
* Remove navigation entry for shared filesMichael Gapczynski2011-08-171-6/+1
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-172-13/+22
* Fix my last commit 9ee4fcMichael Gapczynski2011-08-171-2/+4
* Only show 'Shared' directory if files are shared with youMichael Gapczynski2011-08-171-1/+3
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-172-39/+29
* Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-163-10/+33
* Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-161-1/+1
|\
| * fix problem with building the IN queryRobin Appelman2011-08-171-1/+1
* | Initial merging of files_sharing and files_publiclinkMichael Gapczynski2011-08-162-49/+64
|/
* Display public icon next to publicly shared filesMichael Gapczynski2011-08-161-0/+14
* Public link folder uploading not implemented, comment out checkbox for it in ...Michael Gapczynski2011-08-161-1/+1
* This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-0/+1
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-152-19/+25
* Additional user group sharing support and more clean-up in the constructorMichael Gapczynski2011-08-152-46/+59
* Refactor getUserAndGroups() for new user group sharing standard - user@groupMichael Gapczynski2011-08-141-15/+15
* Change OC_GROUP to OC_GroupMichael Gapczynski2011-08-141-1/+1
* OC_Share constructor refactored for user group sharingMichael Gapczynski2011-08-122-28/+52