Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-21 | 8 | -4/+20 |
* | Merge pull request #17743 from owncloud/return-proper-statuscodes | Bernhard Posselt | 2015-07-20 | 3 | -11/+91 |
|\ | |||||
| * | Return proper status code in case of a CORS exception | Lukas Reschke | 2015-07-20 | 3 | -11/+91 |
* | | Merge pull request #17701 from owncloud/fix_repeated_migration | Björn Schießle | 2015-07-20 | 6 | -25/+124 |
|\ \ | |||||
| * | | unit tests | Bjoern Schiessle | 2015-07-17 | 1 | -2/+36 |
| * | | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 6 | -24/+89 |
* | | | Merge pull request #17723 from owncloud/fix-17631 | blizzz | 2015-07-20 | 2 | -125/+133 |
|\ \ \ | |||||
| * | | | fix indentation. no code changes, whitespace only. | Arthur Schiwon | 2015-07-20 | 1 | -126/+126 |
| * | | | fix runtime caching in ldap's user manager, fixes #17631 | Arthur Schiwon | 2015-07-17 | 2 | -2/+10 |
* | | | | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c... | Joas Schilling | 2015-07-20 | 29 | -181/+1348 |
|\ \ \ \ | |||||
| * | | | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 2 | -1/+3 |
| * | | | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 9 | -79/+194 |
| * | | | | Allow specifying the checkers used in app:check-code | Robin McCorkell | 2015-07-17 | 1 | -15/+21 |
| * | | | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 13 | -92/+334 |
| * | | | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 11 | -222/+408 |
| * | | | | Use non-zero exit code | Joas Schilling | 2015-07-17 | 1 | -1/+2 |
| * | | | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 10 | -61/+171 |
| * | | | | Allow checking for functions | Joas Schilling | 2015-07-17 | 13 | -34/+109 |
| * | | | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 9 | -8/+202 |
| * | | | | Add deprecation version to the list | Joas Schilling | 2015-07-17 | 2 | -9/+14 |
| * | | | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 9 | -11/+104 |
| * | | | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 6 | -46/+184 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-20 | 16 | -0/+30 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #17698 from owncloud/allow-update-of-disabled-apps | Lukas Reschke | 2015-07-19 | 1 | -8/+6 |
|\ \ \ \ | |||||
| * | | | | Allow upgrade of not enabled apps | Thomas Müller | 2015-07-09 | 1 | -8/+6 |
* | | | | | Merge pull request #17686 from owncloud/fix-occ-config-commands | Morris Jobke | 2015-07-18 | 8 | -17/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Use constants for the output formats | Joas Schilling | 2015-07-17 | 4 | -8/+12 |
| * | | | | | Add app and config name to error messages | Joas Schilling | 2015-07-16 | 4 | -5/+5 |
| * | | | | | Use json_pretty as default for the config lists (for easier export/import) | Joas Schilling | 2015-07-16 | 2 | -6/+5 |
* | | | | | | Merge pull request #17725 from owncloud/update-ring-php | Thomas Müller | 2015-07-17 | 1 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update ringphp to 1.1.0 for PHP 7 compatibility | Lukas Reschke | 2015-07-17 | 1 | -0/+0 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 4 | -62/+210 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | set targetIsEncrypted to true if file cache indicates that we try to read a e... | Bjoern Schiessle | 2015-07-17 | 1 | -0/+1 |
| * | | | | | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 4 | -62/+209 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #17706 from rullzer/external_diricon_filelist | Morris Jobke | 2015-07-17 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | The external directories should get the correct icon | Roeland Jago Douma | 2015-07-17 | 1 | -0/+4 |
* | | | | | | Merge pull request #17682 from owncloud/fix-undefined-REMOTE_ADDR-master | Thomas Müller | 2015-07-17 | 2 | -5/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460 | Thomas Müller | 2015-07-16 | 2 | -5/+17 |
* | | | | | | | Merge pull request #17490 from owncloud/fix-closest | Thomas Müller | 2015-07-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix browser compatibility issue for element.closest | Hendrik Leppelsack | 2015-07-08 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #17670 from owncloud/timeout-oracle-docker-startup | Thomas Müller | 2015-07-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [autotest] timeout oracle docker startup after 2 minutes | Morris Jobke | 2015-07-16 | 1 | -2/+2 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #17663 from owncloud/occ-memcache | Morris Jobke | 2015-07-17 | 3 | -18/+48 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Fix memcache factory unit tests | Robin McCorkell | 2015-07-16 | 2 | -4/+6 |
| * | | | | | | | Fix memcache factory creation when not installed | Robin McCorkell | 2015-07-15 | 1 | -4/+3 |
| * | | | | | | | Missing memcache should not cause occ hard-fail | Robin McCorkell | 2015-07-15 | 2 | -12/+41 |
* | | | | | | | | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptions | Morris Jobke | 2015-07-17 | 1 | -17/+27 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Throw lock exceptions if remote share returned 423 status code | Vincent Petry | 2015-07-03 | 1 | -17/+27 |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-17 | 8 | -42/+44 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #17474 from owncloud/fix_trashbin | Vincent Petry | 2015-07-16 | 2 | -2/+62 |
|\ \ \ \ \ \ \ |