aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1906 from owncloud/storage-stat-failBernhard Posselt2013-02-261-83/+116
|\
| * Storage: don't throw warnings when a stat failsRobin Appelman2013-02-261-2/+10
| * Code styleRobin Appelman2013-02-261-81/+106
* | Merge pull request #1903 from owncloud/fix_version_checkBernhard Posselt2013-02-261-0/+2
|\ \ | |/ |/|
| * return true once one owncloud version number is bigger at any positionBernhard Posselt2013-02-251-0/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-262-0/+38
* | Merge pull request #1898 from owncloud/session_start_fixLukas Reschke2013-02-251-2/+15
|\ \
| * | use error templateBernhard Posselt2013-02-251-3/+9
| * | added simple error message for the browserBernhard Posselt2013-02-251-0/+2
| * | write an error log when session could not be initializedBernhard Posselt2013-02-251-0/+2
| * | set http 500 when session could not be started to prevent serving of empty fi...Bernhard Posselt2013-02-251-2/+5
| |/
* | Merge pull request #1837 from owncloud/fix-user-templateLukas Reschke2013-02-251-5/+0
|\ \
| * | Remove unneeded code for user layout templateBart Visscher2013-02-221-5/+0
* | | Merge pull request #1839 from owncloud/no_recursive_object_walkingLukas Reschke2013-02-251-2/+2
|\ \ \
| * | | Don't walk objects with array_walk_recursive()Thomas Tanghus2013-02-221-2/+2
| |/ /
* | | Merge pull request #1706 from owncloud/master-sqlserverThomas Müller2013-02-253-33/+418
|\ \ \
| * \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-229-29/+84
| |\ \ \
| * \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-209-21/+270
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-1816-29/+112
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-1477-453/+1143
| |\ \ \ \ \ \
| * | | | | | | final adoptions for mssql connectivityThomas Mueller2013-02-142-3/+10
| * | | | | | | fixing sql server syntax for database creationThomas Mueller2013-02-121-1/+1
| * | | | | | | write any database messages / non critical errors to the log - don't pollute ...Thomas Mueller2013-02-121-32/+33
| * | | | | | | fixing indentThomas Mueller2013-02-121-35/+35
| * | | | | | | fixing undefined variablesThomas Mueller2013-02-121-5/+7
| * | | | | | | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-1244-111/+1051
| |\ \ \ \ \ \ \
| * | | | | | | | - Fixed indentations.Administrator2013-02-102-77/+83
| * | | | | | | | Bugfixes and cleanup MS SQL Server installationAdministrator2013-02-102-83/+144
| * | | | | | | | Added MS SQL Server supportTobias Ramforth2013-02-082-7/+321
* | | | | | | | | 5 beta 2v5.0.0beta2Frank Karlitschek2013-02-251-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #1891 from owncloud/set_timeoutBernhard Posselt2013-02-251-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | use a 5 sec timeout for the webdav checkFrank Karlitschek2013-02-251-1/+9
* | | | | | | | | Merge pull request #1865 from owncloud/fix-displaying-db-errorsBjörn Schießle2013-02-252-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't use routes when displaying error pageBart Visscher2013-02-222-3/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #1887 from owncloud/fixing-1843-masterBart Visscher2013-02-251-13/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove the check for session data folder - causes trouble on some environmentsThomas Mueller2013-02-251-13/+0
* | | | | | | | | | created unittests and factored out version test into seperate methodBernhard Posselt2013-02-251-4/+32
* | | | | | | | | | spaces to tabsBernhard Posselt2013-02-251-4/+4
* | | | | | | | | | version checks for apps now use all three version numbers and fixed bug that ...Bernhard Posselt2013-02-251-2/+4
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-254-11/+16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | put value assignment into bracketsBjörn Schießle2013-02-221-1/+1
| * | | | | | | | return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-224-10/+14
| * | | | | | | | using the number of writen bytes as indicator if streamCopy() was successfull...Björn Schießle2013-02-222-5/+6
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-251-0/+1
* | | | | | | | | add a safe_mode checkFrank Karlitschek2013-02-211-0/+5
* | | | | | | | | Reuse $freeSpace variableMichael Gapczynski2013-02-231-1/+1
* | | | | | | | | Don't throw insufficient storage exception if free space is unknownMichael Gapczynski2013-02-231-1/+2
* | | | | | | | | Whitespace fixesBart Visscher2013-02-2218-120/+120
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1859 from owncloud/blacklist-fixBernhard Posselt2013-02-221-7/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Add OC\Files\Filesystem::isFileBlacklistedRobin Appelman2013-02-221-7/+15
| | |_|_|_|_|/ / | |/| | | | | |