summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange code to prepare for updater feedbackMichael Gapczynski2013-01-031-37/+63
|
* Check if oc_token cookie exists before trying to use itMichael Gapczynski2013-01-021-1/+3
|
* fixing indentThomas Mueller2013-01-031-94/+94
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-031-0/+18
|
* Merge pull request #975 from irgsmirx/patch-1Thomas Müller2013-01-021-8/+21
|\ | | | | Update lib/util.php
| * Update lib/util.phpirgsmirx2012-12-201-8/+21
| | | | | | getUrlContent should take proxy setting into consideration when not using curl, as well
* | add smtp port configuration optionThomas Mueller2013-01-021-6/+8
| |
* | phpdoc fixes for public apiRobin Appelman2013-01-023-71/+71
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-312-10/+52
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-301-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-281-1/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-271-1/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-242-2/+10
| |
* | Merge pull request #845 from owncloud/sqlite_errorFrank Karlitschek2012-12-221-2/+1
|\ \ | | | | | | Try to fix #836
| * | Try to fix #836Frank Karlitschek2012-12-121-2/+1
| | | | | | | | | | | | https://github.com/owncloud/core/issues/836
* | | fixing variable nameThomas Müller2012-12-211-2/+2
| | |
* | | setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-697/+719
| |/ |/|
* | call it "proxy" instead of "curlproxy"root2012-12-191-4/+4
| | | | | | | | | | Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
* | make it more readable as deepdiver suggestedFrank Karlitschek2012-12-191-2/+6
| |
* | add curl proxy support. Fixes #504Frank Karlitschek2012-12-191-27/+28
| | | | | | | | https://github.com/owncloud/core/issues/504
* | Merge pull request #961 from owncloud/check_localeFrank Karlitschek2012-12-192-0/+17
|\ \ | | | | | | add a check and a warning if setlocale is working
| * | add a check and a warning if setlocale is workingFrank Karlitschek2012-12-192-0/+17
| | |
* | | Merge pull request #868 from owncloud/new_doc_systemFrank Karlitschek2012-12-191-30/+1
|\ \ \ | |/ / |/| | New doc system
| * | remove PgeNavi. It's no longer usedFrank Karlitschek2012-12-131-30/+1
| |/
* | refs #933 send content length header - this will allow the browser to show ↵Thomas Mueller2012-12-191-2/+1
| | | | | | | | the progressbar
* | fixes default email sender addressRandolph Carter2012-12-191-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-181-1/+27
| |
* | fix utf8 filenames in ie download response header according to rfc5987, see ↵Jörn Friedrich Dreyer2012-12-171-1/+6
| | | | | | | | http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
* | Fall back to default log file if logfile config file not found, suppress ↵Michael Gapczynski2012-12-161-5/+10
| | | | | | | | writing errors, fixes issue #826
* | wrap hooks into a try, catch to prevent a faulty app from crashing the requestRobin Appelman2012-12-161-1/+5
| |
* | More style fixesBart Visscher2012-12-152-6/+7
| |
* | More whitespace fixesBart Visscher2012-12-153-106/+107
| |
* | Fix "There must be a single space between the closing parenthesis and the ↵Bart Visscher2012-12-152-5/+5
| | | | | | | | opening brace"
* | Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-152-5/+19
| |
* | Fix "Line indented incorrectly"Bart Visscher2012-12-157-52/+52
| |
* | Fix "No space found after comma in function call"Bart Visscher2012-12-152-3/+3
| |
* | implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon2012-12-141-0/+15
| |
* | use username, not passed loginname, might differArthur Schiwon2012-12-141-1/+1
| |
* | Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-122-4/+9
|\ \ | | | | | | Really fix OCP\Share::shareItem with LDAP users
| * | Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-072-4/+9
| | | | | | | | | | | | to the userExists method both in OCP\User and in OC_User.
* | | throwing InsufficientStorage in case the quota is reachedThomas Mueller2012-12-121-1/+1
| |/ |/|
* | set the session name to the instance id - which is uniqueThomas Mueller2012-12-121-0/+3
| | | | | | | | | | Conflicts: lib/base.php
* | Merge pull request #766 from btactic/language_autodetectThomas Müller2012-12-121-2/+8
|\ \ | | | | | | Improve autodetection of language.
| * | Fix the loop to search al the available languages, not only the las element.Sergi Almacellas Abellana2012-12-091-4/+4
| | |
| * | Improve autodetection of language.Sergi Almacellas Abellana2012-12-071-2/+8
| | | | | | | | | | | | Fixes #730.
* | | Merge pull request #829 from owncloud/contacts_api_namespace_fixBart Visscher2012-12-112-6/+8
|\ \ \ | | | | | | | | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide...
| * | | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide ↵Thomas Mueller2012-12-112-6/+8
| | | | | | | | | | | | | | | | access to their contact data
* | | | Merge pull request #825 from owncloud/oc_namespaceThomas Müller2012-12-111-0/+3
|\ \ \ \ | |/ / / |/| | | Autoload classes with 'OC' namespace prefix.
| * | | Autoload classes with 'OC' namespace prefix.Thomas Tanghus2012-12-111-0/+3
| | | |
* | | | Merge pull request #824 from owncloud/add_user_backend_registration_debug_logFrank Karlitschek2012-12-111-11/+18
|\ \ \ \ | |/ / / |/| | | add debug logging for user backend registration