aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/files
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Typing correctionsLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix expected depth as stringVincent Petry2019-01-241-2/+2
|
* Merge pull request #6079 from nextcloud/fix-antivirusblizzz2017-12-111-2/+16
|\ | | | | Parse Sabre Exception in OC.Files.Client and file-upload
| * Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry2017-11-131-2/+16
| | | | | | | | | | | | | | | | In case of error, instead of a generic error message, an upload will display whichever message is returned in the Sabre Exception, if applicable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | check for encryption state on propfindBjoern Schiessle2017-11-201-2/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #7047 from ↵Björn Schießle2017-11-201-32/+18
|\ \ | |/ |/| | | | | nextcloud/add-support-for-files-with-no-permissions Add support for files with no permissions
| * Set read permission for files based on the data returned by the serverDaniel Calviño Sánchez2017-11-021-13/+14
| | | | | | | | | | | | | | | | Now that the permissions returned by the server specify whether a file is readable or not the frontend no longer needs to assume that every file is readable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix tests for parsing of permissionsDaniel Calviño Sánchez2017-11-021-16/+1
| | | | | | | | | | | | | | Now that these tests are executed they are revealed to be partially obsolete; they were fixed to match the current parsing behaviour. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix asserts silently not executedDaniel Calviño Sánchez2017-11-021-5/+5
| | | | | | | | | | | | | | The first parameter of "apply" must be the object to act as "this", and the Promise callback gets the parameters provided in the "resolve". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Reduce JSHint errors/warningsMorris Jobke2017-11-061-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-3/+1
| | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add system tags filter section for files appVincent Petry2016-02-091-0/+154
|
* Fix JS DAV files client unit testsVincent Petry2016-02-041-146/+140
| | | | | Instead of trying to mock the promise, just stub davclient.js' request object.
* Fix files UI mtime parsing from webdavVincent Petry2015-12-161-5/+5
|
* Use oc:fileid property instead of oc:idVincent Petry2015-11-221-2/+2
|
* Fix port issue - options.host already has the port attachedThomas Müller2015-11-221-2/+1
|
* Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-221-0/+712