Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17805 from owncloud/avatar-handle-errors | Roeland Douma | 2015-07-31 | 1 | -4/+17 |
|\ | | | | | [avatar] add error handlers for avatar setup | ||||
| * | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | Fix incorrect test naming | Robin McCorkell | 2015-07-30 | 1 | -4/+2 |
| | | | | | | | | | | | | `tesOverrideService()` was incorrect and wasn't getting called by PHPUnit. Also, the unit test itself was wrong, but went unnoticed because of point 1. | ||||
* | | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 1 | -0/+4 |
|\ \ | | | | | | | Correct regular expressions | ||||
| * | | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | |||||
| * | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -0/+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 | -4/+16 |
| | | | |||||
* | | | properly mock dependencies for setup tests | Morris Jobke | 2015-07-30 | 1 | -1/+7 |
| |/ |/| | |||||
* | | fix unit tests | Morris Jobke | 2015-07-29 | 1 | -2/+2 |
| | | |||||
* | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 4 | -14/+4 |
| | | |||||
* | | Merge pull request #17950 from ↵ | Robin McCorkell | 2015-07-29 | 1 | -0/+3 |
|\ \ | |/ |/| | | | | | owncloud/config-dontdetectfschangesinrootbydefault Disable filesystem_check_changes by default | ||||
| * | Fix watcher tests to explicitly set policy | Vincent Petry | 2015-07-29 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #17912 from owncloud/detect-old-openssl-versions | Robin McCorkell | 2015-07-28 | 1 | -9/+147 |
|\ \ | | | | | | | Detect old NSS and OpenSSL versions | ||||
| * | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -9/+147 |
| | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | | Add unit tests | Lukas Reschke | 2015-07-28 | 1 | -0/+151 |
|/ / | |||||
* | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 1 | -0/+283 |
|\ \ | | | | | | | Mimetypedetector | ||||
| * | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 1 | -4/+199 |
| | | | | | | | | | | | | | | | | | | | | | In order to properly test the mimetype function: * constructor takes path to configdir * Added unit tests for mimetype (only if vfsStream is available) | ||||
| * | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 1 | -9/+0 |
| | | | |||||
| * | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 1 | -4/+4 |
| | | | |||||
| * | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 1 | -0/+97 |
| | | | | | | | | | | | | * 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/+36 |
|\ \ \ | |_|/ |/| | | Remote shares should be uique | ||||
| * | | Added test | Roeland Jago Douma | 2015-07-15 | 1 | -0/+36 |
| | | | |||||
* | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 1 | -1/+60 |
|\ \ \ | | | | | | | | | Only set is encrypted when encryption is enabled | ||||
| * | | | Add a unit test for the disabled encryption case | Joas Schilling | 2015-07-23 | 1 | -1/+60 |
| | | | | |||||
* | | | | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
| |_|/ |/| | | |||||
* | | | Merge pull request #17755 from owncloud/alias-container-alive | Thomas Müller | 2015-07-24 | 1 | -0/+13 |
|\ \ \ | |/ / |/| | | Add registerAlias method to shortcut interface registration #17714 | ||||
| * | | add registerAlias method to shorcut interface registration | Bernhard Posselt | 2015-07-18 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | remove unused import add since tag fix typo | ||||
* | | | Merge pull request #17413 from owncloud/public-api-querybuilder | Morris Jobke | 2015-07-22 | 5 | -52/+1530 |
|\ \ \ | | | | | | | | | Add public api for Doctrine QueryBuilder and ExpressionBuilder | ||||
| * | | | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 2 | -42/+64 |
| | | | | |||||
| * | | | Set a limit until doctrine released a version that fixes Sqlite | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | See https://github.com/doctrine/dbal/pull/782 for more info | ||||
| * | | | Correctly count the number of items (rowCount is Update/Insert/Delete only) | Joas Schilling | 2015-07-21 | 1 | -13/+22 |
| | | | | |||||
| * | | | Can not test the string, thanks oracle.... | Joas Schilling | 2015-07-21 | 1 | -10/+32 |
| | | | | |||||
| * | | | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 2 | -31/+31 |
| | | | | |||||
| * | | | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 4 | -8/+1428 |
| | | | | |||||
| * | | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 2 | -21/+21 |
| | | | | |||||
* | | | | 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 | ||||
| * | | | 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 | 1 | -0/+108 |
|\ \ \ \ | | | | | | | | | | | [sharing] fix addToGroup hook | ||||
| * | | | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 1 | -0/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | | | | Merge pull request #17743 from owncloud/return-proper-statuscodes | Bernhard Posselt | 2015-07-20 | 1 | -0/+51 |
|\ \ \ \ \ | | | | | | | | | | | | | 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 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 19 | -13/+428 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes | ||||
| * | | | | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 5 | -25/+110 |
| | | | | | | |||||
| * | | | | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 5 | -59/+101 |
| | | | | | | |||||
| * | | | | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 7 | -56/+52 |
| | | | | | | |||||
| * | | | | | Allow checking for functions | Joas Schilling | 2015-07-17 | 10 | -24/+55 |
| | | | | | | |||||
| * | | | | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 6 | -0/+148 |
| | | | | | | |||||
| * | | | | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 7 | -8/+62 |
| | | | | | |