Commit Graph

4295 Commits (7fa53eae7fffcb517f56c96a9f2f67db5ef0d643)

Author SHA1 Message Date
Andreas Fischer 7fa53eae7f Make it clear that log message is about the XCache opcode cache. 13 years ago
Andreas Fischer 9770f52da6 xCache -> XCache 13 years ago
Andreas Fischer 49cfd08f08 Add link to XCache API in class documentation. 13 years ago
Andreas Fischer 341d9caf79 xcache_unset_by_prefix() returns feedback, return it. 13 years ago
Andreas Fischer 799106db81 Clear xCache OpCode cache instead of variable cache in clearOpcodeCache(). 13 years ago
Andreas Fischer 8d762f659a Allow usage of xCache variable cache if xcache_unset_by_prefix() is present. 13 years ago
Andreas Fischer fb2761a203 Do not define xcache_unset_by_prefix() if it does not exist. 13 years ago
Thomas Müller c84171cec0 don't use xcache in case admin auth is enabled in php.ini - this can cause issues 13 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 13 years ago
Jenkins for ownCloud 98f836363a [tx-robot] updated from transifex 13 years ago
Morris Jobke 062769ab61 Remove noisy Log/Debug message 13 years ago
Bjoern Schiessle df358dfef5 fix function call for searUsers() 13 years ago
Bjoern Schiessle ab6e47b44a oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work. 13 years ago
Bart Visscher d563367b0f More style fixes 13 years ago
Bart Visscher 83988a5906 Fix stupid bug 13 years ago
Bart Visscher 0783267e2c Move query processing after the check for prepared statement cache 13 years ago
Jan-Christoph Borchardt 367b248bc0 show 'More apps' link to app administration directly in app navigation 13 years ago
Bart Visscher 2cc94cbc73 Style fixes 13 years ago
Jenkins for ownCloud 0deae7b86f [tx-robot] updated from transifex 13 years ago
Thomas Müller 464afb5eca use isset to prevent undefined index 13 years ago
Thomas Müller 33d78ab9c7 fixing PHPDoc 13 years ago
Thomas Müller b716d035c3 fixing PHPDoc 13 years ago
Andreas Fischer e03d9e3aa0 Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog. 13 years ago
Thomas Müller b229381dda initialize $plural_form_string with English default 13 years ago
Robin Appelman 3534c3b373 add reveal mimetype 13 years ago
Thomas Müller e04bf0aaeb unit tests for plural translations added 13 years ago
Thomas Müller 35a42da3ca PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction 13 years ago
Bart Visscher fd317f599b Simplify OC_DB transaction functions 13 years ago
Bart Visscher 5ffb8fac24 Use function to create schema manager 13 years ago
Robin Appelman 258e54182a remove invalid type hinting and cleanup namespaces a bit 13 years ago
Bernhard Posselt f5c3a346b0 make log date configurable, default to iso 8601 13 years ago
Bart Visscher 59c5529a2b Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager 13 years ago
Bart Visscher 9432885428 Change OC_DB_Schema to use DI for db connection object 13 years ago
Lennart Rosam 79351d064f Make default language configurable via config.php 13 years ago
Jakob Sack 2f17dcdba8 Fix syntax error. 13 years ago
Jakob Sack eee2c369d9 Fix copy and paste errors in l10n.php 13 years ago
Jakob Sack 9673a563b5 Create plural functions on the fly 13 years ago
kondou 1b567b2ad1 Don't throw a fatal, if is_file() parameter isn't 13 years ago
Jakob Sack 495e44e76c Update l10n.php to read plural_forms string 13 years ago
Bjoern Schiessle 9253627327 cancel sharing if some users doesn't have a working encryption set-up. 13 years ago
Jenkins for ownCloud b037f2dc6e [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 761f40328c [tx-robot] updated from transifex 13 years ago
Thomas Müller 17c36b5074 fixes #4026 13 years ago
Jenkins for ownCloud 88e1ccbce3 [tx-robot] updated from transifex 13 years ago
Thomas Müller 085fdfec2f adding unit tests for OC_Util::basename 13 years ago
Andreas Fischer 89f8f8e42d app migrate: Use = instead of LIKE as described in the comment above. 13 years ago
Robin Appelman 74c54587ec better variable naming 13 years ago
Thomas Mueller e2d3225e5a implement a platform independent version of basename 13 years ago
Robin Appelman dea3472ad7 remove unneeded 'use' 13 years ago
Robin Appelman 64774f30ba dont need to explicitly pass by reference 13 years ago