Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-01-11Merge pull request #1133 from owncloud/add_linebreaks_in_sharingThomas Müller
add more linebreaks, replace SQL LIMIT with param
2013-01-11[tx-robot] updated from transifexJenkins for ownCloud
2013-01-10Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller
webdav returns "503 Service Unavailable" in case the ownCloud server is ...
2013-01-10[tx-robot] updated from transifexJenkins for ownCloud
2013-01-09add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer
2013-01-09webdav returns "503 Service Unavailable" in case the ownCloud server is ↵Thomas Mueller
currently in maintenance mode.
2013-01-08Upstream merged my patch to add additional ssl root certificates to the ↵Björn Schießle
webdav client. This means that OC_Connector_Sabre_Client is no longer needed
2013-01-05Merge branch 'master' into update-progressMichael Gapczynski
2013-01-05Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski
2013-01-05Modify and include additional update messages from updating appsMichael Gapczynski
2013-01-05Merge pull request #1066 from owncloud/fix-388-masterThomas Müller
workaround for 32-bit systems to handle filesizes bigger than 2GB
2013-01-05Merge pull request #1053 from owncloud/ocs_apiMichael Gapczynski
External API for ownCloud based on OCS
2013-01-05Only show the version updating to instead of worrying about converting ↵Michael Gapczynski
internal to a formatted version
2013-01-05remove duplicate returnThomas Mueller
2013-01-05enhanced log messageThomas Mueller
2013-01-05documentation adjusted on the wayThomas Mueller
2013-01-05Fallback to use COM or exec('stat ..') is only executed if stat or filesize ↵Thomas Mueller
return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged
2013-01-05OC_Helper::is_function_enabled() added to find out if a function is availableThomas Mueller
And some documentation adjusted on the way
2013-01-04Add back check if installed around background jobsMichael Gapczynski
2013-01-04Use hooks to send updates from appsMichael Gapczynski
2013-01-04Basic update progress of database update onlyMichael Gapczynski
2013-01-03Rearrange code to prepare for updater feedbackMichael Gapczynski
2013-01-03Check if oc_token cookie exists before trying to use itMichael Gapczynski
2013-01-03workaround for 32-bit systems to handle filesizes bigger than 2GBThomas Mueller
2013-01-03fixing indentThomas Mueller
2013-01-03[tx-robot] updated from transifexJenkins for ownCloud
2013-01-03Merge pull request #975 from irgsmirx/patch-1Thomas Müller
Update lib/util.php
2013-01-02add smtp port configuration optionThomas Mueller
2013-01-02phpdoc fixes for public apiRobin Appelman
2012-12-31Remove WIP OAuth codeTom Needham
2012-12-31Code cleanup and add copyright infoTom Needham
2012-12-31Merge branch 'master' into ocs_apiTom Needham
Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot
2012-12-31Remove unused methodsTom Needham
2012-12-31[tx-robot] updated from transifexJenkins for ownCloud
2012-12-30[tx-robot] updated from transifexJenkins for ownCloud
2012-12-29Fall back to default log file if logfile config file not found, suppress ↵Michael Gapczynski
writing errors, fixes issue #826
2012-12-28[tx-robot] updated from transifexJenkins for ownCloud
2012-12-27[tx-robot] updated from transifexJenkins for ownCloud
2012-12-24[tx-robot] updated from transifexJenkins for ownCloud
2012-12-23Merge pull request #845 from owncloud/sqlite_errorFrank Karlitschek
Try to fix #836
2012-12-21fixing variable nameThomas Müller
2012-12-20Update lib/util.phpirgsmirx
getUrlContent should take proxy setting into consideration when not using curl, as well
2012-12-20setting the timezone is now part of the login process and true part of the core.Thomas Müller
2012-12-19call it "proxy" instead of "curlproxy"root
Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
2012-12-19make it more readable as deepdiver suggestedFrank Karlitschek
2012-12-19add curl proxy support. Fixes #504Frank Karlitschek
https://github.com/owncloud/core/issues/504
2012-12-19Merge pull request #961 from owncloud/check_localeFrank Karlitschek
add a check and a warning if setlocale is working
2012-12-19Merge pull request #868 from owncloud/new_doc_systemFrank Karlitschek
New doc system
2012-12-19add a check and a warning if setlocale is workingFrank Karlitschek
2012-12-19refs #933 send content length header - this will allow the browser to show ↵Thomas Mueller
the progressbar