Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-27 | 1 | -1/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-24 | 2 | -2/+10 |
| | |||||
* | Merge pull request #845 from owncloud/sqlite_error | Frank Karlitschek | 2012-12-22 | 1 | -2/+1 |
|\ | | | | | Try to fix #836 | ||||
| * | Try to fix #836 | Frank Karlitschek | 2012-12-12 | 1 | -2/+1 |
| | | | | | | | | https://github.com/owncloud/core/issues/836 | ||||
* | | fixing variable name | Thomas Müller | 2012-12-21 | 1 | -2/+2 |
| | | |||||
* | | setting the timezone is now part of the login process and true part of the core. | Thomas Müller | 2012-12-20 | 1 | -697/+719 |
| | | |||||
* | | call it "proxy" instead of "curlproxy" | root | 2012-12-19 | 1 | -4/+4 |
| | | | | | | | | | | Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-) | ||||
* | | make it more readable as deepdiver suggested | Frank Karlitschek | 2012-12-19 | 1 | -2/+6 |
| | | |||||
* | | add curl proxy support. Fixes #504 | Frank Karlitschek | 2012-12-19 | 1 | -27/+28 |
| | | | | | | | | https://github.com/owncloud/core/issues/504 | ||||
* | | Merge pull request #961 from owncloud/check_locale | Frank Karlitschek | 2012-12-19 | 2 | -0/+17 |
|\ \ | | | | | | | add a check and a warning if setlocale is working | ||||
| * | | add a check and a warning if setlocale is working | Frank Karlitschek | 2012-12-19 | 2 | -0/+17 |
| | | | |||||
* | | | Merge pull request #868 from owncloud/new_doc_system | Frank Karlitschek | 2012-12-19 | 1 | -30/+1 |
|\ \ \ | |/ / |/| | | New doc system | ||||
| * | | remove PgeNavi. It's no longer used | Frank Karlitschek | 2012-12-13 | 1 | -30/+1 |
| |/ | |||||
* | | refs #933 send content length header - this will allow the browser to show ↵ | Thomas Mueller | 2012-12-19 | 1 | -2/+1 |
| | | | | | | | | the progressbar | ||||
* | | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -0/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-18 | 1 | -1/+27 |
| | | |||||
* | | fix utf8 filenames in ie download response header according to rfc5987, see ↵ | Jörn Friedrich Dreyer | 2012-12-17 | 1 | -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 Gapczynski | 2012-12-16 | 1 | -5/+10 |
| | | | | | | | | writing errors, fixes issue #826 | ||||
* | | wrap hooks into a try, catch to prevent a faulty app from crashing the request | Robin Appelman | 2012-12-16 | 1 | -1/+5 |
| | | |||||
* | | More style fixes | Bart Visscher | 2012-12-15 | 2 | -6/+7 |
| | | |||||
* | | More whitespace fixes | Bart Visscher | 2012-12-15 | 3 | -106/+107 |
| | | |||||
* | | Fix "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 2 | -5/+5 |
| | | | | | | | | opening brace" | ||||
* | | Fix some of "Closing brace must be on a line by itself" | Bart Visscher | 2012-12-15 | 2 | -5/+19 |
| | | |||||
* | | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 7 | -52/+52 |
| | | |||||
* | | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 2 | -3/+3 |
| | | |||||
* | | implement getCurrentUser in Sabre Auth Connector, fixes #508 | Arthur Schiwon | 2012-12-14 | 1 | -0/+15 |
| | | |||||
* | | use username, not passed loginname, might differ | Arthur Schiwon | 2012-12-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #584 from wardragon/ldap_access_userExists_fix | blizzz | 2012-12-12 | 2 | -4/+9 |
|\ \ | | | | | | | Really fix OCP\Share::shareItem with LDAP users | ||||
| * | | Add an $excludingBackend optional parameter | Lorenzo M. Catucci | 2012-12-07 | 2 | -4/+9 |
| | | | | | | | | | | | | to the userExists method both in OCP\User and in OC_User. | ||||
* | | | throwing InsufficientStorage in case the quota is reached | Thomas Mueller | 2012-12-12 | 1 | -1/+1 |
| |/ |/| | |||||
* | | set the session name to the instance id - which is unique | Thomas Mueller | 2012-12-12 | 1 | -0/+3 |
| | | | | | | | | | | Conflicts: lib/base.php | ||||
* | | Merge pull request #766 from btactic/language_autodetect | Thomas Müller | 2012-12-12 | 1 | -2/+8 |
|\ \ | | | | | | | Improve autodetection of language. | ||||
| * | | Fix the loop to search al the available languages, not only the las element. | Sergi Almacellas Abellana | 2012-12-09 | 1 | -4/+4 |
| | | | |||||
| * | | Improve autodetection of language. | Sergi Almacellas Abellana | 2012-12-07 | 1 | -2/+8 |
| | | | | | | | | | | | | Fixes #730. | ||||
* | | | Merge pull request #829 from owncloud/contacts_api_namespace_fix | Bart Visscher | 2012-12-11 | 2 | -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 Mueller | 2012-12-11 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | access to their contact data | ||||
* | | | | Merge pull request #825 from owncloud/oc_namespace | Thomas Müller | 2012-12-11 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | Autoload classes with 'OC' namespace prefix. | ||||
| * | | | Autoload classes with 'OC' namespace prefix. | Thomas Tanghus | 2012-12-11 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #824 from owncloud/add_user_backend_registration_debug_log | Frank Karlitschek | 2012-12-11 | 1 | -11/+18 |
|\ \ \ \ | |/ / / |/| | | | add debug logging for user backend registration | ||||
| * | | | add debug logging for user backend registration | Jörn Friedrich Dreyer | 2012-12-11 | 1 | -11/+18 |
| | | | | |||||
* | | | | Merge pull request #697 from eMerzh/revoke_on_create | Thomas Müller | 2012-12-11 | 1 | -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 created | Brice Maron | 2012-12-03 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Merge pull request #623 from owncloud/contacts_api_2 | Thomas Müller | 2012-12-11 | 2 | -62/+217 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Contacts API has been implemented and unit tests are provided | ||||
| * | | | | [contacts_api] move addressbook to it's own file | Thomas Mueller | 2012-12-08 | 2 | -51/+72 |
| | | | | | |||||
| * | | | | [contacts_api] update documentation | Thomas Mueller | 2012-12-06 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | [Contacts API] example for searching added | Thomas Mueller | 2012-12-02 | 1 | -0/+32 |
| | | | | | |||||
| * | | | | test for search and unregister added | Thomas Mueller | 2012-11-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | first unit tests implemented | Thomas Mueller | 2012-11-28 | 1 | -4/+11 |
| | | | | | |||||
| * | | | | change name to IAddressBook | Thomas Mueller | 2012-11-28 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | plugin mechanism implemented | Thomas Mueller | 2012-11-28 | 1 | -63/+158 |
| | | | | |