Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 3 | -18/+18 |
| | |||||
* | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 16 | -149/+611 |
| | |||||
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 5 | -26/+25 |
| | |||||
* | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 9 | -0/+2349 |
| | |||||
* | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 2 | -28/+88 |
|\ | | | | | [sharing] fix addToGroup hook | ||||
| * | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 2 | -28/+88 |
| | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | Merge pull request #17766 from owncloud/escape-ampersand | Roeland Douma | 2015-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | Escape ampersand in logout URL | ||||
| * | | Escape ampersand in logout URL | Morris Jobke | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | * fixes #17757 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-21 | 4 | -4/+4 |
|/ / | |||||
* | | Merge pull request #17743 from owncloud/return-proper-statuscodes | Bernhard Posselt | 2015-07-20 | 2 | -11/+40 |
|\ \ | | | | | | | Return proper status code in case of a CORS exception | ||||
| * | | Return proper status code in case of a CORS exception | Lukas Reschke | 2015-07-20 | 2 | -11/+40 |
| | | | | | | | | | | | | | | | | | | When returning a 500 statuscode external applications may interpret this as an error instead of handling this more gracefully. This will now make return a 401 thus. Fixes https://github.com/owncloud/core/issues/17742 | ||||
* | | | Merge pull request #16935 from ↵ | Joas Schilling | 2015-07-20 | 9 | -166/+889 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes | ||||
| * | | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 8 | -78/+191 |
| | | | | |||||
| * | | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 7 | -62/+215 |
| | | | | |||||
| * | | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 6 | -186/+327 |
| | | | | |||||
| * | | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 3 | -5/+119 |
| | | | | |||||
| * | | | Allow checking for functions | Joas Schilling | 2015-07-17 | 3 | -10/+54 |
| | | | | |||||
| * | | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 3 | -8/+54 |
| | | | | |||||
| * | | | Add deprecation version to the list | Joas Schilling | 2015-07-17 | 2 | -9/+14 |
| | | | | |||||
| * | | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 2 | -3/+42 |
| | | | | |||||
| * | | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 3 | -43/+109 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-20 | 4 | -0/+12 |
| |/ / |/| | | |||||
* | | | 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 | ||||
| * | | | Allow upgrade of not enabled apps | Thomas Müller | 2015-07-09 | 1 | -8/+6 |
| | | | | |||||
* | | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 2 | -44/+95 |
|\ \ \ \ | | | | | | | | | | | make sure that we always detect legacy files correctly | ||||
| * | | | | set targetIsEncrypted to true if file cache indicates that we try to read a ↵ | Bjoern Schiessle | 2015-07-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | encrypted file | ||||
| * | | | | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 2 | -44/+94 |
| | | | | | |||||
* | | | | | Merge pull request #17682 from owncloud/fix-undefined-REMOTE_ADDR-master | Thomas Müller | 2015-07-17 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixing 'Undefined index: REMOTE_ADDR' | ||||
| * | | | | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460 | Thomas Müller | 2015-07-16 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #17663 from owncloud/occ-memcache | Morris Jobke | 2015-07-17 | 2 | -16/+44 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Missing memcache should not cause occ hard-fail | ||||
| * | | | | | Fix memcache factory unit tests | Robin McCorkell | 2015-07-16 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fix memcache factory creation when not installed | Robin McCorkell | 2015-07-15 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Memcache factory expects a class name, not an instantiated object | ||||
| * | | | | | Missing memcache should not cause occ hard-fail | Robin McCorkell | 2015-07-15 | 2 | -12/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Warning is now printed to logs, but occ and cron will still work. | ||||
* | | | | | | 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 | ||||
| * | | | | | 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 | 2 | -0/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 2 | -17/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Do not use OC*::mb_*_replace(), they are useless | ||||
| * | | | | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 2 | -17/+7 |
| | | | | | |||||
* | | | | | Merge pull request #17620 from owncloud/s2s-hasupdated-catch405 | Morris Jobke | 2015-07-14 | 1 | -1/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Throw StorageNotAvailable if propfind on root failed | ||||
| * | | | | | Throw StorageNotAvailable if propfind on root failed | Vincent Petry | 2015-07-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case. | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-14 | 4 | -0/+4 |
|/ / / / / | |||||
* | | | | | Strip public webdav info about sharing and mount points | Vincent Petry | 2015-07-13 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav. | ||||
* | | | | | Merge pull request #17481 from rullzer/mimetype-list | Morris Jobke | 2015-07-13 | 3 | -202/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Move mimetypes.list.php to config/mimetypemapping.dist.json | ||||
| * | | | | | Move to OC::$configDif | Roeland Jago Douma | 2015-07-10 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Move mimetypemapping.json to mimetypemapping.dist.json | Roeland Jago Douma | 2015-07-08 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to create their own mapping file to extend our current mappings. This makes sure that custom mappings are not lost on OC upgrades. | ||||
| * | | | | | Move mimetypes.list.php to config/mimetypemapping.json | Roeland Jago Douma | 2015-07-08 | 3 | -202/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to add new mimetypemappings (extention -> mimetype) themself. And not have to wait until a new release for updated mimetypes. Fixes: #15384 | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-12 | 2 | -0/+2 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-11 | 2 | -0/+6 |
| | | | | | | |||||
* | | | | | | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 1 | -1/+6 |
| | | | | | |