aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | Merge pull request #15254 from owncloud/fix-14853-masterThomas Müller2015-03-272-11/+60
|\ \ | | | | | | Adding a pending indicator to the files summary
| * | Adding a pending indicator to the files summary - fixes #14853Thomas Müller2015-03-272-11/+60
| | |
* | | Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+1
|\ \ \ | | | | | | | | Copy Etag header to OC-Etag for sabre calls
| * | | Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+1
| | |/ | |/|
* | | Merge pull request #15260 from owncloud/adjust-controls-bar-widthMorris Jobke2015-03-271-1/+6
|\ \ \ | | | | | | | | adjust controls bar width to not overlay scrollbar
| * | | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-1/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-27182-448/+10
|/ / /
* | / adjust emptycontent messages for files and files_externalJan-Christoph Borchardt2015-03-261-1/+1
| |/ |/|
* | Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-masterMorris Jobke2015-03-261-0/+4
|\ \ | | | | | | no php execution timeout for webdav
| * | no php execution timeout for webdavThomas Müller2015-03-261-0/+4
| | |
* | | Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-2632-222/+681
|\ \ \ | | | | | | | | Updating .mailmap
| * | | Update license headersJenkins for ownCloud2015-03-2632-222/+681
| |/ /
* | / Revert "add https:// placeholder for From Link feature. closes #13255"Robin McCorkell2015-03-261-1/+1
| |/ |/| | | | | This reverts commit 18b5966f3a7639c6190f58b0d94e05e67200d57a.
* | Show hidden files (dot files) in grayMorris Jobke2015-03-262-1/+24
|/