summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | add whitespace to bottom of files list to correctly show dropdowns, fix #15801Jan-Christoph Borchardt2015-04-221-3/+4
| |
* | Merge pull request #15782 from owncloud/hide-modified-multiselectMorris Jobke2015-04-211-1/+10
|\ \ | | | | | | hide modified header when multiselect is active, fix #15779
| * | hide modified header when multiselect is active, fix #15779Jan-Christoph Borchardt2015-04-211-1/+10
| |/
* / Added empty content message for empty read-only foldersVincent Petry2015-04-213-5/+9
|/
* Merge pull request #15717 from ↵Morris Jobke2015-04-201-1/+1
|\ | | | | | | | | owncloud/issue/15716-fixing-ocp-api-namespace-usage Fixing OCS API namespace usage
| * Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-204-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-194-6/+22
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-184-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-172-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-162-0/+2
|
* Merge pull request #15613 from owncloud/allow-files-nav-iconsThomas Müller2015-04-151-1/+1
|\ | | | | Allow files app nav entries to have a different icon class
| * Allow files app nav entries to have a different icon classMorris Jobke2015-04-141-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-1494-440/+226
|/
* fix filepickerMorris Jobke2015-04-132-4/+27
| | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563
* Merge pull request #15437 from owncloud/deleteorphanedfilesThomas Müller2015-04-103-0/+180
|\ | | | | [command] delete orphaned file cache entries
| * [command] delete orphaned file cache entriesMorris Jobke2015-04-083-0/+180
| | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-094-5/+471
|\ \ | | | | | | Limit file activities to favorites
| * | Make scrutinizer happyJoas Schilling2015-04-012-2/+2
| | |
| * | Adjust by/self filter aswell and fix testsJoas Schilling2015-03-312-3/+3
| | |
| * | DeMorgan applied the wrong transformationJoas Schilling2015-03-311-2/+1
| | |
| * | Move tag related code into a helper so we can test the query without a viewJoas Schilling2015-03-304-36/+416
| | |