summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-276-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-262-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-246-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-234-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-228-0/+8
|
* OCA.Files.App is not available on public pageChristoph Wurst2016-04-211-6/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-212-0/+2
|
* Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-204-209/+3
|\ | | | | migrate deprecated jQuery 1.x functions
| * replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-194-208/+2
| |
| * migrate jQuery.fn.unload()Christoph Wurst2016-04-191-1/+1
| |
* | Merge pull request #23952 from owncloud/hide-hidden-filesThomas Müller2016-04-2010-8/+145
|\ \ | | | | | | Add option to hide hidden files
| * | filter hidden files on the web interfaceChristoph Wurst2016-04-1910-8/+145
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-userThomas Müller2016-04-191-0/+6
|\ \ | |/ |/| Introduce isReadyForUser and verify in file transfer ownership
| * Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+6
| |
* | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-1510-16/+161
|\ \ | |/ |/| remember file sort order
| * fix default value, update js/php testsChristoph Wurst2016-04-136-17/+116
| |
| * persist file sorting changesChristoph Wurst2016-04-137-8/+47
| |
| * load file sorting mode from the dbChristoph Wurst2016-04-134-2/+9
| |
* | restore selection after re-rendering file rowsChristoph Wurst2016-04-131-0/+5
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-134-0/+6
|
* Merge pull request #22615 from owncloud/add-blacklisted-files-to-capabilitiesThomas Müller2016-04-111-0/+13
|\ | | | | Add blacklisted_files to capabilities
| * Add blacklisted_files to capabilitiesJoas Schilling2016-04-041-0/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-112-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-092-0/+2
| |
* | Remove xxx from ownCloud we dont want to see that 🙈Joas Schilling2016-04-071-1/+0
| |
* | Use proper shortcut methods in templatesMorris Jobke2016-04-061-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-062-2/+2
| |
* | Merge pull request #23743 from ↵Björn Schießle2016-04-042-3/+13
|\ \ | |/ |/| | | | | owncloud/issue-23686-files-transferownership-share-unmount Unmount the share before deleting it, so we don't try to use it later on
| * Inject the Mount ManagerJoas Schilling2016-04-042-6/+10
| |
| * Unmount the share before deleting it, so we don't try to use it later onJoas Schilling2016-04-011-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-022-0/+4
|/
* improve emptycontent stylesJan-Christoph Borchardt2016-03-311-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-314-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-302-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-292-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-284-2/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-278-2/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-268-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-2510-0/+10
|
* Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-241-1/+2
|\ | | | | Return remote shares in oc:share-types Webdav property
| * 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
* | sidebar click modificationErik Pellikka2016-03-242-4/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-24102-102/+0
|/
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-231-1/+1
|\ | | | | Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-201-1/+1
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details.
* | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-214-15/+112
|\ \ | | | | | | Add webdav property for share info in PROPFIND response
| * | Display share status info in favorite listVincent Petry2016-03-174-15/+112
| | | | | | | | | | | | Returns the shareTypes share status info to the favorites file list.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-212-0/+42
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-204-4/+6
| |