Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16581 from owncloud/stable7-cors-no-cookie-auth | Lukas Reschke | 2015-06-23 | 1 | -5/+68 |
|\ | | | | | Disallow cookie auth for cors requests stable7 | ||||
| * | backport #16532 to stable7 | Bernhard Posselt | 2015-05-27 | 1 | -5/+68 |
| | | |||||
* | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-22 | 1 | -0/+14 |
|/ | |||||
* | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -7/+2 |
| | |||||
* | Add a test for the post_shared hook shareType | Joas Schilling | 2015-02-09 | 1 | -0/+10 |
| | | | | | Conflicts: tests/lib/share/share.php | ||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 2 | -1/+37 |
| | |||||
* | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 1 | -0/+22 |
| | |||||
* | Merge pull request #13470 from ↵ | Morris Jobke | 2015-01-23 | 1 | -0/+90 |
|\ | | | | | | | | | owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups | ||||
| * | Fix getItemSharedWithUser for groups | Vincent Petry | 2015-01-20 | 1 | -0/+90 |
| | | | | | | | | | | | | | | | | Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. Backport of 40931a8b0d5d10c0f711756a4e8a423ff055621e from master | ||||
* | | Fix undefined offset 1 for wrong user mail address | Morris Jobke | 2015-01-22 | 1 | -10/+24 |
| | | | | | | | | * fixes Undefined offset: 1 at lib/private/mail.php#143 | ||||
* | | Add unit test | Robin Appelman | 2015-01-22 | 1 | -0/+1 |
|/ | |||||
* | Fix test | Robin Appelman | 2015-01-15 | 1 | -0/+1 |
| | |||||
* | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-15 | 1 | -0/+14 |
| | |||||
* | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2015-01-08 | 1 | -0/+143 |
| | | | | | | Conflicts: lib/private/server.php lib/public/iservercontainer.php | ||||
* | Add test for IPv6 without port | Lukas Reschke | 2014-12-05 | 1 | -1/+2 |
| | |||||
* | Trim port from domain | Lukas Reschke | 2014-12-05 | 1 | -0/+16 |
| | | | | | | Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500) To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain) | ||||
* | Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequired | Vincent Petry | 2014-12-01 | 2 | -0/+108 |
|\ | | | | | Store credentials only in session if required | ||||
| * | Backport \OC\Security\Crypto to ownCloud 7 | Lukas Reschke | 2014-11-20 | 2 | -0/+108 |
| | | | | | | | | | | Conflicts: lib/repair/repairconfig.php | ||||
* | | Consolidate if statement, and update unit test | Miguel Prokop | 2014-11-26 | 1 | -4/+2 |
|/ | |||||
* | fixing cache routes | Clark Tomlinson | 2014-11-19 | 2 | -6/+6 |
| | | | | | | Conflicts: tests/lib/cache/file.php tests/lib/cache/usercache.php | ||||
* | use the new base class for share/share.php tests | Bjoern Schiessle | 2014-11-19 | 1 | -10/+12 |
| | |||||
* | Simple fix for the wrong Mapper reset | Joas Schilling | 2014-11-19 | 1 | -0/+6 |
| | |||||
* | Back to OC_Util::generateRandomBytes() | Joas Schilling | 2014-11-19 | 1 | -4/+1 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-19 | 14 | -53/+190 |
| | | | | | | Conflicts: tests/lib/cache/file.php tests/lib/cache/usercache.php | ||||
* | Correctly refresh the apps list after removing the mock | Joas Schilling | 2014-11-19 | 1 | -0/+3 |
| | |||||
* | Fix Files\Storage\Home::testRoot() | Joas Schilling | 2014-11-19 | 1 | -1/+6 |
| | |||||
* | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-19 | 4 | -8/+29 |
| | | | | | | | Conflicts: tests/lib/archive/tar.php tests/lib/files/storage/local.php tests/lib/files/view.php | ||||
* | Windows does not support CHMOD, therefor we can not test not writable folders | Joas Schilling | 2014-11-19 | 1 | -0/+4 |
| | | | | | Conflicts: tests/lib/tempmanager.php | ||||
* | Test LargeFileHelperGetFileSize also with ascii only characters | Joas Schilling | 2014-11-19 | 1 | -18/+37 |
| | | | | And skip the UTF8 names on Windows as they are not supported | ||||
* | Do not use uniqid in Group and User tests as it is not unique on windows | Joas Schilling | 2014-11-19 | 7 | -67/+62 |
| | |||||
* | Testcase base class | Joas Schilling | 2014-11-19 | 1 | -0/+33 |
| | |||||
* | make sure that we don't find the wrong shares if a user and a group have the ↵ | Bjoern Schiessle | 2014-11-18 | 1 | -0/+41 |
| | | | | same ID | ||||
* | Merge pull request #12154 from owncloud/ignore-port-for-trusted-domain | Morris Jobke | 2014-11-18 | 1 | -2/+6 |
|\ | | | | | Ignore port for trusted domains | ||||
| * | Ignore port for trusted domains | Lukas Reschke | 2014-11-13 | 1 | -2/+6 |
| | | | | | | | | | | | | This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain) Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975. | ||||
* | | Backport #12181 | Lukas Reschke | 2014-11-17 | 1 | -1/+6 |
| | | | | | | This should fix the stable7 unit tests again since the last CI update. | ||||
* | | Check if app is enabled for user | Lukas Reschke | 2014-11-15 | 1 | -2/+2 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps | ||||
* | fix typo in content type | Bernhard Posselt | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11802 from owncloud/backport-10958 | Lukas Reschke | 2014-10-28 | 1 | -0/+55 |
|\ | | | | | Backport #10958 | ||||
| * | Introduce cross-db ILIKE | Robin Appelman | 2014-10-27 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding ILIKE to AdapterSQLSrv add test case for ILIKE with wildcard Make sqlite LIKE case sensitive on default Implement ILIKE for sqlite Use ILIKE in cache search Fix ILIKE without wildcards for oracle | ||||
* | | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -0/+103 |
|/ | | | | | | | | | This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". Conflicts: lib/private/util.php | ||||
* | Add proper setup and teardown | Vincent Petry | 2014-10-20 | 1 | -0/+17 |
| | | | | Properly restore REQUEST_URI and SCRIPT_NAME after test runs | ||||
* | Add "$_SERVER['REQUEST_URI']" to fix the unit tests | Lukas Reschke | 2014-10-20 | 1 | -1/+8 |
| | | | | Let's hope that works | ||||
* | Add unit tests for convertToRelativePath | Lukas Reschke | 2014-10-20 | 1 | -0/+44 |
| | |||||
* | backport of #11494 | Arthur Schiwon | 2014-10-18 | 1 | -15/+9 |
| | | | | | | | | | | | | | | fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests | ||||
* | backport of #9104 | macjohnny | 2014-10-17 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update manager.php add caching to getUserGroupIds Update manager.php added description and blank lines in getUserGroupIds Update manager.php defined $uid in getUserGroupIds Update manager.php Update manager.php Update manager.php clean up function getUserGroupIds clean up of function getUserGroupIds and improved caching mechanism of cachedUserGroupIds modified caching mechanism in getUserGroupIds removed cachedUserGroupIds, instead changed indexing in getUserGroups to groupId adapted tests for a groupId indexed group array | ||||
* | strip whitespace from the beginning and end of the display name to avoid ↵ | Bjoern Schiessle | 2014-10-16 | 1 | -0/+46 |
| | | | | empty display names | ||||
* | Use `rawurlencode` since this seems to be expected by cURL | Lukas Reschke | 2014-10-15 | 2 | -2/+7 |
| | | | | | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405 Conflicts: tests/lib/largefilehelpergetfilesize.php | ||||
* | Merge pull request #11567 from owncloud/cache-updater-refactor-stable7 | Robin Appelman | 2014-10-15 | 4 | -290/+420 |
|\ | | | | | [stable7] Refactor cache updater to work outside of the users home | ||||
| * | remove unstable test | Robin Appelman | 2014-10-14 | 1 | -1/+0 |
| | | |||||
| * | Fix unit test | Robin Appelman | 2014-10-14 | 3 | -9/+6 |
| | |