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-08-03Add database backend for high level lockingRobin Appelman
2015-08-03split off keeping track of acquire locksRobin Appelman
2015-07-31always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle
2015-07-31[tx-robot] updated from transifexJenkins for ownCloud
2015-07-30Merge pull request #17981 from owncloud/correct-regexThomas Müller
2015-07-30Merge pull request #17963 from owncloud/remove-derecated-mysql-functionsMorris Jobke
2015-07-30Check for PDO instead of removed function for PHP 7 compatibilityLukas Reschke
2015-07-30Correct regular expressionsLukas Reschke
2015-07-30[tx-robot] updated from transifexJenkins for ownCloud
2015-07-30- more injectionThomas Müller
2015-07-30Moving mysql setup code over to DoctrineThomas Müller
2015-07-29Remove remainings of mssqlThomas Müller
2015-07-29Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef...Robin McCorkell
2015-07-29Disable filesystem_check_changes by defaultVincent Petry
2015-07-29[tx-robot] updated from transifexJenkins for ownCloud
2015-07-28Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke
2015-07-28Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_fileRoeland Douma
2015-07-28[tx-robot] updated from transifexJenkins for ownCloud
2015-07-27Merge pull request #17902 from owncloud/fix_17898Vincent Petry
2015-07-27Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller
2015-07-27Pass config dir as parameter to detection classRoeland Jago Douma
2015-07-27Proper deprecate methodsRoeland Jago Douma
2015-07-27Loading of mapping/aliases is done in classRoeland Jago Douma
2015-07-27Move mimetypedetection to files/type/detectionRoeland Jago Douma
2015-07-27Added mimetype detectorRoeland Jago Douma
2015-07-27get header size before we open the file to avoid locking exceptionBjoern Schiessle
2015-07-27Merge pull request #17879 from owncloud/scan-check-pathThomas Müller
2015-07-27check if the user is trying to scan a valid pathRobin Appelman
2015-07-27Add PHPDoc for classes and interfacesMorris Jobke
2015-07-24Merge pull request #17838 from owncloud/sharing-password-policy-masterThomas Müller
2015-07-24Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller
2015-07-24Remove commented codeMorris Jobke
2015-07-23Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt
2015-07-23Fix PHPDoc on setPasswordThomas Müller
2015-07-23Only set is encrypted when encryption is enabledJoas Schilling
2015-07-23Use a hook to integrate sharing password verificationThomas Müller
2015-07-21Add a log message when the Doctrine Query Builder is retrievedJoas Schilling
2015-07-21Comment out LIMIT 0 case because of the mixed resultsJoas Schilling
2015-07-21Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling
2015-07-21Fix existing usages by removing the quotesJoas Schilling
2015-07-21Add unit tests and automatic quotingJoas Schilling
2015-07-21Use the public interface and our method instead of the doctrine thingJoas Schilling
2015-07-21Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling
2015-07-21Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke
2015-07-21Merge pull request #17766 from owncloud/escape-ampersandRoeland Douma
2015-07-21[tx-robot] updated from transifexJenkins for ownCloud
2015-07-21Escape ampersand in logout URLMorris Jobke
2015-07-20Merge pull request #17743 from owncloud/return-proper-statuscodesBernhard Posselt
2015-07-20Return proper status code in case of a CORS exceptionLukas Reschke
2015-07-20Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling