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-06-03Get etag from remote OC serverVincent Petry
2015-06-01Ensure that passed argument is always a stringLukas Reschke
2015-06-01Clean application identifier before processingLukas Reschke
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-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
2015-05-15Merge pull request #15974 from owncloud/backport-15549Vincent Petry
2015-05-13Merge pull request #15797 from owncloud/stable8-backport-15489Jörn Friedrich Dreyer
2015-05-12Check if cURL supports the desired featuresLukas Reschke
2015-05-08Fix the share mail notification when the item is in a folderJoas Schilling
2015-05-08Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465Lukas Reschke
2015-05-06Use existing IRequest to not read php://input multiple timesLukas Reschke
2015-05-06Fix singe user mode on public.php - take twoThomas Müller
2015-05-06Fix single user check in case no user is logged inThomas Müller
2015-05-06block webdav in single user modeRobin Appelman
2015-05-06Don't depend on always_populate_raw_post_dataLukas Reschke
2015-05-06Don't display errors and log themLukas Reschke
2015-05-04Fix scrutinizer complains and return type docJoas Schilling
2015-05-04Correctly remove the protocol before prepeding itJoas Schilling
2015-05-04Correctly generate the feedback URL for remote shareJoas Schilling
2015-05-02Add use statementLukas Reschke
2015-04-30clarify the duplication of the $params arrayJens-Christian Fischer
2015-04-30don't update identical valuesJens-Christian Fischer
2015-04-28Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke
2015-04-28Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfilesMorris Jobke
2015-04-28Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-sha...Morris Jobke
2015-04-28Merge pull request #15287 from dratini0/stable8Morris Jobke
2015-04-23Throw ServerNotAvailableException alwaysMorris Jobke
2015-04-23fix cherrypickingJörn Friedrich Dreyer
2015-04-23throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer
2015-04-23throw exception if setup is incompleteMorris Jobke
2015-04-23do not disclose information, show generic error on login pageJörn Friedrich Dreyer
2015-04-16Revert "Revert "[stable8] Properly add trailing slash to mount point""Morris Jobke
2015-04-16Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller
2015-04-16Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpointJörn Friedrich Dreyer
2015-04-16Merge pull request #15577 from owncloud/isolation-level-stable8Thomas Müller
2015-04-14Do not return shares for files outside "files"Vincent Petry
2015-04-13Using TRANSACTION_READ_COMMITTEDThomas Müller
2015-04-13Properly add trailing slash to mount pointVincent Petry
2015-04-12Add "Reply-To" support for sharing notificationsLukas Reschke
2015-04-10fixes #15326Jörn Friedrich Dreyer
2015-04-10Catch more exceptions when connecting to remote DAV serverVincent Petry
2015-04-07When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling
2015-04-07Fix the exception messagesJoas Schilling
2015-04-04Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer