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
2013-07-145.0.9v5.0.9Frank Karlitschek
2013-07-12Merge pull request #3965 from dphi/fix_2846Thomas Müller
2013-07-11- eventsource.php: in case of potential CSRF attack we send an error message ...Thomas Müller
2013-07-105.0.8v5.0.8Frank Karlitschek
2013-07-08Merge pull request #3893 from owncloud/backport_1872Bart Visscher
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-08Merge https://github.com/owncloud/core/pull/3827Björn Schießle
2013-07-06Only retrieve the current user's permissionsMichael Gapczynski
2013-07-06Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman
2013-07-055.0.8 RCFrank Karlitschek
2013-07-06Backport of #3951 to stable5Thomas Müller
2013-07-05fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer
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-04manuall calculate unix_timestamp for oracleJörn Friedrich Dreyer
2013-07-04one if lessJörn Friedrich Dreyer
2013-07-04fix numRows usage in core libJörn Friedrich Dreyer
2013-07-04make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or D...Jörn Friedrich Dreyer
2013-07-03eddition string should be empty by defaultBjörn Schießle
2013-07-03add public apiBjörn Schießle
2013-07-03move to non-static OC_DefaultsBjörn Schießle
2013-07-03Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle
2013-07-03Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman
2013-07-03use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not setThomas Müller
2013-07-03in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better tha...Thomas Mueller
2013-07-03Merge pull request #3905 from owncloud/emit_signals_for_part_filesThomas Müller
2013-07-02introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle
2013-07-01Public upload featureRoman Geber
2013-07-01Merge pull request #3802 from owncloud/stable5_backport_oracle_fixesJörn Friedrich Dreyer
2013-07-01don't run hooks for .part filesBjörn Schießle
2013-07-01if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle
2013-07-01Merge pull request #3863 from owncloud/improved_footerBjörn Schießle
2013-07-01set default logo claim to ''Björn Schießle
2013-07-01Squashed commit of the following:Thomas Müller
2013-06-28request.php: add type check to the not empty check of a stringherbrechtsmeier
2013-06-28Overwrite host and webroot when forcessl is enabledherbrechtsmeier
2013-06-28PHP Strict standards: Non-static method OC_Defaults::themeExist() should not...Thomas Mueller
2013-06-28add logo claim to defaults.phpBjörn Schießle
2013-06-27make mail footer aware of different themesBjörn Schießle
2013-06-27remove unneeded if conditionBjörn Schießle
2013-06-27lib/defaults.php should only contain the default strings and read the other s...Björn Schießle
2013-06-26construct the foother in defaults.php so that we use always the same footerBjörn Schießle
2013-06-25Fix ugly error style on installMarkus Goetz
2013-06-20backport oracle related changes, mostly comments, but also setup related fixesJörn Friedrich Dreyer
2013-06-20remove deleted files when re-scanning a folderRobin Appelman