Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 1 | -5/+5 |
| | |||||
* | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 1 | -2/+2 |
|\ | | | | | Correct regular expressions | ||||
| * | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -2/+2 |
| | | | | | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | | Check for PDO instead of removed function for PHP 7 compatibility | Lukas Reschke | 2015-07-30 | 1 | -8/+22 |
| | | |||||
* | | - more injection | Thomas Müller | 2015-07-30 | 4 | -65/+112 |
| | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully | ||||
* | | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 5 | -95/+109 |
| | | |||||
* | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 7 | -258/+2 |
| | | |||||
* | | Merge pull request #17950 from ↵ | Robin McCorkell | 2015-07-29 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | owncloud/config-dontdetectfschangesinrootbydefault Disable filesystem_check_changes by default | ||||
| * | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This will prevent detecting remote changes done in the data folder / root storage by default. In the rare cases where the data folder is shared with other apps/users outside ownCloud and change detection is needed, the admin will have to set the option explicitly from now on. Note that this doesn't affect external storages which have their own setting in the mount options. | ||||
* | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 3 | -90/+151 |
|\ \ | | | | | | | Mimetypedetector | ||||
| * | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 2 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | In order to properly test the mimetype function: * constructor takes path to configdir * Added unit tests for mimetype (only if vfsStream is available) | ||||
| * | | Proper deprecate methods | Roeland Jago Douma | 2015-07-27 | 2 | -14/+5 |
| | | | |||||
| * | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 2 | -25/+48 |
| | | | |||||
| * | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 3 | -168/+60 |
| | | | |||||
| * | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 3 | -1/+149 |
| | | | | | | | | | | | | * Copied unit tests from old functions | ||||
* | | | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+13 |
|\ \ \ | |_|/ |/| | | Remote shares should be uique | ||||
| * | | Cannot share the same file multiple times with remote user | Roeland Jago Douma | 2015-07-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | Fix for #17183 It should not be possible to create multiple remote shares from user A to user B of the same file/folder. | ||||
* | | | Merge pull request #17902 from owncloud/fix_17898 | Vincent Petry | 2015-07-27 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | get header size before we open the file to avoid locking exception | ||||
| * | | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Only set is encrypted when encryption is enabled | ||||
| * | | | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #17838 from owncloud/sharing-password-policy-master | Thomas Müller | 2015-07-24 | 1 | -1/+23 |
|\ \ \ | | | | | | | | | Use a hook to integrate sharing password verification | ||||
| * | | | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use a hook to integrate sharing password verification | Thomas Müller | 2015-07-23 | 1 | -0/+22 |
| |/ / | |||||
* | | | Merge pull request #17755 from owncloud/alias-container-alive | Thomas Müller | 2015-07-24 | 2 | -50/+41 |
|\ \ \ | |/ / |/| | | Add registerAlias method to shortcut interface registration #17714 | ||||
| * | | add registerAlias method to shorcut interface registration | Bernhard Posselt | 2015-07-18 | 2 | -50/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | remove unused import add since tag fix typo | ||||
* | | | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 3 | -16/+39 |
| | | | |||||
* | | | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
| | | | |||||
* | | | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
| | | | |||||
* | | | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -6/+6 |
| | | | |||||
* | | | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 9 | -95/+440 |
| | | | |||||
* | | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 2 | -13/+13 |
| | | | |||||
* | | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 5 | -0/+1275 |
| | | | |||||
* | | | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 1 | -28/+87 |
|\ \ \ | | | | | | | | | [sharing] fix addToGroup hook | ||||
| * | | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 1 | -28/+87 |
| | | | | | | | | | | | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | | | Escape ampersand in logout URL | Morris Jobke | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * fixes #17757 | ||||
* | | | | 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 |
| | | | | |