summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 h...Jörn Friedrich Dreyer2012-12-171-1/+6
* Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-161-5/+10
* 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 ope...Bart Visscher2012-12-152-5/+5
* 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
|\
| * Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-072-4/+9
* | 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
* | Merge pull request #766 from btactic/language_autodetectThomas Müller2012-12-121-2/+8
|\ \
| * | 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
* | | 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 acce...Thomas Mueller2012-12-112-6/+8
* | | | Merge pull request #825 from owncloud/oc_namespaceThomas Müller2012-12-111-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | 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 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 createdBrice Maron2012-12-031-2/+4
* | | | | Merge pull request #623 from owncloud/contacts_api_2Thomas Müller2012-12-112-62/+217
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [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_DBRobin Appelman2012-12-071-10/+15
| | |_|/ / | |/| | |
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-081-9/+9
|/ / / /
* | | | Merge pull request #182 from owncloud/fix-redirectBart Visscher2012-12-072-7/+11
|\ \ \ \
| * | | | Fix warning about redirect_url not setBart Visscher2012-12-071-1/+1
| * | | | Remove uneeded new lineLukas Reschke2012-11-011-1/+0
| * | | | Check for redirect_url for logged in usersLukas Reschke2012-11-011-0/+7
| * | | | Make the redirect_url working againLukas Reschke2012-10-312-7/+5
* | | | | one more undefined index errorBjörn Schießle2012-12-061-2/+2
* | | | | fix more undefined indexesBjörn Schießle2012-12-061-1/+1
* | | | | Merge pull request #647 from owncloud/fix_app_settings_navigationThomas Müller2012-12-052-1/+2
|\ \ \ \ \
| * | | | | Move loading of all the apps to setting the active navigation entry.Bart Visscher2012-11-302-1/+2
| | |/ / / | |/| | |