Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-01Check if the application is actually enabledBart Visscher
2011-09-28Add flag in info.xml to control the apps that are installed by defaultBart Visscher
2011-09-26Fixed delete cross positioning issue.Scott Barnett
2011-09-26Use OC_JSON for json responsesBart Visscher
2011-09-24files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz
2011-09-18Move some common code to OC_UtilBart Visscher
2011-08-25Show users shared with in the drop down for reshared filesMichael Gapczynski
2011-08-24Allow sharing of files shared with you - Bug: Doesn't show up as being shared...Michael Gapczynski
2011-08-24Clear the folder size cache for the 'Shared' folder when a new item is sharedMichael Gapczynski
2011-08-22Register OC_Share for autoloading and cleanup hooksMichael Gapczynski
2011-08-22Check that the files exist before adding them to the fakedirsMichael Gapczynski
2011-08-22Update documentation for unshareFromMySelf()Michael Gapczynski
2011-08-20One more bug fix in clearFolderSizeCache()Michael Gapczynski
2011-08-20Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizesMichael Gapczynski
2011-08-20Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski
2011-08-20Merge branch 'master' of git://anongit.kde.org/owncloudMichael Gapczynski
2011-08-20Implement searching of files shared with youMichael Gapczynski
2011-08-20removed single quotes around publicly linked download fileJan-Christoph Borchardt
2011-08-20single quotes in JavaScript & PHP, double quotes in HTMLJan-Christoph Borchardt
2011-08-20Add getLocalFile() to OC_Filestorage_SharedMichael Gapczynski
2011-08-20Remove no longer needed functions in OC_Filestorage_SharedMichael Gapczynski
2011-08-19Full support for viewing public links from sharing drop downMichael Gapczynski
2011-08-19Remove some scripts, now you can actually download the files in a public link...Michael Gapczynski
2011-08-19Add downloadURL to files templates for both public links and filesMichael Gapczynski
2011-08-18Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski
2011-08-18Merge public link icon checkMichael Gapczynski
2011-08-18Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski
2011-08-18Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski
2011-08-18-1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski
2011-08-18Remove navigation entry for shared filesMichael Gapczynski
2011-08-18New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski
2011-08-17Fix my last commit 9ee4fcMichael Gapczynski
2011-08-17Only show 'Shared' directory if files are shared with youMichael Gapczynski
2011-08-17Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski
2011-08-17Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski
2011-08-17Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski
2011-08-17Initial merging of files_sharing and files_publiclinkMichael Gapczynski
2011-08-17fix problem with building the IN queryRobin Appelman
2011-08-16Display public icon next to publicly shared filesMichael Gapczynski
2011-08-16Public link folder uploading not implemented, comment out checkbox for it in ...Michael Gapczynski
2011-08-16This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski
2011-08-16Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski
2011-08-16Additional user group sharing support and more clean-up in the constructorMichael Gapczynski
2011-08-14Refactor getUserAndGroups() for new user group sharing standard - user@groupMichael Gapczynski
2011-08-14Change OC_GROUP to OC_GroupMichael Gapczynski
2011-08-13OC_Share constructor refactored for user group sharingMichael Gapczynski
2011-08-13Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski
2011-08-12Change the share file action icon if the file is already shared with someoneMichael Gapczynski
2011-08-12Remove hardcoded http:// when generating public linksMichael Gapczynski
2011-08-11Make unshare work from dropdownMichael Gapczynski