summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* | storage information is path specificThomas Müller2013-08-272-2/+2
* | Merge pull request #4541 from owncloud/backport-4512-stable5Thomas Müller2013-08-214-5/+5
|\ \
| * | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-214-5/+5
* | | Merge pull request #4487 from owncloud/ldap_fix_hookblizzz2013-08-211-1/+1
|\ \ \ | |/ / |/| |
| * | 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
* | | 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-172-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Use better wording.kondou2013-08-161-1/+1
| * | | Add a "Wrong password." message, if the passwordkondou2013-08-162-1/+4
* | | | no files external for SMB on windowsThomas Müller2013-08-161-10/+16
* | | | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-152-4/+8
|/ / /
* | | 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-1438-597/+8524
|\ \ \ | |/ / |/| |
| * | 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
| * | 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
* | | 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
* | | | don't create empty versionsBjoern Schiessle2013-08-081-2/+5
| |_|/ |/| |
* | | Check expected type after JSON decode instead of checking what is not expected.Andreas Fischer2013-08-081-1/+1
* | | Merge pull request #4268 from owncloud/encryption_check_configBjörn Schießle2013-08-073-3/+20
|\ \ \ | |/ / |/| |
| * | more error messages which might be useful for the user to debug his server co...Bjoern Schiessle2013-08-012-2/+6
| * | improved error message to refect openSSL PHP extension and stock openSSL conf...Bjoern Schiessle2013-08-011-1/+1
| * | also write error message to the logBjoern Schiessle2013-08-011-0/+1
| * | catch broken server config and disable encryption app.Bjoern Schiessle2013-08-012-1/+13
* | | Merge pull request #4179 from owncloud/ldap_oracle_fixesblizzz2013-08-063-4/+15
|\ \ \
| * | | Merge branch 'stable5' into ldap_oracle_fixesThomas Müller2013-07-3090-6/+8163
| |\| |
| * | | LDAP / Oracle compatibility: sql for emptying tablesArthur Schiwon2013-07-241-1/+3
| * | | LDAP / Oracle compatibility, make SQL syntax validArthur Schiwon2013-07-241-1/+1