summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-19101-119/+260
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge pull request #7114 from owncloud/scrutinizer_documentation_patchesThomas Müller2014-02-19150-341/+730
|\ | | | | polish documentation based on scrutinizer patches
| * Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-1862-310/+1638
| |\ | | | | | | | | | | | | Conflicts: lib/private/migration/content.php
| * \ Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-1469-226/+1130
| |\ \ | | | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php
| * | | Fix more documentation failesJoas Schilling2014-02-0819-155/+119
| | | | | | | | | | | | | | | | Issue #7111
| * | | remove duplicate param lines for OCP\User::getUsers()Jörn Friedrich Dreyer2014-02-071-2/+0
| | | |
| * | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-06150-219/+649
| | | |
* | | | Merge pull request #7252 from owncloud/autocomplete-autocapitalize-autocorrectTom Needham2014-02-183-16/+32
|\ \ \ \ | | | | | | | | | | do not autocapitalize fields on mobile, fix user name input
| * | | | do not autocapitalize fields on mobile, fix user name input. Also disable ↵Jan-Christoph Borchardt2014-02-183-16/+32
| | | | | | | | | | | | | | | | | | | | autocorrect and specify autocomplete
* | | | | Merge pull request #7253 from owncloud/preferences-cachingicewind19912014-02-182-89/+86
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add caching to OC\Preferences
| * | | | remove some unneeded isset'sRobin Appelman2014-02-181-5/+3
| | | | |
| * | | | Fix some phpdocRobin Appelman2014-02-181-1/+9
| | | | |
| * | | | Add caching to OC\PreferencesRobin Appelman2014-02-182-89/+80
| |/ / /
* | | | Merge pull request #6796 from owncloud/statementwrapper-bindparamThomas Müller2014-02-181-0/+14
|\ \ \ \ | | | | | | | | | | Add bindParam to the database statement wrapper
| * | | | Add bindParam to statement wrapperRobin Appelman2014-01-161-0/+14
| | | | |
* | | | | Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-1817-40/+55
|\ \ \ \ \ | | | | | | | | | | | | Remove usage of legacy OC_Appconfig
| * | | | | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-1317-40/+55
| | | | | |
* | | | | | Merge pull request #6650 from owncloud/migration_unit_testsTom Needham2014-02-184-112/+120
|\ \ \ \ \ \ | | | | | | | | | | | | | | User migration fix, and basic unit test
| * | | | | | Remove unused variablestomneedham2014-02-181-4/+0
| | | | | | |
| * | | | | | Fix poor spellingtomneedham2014-02-181-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' into migration_unit_teststomneedham2014-02-1758-285/+1575
| |\ \ \ \ \ \
| * | | | | | | Finish basic testing of user exporttomneedham2014-02-171-6/+63
| | | | | | | |
| * | | | | | | Merge branch 'master' into migration_unit_testsBart Visscher2014-02-10304-6752/+19604
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-5388-master' into migration_unit_teststomneedham2014-01-074-108/+31
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into fix-5388-mastertomneedham2014-01-04563-7076/+15968
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix migration import of user filesBart Visscher2013-12-201-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Wrap the import/export db in a wrapper to make it compatible with the old styleBart Visscher2013-12-202-0/+4
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into fix-5388-masterBart Visscher2013-12-16144-709/+1105
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into fix-5388-mastertomneedham2013-12-11900-19907/+33355
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into fix-5388-masterThomas Mueller2013-11-24137-381/+451
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ref 3rdparty branch without MDB2 codeThomas Müller2013-11-221-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into fix-5388-masterThomas Müller2013-11-2212-24/+162
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Change OC_Migrate from MDB2 to DoctrineBart Visscher2013-11-223-107/+26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add WIP unit test for migrationtomneedham2014-01-071-0/+32
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-188-12/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some style fixes
| * | | | | | | | | | | | | | | $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-124-8/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Style fixesBart Visscher2014-02-122-2/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | number as numberBart Visscher2014-02-122-2/+2
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7243 from owncloud/core-sessionlifetimedefaultThomas Müller2014-02-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using PHP session lifetime as default value for the JS config
| * | | | | | | | | | | | | | | Now using PHP session lifetime as default value for the JS configVincent Petry2014-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix the heartbeat when the session_lifetime config parameter hasn't been set explicitly.
* | | | | | | | | | | | | | | | Merge pull request #7239 from owncloud/cbr-filetype-iconThomas Müller2014-02-183-0/+778
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | add cbr/cbz file type icon, fix #6953
| * | | | | | | | | | | | | | | add cbr/cbz file type icon, fix #6953Jan-Christoph Borchardt2014-02-173-0/+778
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #7235 from DavidVentura/masterJan-Christoph Borchardt2014-02-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | small change for compatibility
| * | | | | | | | | | | | | | | | small change for compatibilityDavid2014-02-171-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7240 from owncloud/mimetype-fallbackicewind19912014-02-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use file icon as fallback instead of application icon, fix #7237
| * | | | | | | | | | | | | | | | | use file icon as fallback instead of application icon, fix #7237Jan-Christoph Borchardt2014-02-171-0/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7211 from mattcaron/masterVincent Petry2014-02-171-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fit shared videos to viewer, just like images. Issue #1648
| * | | | | | | | | | | | | | | | | Consolidate two sections, per code review. Issue #1648Matthew Caron2014-02-171-6/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fit shared videos to viewer, just like images. Issue #1648Matthew Caron2014-02-141-0/+7
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7231 from owncloud/proper-content-typeJörn Friedrich Dreyer2014-02-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the proper content-type