summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | add debug logging for user backend registrationJörn Friedrich Dreyer2012-12-111-11/+18
| | | |
* | | | Merge pull request #697 from eMerzh/revoke_on_createThomas Müller2012-12-111-2/+4
|\ \ \ \ | | | | | | | | | | Revoke DB rights on install only if the db is newly created
| * | | | Revoke DB rights on install only if the db is newly createdBrice Maron2012-12-031-2/+4
| | | | |
* | | | | Merge pull request #623 from owncloud/contacts_api_2Thomas Müller2012-12-112-62/+217
|\ \ \ \ \ | |_|/ / / |/| | | | Contacts API has been implemented and unit tests are provided
| * | | | [contacts_api] move addressbook to it's own fileThomas Mueller2012-12-082-51/+72
| | | | |
| * | | | [contacts_api] update documentationThomas Mueller2012-12-061-8/+8
| | | | |
| * | | | [Contacts API] example for searching addedThomas Mueller2012-12-021-0/+32
| | | | |
| * | | | test for search and unregister addedThomas Mueller2012-11-281-2/+2
| | | | |
| * | | | first unit tests implementedThomas Mueller2012-11-281-4/+11
| | | | |
| * | | | change name to IAddressBookThomas Mueller2012-11-281-6/+6
| | | | |
| * | | | plugin mechanism implementedThomas Mueller2012-11-281-63/+158
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-112-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-101-18/+18
| | | | |
* | | | | Merge pull request #762 from owncloud/database_exceptionThomas Müller2012-12-081-10/+15
|\ \ \ \ \ | | | | | | | | | | | | dont handle database exception in OC_DB
| * | | | | dont handle database exception in OC_DBRobin Appelman2012-12-071-10/+15
| | |_|/ / | |/| | | | | | | | | | | | | give the caller the option to handle the exception
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-081-9/+9
|/ / / /
* | | | Merge pull request #182 from owncloud/fix-redirectBart Visscher2012-12-072-7/+11
|\ \ \ \ | | | | | | | | | | Make the redirect_url working again
| * | | | Fix warning about redirect_url not setBart Visscher2012-12-071-1/+1
| | | | |
| * | | | Remove uneeded new lineLukas Reschke2012-11-011-1/+0
| | | | |