summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* better variable namingRobin Appelman2013-08-281-3/+3
* Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-08-281-3/+4
* 5.0.11 RC1Frank Karlitschek2013-08-281-2/+2
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-273-40/+46
|\
| * use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
| * in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
| * proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-082-39/+41
* | Merge pull request #4595 from owncloud/ldap_robust_replaceblizzz2013-08-271-1/+1
|\ \
| * | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* | | lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller2013-08-271-4/+16
* | | adding unit tests for quota checksThomas Müller2013-08-272-33/+98
* | | adding unit tests to determine lengthThomas Müller2013-08-272-1/+48
* | | fixes #4343Thomas Müller2013-08-271-2/+16
|/ /
* | storage information is path specificThomas Müller2013-08-274-5/+8
* | webdav quota now displays the same values as the web interface doesThomas Müller2013-08-272-8/+16
* | Merge pull request #4364 from ringmaster/fix_4351Owen Winkler2013-08-264-22/+29
|\ \
| * | 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
|/ /
* | 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