summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | |
| * | Use DI for the objects where possibleJoas Schilling2015-03-302-7/+27
| | |
| * | Add a filter for favorites and allow limiting the all-list to favoritesJoas Schilling2015-03-301-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-iconsMorris Jobke2015-04-0814-3/+62
|\ \ \ | | | | | | | | add icons to Files sidebar
| * | | fix for IE8Morris Jobke2015-04-081-1/+1
| | | |
| * | | add icons to files sidebar, fix shade, fix position of settings icon and textJan-Christoph Borchardt2015-04-0814-2/+61
| | | |
| * | | Fixing issue #15322 - showing Settings button next to gear iconJames Anslow2015-04-081-1/+1
| | |/ | |/|
* / | Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-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 appBjoern Schiessle2015-04-073-21/+0
| |
* | Removing left overs from old encryption appThomas Müller2015-04-073-8/+0
| |
* | Removing files_encryption left oversThomas Müller2015-04-071-4/+0
| |
* | Remove server timezone dependency from files list testJoas Schilling2015-04-071-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-072-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-042-0/+4
| |
* | Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-1/+1
|\ \ | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround...
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-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 transifexJenkins for ownCloud2015-04-034-4/+8
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-022-0/+2
| | |
* | | Move core apps from private to public functionsRoeland Jago Douma2015-04-011-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 transifexJenkins for ownCloud2015-04-012-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-316-0/+6
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-294-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2824-0/+30
| |