summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-3154-24/+118
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-3034-2/+62
|
* Add information how to report security bugsLukas Reschke2015-05-291-0/+1
|
* Merge pull request #16622 from owncloud/versions-cancelexpireforunexistingfilesBjörn Schießle2015-05-292-1/+15
|\ | | | | Abort expiration when file is gone
| * Abort expiration when file is goneVincent Petry2015-05-292-1/+15
| | | | | | | | | | | | | | Sometimes a background job for versions expiration was scheduled for a file that has been moved or deleted since. This prevents showing useless warnings in the log and simply bail out.
* | Merge pull request #16517 from owncloud/remove-logo-wideThomas Müller2015-05-2913-907/+35
|\ \ | | | | | | replace logo-wide on share page as well with better icon + text
| * | change tests back to check for logo-wide, make them pass againJan-Christoph Borchardt2015-05-281-3/+3
| | |
| * | also replace logo-mail with new lookJan-Christoph Borchardt2015-05-221-0/+0
| | |
| * | replace logo-wide on share page as well with better icon + textJan-Christoph Borchardt2015-05-226-24/+22
| | |
| * | remove logo-wide from testsJan-Christoph Borchardt2015-05-217-886/+16
| | |
* | | Merge pull request #16615 from owncloud/syntaxfixMorris Jobke2015-05-291-2/+2
|\ \ \ | | | | | | | | fix formatting error
| * | | fix formatting errorCarla Schroder2015-05-281-2/+2
| | | |
* | | | Merge pull request #16619 from mmattel/missing_translations_in_ldapMorris Jobke2015-05-291-3/+3
|\ \ \ \ | | | | | | | | | | Missing translation in ldap part.wizard-server.php
| * | | | Missing translation in ldap part.wizard-server.phpMartin2015-05-291-3/+3
|/ / / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-05-2912-6/+20
|/ / /
* | | Merge pull request #16578 from owncloud/fix_16556Thomas Müller2015-05-281-1/+1
|\ \ \ | | | | | | | | show txt preview when file contains text
| * | | show txt preview when file contains textGeorg Ehrke2015-05-271-1/+1
| | | |
* | | | Merge pull request #16607 from owncloud/ie9-textpreviewfallbackThomas Müller2015-05-281-1/+1
|\ \ \ \ | | | | | | | | | | Fallback to picture preview for IE <= 9
| * | | | Fallback to picture preview for IE <= 9Vincent Petry2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE 9 and below do not provide window.btoa and there is currently no way to generate base64 strings without introducting further dependencies. So for now the solution is to fall back to the ugly picture mode for text files whenever IE <= 9 is used.
* | | | | Merge pull request #16585 from ↵Thomas Müller2015-05-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mmattel/Missing_translation_in_External_storage_back_end Make string 'SFTP with secret key login' translateable
| * | | | | Make string 'SFTP with secret key login' translatableMartin2015-05-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #16592 from owncloud/fix-16574Morris Jobke2015-05-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add type hint for OC_Channel
| * | | | | Add type hint for OC_ChannelVictor Dubiniuk2015-05-271-0/+1
| |/ / / /
* | | | | Merge pull request #16380 from rullzer/fix_16281Morris Jobke2015-05-282-15/+117
|\ \ \ \ \ | | | | | | | | | | | | Properly format recipients
| * | | | | Properly format remote recipientsRoeland Jago Douma2015-05-272-15/+117
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A list of recipients can now be properly formatted with remote shares. Before the shares where simply shown in full in the "Shared with others" section. * Unit tests updated and added
* | | | | Merge pull request #16610 from owncloud/s2s-shareinforeturn404whendisabledVincent Petry2015-05-281-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Return 404 in shareinfo.php when outgoing s2s disabled
| * | | | | Return 404 in shareinfo.php when outgoing s2s disabledVincent Petry2015-05-281-0/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #16613 from owncloud/quota-onlyforfilesMorris Jobke2015-05-282-14/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | | Only use quota stream wrapper on "files"
| * | | | Only use quota stream wrapper on "files"Vincent Petry2015-05-282-14/+28
|/ / / / | | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders
* | | | Merge pull request #16467 from owncloud/apps-fixsortLukas Reschke2015-05-282-9/+27
|\ \ \ \ | | | | | | | | | | Sort apps by level, then by name
| * | | | Sort apps by level, then by nameVincent Petry2015-05-202-9/+27
| | | | | | | | | | | | | | | | | | | | Also properly initialize the level to 0 when no level was returned
* | | | | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-285-45/+150
|\ \ \ \ \ | | | | | | | | | | | | [encryption] fix move versions between storages
| * | | | | copy keys before we move a file between storages to make sure that the new ↵Bjoern Schiessle2015-05-223-27/+107
| | | | | | | | | | | | | | | | | | | | | | | | target file reuses the old file key, otherwise versions will break
| * | | | | distinguish between source and target mount point to allow copy/rename ↵Bjoern Schiessle2015-05-212-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | between system wide mount points and user specific mountpoints
* | | | | | Merge pull request #16577 from owncloud/enc_improve_migrationVincent Petry2015-05-282-58/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | only request encryption module for files which are not excluded
| * | | | | only request encryption module for files which are not excludedBjoern Schiessle2015-05-272-58/+63
| | |_|/ / | |/| | |
* | | | | Merge pull request #16591 from owncloud/enc_improved_error_messageBjörn Schießle2015-05-2812-35/+136
|\ \ \ \ \ | | | | | | | | | | | | improved error message for various states
| * | | | | detect migration statusBjoern Schiessle2015-05-276-7/+115
| | | | | |
| * | | | | improve error messages displayed to the userBjoern Schiessle2015-05-276-28/+21
| |/ / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-2850-132/+266
| | | | |
* | | | | Merge pull request #16595 from owncloud/scrutinizer-timeoutLukas Reschke2015-05-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [scrutinizer] Increase timeout of external code coverage
| * | | | | [scrutinizer] Increase timeout of external code coverage Morris Jobke2015-05-271-1/+1
| | | | | | | | | | | | | | | | | | Hopefully fixes problems with unfinished scrutinizer reports
* | | | | | Merge pull request #16583 from owncloud/fix-code-indentationLukas Reschke2015-05-271-25/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix indentation
| * | | | | Fix indentationLukas Reschke2015-05-271-25/+25
| |/ / / /
* | | | | Merge pull request #16417 from owncloud/master-16415Morris Jobke2015-05-271-5/+0
|\ \ \ \ \ | |/ / / / |/| | | | fix theme in IE8 and IE9
| * | | | fix theme in IE8 and IE9Morris Jobke2015-05-181-5/+0
| | | | |
* | | | | Merge pull request #16527 from owncloud/end-processing-when-404Morris Jobke2015-05-271-0/+1
|\ \ \ \ \ | | | | | | | | | | | | End processing when file is not found
| * | | | | End processing when file is not foundLukas Reschke2015-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to end the processing when a file is not found or otherwise the method is proceeding and even sending invalid file paths to the sendfile methods. Due to nginx preventing directory traversals this is luckily not immediately exploitable. We should for hardening purposes however quit the script execution just as we do for 403 cases and others as well.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-274-6/+6
| | | | | |
* | | | | | Merge pull request #15985 from owncloud/hotfix/fix-encryption-referencesBjörn Schießle2015-05-264-31/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [enc2] fix references to legacy encryption app name