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
2014-04-23Merge pull request #8298 from owncloud/backport_6290_to_stable5Thomas Müller
2014-04-22backport #6290 to stable5Jörn Friedrich Dreyer
2014-04-17Verify that a file exists before we share itRobin Appelman
2014-03-13finally fix the paths for the OCS Share APIBjoern Schiessle
2014-03-11fix path creation for re-shares, issue #7662Bjoern Schiessle
2014-02-27Backported logException from stable6Vincent Petry
2013-10-23backport search in shared files to stable5Jörn Friedrich Dreyer
2013-10-16Merge pull request #5229 from owncloud/more-link-expiration-stable5Thomas Müller
2013-10-11make sure that we only find file/folder sharesBjoern Schiessle
2013-10-09Perform expiration date checking before returning share data for token.Andreas Fischer
2013-09-23make sure that both $permissions and $oldPermissions have the same typeBjoern Schiessle
2013-09-23only remember password if the user changes the permissions, otherwise the use...Bjoern Schiessle
2013-09-06remove some more debug outputBjoern Schiessle
2013-09-06Merge branch 'stable5' into fix_4533Bjoern Schiessle
2013-09-05remove some error_logsBjoern Schiessle
2013-09-05remove error logsBjoern Schiessle
2013-09-05if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle
2013-09-02add searchByMime to public apiJörn Friedrich Dreyer
2013-08-17Sharing: only determine path root if owner is availableArthur Schiwon
2013-08-01cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle
2013-07-30fixes #4026Thomas Müller
2013-07-15Only emit permissions hook for files and and include pathMichael Gapczynski
2013-07-08Merge pull request #3970 from owncloud/backport-3946-stable5Thomas Müller
2013-07-08Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixesJörn Friedrich Dreyer
2013-07-08Squashed commit of the following:Thomas Müller
2013-07-06Backport of #3951 to stable5Thomas Müller
2013-07-04Oracle doesn't know & as bitwise ANDBart Visscher
2013-07-04for oracle use BITAND() instead of & in sharing permissions sqlJörn Friedrich Dreyer
2013-07-04fix type of numeric columnsJörn Friedrich Dreyer
2013-07-04check item id is setJörn Friedrich Dreyer
2013-07-04add missing backticksJörn Friedrich Dreyer
2013-07-03add public apiBjörn Schießle
2013-06-14add missing backticks all over the placeJörn Friedrich Dreyer
2013-05-31fixes for pgsqlFlorin Peter
2013-05-31changed deprecated classFlorin Peter
2013-05-31fixes if cache returns falseFlorin Peter
2013-05-31fix $parent/$source typoFlorin Peter
2013-05-31fix indentionBjörn Schießle
2013-05-31remove unnecessary variableBjörn Schießle
2013-05-31use public API for error handling; improved while conditionBjörn Schießle
2013-05-31for external storages we never reach the path 'files', instead we need to lea...Björn Schießle
2013-05-31if one public link share was found, we don't have to check it for the other f...Björn Schießle
2013-05-31check list of users with access to the file from the bottom to the top. This ...Björn Schießle
2013-05-24add post hooks to share API, needed by the encryption appBjörn Schießle
2013-05-24add post hooks to share API, needed by the encryption appBjörn Schießle
2013-05-24backport changes to share.php to enable the encryption app to get all users w...Björn Schießle
2013-05-17Initialize collectionTypes variable as falseMichael Gapczynski
2013-03-11Merge pull request #2183 from owncloud/fix-shared-statuses-againBernhard Posselt
2013-03-08use pre_unshare hook, otherwise the share is already removed. Which means tha...Björn Schießle
2013-03-08Fix #2080 and fix #2141Michael Gapczynski