summaryrefslogtreecommitdiffstats
path: root/apps/files/controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-201-1/+0
|\ | | | | migrate deprecated jQuery 1.x functions
| * replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+0
| |
* | filter hidden files on the web interfaceChristoph Wurst2016-04-192-0/+15
|/ | | | | | | | | | | | | | | | | | 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
* fix default value, update js/php testsChristoph Wurst2016-04-132-2/+15
|
* persist file sorting changesChristoph Wurst2016-04-132-5/+28
|
* load file sorting mode from the dbChristoph Wurst2016-04-131-0/+1
|
* Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-1/+2
| | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists
* Display share status info in favorite listVincent Petry2016-03-171-3/+51
| | | | Returns the shareTypes share status info to the favorites file list.
* Happy new year!Thomas Müller2016-01-122-2/+3
|
* Allow framing 'self'Lukas Reschke2015-12-021-1/+7
| | | | 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.
* Adjust patchesThomas Müller2015-11-301-1/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-301-1/+1
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Fix js file load orderThomas Müller2015-11-221-2/+2
|
* Move index.php from files to AppFrameworkLukas Reschke2015-11-161-0/+224
| | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* No need to url decode the fileThomas Müller2015-08-051-1/+1
|
* disallow cookie auth for cors requestsBernhard Posselt2015-05-221-2/+0
| | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-241-11/+15
| | | | | | * Only use public interfaces - Injected IPreview * Added unit tests
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* Check if the offset exists before accessingLukas Reschke2015-02-171-16/+34
| | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277
* fix response for tags and show error messageMorris Jobke2015-02-021-3/+3
|
* Ignore favorites that are not available when creating the favorites listJoas Schilling2015-01-231-0/+6
| | | | Also correctly return the exception for all cases when adding/removing favos
* Fixed small code style issuesVincent Petry2014-12-151-0/+5
|
* Added favorites feature to the files appVincent Petry2014-12-151-1/+50
|
* URLEncode filenames to be compatible with special charactersLukas Reschke2014-10-201-3/+3
|
* Route for thumbnail generationtobiasKaminsky2014-09-161-0/+52
Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo