Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | |||||
| * | | Use DI for the objects where possible | Joas Schilling | 2015-03-30 | 2 | -7/+27 |
| | | | |||||
| * | | Add a filter for favorites and allow limiting the all-list to favorites | Joas Schilling | 2015-03-30 | 1 | -2/+69 |
| | | | | | | | | | | | | | | | WARNING: do not use this, when you have a lot of favorites, ~50 should be the limit | ||||
* | | | Merge pull request #15488 from owncloud/files-navigation-icons | Morris Jobke | 2015-04-08 | 14 | -3/+62 |
|\ \ \ | | | | | | | | | add icons to Files sidebar | ||||
| * | | | fix for IE8 | Morris Jobke | 2015-04-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | add icons to files sidebar, fix shade, fix position of settings icon and text | Jan-Christoph Borchardt | 2015-04-08 | 14 | -2/+61 |
| | | | | |||||
| * | | | Fixing issue #15322 - showing Settings button next to gear icon | James Anslow | 2015-04-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -9/+2 |
|/ / | | | | | | | | | | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | | remove encryption specific code from files app | Bjoern Schiessle | 2015-04-07 | 3 | -21/+0 |
| | | |||||
* | | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 3 | -8/+0 |
| | | |||||
* | | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -4/+0 |
| | | |||||
* | | Remove server timezone dependency from files list test | Joas Schilling | 2015-04-07 | 1 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-07 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-04 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -1/+1 |
|\ \ | | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-03 | 4 | -4/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-02 | 2 | -0/+2 |
| | | | |||||
* | | | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-01 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-31 | 6 | -0/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-29 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-28 | 24 | -0/+30 |
| | |