summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24830 from ↵Vincent Petry2016-05-301-1/+10
|\ | | | | | | | | owncloud/stable9-lenz1111-share_download_range_requests_support [stable9] lenz1111's fantastic share download range requests support
| * Http Range requests support in downloadsPiotr Filiciak2016-05-251-1/+10
| | | | | | | | Http range requests support is required for video preview
* | dont update search onResize (#24848)Fabian2016-05-301-2/+0
|/
* Yo-ho-oh - Murder all band 'o pirates - backport of #24550Thomas Müller2016-05-112-10/+0
|
* Disable pastezone for jquery.fileuploadLukas Reschke2016-04-261-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 #24131 from ↵Thomas Müller2016-04-221-0/+6
|\ | | | | | | | | owncloud/dont-transfer-files-to-not-ready-user-stable9 [9.0] Introduce isReadyForUser and verify in file transfer ownership
| * Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-201-0/+6
| |
* | sidebar click modificationErik Pellikka2016-04-072-4/+19
|/
* 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-041-0/+6
|
* 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
* Backport translations to stable9Joas Schilling2016-03-22144-144/+900
|
* Display share status info in favorite listVincent Petry2016-03-184-15/+112
| | | | Returns the shareTypes share status info to the favorites file list.
* Some typo corrections in occ command outputCarla Schroder2016-03-171-1/+1
|
* Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
| | | | * ref #22784
* Merge pull request #22925 from owncloud/stable9-trash-returnfalseon401Thomas Müller2016-03-091-0/+4
|\ | | | | [stable9] Return false on 401 in file list + trash file list
| * Return false on 401 in file list + trash file listVincent Petry2016-03-071-0/+4
| | | | | | | | | | This gives a chance to the global ajax error handler to do its work if the session expired.
* | Remove browser autocomplete in new file menuVincent Petry2016-03-071-1/+1
|/
* Fix uploading when free space is unlimitedVincent Petry2016-03-071-1/+1
| | | | | | A federated share can report unlimited quota as -3, so the ajax/upload.php code needs to be adjusted to block uploads when the free space is unlimited.
* Merge pull request #22867 from owncloud/stable9-backport-22865C. Montero Luque2016-03-044-1/+60
|\ | | | | [stable9] Run cleanup of expired DB file locks to background job
| * Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-044-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider.
* | Fix download spinner to work with CSS stylesVincent Petry2016-03-043-10/+42
|/ | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images.
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-019-3/+13
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-284-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2710-0/+10
|
* Merge pull request #22671 from owncloud/issue-22670Thomas Müller2016-02-261-25/+25
|\ | | | | Move the tag filter at the end for now
| * Move the tag filter at the end for nowJoas Schilling2016-02-261-25/+25
| |
* | Merge pull request #22461 from owncloud/fix_6773Thomas Müller2016-02-268-39/+121
|\ \ | |/ |/| Allow theming of actions
| * Fix favorite icon unit test for icon imageVincent Petry2016-02-251-2/+4
| |
| * Make more action icons themable + style fixesVincent Petry2016-02-253-16/+16
| | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
| * Close classRoeland Jago Douma2016-02-251-1/+1
| |
| * Make file actions use icon CSS classesRoeland Jago Douma2016-02-255-24/+104
| | | | | | | | This makes theming of file actions possible
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2616-2/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2512-24/+302
|
* Fix unit tests affected by side effectsVincent Petry2016-02-221-1/+3
| | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work.
* Accumulate notifications instead of blinkingVincent Petry2016-02-221-1/+5
| | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
* Merge pull request #21610 from owncloud/quota-sharedfileThomas Müller2016-02-182-9/+42
|\ | | | | Fix quota check for single shared files
| * Defer quota check in web UI when overwriting shared fileVincent Petry2016-02-172-9/+42
| | | | | | | | | | | | | | | | When receiving a shared file, the quota for that file counts in the owner's storage, not the current user's storage. To make it possible to overwrite the file even when the current user doesn't have enough space, the quota check is deferred for such files.
* | Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-172-14/+0
|\ \ | |/ |/| Adding global error handler for ajax calls which run into redirection…
| * Add handler for global ajax errorsVincent Petry2016-02-152-14/+0
| |
* | Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-152-9/+36
|/ | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now.
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-152-0/+22
|
* Chunk the queries to make sure they don't time outJoas Schilling2016-02-102-16/+55
|
* Adjust command descriptionThomas Müller2016-02-091-1/+1
|
* Set share owner and share initiator on upate as wellThomas Müller2016-02-092-9/+2
|
* Introduce console command to transfer ownerships of files - refs #19154Thomas Müller2016-02-092-2/+240
|
* Merge pull request #22197 from owncloud/files-filterbysystemtagsThomas Müller2016-02-093-6/+29
|\ | | | | Add file list filter to filter by system tags