- Feb 14, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 02, 2016
-
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- Sep 26, 2016
-
-
Jörn Friedrich Dreyer authored
Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Aug 19, 2016
-
-
Roeland Jago Douma authored
We need to do the redirect to update address bar.
-
Roeland Jago Douma authored
Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
-
- Aug 16, 2016
-
-
Roeland Jago Douma authored
* Update tests * Fix getMock in tests
-
- Jul 22, 2016
-
-
Robin Appelman authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 05, 2016
-
-
Robin Appelman authored
-
- Jul 04, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jun 09, 2016
-
-
blizzz authored
-
Joas Schilling authored
-
- Jun 07, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 12, 2016
-
-
Joas Schilling authored
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4
-
- May 11, 2016
-
-
Vincent Petry authored
Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI.
-
- May 06, 2016
-
-
Vincent Petry authored
The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
-
- Apr 19, 2016
-
-
Christoph Wurst authored
add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
-
Christoph Wurst authored
-
- Apr 13, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 02, 2015
-
-
Lukas Reschke authored
This is required by the pdf viewer, since the files app on master uses the AppFramework it had applied the more strict defaults which made it not work on master.
-
- Nov 22, 2015
-
-
Thomas Müller authored
-
- Nov 16, 2015
-
-
Lukas Reschke authored
1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
-