summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16885 from owncloud/files-previewurlresolutionroundingThomas Müller2015-06-151-1/+3
|\ | | | | Truncate preview resolution
| * Truncate preview resolutionVincent Petry2015-06-111-1/+3
| | | | | | | | This prevents having float numbers appear in the URL
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-0/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-142-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+4
|
* Merge pull request #16810 from owncloud/disable-search-if-not-implementedThomas Müller2015-06-091-0/+1
|\ | | | | Disable search field in case there is no search available to the curr…
| * Search results have to explicitly be added to the content area of the appThomas Müller2015-06-091-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-092-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-084-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-0720-18/+182
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-062-2/+2
|
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-054-2/+22
| | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders
* Merge pull request #16718 from owncloud/files-catchajaxexceptionsThomas Müller2015-06-054-21/+59
|\ | | | | Catch exceptions in files ajax calls
| * Catch exceptions in files ajax callsVincent Petry2015-06-034-21/+59
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-042-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-032-48/+202
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-024-0/+18
|
* Check target name on rename with web UIVincent Petry2015-05-292-24/+16
| | | | | | | | When renaming over the web UI, check early that the target name is valid. This prevents nonsensical error messages when renaming to a name with a trailing backslash.
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-284-58/+60
|
* Merge pull request #16532 from owncloud/cors-no-cookie-authVincent Petry2015-05-261-2/+0
|\ | | | | Disallow cookie auth for cors requests
| * 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
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-262-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-244-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-222-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-212-0/+2
|
* Merge pull request #16444 from owncloud/close-new-dropdownJan-Christoph Borchardt2015-05-201-1/+1
|\ | | | | Closes "New" dropdown when switching category
| * Closes "New" dropdown when switching categoryMorris Jobke2015-05-191-1/+1
| | | | | | | | | | * fixes #16394 * return false - stops all following event callbacks
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-193-3/+0
|/ | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-172-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-142-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-134-0/+10
|
* Merge pull request #16127 from owncloud/fix-file-icons-in-shared-file-viewJan-Christoph Borchardt2015-05-121-1/+2
|\ | | | | Enable file icons & previews in "Shared ..." categories
| * Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-061-1/+2
| | | | | | | | | | | | * sharing API returns now the mimetype icon path * file previews are now lazyloaded by default (as the doc says) * fixes #16086
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-112-2/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-082-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-076-12/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-052-0/+4
|
* Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-041-0/+2
| | | | | | | | This removes the hard-dependency on output buffering as requested at https://github.com/owncloud/core/issues/16013 since a lot of distributions such as Debian and Ubuntu decided to use `4096` instead of the PHP recommended and documented default value of `off`. However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in `.user.ini` and `.htaccess` are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems. Fixes https://github.com/owncloud/core/issues/16013
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-042-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-024-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-304-2/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-284-0/+4
|
* Fix file name validation in New menuVincent Petry2015-04-272-10/+61
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-278-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-2612-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-252-0/+2
|
* Merge pull request #15683 from owncloud/block-legacy-clientsLukas Reschke2015-04-241-0/+1
|\ | | | | Block old legacy clients
| * Block old legacy clientsLukas Reschke2015-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | This Pull Request introduces a SabreDAV plugin that will block all older clients than 1.6.1 to connect and sync with the ownCloud instance. This has multiple reasons: 1. Old ownCloud client versions before 1.6.0 are not properly working with sticky cookies for load balancers and thus generating sessions en masse 2. Old ownCloud client versions tend to be horrible buggy In some cases we had in 80minutes about 10'000 sessions created by a single user. While this change set does not really "fix" the problem as 3rdparty legacy clients are affected as well, it is a good work-around and hopefully should force users to update their client
* | Show hint if there is no delete permissionMorris Jobke2015-04-233-3/+58
| | | | | | | | | | | | * add class .no-permission which shows the default delete icon * fixes #15172 * add unit test for no permission and for delete permission
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-236-0/+14
| |