Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 1 | -1/+0 |
|\ | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
| | | |||||
* | | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 2 | -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 tests | Christoph Wurst | 2016-04-13 | 2 | -2/+15 |
| | |||||
* | persist file sorting changes | Christoph Wurst | 2016-04-13 | 2 | -5/+28 |
| | |||||
* | load file sorting mode from the db | Christoph Wurst | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -1/+2 |
| | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | Display share status info in favorite list | Vincent Petry | 2016-03-17 | 1 | -3/+51 |
| | | | | Returns the shareTypes share status info to the favorites file list. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -2/+3 |
| | |||||
* | Allow framing 'self' | Lukas Reschke | 2015-12-02 | 1 | -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 patches | Thomas Müller | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-30 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Fix js file load order | Thomas Müller | 2015-11-22 | 1 | -2/+2 |
| | |||||
* | Move index.php from files to AppFramework | Lukas Reschke | 2015-11-16 | 1 | -0/+224 |
| | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | No need to url decode the file | Thomas Müller | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-22 | 1 | -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-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | No longer directly output OC_Image for thumbnails | Roeland Jago Douma | 2015-03-24 | 1 | -11/+15 |
| | | | | | | * Only use public interfaces - Injected IPreview * Added unit tests | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 1 | -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 message | Morris Jobke | 2015-02-02 | 1 | -3/+3 |
| | |||||
* | Ignore favorites that are not available when creating the favorites list | Joas Schilling | 2015-01-23 | 1 | -0/+6 |
| | | | | Also correctly return the exception for all cases when adding/removing favos | ||||
* | Fixed small code style issues | Vincent Petry | 2014-12-15 | 1 | -0/+5 |
| | |||||
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 1 | -1/+50 |
| | |||||
* | URLEncode filenames to be compatible with special characters | Lukas Reschke | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | Route for thumbnail generation | tobiasKaminsky | 2014-09-16 | 1 | -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 |