Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 11 | -72/+71 | |
| * | | | | | | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 9 | -0/+2349 | |
* | | | | | | | | Merge pull request #17806 from owncloud/enc_improved_app_description | Robin McCorkell | 2015-07-22 | 1 | -13/+8 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | improved app description and adjust it to the way the new encryption module w... | Bjoern Schiessle | 2015-07-22 | 1 | -13/+8 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17792 from szepeviktor/master | Robin McCorkell | 2015-07-22 | 2 | -24/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixing line comments and indentation | Viktor Szépe | 2015-07-21 | 2 | -24/+25 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17342 from rullzer/test_preview_conditions | Roeland Douma | 2015-07-22 | 2 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Only run some preview unit tets if imagemagick is available | Roeland Jago Douma | 2015-07-02 | 2 | -0/+5 | |
* | | | | | | | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 4 | -32/+206 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 3 | -28/+196 | |
| * | | | | | | | use the correct user if we update the share table | Bjoern Schiessle | 2015-07-03 | 1 | -4/+10 | |
* | | | | | | | | Merge pull request #17750 from owncloud/enc_migration_fix_mountpoint_detection | Joas Schilling | 2015-07-21 | 2 | -4/+81 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix mount point detection | Bjoern Schiessle | 2015-07-20 | 2 | -4/+81 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #17766 from owncloud/escape-ampersand | Roeland Douma | 2015-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Escape ampersand in logout URL | Morris Jobke | 2015-07-21 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* / | | | | | | | [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 | |
|\ \ \ \ \ \ \ \ \ |