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
2015-06-17Fix return value for OCP PHPDocMorris Jobke
2015-06-17Fix OCP PHPDocMorris Jobke
2015-06-03OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma
2015-05-20Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke
2015-05-02Add use statementLukas Reschke
2015-04-07When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling
2015-04-04Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer
2015-03-26Merge pull request #15193 from owncloud/stable8-15145Vincent Petry
2015-03-26Merge pull request #14914 from owncloud/backport-14766-compare-array-insertif...Vincent Petry
2015-03-25Properly catch whether a share is `null`Lukas Reschke
2015-03-25Add `getNonExistingName()` to the node apiRobin Appelman
2015-03-16Also add a note that clob does not work in the compare arrayJoas Schilling
2015-03-16Fix doc blocks of insertIfNotExists() methodJoas Schilling
2015-03-16let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller
2015-03-16Allow specifying the compare-array for insertIfNotExists()Joas Schilling
2015-03-0614719 without public APILukas Reschke
2015-03-05Fix totally broken AppStoreLukas Reschke
2015-02-27Add "throws" lines to calling methods and interface aswellJoas Schilling
2015-02-17URLEncode logout attributeLukas Reschke
2015-01-27Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry
2015-01-27Fix return type of addStorageWrapper in PHPDocVincent Petry
2015-01-27Merge pull request #13676 from owncloud/fix-node-ifaceThomas Müller
2015-01-26fix node interfaceBernhard Posselt
2015-01-23Add a method to set/unset multiple config values in one callJoas Schilling
2015-01-22Do not call wrapStorage if storate with same name added twiceVincent Petry
2015-01-15Add PHPDoc for `urlParams`Lukas Reschke
2015-01-14Add PHPDoc for magic property 'server'Lukas Reschke
2015-01-09Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke
2015-01-07add Download logfile button to admin settingsGeorg Ehrke
2015-01-02add SIZE_ALL constJörn Friedrich Dreyer
2015-01-02fix visibilityJörn Friedrich Dreyer
2015-01-02move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer
2015-01-02add paged providerJörn Friedrich Dreyer
2014-12-28Adding basement for the direct download urlThomas Müller
2014-12-23Intelligent containerBernhard Posselt
2014-12-22Merge pull request #12969 from owncloud/clarify-docsMorris Jobke
2014-12-22Merge pull request #12983 from owncloud/root-ifaceMorris Jobke
2014-12-21add an interface for the root folder so apps have an interface to deal with s...Bernhard Posselt
2014-12-21Merge pull request #12982 from owncloud/timefac-ifaceThomas Müller
2014-12-20add an interface for the timefactory classBernhard Posselt
2014-12-19Merge pull request #12749 from owncloud/server2server-sharing-ngBjörn Schießle
2014-12-19Merge pull request #12101 from owncloud/ldap_split_mappingblizzz
2014-12-19Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-12-19Fix typoLukas Reschke
2014-12-19Clarify return valuesLukas Reschke
2014-12-19Merge pull request #12956 from owncloud/jenkins-user-backend-namesThomas Müller
2014-12-19introduce names for user backends - IUserBackendMorris Jobke
2014-12-19Merge pull request #12879 from owncloud/mountconfigMorris Jobke
2014-12-17add isAdmin and isInGroup methods for the group managerBernhard Posselt