summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and overflowing functionLukas Reschke2014-09-181-5/+0
| | | | Resolves https://github.com/owncloud/core/issues/10991 failure 4
* Merge pull request #10932 from owncloud/issue/10926Morris Jobke2014-09-171-0/+19
|\ | | | | Add a method to get the absolute url for a route
| * Add unit testLukas Reschke2014-09-081-0/+19
| | | | | | | | This unit test is shitty but at least it works...
* | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-0/+182
|\ \ | | | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | Fixed sort algo for additional casesVincent Petry2014-08-111-0/+4
| | |
| * | Fixed file list sortingVincent Petry2014-08-111-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
* | | Merge pull request #10362 from owncloud/preserve_transparency_on_fileloadMorris Jobke2014-09-161-0/+3
|\ \ \ | | | | | | | | Preserve transparency when loading from a file
| * | | Preserve transparency when loading from a filekondou2014-09-101-0/+3
| | | | | | | | | | | | | | | | Fix #7148 - again :)
* | | | Add timeout to user and group deletion notificationVincent Petry2014-09-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict.
* | | | content size checks are not valid for LOCKThomas Müller2014-09-121-0/+2
| | | |
* | | | Fix contructor in testRobin Appelman2014-09-101-3/+3
| | | |
* | | | Load apps in test situationsRobin McCorkell2014-09-101-0/+4
|/ / /
* | | requesttoken has now a length of 30 charsThomas Müller2014-09-101-1/+1
| | |
* | | Merge pull request #10844 from owncloud/acceptance-enableappsLukas Reschke2014-09-094-9/+304
|\ \ \ | | | | | | | | Added acceptance tests for enabling apps
| * | | Added acceptance tests for enabling appsVincent Petry2014-09-034-9/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tests whether a user can see navigation entries after enabling apps. This includes the app's group restriction. This currently expects that a group "group1" exists until we have code to auto-generate groups. This commit also provides a utility function Page.multiselectSetSelection() to make it possible to select entries inside a multiselect.
* | | | Merge pull request #10972 from ppaysant/routes-defaultsBernhard Posselt2014-09-091-4/+22
|\ \ \ \ | | | | | | | | | | Allow default values for route parameters.
| * | | | Allow default values for route parameters.Patrick Paysant2014-09-091-4/+22
| | | | |
* | | | | Merge pull request #10922 from owncloud/explicit-scan-transactionsLukas Reschke2014-09-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Use bigger transactions when doing explicit file system scans
| * | | | Use bigger transactions when doing explicit file system scansRobin Appelman2014-09-081-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #7323 from owncloud/Jonny007-MKD-masterLukas Reschke2014-09-091-0/+22
|\ \ \ \ | | | | | | | | | | Update adapter.php
| * | | | add unit testJörn Friedrich Dreyer2014-07-011-0/+22
| | | | |
* | | | | Merge pull request #10886 from owncloud/keep_fileid_on_move_in_objectstoreJörn Friedrich Dreyer2014-09-091-0/+83
|\ \ \ \ \ | | | | | | | | | | | | Keep fileid on move in objectstore, fixes #10848
| * | | | | make objectstore tests check fileid on renameJörn Friedrich Dreyer2014-09-081-0/+83
| | | | | |
* | | | | | 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
| | | | | |