Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-24 | 4 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-22 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-21 | 2 | -0/+2 |
| | |||||
* | Merge pull request #16444 from owncloud/close-new-dropdown | Jan-Christoph Borchardt | 2015-05-20 | 1 | -1/+1 |
|\ | | | | | Closes "New" dropdown when switching category | ||||
| * | Closes "New" dropdown when switching category | Morris Jobke | 2015-05-19 | 1 | -1/+1 |
| | | | | | | | | | | * fixes #16394 * return false - stops all following event callbacks | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 3 | -3/+0 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-17 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-14 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-13 | 4 | -0/+10 |
| | |||||
* | Merge pull request #16127 from owncloud/fix-file-icons-in-shared-file-view | Jan-Christoph Borchardt | 2015-05-12 | 1 | -1/+2 |
|\ | | | | | Enable file icons & previews in "Shared ..." categories | ||||
| * | Enable file icons & previews in "Shared ..." categories | Morris Jobke | 2015-05-06 | 1 | -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 transifex | Jenkins for ownCloud | 2015-05-11 | 2 | -2/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-08 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-07 | 6 | -12/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-05 | 2 | -0/+4 |
| | |||||
* | Remove hard-dependency on disabled output_buffering | Lukas Reschke | 2015-05-04 | 1 | -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 transifex | Jenkins for ownCloud | 2015-05-04 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-02 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-30 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-28 | 4 | -0/+4 |
| | |||||
* | Fix file name validation in New menu | Vincent Petry | 2015-04-27 | 2 | -10/+61 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-27 | 8 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-26 | 12 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-25 | 2 | -0/+2 |
| | |||||
* | Merge pull request #15683 from owncloud/block-legacy-clients | Lukas Reschke | 2015-04-24 | 1 | -0/+1 |
|\ | | | | | Block old legacy clients | ||||
| * | Block old legacy clients | Lukas Reschke | 2015-04-20 | 1 | -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 permission | Morris Jobke | 2015-04-23 | 3 | -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 transifex | Jenkins for ownCloud | 2015-04-23 | 6 | -0/+14 |
| | | |||||
* | | add whitespace to bottom of files list to correctly show dropdowns, fix #15801 | Jan-Christoph Borchardt | 2015-04-22 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #15782 from owncloud/hide-modified-multiselect | Morris Jobke | 2015-04-21 | 1 | -1/+10 |
|\ \ | | | | | | | hide modified header when multiselect is active, fix #15779 | ||||
| * | | hide modified header when multiselect is active, fix #15779 | Jan-Christoph Borchardt | 2015-04-21 | 1 | -1/+10 |
| |/ | |||||
* / | Added empty content message for empty read-only folders | Vincent Petry | 2015-04-21 | 3 | -5/+9 |
|/ | |||||
* | Merge pull request #15717 from ↵ | Morris Jobke | 2015-04-20 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/issue/15716-fixing-ocp-api-namespace-usage Fixing OCS API namespace usage | ||||
| * | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-20 | 4 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-19 | 4 | -6/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-18 | 4 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-17 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-16 | 2 | -0/+2 |
| | |||||
* | Merge pull request #15613 from owncloud/allow-files-nav-icons | Thomas Müller | 2015-04-15 | 1 | -1/+1 |
|\ | | | | | Allow files app nav entries to have a different icon class | ||||
| * | Allow files app nav entries to have a different icon class | Morris Jobke | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 94 | -440/+226 |
|/ | |||||
* | fix filepicker | Morris Jobke | 2015-04-13 | 2 | -4/+27 |
| | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* | Merge pull request #15437 from owncloud/deleteorphanedfiles | Thomas Müller | 2015-04-10 | 3 | -0/+180 |
|\ | | | | | [command] delete orphaned file cache entries | ||||
| * | [command] delete orphaned file cache entries | Morris Jobke | 2015-04-08 | 3 | -0/+180 |
| | | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage | ||||
* | | Merge pull request #15196 from owncloud/limit-file-activities-to-favorites | Morris Jobke | 2015-04-09 | 4 | -5/+471 |
|\ \ | | | | | | | Limit file activities to favorites | ||||
| * | | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 2 | -2/+2 |
| | | | |||||
| * | | Adjust by/self filter aswell and fix tests | Joas Schilling | 2015-03-31 | 2 | -3/+3 |
| | | | |||||
| * | | DeMorgan applied the wrong transformation | Joas Schilling | 2015-03-31 | 1 | -2/+1 |
| | | | |||||
| * | | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 4 | -36/+416 |
| | | |