summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* local user backend shall search for both username and displayname, fixes #5401Arthur Schiwon2013-10-251-14/+3
* Added comment for clarification about fseek() call in quota.phpVincent Petry2013-10-251-0/+2
* Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-1/+1
* Fixed quota stream's fseek methodVincent Petry2013-10-251-2/+12
* Merge pull request #5494 from owncloud/fixing-3593-masterThomas Müller2013-10-242-1/+95
|\
| * - fixing namespaceThomas Müller2013-10-241-2/+4
| * handle case where fileid is not setThomas Müller2013-10-232-4/+12
| * introducing new dav property {xmlns:oc="http://owncloud.org/ns}idThomas Müller2013-10-232-1/+85
* | Merge pull request #5402 from owncloud/fixing-5367-masterThomas Müller2013-10-242-1/+11
|\ \
| * | fixes #5367Thomas Müller2013-10-172-1/+11
* | | Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svgThomas Müller2013-10-231-0/+18
|\ \ \
| * | | prefer logo png from theme over svg from coreJörn Friedrich Dreyer2013-10-231-0/+18
* | | | Merge pull request #5464 from owncloud/fixing-5456-masterThomas Müller2013-10-232-3/+18
|\ \ \ \
| * | | | creating and deleting of file and folder 'Shared' in root is not allowedThomas Müller2013-10-222-3/+18
* | | | | Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinsertsThomas Müller2013-10-232-14/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Catch duplicate insertion errors while scanning filesVincent Petry2013-10-232-14/+38
| | |_|/ | |/| |
* | | | Merge pull request #5458 from owncloud/fixing-5222-masterVicDeo2013-10-234-4/+105
|\ \ \ \ | |/ / / |/| | |
| * | | add missing file headerThomas Müller2013-10-231-0/+6
| * | | fixing php 5.3.3 error:Thomas Müller2013-10-221-2/+3
| * | | php 5.3 compatibility regarding OC\DB\Connection fixedThomas Müller2013-10-213-2/+96
* | | | Merge pull request #5472 from owncloud/enc_init_status_on_enableBjörn Schießle2013-10-231-0/+1
|\ \ \ \
| * | | | add post_enable hook if a app gets enabledBjoern Schiessle2013-10-221-0/+1
| | |/ / | |/| |
* | | | Merge pull request #5482 from owncloud/fix_weird_http_namespaceThomas Müller2013-10-235-5/+8
|\ \ \ \
| * | | | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-235-5/+8
* | | | | Merge pull request #5391 from owncloud/undefined-property-in-schema-masterThomas Müller2013-10-221-3/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use quoteIdentifier with proper objectsVictor Dubiniuk2013-10-211-0/+5
| * | | | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do...Thomas Müller2013-10-171-6/+2
* | | | | Merge pull request #5451 from owncloud/reuse-session-ocs-masterThomas Müller2013-10-221-3/+19
|\ \ \ \ \
| * | | | | Support existing sessions within OCS API callsThomas Müller2013-10-211-3/+19
* | | | | | - delete properties on node deleteThomas Müller2013-10-223-0/+19
| |_|/ / / |/| | | |
* | | | | Merge pull request #5455 from owncloud/fixing-2423-masterThomas Müller2013-10-225-10/+27
|\ \ \ \ \
| * | | | | use OC_Helper::linkToDocs() in lib/private/config.phpThomas Müller2013-10-211-1/+1
| * | | | | introduce OC_Helper::linkToDocs()Thomas Müller2013-10-213-6/+18
| * | | | | introduce link_to_docs() and migrate linksThomas Müller2013-10-214-10/+15
| |/ / / /
* | | | | Merge pull request #5437 from owncloud/create-custom-logfileThomas Müller2013-10-221-1/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Try to create custom log file before falling back to default.Andreas Fischer2013-10-201-1/+11
* | | | | Merge pull request #5249 from owncloud/activities-apiThomas Müller2013-10-212-0/+80
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into activities-apiThomas Müller2013-10-1612-335/+212
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into activities-apiThomas Müller2013-10-1618-356/+195
| |\ \ \ \ \ \
| * | | | | | | adding OC6 public API for activitiesThomas Müller2013-10-091-0/+69
| * | | | | | | Merge branch 'master' into activities-apiThomas Müller2013-10-091-0/+12
* | | | | | | | New OCS route:Thomas Müller2013-10-211-2/+11
| |_|_|_|/ / / |/| | | | | |
* | | | | | | dispayNamesInGroup(s) should always return uid as key in the result attr, fix...Arthur Schiwon2013-10-201-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | the logfile shoudn't be world readable.Frank Karlitschek2013-10-181-0/+1
* | | | | | Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+6
* | | | | | Merge pull request #5395 from owncloud/more_check_optionsVincent Petry2013-10-181-0/+7
|\ \ \ \ \ \
| * | | | | | add options to disable the check for a working .htaccess file in data and for...Frank Karlitschek2013-10-171-0/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5358 from owncloud/postinstall-ocdavclientwithtimeoutVincent Petry2013-10-182-1/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed spacesVincent Petry2013-10-171-3/+3
| * | | | | Added timeout value to WebDAV post setup checkVincent Petry2013-10-161-1/+3