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
path: root/lib
AgeCommit message (Expand)Author
2015-07-27check if the user is trying to scan a valid pathRobin Appelman
2015-07-16Merge pull request #17158 from owncloud/backport-15772-no-permission-restrict...Morris Jobke
2015-07-13Fix DAV propfind callVincent Petry
2015-07-09Merge pull request #17326 from owncloud/stable8-catch-notpermittedMorris Jobke
2015-07-09Merge pull request #17405 from owncloud/stable8-backport-17095Morris Jobke
2015-07-08Merge pull request #17172 from owncloud/view-emit-path-stable8Morris Jobke
2015-07-06Remove unneeded part fileMorris Jobke
2015-07-06[updater] propagate error case properlyMorris Jobke
2015-07-06Added error message on initMountpoints exceptionMorris Jobke
2015-07-03call post_addToGroup als for class OC_User because sharing and LDAP are using...Bjoern Schiessle
2015-07-03owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle
2015-07-02Properly handle NotPermittedException in SabreDAVMorris Jobke
2015-07-02Delete OCS ID from DB if none is specifiedLukas Reschke
2015-07-01Use UTF-8 mode for preg_split and preg_replaceLukas Reschke
2015-06-29Add oc version to app store requests in stable8Joas Schilling
2015-06-29fix check if hooks should be emited in runHooksRobin Appelman
2015-06-29emit hooks from a view as long as the path is inside the default rootRobin Appelman
2015-06-25dont allow using null as view rootRobin Appelman
2015-06-25Merge pull request #17157 from rullzer/stable8-backport-17136Thomas Müller
2015-06-25Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling
2015-06-25Correctly select file cache values also when checking group sharesJoas Schilling
2015-06-25set NULL correctly in password updateRoeland Jago Douma
2015-06-25Backport of #15592 to stable8Thomas Müller
2015-06-22Merge pull request #16579 from owncloud/stable8-cors-no-cookie-authThomas Müller
2015-06-22Merge pull request #16734 from owncloud/stable8-dav-getremoteetagThomas Müller
2015-06-22Allow multiple whitespace in type hints in AppFrameworkRobin McCorkell
2015-06-17Fix return value for OCP PHPDocMorris Jobke
2015-06-17Fix OCP PHPDocMorris Jobke
2015-06-09Merge pull request #16630 from owncloud/stable8-quota-onlyforfilesMorris Jobke
2015-06-09Merge pull request #16738 from rullzer/ocs_set_password_backportMorris Jobke
2015-06-09Merge pull request #16660 from owncloud/stable8-returnfileidbugJoas Schilling
2015-06-09Do not use digits in random index namesVictor Dubiniuk
2015-06-03Password set via OCS API should not be double escapedRoeland Jago Douma
2015-06-03No injectionsRoeland Jago Douma
2015-06-03OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma
2015-06-03Get etag from remote OC serverVincent Petry
2015-06-01Properly return fileid when scanFile() did not find differencesVincent Petry
2015-06-01Ensure that passed argument is always a stringLukas Reschke
2015-06-01Clean application identifier before processingLukas Reschke
2015-06-01Make getSourcePath accessible for storage wrappersRobin Appelman
2015-05-29Only use quota stream wrapper on "files"Vincent Petry
2015-05-29Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installedThomas Müller
2015-05-28Merge pull request #15306 from netzkolchose/stable8Thomas Müller
2015-05-27disallow cookie auth for cors requestsBernhard Posselt
2015-05-26Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissionsBjörn Schießle
2015-05-21Do not automatically add "update" permission to shared mountsVincent Petry
2015-05-21Skip disable3rdParty AppsSteffen Lindner
2015-05-20Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke
2015-05-20Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-...Morris Jobke
2015-05-18replace 'oc_' with dbtableprefix form config for temporary table names and in...martin-rueegg