Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-18 | 134 | -222/+76 |
| | |||||
* | Merge pull request #14273 from owncloud/require-at-least-apcu-4-0-6 | Lukas Reschke | 2015-02-18 | 3 | -0/+21 |
|\ | | | | | Use APCu only if available in version 4.0.6 and higher | ||||
| * | Use APCu only if available in version 4.0.6 and higher | Lukas Reschke | 2015-02-17 | 3 | -0/+21 |
| | | | | | | | | | | | | | | | | APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8 | ||||
* | | Merge pull request #14207 from owncloud/propfind-optimize | Morris Jobke | 2015-02-18 | 2 | -18/+57 |
|\ \ | | | | | | | Optimize quota calculation for propfind | ||||
| * | | add unit test for webdav quota | Robin Appelman | 2015-02-13 | 1 | -0/+30 |
| | | | |||||
| * | | pass fileinfo to getStorageInfo | Robin Appelman | 2015-02-13 | 1 | -2/+1 |
| | | | |||||
| * | | Cache quota info for directories | Robin Appelman | 2015-02-13 | 1 | -16/+26 |
| | | | |||||
* | | | Merge pull request #14293 from ↵ | Daniel Hansson | 2015-02-17 | 1 | -13/+35 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue/14270-fix-public-share-download-activities Correctly create activities for public downloads | ||||
| * | | | Correctly create activities for public downloads | Joas Schilling | 2015-02-17 | 1 | -13/+35 |
| | |/ | |/| | |||||
* | | | Merge pull request #14266 from owncloud/encodeUriComponentPerDefault | Clark Tomlinson | 2015-02-17 | 2 | -6/+28 |
|\ \ \ | | | | | | | | | Encode parameters in `OC.generateUrl` by itself | ||||
| * | | | Encode parameters in `OC.generateUrl` by itself | Lukas Reschke | 2015-02-17 | 2 | -6/+28 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour. Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this... Fixes https://github.com/owncloud/core/issues/14228 | ||||
* | | | Merge pull request #14289 from owncloud/remove-null-byte-check | Lukas Reschke | 2015-02-17 | 2 | -12/+0 |
|\ \ \ | |/ / |/| | | Remove Null Byte Check | ||||
| * | | Remove Null Byte Check | Lukas Reschke | 2015-02-17 | 2 | -12/+0 |
|/ / | | | | | | | This is not relevant anymore since we require PHP 5.4 | ||||
* | | Merge pull request #14056 from owncloud/refactor/13976 | Lukas Reschke | 2015-02-17 | 37 | -824/+1516 |
|\ \ | | | | | | | Refactor OC_Request into TrustedDomainHelper and IRequest | ||||
| * | | Incorporate review changes | Lukas Reschke | 2015-02-16 | 3 | -9/+20 |
| | | | |||||
| * | | Add blackmagic due to cyclic dependency :see_no_evil: | Lukas Reschke | 2015-02-16 | 2 | -4/+11 |
| | | | |||||
| * | | Make scrutinizer happy | Lukas Reschke | 2015-02-16 | 3 | -3/+3 |
| | | | |||||
| * | | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 37 | -822/+1496 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969 | ||||
* | | | Merge pull request #13866 from rullzer/avatar_share_dialog | Vincent Petry | 2015-02-17 | 5 | -3/+117 |
|\ \ \ | | | | | | | | | Avatars in share dialog | ||||
| * | | | Extended avatar unit tests | Roeland Jago Douma | 2015-02-13 | 1 | -14/+61 |
| | | | | |||||
| * | | | Added config check | Roeland Jago Douma | 2015-02-13 | 2 | -8/+19 |
| | | | | |||||
| * | | | Small unit test rewrite | Roeland Jago Douma | 2015-02-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added unit test | Roeland Jago Douma | 2015-02-12 | 2 | -2/+37 |
| | | | | |||||
| * | | | Added dependancy for the JS unit tests | Roeland Jago Douma | 2015-02-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Still not correct but it is a small step | ||||
| * | | | Display user avatar in share dialog | Roeland Jago Douma | 2015-02-12 | 2 | -2/+22 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-17 | 346 | -472/+134 |
| |/ / |/| | | |||||
* | | | Merge pull request #14261 from owncloud/fix-last-login-master | Lukas Reschke | 2015-02-16 | 2 | -12/+12 |
|\ \ \ | | | | | | | | | Return milliseconds instead of seconds for lastLogin - refs #14005 | ||||
| * | | | fixing unit tests in UsersControllerTest | Thomas Müller | 2015-02-16 | 1 | -11/+11 |
| | | | | |||||
| * | | | Return milliseconds instead of seconds for lastLogin - refs #14005 | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #14263 from owncloud/missing-visibility-activity-iextension | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add visibility to interface to make scrutinizer 1 step happier | ||||
| * | | | | Add visibility to interface to make scrutinizer 1 step happier | Joas Schilling | 2015-02-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #13879 from owncloud/add_debug_log_for_memcache_instantiation | Thomas Müller | 2015-02-16 | 3 | -7/+21 |
|\ \ \ \ \ | |/ / / / |/| | | | | add debug log for memcache instantiation | ||||
| * | | | | add debug log for memcache instantiation | Jörn Friedrich Dreyer | 2015-02-16 | 3 | -7/+21 |
|/ / / / | |||||
* | | | | Merge pull request #14128 from owncloud/drop-unused-methods | Morris Jobke | 2015-02-16 | 3 | -48/+10 |
|\ \ \ \ | | | | | | | | | | | Remove unused function and correct PHPDoc | ||||
| * | | | | Remove unused function and correct PHPDoc | Lukas Reschke | 2015-02-16 | 3 | -48/+10 |
| | | | | | |||||
* | | | | | Merge pull request #10673 from owncloud/smb-new | Morris Jobke | 2015-02-16 | 77 | -670/+5411 |
|\ \ \ \ \ | |_|/ / / |/| | | | | New SMB storage backend | ||||
| * | | | | also make sure we have a leading slash for the test root | Robin Appelman | 2015-02-16 | 2 | -4/+3 |
| | | | | | |||||
| * | | | | make sure the root has a trailing slash | Robin Appelman | 2015-02-16 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | remove outdated test | Robin Appelman | 2015-02-16 | 1 | -39/+0 |
| | | | | | |||||
| * | | | | handle deleting non existing files | Robin Appelman | 2015-02-16 | 1 | -7/+11 |
| | | | | | |||||
| * | | | | Use better way to check for the existence of smbclient | Robin Appelman | 2015-02-16 | 1 | -7/+2 |
| | | | | | |||||
| * | | | | New SMB storage backend | Robin Appelman | 2015-02-16 | 75 | -628/+5407 |
| |/ / / | |||||
* | | | | Merge pull request #13750 from owncloud/enhanced-code-checker | Thomas Müller | 2015-02-16 | 12 | -51/+389 |
|\ \ \ \ | | | | | | | | | | | Implement php code checker to detect usage of not allowed private ... | ||||
| * | | | | Update 3rdparty commit to master | Thomas Müller | 2015-02-16 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | integrate code checker in the installer | Thomas Müller | 2015-02-11 | 3 | -54/+27 |
| | | | | | |||||
| * | | | | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 12 | -1/+366 |
| | | | | | | | | | | | | | | | | | | | | including console command to check local code to be used by developers | ||||
* | | | | | Merge pull request #13269 from owncloud/issue/13211-cache-array-implementation | Joas Schilling | 2015-02-16 | 3 | -1/+89 |
|\ \ \ \ \ | | | | | | | | | | | | | Add an array implementation of cache and use it if we are not debugging | ||||
| * | | | | | Add an array implementation of cache and use it if we are not debugging | Joas Schilling | 2015-02-16 | 3 | -1/+89 |
| | | | | | | |||||
* | | | | | | Merge pull request #14194 from owncloud/url-encode-logout-attribute | Thomas Müller | 2015-02-16 | 3 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | URLEncode logout attribute | ||||
| * | | | | | | URLEncode logout attribute | Lukas Reschke | 2015-02-13 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise logout can fail if the requesttoken contains a + |