Commit Graph

39 Commits (2f8ebd03b011b705883bf9666b1bdaafb971f110)

Author SHA1 Message Date
Thomas Müller 23a4d0d44e OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 11 years ago
Robin Appelman 6b4c3df087 Load a separate config (if present) when running unit tests 11 years ago
st3so a2cae551f3 fixing typo in redirection query string 11 years ago
Joan 2abea96462 Disabled internet checking as mentioned when in proxy mode 11 years ago
Frank Karlitschek 61296ed7bb lower required php version to 5.3.3 11 years ago
Frank Karlitschek 7ca0de9bd3 make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734 11 years ago
Thomas Mueller 228f1788fa add new function to generate the human readable version string based on version, channel and build number 11 years ago
Thomas Müller cd1cf58875 Fixing the warning notifications 11 years ago
Vincent Petry 69e8e7dbd5 Now using the "Home" storage detection approach for quota 11 years ago
Vincent Petry 356eef0739 Quota storage wrapper is now used for all users in sharing mode 11 years ago
Bart Visscher 368342a085 Update error messages 12 years ago
Bart Visscher bcf56b0407 Use \Patchwork\Utf8\Bootup::initLocale 12 years ago
Bart Visscher a6d8854d2a Make working en_US.UTF-8 locale a hard requirement 12 years ago
Thomas Müller 3f42c890be we should check if a user is logged in before we check for admin privilege 12 years ago
Thomas Müller 124984905e introduce OC_Helper::linkToDocs() 12 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 12 years ago
Frank Karlitschek 6a60a47d59 add options to disable the check for a working .htaccess file in data and for a working WebDAV server. This are advanced settings that are needed in special situations where our check fail and the user runs into an http timeout. 12 years ago
Vincent Petry 52e31405f7 Added timeout value to WebDAV post setup check 12 years ago
Frank Karlitschek 3f29e4ebea a few styleguide fixes 12 years ago
Frank Karlitschek 72b30e3e45 correctly expire cache if version file changed. Fixes problem that ownCloud only starts upgrading during login 12 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 12 years ago
Bart Visscher 61a9098b7d Add Helper and URLGenerator interfaces to server container 12 years ago
Frank Karlitschek 47666796a7 ups. remove debug 12 years ago
Frank Karlitschek e49ee47e7b use Filesystem::isIgnoredDir 12 years ago
Frank Karlitschek f0a98cc923 fix typo 12 years ago
Frank Karlitschek 6d95436695 add public static 12 years ago
Frank Karlitschek e40afbebc6 make it possible to prepopulate a new user gome with a skeleton 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Evgeni Golov b6fc143074 cURL does not honour default_socket_timeout 12 years ago
Bjoern Schiessle 03d5ea6cec check not only if the keyfile folder exists but also if it contains keyfiles 12 years ago
Bjoern Schiessle 9bb244cc59 check every enabled app if the remember login feature needs to be disabled 12 years ago
Bjoern Schiessle c486fc7608 introduce OC_Util::rememberLoginAllowed() 12 years ago
Bjoern Schiessle b693b5085c don't remember login if the encrypion app is enabled because the user 12 years ago
Thomas Müller ce58c32c90 using OC_Config::$object->setValue in order to get the underlying exception thrown up to the caller 12 years ago
Thomas Müller af2164bbcb no further comment - which dev did not test this BEFORE submitting the pull request? 12 years ago
Bjoern Schiessle 77adaee645 enable user to inform recipients about a shared file by mail 12 years ago
kondou 8dd93c8c02 Fix some phpdoc and camelcase 12 years ago
Thomas Müller 1c258087c9 fixing typos 12 years ago
kondou 65d802329f Fix some naming and spacing in lib/util.php 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Markus Goetz 3972198b61 Cache OC_Util::checkServer() result in session 12 years ago
Andreas Fischer d73285c186 Do not mention php.ini, it may be defined in xcache.ini or so. 12 years ago
Andreas Fischer 7fa53eae7f Make it clear that log message is about the XCache opcode cache. 12 years ago
Andreas Fischer 799106db81 Clear xCache OpCode cache instead of variable cache in clearOpcodeCache(). 12 years ago
Bjoern Schiessle 53bb89824d check if some encrypted files are left after the app was disabled and warn the user 12 years ago
Thomas Müller 507e48ee56 don't call xcache_clear_cache on clearOpcodeCache() in case admin auth is enabled for xcache in php.ini 12 years ago
Georg Ehrke 1c9d52774e update indexes of oc_permissions 12 years ago
Georg Ehrke dcc92445a0 allow permissions.user to be null as suggested by @butonic 12 years ago
Thomas Müller 085fdfec2f adding unit tests for OC_Util::basename 12 years ago
Thomas Mueller e2d3225e5a implement a platform independent version of basename 12 years ago