Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-17 | 158 | -214/+76 |
| | |||||
* | 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 |
| | | |||||
* | | 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 | 1 | -27/+10 |
|\ | | | | | Remove unused function and correct PHPDoc | ||||
| * | Remove unused function and correct PHPDoc | Lukas Reschke | 2015-02-16 | 1 | -27/+10 |
| | | |||||
* | | Merge pull request #13750 from owncloud/enhanced-code-checker | Thomas Müller | 2015-02-16 | 3 | -51/+250 |
|\ \ | | | | | | | Implement php code checker to detect usage of not allowed private ... | ||||
| * | | 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 | 3 | -1/+227 |
| | | | | | | | | | | | | 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 | 2 | -1/+72 |
|\ \ \ | | | | | | | | | 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 | 2 | -1/+72 |
| | | | | |||||
* | | | | 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 + | ||||
* | | | | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | | | | Add noreferrer to footer URI | Lukas Reschke | 2015-02-16 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #14201 from owncloud/propagator-dont-decrease-mtime | Thomas Müller | 2015-02-16 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Dont lower the mtime of a folder when propagating changes | ||||
| * | | | | | Dont lower the mtime of a folder when propagating changes | Robin Appelman | 2015-02-13 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #13809 from owncloud/fix-autoloader-message | Thomas Müller | 2015-02-16 | 1 | -1/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Properly show the warning about the missing composer autoloader | ||||
| * | | | | | | Properly show the warning about the missing composer autoloader | Morris Jobke | 2015-01-31 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14138 from owncloud/fix-image-flip-php53 | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't flip image in PHP 5.4 | ||||
| * | | | | | | | Check if imageflip is available | Morris Jobke | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imageflip() isn't available in PHP < 5.5 * fixes #14130 | ||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-15 | 2 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-14 | 4 | -6/+6 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #14197 from ↵ | Lukas Reschke | 2015-02-13 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/ensure-that-passed-file-path-is-always-a-string Ensure that passed argument is always a string | ||||
| * | | | | | | | Ensure that passed argument is always a string | Lukas Reschke | 2015-02-13 | 1 | -0/+9 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. | ||||
* | | | | | | | Merge pull request #14086 from hlop/master | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | App install behind a Proxy | ||||
| * | | | | | | App install behind a Proxy | Witali Rott | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14145 from owncloud/no-whitespace-from-themes-master | Lukas Reschke | 2015-02-12 | 2 | -11/+13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | catch any whitespaces which might get written to the output buffer while... | ||||
| * | | | | | | | catch any whitespaces which might get written to the output buffer while ↵ | Thomas Müller | 2015-02-12 | 2 | -11/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loading a theme | ||||
* | | | | | | | | Remove internal annotation | Lukas Reschke | 2015-02-12 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPStorm complained about those functions being declared as Internal. I doubt that this is actually the case since they are even in the public API. | ||||
* | | | | | | | | Merge pull request #14071 from owncloud/add_timeout_for_post_requests | Björn Schießle | 2015-02-12 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | add timeout to curl request | ||||
| * | | | | | | | add timeout to curl request | Bjoern Schiessle | 2015-02-12 | 1 | -1/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #10993 from owncloud/scanner-reuse-fileid | Morris Jobke | 2015-02-12 | 2 | -73/+124 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Reuse known fileids and cache data in the scanner | ||||
| * | | | | | | | | only read permissions once | Robin Appelman | 2015-02-11 | 1 | -2/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Only try to scan the children of directories | Robin Appelman | 2015-02-11 | 1 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Cast mtimes and size to int | Robin Appelman | 2015-02-11 | 1 | -0/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Reuse cache data of existing files during scan | Robin Appelman | 2015-02-11 | 1 | -69/+116 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #14129 from owncloud/deprecate-oc-json | Morris Jobke | 2015-02-12 | 2 | -122/+139 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Deprecate `OC_JSON` and `OCP\JSON` | ||||
| * | | | | | | | | Deprecate `OC_JSON` and `OCP\JSON` | Lukas Reschke | 2015-02-12 | 2 | -122/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This deprecates – but not removes – those two classes and all functions in it. There is no reason that new developments should use those methods as with the AppFramework there is a replacement that allows testable code. With the `@deprecated` annotation IDEs like PHPStorm will point out to the developer that a functionality is deprecated and that there is a better suited replacement. | ||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-12 | 2 | -10/+10 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #14097 from yanntech/fix/utf8-check | Thomas Müller | 2015-02-11 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | in some case charset can be in lower case. | ||||
| * | | | | | | | | in some case charset can be in lower case. | Yann VERRY | 2015-02-11 | 1 | -1/+3 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add strtoupper() in UTF-8 check to avoid error message | ||||
* | | | | | | | | Merge pull request #13979 from ↵ | Vincent Petry | 2015-02-11 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | owncloud/group-share-collition-wrong-type-in-post-hook Do not overwrite the shareType so the post hook is still correct | ||||
| * | | | | | | | Do not overwrite the shareType so the post hook is still correct | Joas Schilling | 2015-02-09 | 1 | -5/+5 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 2 | -0/+2 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #13861 from owncloud/remove-disabled-files-repair-step | Thomas Müller | 2015-02-10 | 2 | -52/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Revert "enabled disabled files app in repair step" | ||||
| * | | | | | Revert "enabled disabled files app in repair step" | Morris Jobke | 2015-02-03 | 2 | -52/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d70160c6077ca017d6cb7d61f066fe33e3b1e081. | ||||
* | | | | | | Merge pull request #11056 from AdamWill/9885-opcode | Morris Jobke | 2015-02-10 | 2 | -2/+31 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | add function to invalidate one opcache file, use it if possible #9885 | ||||
| * | | | | | writeData(): correct variable name for config file path | Adam Williamson | 2014-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It changed since we wrote this patch. | ||||
| * | | | | | deleteFromOpcodeCache: make parameter mandatory, document parameter | Adam Williamson | 2014-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Both pointed out in submission review by @bantu, thanks. |