summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-1910-119/+235
|\ | | | | Do not send file list for select all on Download/delete
| * Trashbin select all now doesn't send file listVincent Petry2014-02-173-79/+109
| | | | | | | | | | | | | | | | - Fixed "delete" and "restore" actions to not send the file list when all files are selected - When some files are selected, sends the current dir - Removed "dirListing" attribute as the backend is able to compute the value based on the current dir
| * Do not send file list for select all on Download/deleteVincent Petry2014-02-137-40/+126
| | | | | | | | | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself
* | Merge pull request #7275 from owncloud/3rdparty-fixThomas Müller2014-02-191-0/+0
|\ \ | | | | | | fix 3rdparty submodule
| * | fix 3rdparty submoduleMorris Jobke2014-02-191-0/+0
| | |
* | | Merge pull request #7278 from owncloud/issue/7277Jan-Christoph Borchardt2014-02-191-1/+1
|\ \ \ | | | | | | | | Add event parameter to keyup event
| * | | Add event parameter to keyup eventJoas Schilling2014-02-191-1/+1
| |/ / | | | | | | | | | Fix issue #7277
* | | Merge pull request #4799 from ↵Jan-Christoph Borchardt2014-02-191-11/+8
|\ \ \ | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP
| * | | cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
| | | |
| * | | use doctrine to construct concat expressionJörn Friedrich Dreyer2013-11-011-8/+1
| | | |
| * | | Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+10
| | | |
* | | | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-19101-97/+261
|\ \ \ \ | | | | | | | | | | Scrutinizer Auto-Fixes
| * | | | fix wrong removesMorris Jobke2014-02-191-1/+24
| | | | |
| * | | | 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 #7260 from owncloud/watcher-policyicewind19912014-02-193-14/+91
|\ \ \ \ \ | |_|_|/ / |/| | | | Allow setting the frequency of which the file watcher checks for updates
| * | | | add unit tests for watcher policiesRobin Appelman2014-02-191-1/+55
| | | | |
| * | | | Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-182-13/+36
| | | | |
* | | | | Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-194-34/+7
|\ \ \ \ \ | |_|/ / / |/| | | | use a FileInfo object of the directory when generting the filelist
| * | | | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-184-34/+7
| |/ / /
* | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \