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
2013-01-19Sanitize the exceptionLukas Reschke
2012-08-10Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski
2012-07-30Add additional error handling for emailing private linksMichael Gapczynski
2012-07-30Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski
2012-07-30Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski
2012-07-30Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-07-20Added CSRF checksLukas Reschke
2012-07-17Sharing: offer an option to allow sharing with everyone, i.e. do not check gr...Arthur Schiwon
2012-07-16latin1 => utf8. I thought I did this a month ago?Thomas Tanghus
2012-07-13update script to fix fscacheBjoern Schiessle
2012-07-12Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski
2012-07-12Sanitize toaddress for emailing private linksMichael Gapczynski
2012-07-01Don't reload the page after sending private link to email addressMichael Gapczynski
2012-06-27Don't overwrite fake directory stream for Shared storageMichael Gapczynski
2012-06-16Check for '\' as well when searching for parent folders, because Windows retu...Michael Gapczynski
2012-06-14reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4Arthur Schiwon
2012-06-13Fix incorrect creation of filesystem for user@group in data folder during sharesMichael Gapczynski
2012-06-08Sharing, fix: connect to hooks from the correct classesArthur Schiwon
2012-05-31use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek
2012-05-24Fix private link sharing via email, fix for bug oc-750Michael Gapczynski
2012-05-18mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek
2012-05-18Hooks aren't working across different users' filesystems, so update the mtime...Michael Gapczynski
2012-05-18Fix private links inside foldersMichael Gapczynski
2012-05-17Try to setup a user's filesystem if the user hasn't logged in before and is s...Michael Gapczynski
2012-05-16Fix incorrect toaddress being passed for emailing private linksMichael Gapczynski
2012-05-15Create a new OC_Share object instead of manually inserting rows when adding a...Michael Gapczynski
2012-05-15Check if a file is encrypted before sharing (encrypted files cannot be shared)Michael Gapczynski
2012-05-15Check if a private link points to a folder or file and change text accordinglyMichael Gapczynski
2012-05-15Fix private link emailing and clean up file name displayed in emailMichael Gapczynski
2012-05-15Replace all %2F with a / in private linkMichael Gapczynski
2012-05-15removing executable bit - againThomas Mueller
2012-05-15Use original source when resharing a file, fixes bug oc-210Michael Gapczynski
2012-05-15cache app types during install or updateRobin Appelman
2012-05-14selective app loading for remote/publicRobin Appelman
2012-05-14set public handeler in info,xml for sharingRobin Appelman
2012-05-12Encoded slashes (%2F) don't look pretty in our private link urlsMichael Gapczynski
2012-05-12Turn async off when fetching users to make sure the users get removed from th...Michael Gapczynski
2012-05-11Prevent overwriting of private link statusMichael Gapczynski
2012-05-11Only mount shared storage after a user has logged in, fixes shared folder not...Michael Gapczynski
2012-05-10Make email private link submit on enter as wellMichael Gapczynski
2012-05-10Fix unsharing files also deleting private link, bug fix for oc-251Michael Gapczynski
2012-05-10Skip over users that have already been shared with when sharing with a groupMichael Gapczynski
2012-05-10Fix renaming of shared files if target already exists, bug fix for oc-81Michael Gapczynski
2012-05-10Go back to updating mtime of shared folder to invoke a file cache rescanMichael Gapczynski
2012-05-09fix creating the shared folder when the user home folder is not in the root m...Robin Appelman
2012-05-09Still trying to fix some sharing use casesMichael Gapczynski
2012-05-09Sharing: even if a user has more groups in common, he should appear only once...Arthur Schiwon
2012-05-08Set Content-Disposition to attachment for shared private linksMichael Gapczynski
2012-05-08Avoid touch operation when unshare public linkBrice Maron
2012-05-07Forgot to set token variableMichael Gapczynski