Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Added comment for clarification about fseek() call in quota.php | Vincent Petry | 2013-10-25 | 1 | -0/+2 | |
* | | | | Fixed quota stream to not wrap read-only fopen calls | Vincent Petry | 2013-10-25 | 1 | -1/+1 | |
* | | | | Fixed quota stream's fseek method | Vincent Petry | 2013-10-25 | 1 | -2/+12 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #5494 from owncloud/fixing-3593-master | Thomas Müller | 2013-10-24 | 2 | -1/+95 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | - fixing namespace | Thomas Müller | 2013-10-24 | 1 | -2/+4 | |
| * | | handle case where fileid is not set | Thomas Müller | 2013-10-23 | 2 | -4/+12 | |
| * | | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 2 | -1/+85 | |
| |/ | ||||||
* | | Merge pull request #5402 from owncloud/fixing-5367-master | Thomas Müller | 2013-10-24 | 2 | -1/+11 | |
|\ \ | ||||||
| * | | fixes #5367 | Thomas Müller | 2013-10-17 | 2 | -1/+11 | |
* | | | Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svg | Thomas Müller | 2013-10-23 | 1 | -0/+18 | |
|\ \ \ | ||||||
| * | | | prefer logo png from theme over svg from core | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -0/+18 | |
* | | | | Merge pull request #5464 from owncloud/fixing-5456-master | Thomas Müller | 2013-10-23 | 2 | -3/+18 | |
|\ \ \ \ | ||||||
| * | | | | creating and deleting of file and folder 'Shared' in root is not allowed | Thomas Müller | 2013-10-22 | 2 | -3/+18 | |
* | | | | | Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinserts | Thomas Müller | 2013-10-23 | 2 | -14/+38 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Catch duplicate insertion errors while scanning files | Vincent Petry | 2013-10-23 | 2 | -14/+38 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #5458 from owncloud/fixing-5222-master | VicDeo | 2013-10-23 | 4 | -4/+105 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | add missing file header | Thomas Müller | 2013-10-23 | 1 | -0/+6 | |
| * | | | fixing php 5.3.3 error: | Thomas Müller | 2013-10-22 | 1 | -2/+3 | |
| * | | | php 5.3 compatibility regarding OC\DB\Connection fixed | Thomas Müller | 2013-10-21 | 3 | -2/+96 | |
* | | | | Merge pull request #5472 from owncloud/enc_init_status_on_enable | Björn Schießle | 2013-10-23 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | add post_enable hook if a app gets enabled | Bjoern Schiessle | 2013-10-22 | 1 | -0/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #5482 from owncloud/fix_weird_http_namespace | Thomas Müller | 2013-10-23 | 5 | -5/+8 | |
|\ \ \ \ | ||||||
| * | | | | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 5 | -5/+8 | |
* | | | | | Merge pull request #5391 from owncloud/undefined-property-in-schema-master | Thomas Müller | 2013-10-22 | 1 | -3/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use quoteIdentifier with proper objects | Victor Dubiniuk | 2013-10-21 | 1 | -0/+5 | |
| * | | | | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do... | Thomas Müller | 2013-10-17 | 1 | -6/+2 | |
* | | | | | Merge pull request #5451 from owncloud/reuse-session-ocs-master | Thomas Müller | 2013-10-22 | 1 | -3/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | Support existing sessions within OCS API calls | Thomas Müller | 2013-10-21 | 1 | -3/+19 | |
* | | | | | | - delete properties on node delete | Thomas Müller | 2013-10-22 | 3 | -0/+19 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #5455 from owncloud/fixing-2423-master | Thomas Müller | 2013-10-22 | 5 | -10/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | use OC_Helper::linkToDocs() in lib/private/config.php | Thomas Müller | 2013-10-21 | 1 | -1/+1 | |
| * | | | | | introduce OC_Helper::linkToDocs() | Thomas Müller | 2013-10-21 | 3 | -6/+18 | |
| * | | | | | introduce link_to_docs() and migrate links | Thomas Müller | 2013-10-21 | 4 | -10/+15 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #5437 from owncloud/create-custom-logfile | Thomas Müller | 2013-10-22 | 1 | -1/+11 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Try to create custom log file before falling back to default. | Andreas Fischer | 2013-10-20 | 1 | -1/+11 | |
* | | | | | Merge pull request #5249 from owncloud/activities-api | Thomas Müller | 2013-10-21 | 2 | -0/+80 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-16 | 12 | -335/+212 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-16 | 18 | -356/+195 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | adding OC6 public API for activities | Thomas Müller | 2013-10-09 | 1 | -0/+69 | |
| * | | | | | | | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-09 | 1 | -0/+12 | |
* | | | | | | | | New OCS route: | Thomas Müller | 2013-10-21 | 1 | -2/+11 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | dispayNamesInGroup(s) should always return uid as key in the result attr, fix... | Arthur Schiwon | 2013-10-20 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | the logfile shoudn't be world readable. | Frank Karlitschek | 2013-10-18 | 1 | -0/+1 | |
* | | | | | | Remove "link" shares right after disabling the "allow_link_share" setting | Morris Jobke | 2013-10-18 | 1 | -0/+6 | |
* | | | | | | Merge pull request #5395 from owncloud/more_check_options | Vincent Petry | 2013-10-18 | 1 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add options to disable the check for a working .htaccess file in data and for... | Frank Karlitschek | 2013-10-17 | 1 | -0/+7 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #5358 from owncloud/postinstall-ocdavclientwithtimeout | Vincent Petry | 2013-10-18 | 2 | -1/+49 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fixed spaces | Vincent Petry | 2013-10-17 | 1 | -3/+3 | |
| * | | | | | Added timeout value to WebDAV post setup check | Vincent Petry | 2013-10-16 | 1 | -1/+3 | |
| * | | | | | Added DAV client wrapper that support timeout values | Vincent Petry | 2013-10-16 | 1 | -0/+46 |