Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2017-04-03Move the controller over to the node APIRoeland Jago Douma
The app should use the official node api. As a nice side effect this fixes https://github.com/nextcloud/server/issues/4185 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2015-12-10Fix the whitelist stuffJoas Schilling
2015-12-10Display the error message when one was givenJoas Schilling
2015-10-09if the exception contain a hint what went wrong we display it to the userBjoern Schiessle
2015-10-05Use correct error stringLukas Reschke
2015-10-05Fix variable namesThomas Müller
2015-10-05Add unit test for too big filesThomas Müller
2015-09-01Merge pull request #96 from owncloud/master-fix-path-disclosureTom Needham
Do not show actual error message
2015-09-01Merge pull request #82 from owncloud/typofixTom Needham
Typofix - can not -> cannot
2015-09-01Also fix the unit testTom Needham
2015-08-27Do not show actual error messageLukas Reschke
In case of not existant files this could leak informations such as the full path.
2015-07-07Fix unit test executionThomas Müller
2015-06-10Allow opening of empty files ('', '0', 0)Joas Schilling
2015-06-10Fix the path whitelistJoas Schilling
2015-06-10Rename the test file so it matches the expected namingJoas Schilling
2015-06-09Enable unit testing in travisThomas Müller
2015-06-09move load/save file to a controller and fix error response on failed load ↵Bjoern Schiessle
operation