Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-13 | 157 | -2578/+5195 |
| | |||||
* | Merge pull request #847 from owncloud/webdav-quota-fix-exception | Thomas Müller | 2012-12-12 | 1 | -1/+1 |
|\ | | | | | throwing InsufficientStorage in case the quota is reached | ||||
| * | 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 #810 from owncloud/send-share-link-by-email | Thomas Müller | 2012-12-12 | 4 | -9/+87 |
|\ | | | | | restoring feature to send sharing link via email | ||||
| * | feedback to the user while request is being processed | Thomas Mueller | 2012-12-12 | 1 | -2/+9 |
| | | |||||
| * | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 4 | -64/+60 |
| | | |||||
| * | restoring feature to send sharing link via email | Thomas Mueller | 2012-12-10 | 4 | -7/+82 |
| | | |||||
* | | 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. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-12 | 79 | -1235/+2120 |
| | | | |||||
* | | | 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 #813 from owncloud/check_external_dependencies | Thomas Müller | 2012-12-11 | 4 | -59/+104 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Check external dependencies | ||||
| * | | | | ctor of OC_L10N requires the app name | Thomas Mueller | 2012-12-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | don't call shell_exec if safe_mode is on. | Frank Karlitschek | 2012-12-11 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | disable not available external filesystems. Restructure the configuration a ↵ | Frank Karlitschek | 2012-12-10 | 1 | -59/+66 |
| | | | | | | | | | | | | | | | | | | | | bit and improve naming | ||||
| * | | | | add some output why some of the external filesystems might not work | Frank Karlitschek | 2012-12-10 | 4 | -1/+35 |
| | | | | | |||||
* | | | | | 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 | 3 | -62/+342 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 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 | 2 | -8/+53 |
| | | | | | | | |||||
| * | | | | | | first unit tests implemented | Thomas Mueller | 2012-11-28 | 2 | -4/+91 |
| | | | | | | | |||||
| * | | | | | | change name to IAddressBook | Thomas Mueller | 2012-11-28 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | plugin mechanism implemented | Thomas Mueller | 2012-11-28 | 1 | -63/+158 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #807 from owncloud/add-changes-again | Thomas Müller | 2012-12-11 | 1 | -8/+58 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | add my install changes back again | ||||
| * | | | | | | remove obsolete CSS, fix database host label position | Jan-Christoph Borchardt | 2012-12-11 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | add my install changes from #721 again after they have been reverted through ↵ | Jan-Christoph Borchardt | 2012-12-10 | 1 | -7/+58 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | #282 | ||||
* / | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-11 | 18 | -77/+82 |
|/ / / / / | |||||
* | | | / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-10 | 29 | -485/+492 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #282 from butonic/fix_new_and_upload_button_html_css | Thomas Müller | 2012-12-09 | 6 | -183/+146 |
|\ \ \ \ | | | | | | | | | | | fix_new_and_upload_button_html_css | ||||
| * | | | | cleanup CSS whitespace and remove extra input[type='checkbok'] | Jörn Friedrich Dreyer | 2012-12-07 | 2 | -72/+72 |
| | | | | | |||||
| * | | | | fix svg -> png replacement for android, cleanup and remove obsolete css | Jörn Friedrich Dreyer | 2012-12-07 | 4 | -40/+39 |
| | | | | | |||||
| * | | | | fix new li icons jumping when replacing p with input | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | add IE9 CSS checkbox fixes | Jörn Friedrich Dreyer | 2012-12-07 | 4 | -74/+32 |
| | | | | | |||||
| * | | | | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 5 | -28/+19 |
| | | | | | |||||
| * | | | | rmeove vendor prefix for box-shadow | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | fix_new_and_upload_button_html_css | Jörn Friedrich Dreyer | 2012-12-07 | 2 | -12/+27 |
| | |_|/ | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-09 | 22 | -84/+99 |
| | | | | |||||
* | | | | Merge pull request #762 from owncloud/database_exception | Thomas Müller | 2012-12-08 | 1 | -10/+15 |
|\ \ \ \ | | | | | | | | | | | dont handle database exception in OC_DB | ||||
| * | | | | dont handle database exception in OC_DB | Robin Appelman | 2012-12-07 | 1 | -10/+15 |
| |/ / / | | | | | | | | | | | | | give the caller the option to handle the exception | ||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-08 | 16 | -86/+91 |
|/ / / |