summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Break long lines into smaller ones.Owen Winkler2013-08-231-3/+10
| * | | | Use JSON to send/receive group data.Owen Winkler2013-08-234-22/+22
|/ / / /
| | | * check shares for the real file and not for the .part fileBjoern Schiessle2013-08-271-0/+5
| | | * first check if a extension exists before comparing itBjoern Schiessle2013-08-271-1/+1
| | | * handle part files correctlyBjoern Schiessle2013-08-221-6/+27
| |_|/ |/| |
* | | Merge pull request #4541 from owncloud/backport-4512-stable5Thomas Müller2013-08-2113-18/+18
|\ \ \
| * | | additional readdir check in mappedlocalThomas Müller2013-08-211-1/+1
| * | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-2112-17/+17
* | | | Merge pull request #4487 from owncloud/ldap_fix_hookblizzz2013-08-212-7/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Sharing: only determine path root if owner is availableArthur Schiwon2013-08-171-6/+10
| * | | LDAP: fix wrong hook nameArthur Schiwon2013-08-171-1/+1
* | | | selective backport from https://github.com/owncloud/core/pull/4239; don't cha...Bjoern Schiessle2013-08-181-14/+18
| |_|/ |/| |
* | | Merge pull request #4490 from owncloud/fix-multiselect-mac-firefoxMorris Jobke2013-08-181-0/+4
|\ \ \
| * | | fix hidden groups in Firefox on Mac - fix 2571Morris Jobke2013-08-171-0/+4
|/ / /
* | | switched to dirname()Bjoern Schiessle2013-08-171-1/+1
* | | added missing parameter documentationBjoern Schiessle2013-08-171-1/+2
* | | added createMissingDirectories() methodBjoern Schiessle2013-08-171-18/+19
* | | also create root dir if it doesn't exist yetBjoern Schiessle2013-08-171-6/+13
* | | use OC files API to create missing directory which should handle special char...Bjoern Schiessle2013-08-171-4/+7
* | | first check if file exists before checking the files sizeBjoern Schiessle2013-08-171-10/+9
* | | Merge pull request #4423 from owncloud/ldap_reduce_connectionsBart Visscher2013-08-172-6/+18
|\ \ \
| * | | LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-142-6/+18
* | | | Merge pull request #4454 from owncloud/fix_4446Kondou2013-08-173-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Use better wording.kondou2013-08-161-1/+1
| * | | Add a "Wrong password." message, if the passwordkondou2013-08-162-1/+4
| * | | Style the new 'password wrong' div conservatively.Owen Winkler2013-08-161-0/+1
* | | | no files external for SMB on windowsThomas Müller2013-08-161-10/+16
* | | | Merge pull request #4458 from owncloud/dav_principal_groupmembersetThomas Tanghus2013-08-161-6/+8
|\ \ \ \
| * | | | Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSetThomas Tanghus2013-08-161-6/+8
* | | | | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-153-7/+11
| |/ / / |/| | |
* | | | use __DIR__ instead of realpathBjoern Schiessle2013-08-151-1/+1
* | | | provide correct path for require_onceBjoern Schiessle2013-08-151-1/+1
* | | | Merge pull request #4306 from owncloud/stable5-googledriveThomas Müller2013-08-1439-599/+8529
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove root option from Google Drive storage, because it is only used for tes...Michael Gapczynski2013-08-032-10/+8
| * | | Fix 'most' Google Drive testsMichael Gapczynski2013-08-032-82/+148
| * | | substr storage id to prevent problems with storing the change id in appconfigMichael Gapczynski2013-08-031-1/+1
| * | | Implement hasUpdated() to watch for changes on Google Drive sideMichael Gapczynski2013-08-031-0/+59
| * | | Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski2013-08-031-2/+5
| * | | Fix require_once for 3rdparty in google ajax frontendMichael Gapczynski2013-08-031-2/+3
| * | | Include 3rdparty Google Drive SDK 0.6.2Michael Gapczynski2013-08-0333-2/+7936
| * | | Fix constant in last commitMichael Gapczynski2013-08-031-1/+1
| * | | Prepare for #2013 fixMichael Gapczynski2013-08-031-1/+7
| * | | Setting Redirect URI is not required hereMichael Gapczynski2013-08-031-1/+0
| * | | Switch to using Google Drive SDK, closes #2047Michael Gapczynski2013-08-034-567/+431
* | | | fix namespacess for scanner testRobin Appelman2013-08-121-3/+3
* | | | Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
* | | | Scanner: additional tests for reusing etags during scanningRobin Appelman2013-08-122-0/+92
* | | | 5.0.10v5.0.10Frank Karlitschek2013-08-051-2/+2
| |/ / |/| |
* | | Merge pull request #4361 from ringmaster/fix_4355Thomas Müller2013-08-081-2/+4
|\ \ \
| * | | Provide a default mime-type for files created by filename.ringmaster2013-08-081-2/+4