aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8917 from owncloud/repair-routine-baseVincent Petry2014-06-163-43/+152
|\
| * Fixed instanceof to use interface instead of classVincent Petry2014-06-121-1/+2
| * Added RepairStep interface and default repair step listsVincent Petry2014-06-123-63/+131
| * Add support for repair step classesVincent Petry2014-06-121-3/+43
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-161-0/+2
* | Merge pull request #9022 from owncloud/speedup-nested-ldap-groupsmacjohnny2014-06-162-6/+13
|\ \
| * | drastic speedup for nested ldap groupsmacjohnny2014-06-132-6/+13
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-151-0/+8
* | | Merge pull request #8978 from owncloud/movie_preview_improvementsMorris Jobke2014-06-141-8/+17
|\ \ \
| * | | movie previews: use file directly when it's stored locally and encryption is ...Georg Ehrke2014-06-101-8/+17
* | | | Merge pull request #9018 from owncloud/dbms-socket-supportFrank Karlitschek2014-06-131-25/+19
|\ \ \ \
| * | | | Don't specify host when using a socket.Andreas Fischer2014-06-121-1/+1
| * | | | Rename variable to indicate that it can be port and socket.Andreas Fischer2014-06-121-4/+4
| * | | | No need to check the port number as this will fail anyway.Andreas Fischer2014-06-121-1/+1
| * | | | Move getValue() to where required. This actually is not required "global data".Andreas Fischer2014-06-121-9/+5
| * | | | Move check for : to where it belongs, getting rid of $socket = false;Andreas Fischer2014-06-121-8/+5
| * | | | Extract common variables of $connectionParams.Andreas Fischer2014-06-121-11/+8
| * | | | Inline $port expression, getting rid of $port variable.Andreas Fischer2014-06-121-2/+1
| * | | | Fixes based on suggestionsjosh4trunks2014-06-111-11/+7
| * | | | Fix variable not always being defined.josh4trunks2014-06-041-0/+2
| * | | | Work with MySQL Socketsjosh4trunks2014-06-041-1/+8
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-131-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-37/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove unused argumentRobin Appelman2014-06-101-3/+2
| * | | add some commentsRobin Appelman2014-06-101-0/+2
| * | | Repair broken parent link in the scannerRobin Appelman2014-06-101-34/+36
| | |/ | |/|
* | | Revert "Merge pull request #8998 from macjohnny/master"Morris Jobke2014-06-122-13/+6
* | | Merge pull request #8998 from macjohnny/mastermacjohnny2014-06-122-6/+13
|\ \ \
| * | | Update manager.phpmacjohnny2014-06-121-1/+1
| * | | Update group.phpmacjohnny2014-06-121-6/+0
| * | | drastic speedup for nested ldap groupsmacjohnny2014-06-121-2/+3
| * | | Update manager.phpmacjohnny2014-06-121-0/+12
* | | | Merge pull request #8980 from owncloud/better-accept-headerVincent Petry2014-06-122-20/+37
|\ \ \ \ | |/ / / |/| | |
| * | | also handle lowercase headersBernhard Posselt2014-06-111-22/+22
| * | | fix indentionBernhard Posselt2014-06-111-6/+6
| * | | handle http accept headers more gracefullyBernhard Posselt2014-06-112-18/+35
| |/ /
* | | Merge pull request #8991 from owncloud/fix-php53-arraycombineVincent Petry2014-06-121-2/+7
|\ \ \
| * | | Fixed array_combine for PHP 5.3Vincent Petry2014-06-111-2/+7
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-122-1/+11
* | | | Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-111-12/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Save the permissions in the filecache if it's not saved yetRobin Appelman2014-06-091-12/+12
* | | | Added ORDER BY to enforce share entry orderVincent Petry2014-06-111-0/+1
* | | | Merge pull request #8966 from owncloud/fix_failing_tests_on_masterVincent Petry2014-06-111-1/+1
|\ \ \ \
| * | | | call self::getNumericStorageId() to get the numeric IDBjoern Schiessle2014-06-101-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-111-6/+6
* | | | | make text preview backend use imagettftext, fixes #8087Georg Ehrke2014-06-101-2/+6
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-101-0/+2
| |/ / |/| |
* | | set logger before registrate to an error handlerMorris Jobke2014-06-091-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-092-2/+60
* | | Merge pull request #8916 from owncloud/rmdirr-test-cleanup-fixMorris Jobke2014-06-081-0/+2
|\ \ \