aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11285 from owncloud/dav-permissions-createThomas Müller2014-09-261-0/+55
|\ | | | | Fix dav permissions for folders
| * Fix dav permissions for folders without create permissionsRobin Appelman2014-09-251-0/+55
| |
* | Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-251-19/+72
|\ \ | |/ |/| Don't complain about non-writable datadirs before we're installed
| * Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-181-0/+37
| |
| * Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-19/+35
| |
* | Merge pull request #11222 from owncloud/store-users-timezone-masterThomas Müller2014-09-231-0/+24
|\ \ | | | | | | send browsers timezone back tp the server on login
| * | enhance formatDate function to accept an optional argument containing the ↵Thomas Müller2014-09-221-0/+24
| | | | | | | | | | | | time zone
* | | Merge pull request #11234 from owncloud/fix-icon-classesJan-Christoph Borchardt2014-09-231-1/+1
|\ \ \ | | | | | | | | Fix icon classes, disappeared delete icon
| * | | correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-1/+1
| | | |
* | | | Merge pull request #11241 from owncloud/use-lower-caseThomas Müller2014-09-231-1/+4
|\ \ \ \ | | | | | | | | | | Use only lower-case letters
| * | | | Use only lower-case lettersLukas Reschke2014-09-221-1/+4
| |/ / / | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11239
* | | | Merge pull request #11032 from owncloud/harden-redirectLukas Reschke2014-09-231-0/+88
|\ \ \ \ | | | | | | | | | | Do only follow HTTP and HTTPS redirects
| * | | | Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+88
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
* | | | Merge pull request #11227 from owncloud/fix-windows-pathThomas Müller2014-09-234-7/+10
|\ \ \ \ | | | | | | | | | | fixing directory seperators
| * | | | ignoring writedata test in windows.Clark Tomlinson2014-09-221-0/+3
| | | | |
| * | | | fixing cache routesClark Tomlinson2014-09-223-7/+7
| | |/ / | |/| |
* | | | Merge pull request #11215 from owncloud/dav-throwwhendeletefailedMorris Jobke2014-09-232-5/+122
|\ \ \ \ | | | | | | | | | | WebDAV now throws 403 when deletion did not work
| * | | | WebDAV now throws 403 when deletion did not workVincent Petry2014-09-222-5/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assume a permission issue whenever a file could not be deleted. This is because some storages are not able to return permissions, so a permission denied situation can only be triggered during direct deletion.
* | | | | Merge pull request #11211 from owncloud/previewProviderSwitchMorris Jobke2014-09-233-23/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | Add a configuration switch for enabled preview mimetypes
| * | | | Remove unneeded unit testsLukas Reschke2014-09-223-23/+0
| | |/ / | |/| |
* | | | Merge pull request #11204 from owncloud/fix_oc_stream_seekMorris Jobke2014-09-221-0/+10
|\ \ \ \ | |/ / / |/| | | Fix oc stream seek
| * | | add seek and tell to streamwrapper testJörn Friedrich Dreyer2014-09-211-0/+10
| |/ /
* | | Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz2014-09-221-11/+299
|\ \ \ | |/ / |/| | fix in displayNamesInGroup
| * | add more logic in displayNamesInGroup for big user basesvoxsim2014-09-151-11/+33
| | |
| * | change logic in displayNamesInGroup and add some unit testsvoxsim2014-08-281-11/+277
| | |
* | | Merge pull request #11142 from owncloud/fix-windowsLukas Reschke2014-09-191-0/+4
|\ \ \ | | | | | | | | Resolves cache tests failing if the directory length is longer than 64
| * | | Resolves cache tests failing if the directory length is longer than 64Clark Tomlinson2014-09-171-0/+4
| | |/ | |/|
* | | Merge pull request #11163 from owncloud/check-for-updates-between-major-versionsVincent Petry2014-09-191-0/+34
|\ \ \ | | | | | | | | Prevent updates between multiple major versions
| * | | Prevent updates between multiple major versionsLukas Reschke2014-09-181-0/+34
| | | | | | | | | | | | | | | | Ref https://github.com/owncloud/core/issues/11078
* | | | Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-191-0/+55
|\ \ \ \ | |/ / / |/| | | Introduce cross-db ILIKE
| * | | Fix ILIKE without wildcards for oracleRobin Appelman2014-09-181-0/+4
| | | |
| * | | add test case for ILIKE with wildcardRobin Appelman2014-09-161-0/+31
| | | |
| * | | adding ILIKE to AdapterSQLSrvThomas Müller2014-09-161-0/+5
| | | |
| * | | Introduce cross-db ILIKERobin Appelman2014-09-161-0/+15
| | | |
* | | | 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.