summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10755 from owncloud/shorter_sharing_linksLukas Reschke2014-09-081-4/+22
|\ | | | | Shorter sharing links
| * Match \OC_Helper::linkToPublic() to new links and fit unittestskondou2014-09-041-4/+22
| |
* | w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ↵Jörn Friedrich Dreyer2014-09-081-0/+2
| | | | | | | | ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝
* | remove unstable testRobin Appelman2014-09-051-1/+0
| |
* | Fix unit testRobin Appelman2014-09-053-9/+6
| |
* | Improve unit tests for Cache\UpdaterRobin Appelman2014-09-052-281/+416
| |
* | Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-1/+0
|/
* Merge pull request #10818 from owncloud/enableappforgroupfixLukas Reschke2014-09-042-0/+248
|\ | | | | Fix upgrade process when apps enabled for specific groups
| * Added unit tests for cache of enabled appsVincent Petry2014-09-031-10/+74
| |
| * Added test for needUpgrade for coreVincent Petry2014-09-021-0/+19
| |
| * Fix upgrade process when apps enabled for specific groupsVincent Petry2014-09-022-0/+165
| | | | | | | | | | | | | | Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled().
* | Merge pull request #10244 from owncloud/utf8-folder-testVincent Petry2014-09-041-13/+28
|\ \ | | | | | | add utf8 folder test
| * | add utf8 folder testJörn Friedrich Dreyer2014-08-071-13/+28
| | |
* | | Merge pull request #10642 from owncloud/securityutilsLukas Reschke2014-09-033-0/+184
|\ \ \ | | | | | | | | Add some security utilities
| * | | Add test for the second argumentLukas Reschke2014-09-031-0/+19
| | | |
| * | | Refactor tests a little bitLukas Reschke2014-09-033-31/+61
| | | |
| * | | Merge branch 'securityutils' of https://github.com/owncloud/core into ↵Lukas Reschke2014-09-036-16/+72
| |\ \ \ | | | | | | | | | | | | | | | securityutils
| | * \ \ Merge branch 'master' into securityutilsLukas Reschke2014-08-316-16/+72
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php
| * | | | | Add char consts, hash the specified password for the HMACLukas Reschke2014-09-031-1/+1
| |/ / / /
| * | | | Use DILukas Reschke2014-08-271-6/+6
| | | | |
| * | | | Add some security utilitiesLukas Reschke2014-08-273-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this
* | | | | Fixed readme for acceptance testsVincent Petry2014-09-011-4/+4
| |_|_|/ |/| | |
* | | | Merge pull request #10733 from owncloud/acceptance_testsfelixboehm2014-09-0128-0/+2049
|\ \ \ \ | | | | | | | | | | ownCloud acceptance tests
| * | | | further documentationFelix Böhm2014-08-291-3/+44
| | | | |
| * | | | fix login suiteFelix Böhm2014-08-292-7/+11
| | | | |
| * | | | bump version of protractor in package.jsonFelix Böhm2014-08-291-1/+1
| | | | |
| * | | | Update readme.mdfelixboehm2014-08-291-1/+5
| | | | |
| * | | | fix typoMorris Jobke2014-08-291-2/+2
| | | | |
| * | | | gitignore for node modulesFelix Böhm2014-08-291-0/+1
| | | | |
| * | | | add bunch of acceptance testsFelix Böhm2014-08-2927-0/+1999
| | | | |
* | | | | 5.3 syntax...Robin Appelman2014-08-311-9/+14
| | | | |
* | | | | Explicitly set the timezonesRobin Appelman2014-08-311-6/+6
| | | | |
* | | | | Add test for expired certificateLukas Reschke2014-08-311-3/+1
| | | | | | | | | | | | | | | | | | | | Will only work after tomorrow
* | | | | Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-315-0/+218
| |_|/ / |/| | |
* | | | kill OC::$sessionJörn Friedrich Dreyer2014-08-293-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-forClark Tomlinson2014-08-271-3/+35
|\ \ \ | | | | | | | | Add support for getting the real client IP behind proxies
| * | | Add support for getting the real client IP behind proxiesLukas Reschke2014-08-271-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 docsOliver Gasser2014-08-272-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-sourceBjörn Schießle2014-08-271-0/+24
|\ \ \ | |/ / |/| | Allow specifying the item source in unshareFromSelf().
| * | Add unit tests for new unshareFromSelf() functionality.Michael Kuhn2014-08-231-0/+24
| | |
* | | Use a data provider instead of calling the function manually everytimeJoas Schilling2014-08-251-33/+35
| | |
* | | Add a test to break the slugifyPath() with folder and file afterwardsJoas Schilling2014-08-251-1/+14
| | |
* | | Merge pull request #7539 from owncloud/repair-legacystorageidThomas Müller2014-08-222-0/+287
|\ \ \ | | | | | | | | Added repair script to upgrade the legacy home storage ids
| * | | Fix unit test messing up the transaction on OracleVincent Petry2014-08-201-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 storagesVincent Petry2014-08-201-0/+282
| | | |
* | | | Fix windows tests skippingMorris Jobke2014-08-211-2/+7
| | | | | | | | | | | | | | | | * add call to setUp from inherited test class
* | | | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-201-1/+1
|\ \ \ \ | |/ / / |/| | | Fix storage const autoload
| * | | move to public namespaceMorris Jobke2014-08-191-1/+1
| | | |
* | | | Merge pull request #10423 from owncloud/urlencode_s3_copyobject_copysourceJörn Friedrich Dreyer2014-08-201-17/+80
|\ \ \ \ | |/ / / |/| | | urlencode s3 copyObject() copysource
| * | | add unit test for #8325Jörn Friedrich Dreyer2014-08-141-17/+80
| | | |