Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 3 | -6/+6 |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | Merge pull request #10653 from owncloud/x-forwarded-for | Clark Tomlinson | 2014-08-27 | 1 | -3/+35 |
|\ | | | | | Add support for getting the real client IP behind proxies | ||||
| * | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 1 | -3/+35 |
| | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | | Make Entity properties ```protected``` as in docs | Oliver Gasser | 2014-08-27 | 2 | -7/+7 |
| | | | | | | | | | | | | | | Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9 | ||||
* | | Merge pull request #9915 from suraia/unsharefromself-source | Björn Schießle | 2014-08-27 | 1 | -0/+24 |
|\ \ | |/ |/| | Allow specifying the item source in unshareFromSelf(). | ||||
| * | Add unit tests for new unshareFromSelf() functionality. | Michael Kuhn | 2014-08-23 | 1 | -0/+24 |
| | | |||||
* | | Use a data provider instead of calling the function manually everytime | Joas Schilling | 2014-08-25 | 1 | -33/+35 |
| | | |||||
* | | Add a test to break the slugifyPath() with folder and file afterwards | Joas Schilling | 2014-08-25 | 1 | -1/+14 |
| | | |||||
* | | Merge pull request #7539 from owncloud/repair-legacystorageid | Thomas Müller | 2014-08-22 | 2 | -0/+287 |
|\ \ | | | | | | | Added repair script to upgrade the legacy home storage ids | ||||
| * | | Fix unit test messing up the transaction on Oracle | Vincent Petry | 2014-08-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | Since the unit test is skipped anyway for Oracle, the dropTable() call should be skipped as well to avoid having a leftover transaction and cause further transactions to be nested and break the next test suites requiring transactions. | ||||
| * | | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 1 | -0/+282 |
| | | | |||||
* | | | Fix windows tests skipping | Morris Jobke | 2014-08-21 | 1 | -2/+7 |
| | | | | | | | | | | | | * add call to setUp from inherited test class | ||||
* | | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix storage const autoload | ||||
| * | | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #10423 from owncloud/urlencode_s3_copyobject_copysource | Jörn Friedrich Dreyer | 2014-08-20 | 1 | -17/+80 |
|\ \ \ | |/ / |/| | | urlencode s3 copyObject() copysource | ||||
| * | | add unit test for #8325 | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -17/+80 |
| | | | |||||
* | | | Merge pull request #9275 from NormalRa/master | Lukas Reschke | 2014-08-15 | 1 | -0/+27 |
|\ \ \ | |/ / |/| | | Add .apk mimetype. | ||||
| * | | Add APK mimetype tests. | Normal Ra | 2014-08-13 | 1 | -0/+27 |
| | | | |||||
* | | | don't clean up the test environment if a data provider was finished | Bjoern Schiessle | 2014-08-13 | 1 | -14/+17 |
| | | | |||||
* | | | Merge pull request #10333 from owncloud/tar-55 | Thomas Müller | 2014-08-13 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | Fix Tar support for php >=5.5 | ||||
| * | | | Fix Tar support for php >=5.5 | Robin Appelman | 2014-08-11 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #9762 from owncloud/owner-public | Robin Appelman | 2014-08-12 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | Return the proper owner for home storages | ||||
| * | | | Add test for homestorage getOwner | Robin Appelman | 2014-07-22 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #10184 from owncloud/getbyid-node | Robin Appelman | 2014-08-07 | 1 | -0/+127 |
|\ \ \ \ | | | | | | | | | | | Fix Folder::getById | ||||
| * | | | | return null instead of throwing an exception | Robin Appelman | 2014-08-06 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Fix Folder::getById | Robin Appelman | 2014-08-05 | 1 | -0/+129 |
| | | | | | |||||
* | | | | | mark tests as skipped - TODO travis | Morris Jobke | 2014-08-05 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | * swift causes some timeouts and test failures | ||||
* | | | | | Minor fixes | Morris Jobke | 2014-08-05 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment | ||||
* | | | | | Don't rely on the sorting the database gives us for tests | Robin Appelman | 2014-08-05 | 2 | -5/+12 |
|/ / / / | |||||
* | | | | Merge pull request #9970 from owncloud/sharing_set_expire_date | Morris Jobke | 2014-07-30 | 1 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | Sharing set expire date | ||||
| * | | | | add unit test | Bjoern Schiessle | 2014-07-28 | 1 | -0/+26 |
| | | | | | |||||
* | | | | | Merge pull request #10032 from owncloud/kill-swift-tests | Morris Jobke | 2014-07-30 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | only if the environment variable RUN_OBJECTSTORE_TESTS is set the object... | ||||
| * | | | | | only if the environment variable RUN_OBJECTSTORE_TESTS is set the object ↵ | Thomas Müller | 2014-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | store unit test will be executed | ||||
* | | | | | | Merge pull request #9888 from owncloud/mysql-tinyint-master | Thomas Müller | 2014-07-30 | 2 | -1/+40 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | migration test for sqlite - adding type mapping for 'tinyint unsigned' | ||||
| * | | | | | migration test for sqlite - adding type mapping for 'tinyint unsigned' | Thomas Müller | 2014-07-29 | 2 | -1/+40 |
| | | | | | | |||||
* | | | | | | Merge pull request #9988 from owncloud/sharing_remove_share_permission | Björn Schießle | 2014-07-29 | 1 | -0/+33 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | remove share permission if user is excluded from sharing | ||||
| * | | | | | remove share permission if user is excluded from sharing | Bjoern Schiessle | 2014-07-29 | 1 | -0/+33 |
| |/ / / / | |||||
* / / / / | function declaration did not match | Thomas Müller | 2014-07-29 | 1 | -5/+5 |
|/ / / / | |||||
* | | | | Merge pull request #9798 from owncloud/ocs_share_api_add_expire_date | Björn Schießle | 2014-07-28 | 1 | -11/+37 |
|\ \ \ \ | | | | | | | | | | | [share api] add OCS api call to set expire date for link shares | ||||
| * | | | | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -11/+37 |
| |/ / / | |||||
* | | | | Merge pull request #9641 from owncloud/localuser-addressbook | Thomas Müller | 2014-07-28 | 1 | -0/+95 |
|\ \ \ \ | |_|_|/ |/| | | | ownCloud users are exported as address book | ||||
| * | | | ownCloud users are exported as address book | Thomas Müller | 2014-07-24 | 1 | -0/+95 |
| | | | | |||||
* | | | | Adding test which breaks because bit and/or enum datatypes are used | Thomas Müller | 2014-07-24 | 1 | -0/+39 |
| |/ / |/| | | |||||
* | | | Merge pull request #9672 from owncloud/mysql-affectedrows | Andreas Fischer | 2014-07-20 | 2 | -0/+66 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make MySQL affected row count consistent with other DBMSes * owncloud/mysql-affectedrows: Added test of OCS privatedata to trigger key duplication Document why we have to check with defined() first. Make MySQL return "number of found rows" instead of number of "affected rows". | ||||
| * | | | Added test of OCS privatedata to trigger key duplication | Vincent Petry | 2014-07-17 | 1 | -0/+25 |
| | | | | |||||
| * | | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -0/+41 |
| |/ / | |||||
* | | | kill unused require of MapperTestUtility.php | Thomas Müller | 2014-07-17 | 1 | -4/+5 |
| | | | |||||
* | | | fixing namespace of MapperTestUtility | Thomas Müller | 2014-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | and rename file to be lowercase | ||||
* | | | Reenable proxies if a test failed to restore it | Vincent Petry | 2014-07-15 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #9621 from owncloud/fix_logger_implementation | Thomas Müller | 2014-07-15 | 1 | -1/+1 |
|\ \ | | | | | | | fix logger implementation |