summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | don't create empty versionsBjoern Schiessle2013-08-081-2/+5
* | | | oc_cache needs to disable file proxys for read/write operation. Otherwise the...Bjoern Schiessle2013-08-081-4/+12
* | | | Merge pull request #4358 from owncloud/rm_debug_msgMorris Jobke2013-08-081-1/+0
|\ \ \ \
| * | | | Remove noisy Log/Debug messageArthur Schiwon2013-08-081-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #4346 from owncloud/basic_hack_auth_backportThomas Müller2013-08-081-6/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Backport #3487 Basic Auth fixThomas Tanghus2013-08-071-6/+4
* | | | 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
* | | | fixing PHPDocThomas Müller2013-08-071-1/+1
* | | | app migrate: Use = instead of LIKE as described in the comment above.Andreas Fischer2013-08-071-1/+1
* | | | Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.Andreas Fischer2013-08-071-2/+5
| |/ / |/| |
* | | 5.0.10 RC1Frank Karlitschek2013-08-041-2/+2
* | | Merge pull request #4179 from owncloud/ldap_oracle_fixesblizzz2013-08-067-20/+80
|\ \ \
| * | | fix logical mistake in version comparisonArthur Schiwon2013-08-011-1/+1
| * | | Merge branch 'stable5' into ldap_oracle_fixesThomas Müller2013-07-30100-26/+8341
| |\ \ \
| * | | | LDAP / Oracle compatibility: sql for emptying tablesArthur Schiwon2013-07-241-1/+3
| * | | | LDAP / Oracle compatibility, make SQL syntax validArthur Schiwon2013-07-241-1/+1
| * | | | Fix Updater if used with MDB2Arthur Schiwon2013-07-231-0/+5
| * | | | Oracle compat: enable appconfig.configvalue to store empty strings (now working)Arthur Schiwon2013-07-233-16/+60
| * | | | Revert "Oracle compat: enable appconfig.configvalue to store empty strings"Arthur Schiwon2013-07-233-56/+16
| * | | | Oracle compat: enable appconfig.configvalue to store empty stringsArthur Schiwon2013-07-233-16/+56
| * | | | LDAP: avoid PHP Warnings cause by passing empty values to implodeArthur Schiwon2013-07-221-1/+5
| * | | | LDAP: Oracle compat. fix, closes #4064Arthur Schiwon2013-07-221-1/+6
* | | | | adding executable script occ (ownCloud console)Thomas Müller2013-08-052-2/+13
* | | | | Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller2013-08-055-6/+191
|\ \ \ \ \
| * | | | | load authentication apps to get users from other backends like LDAP - THX @bl...Thomas Müller2013-08-051-0/+1
| * | | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-08-051-4/+20
| * | | | | manual backporting of #4285Thomas Müller2013-08-052-0/+67
| * | | | | manual backporting of OC\Files\Utils\Scanner to stable5Thomas Müller2013-08-051-0/+90
| * | | | | Make Cache\Scanner an emitterRobin Appelman2013-08-051-2/+13
* | | | | | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|/ / / / /
* | | | | Merge branch 'stable5' of github.com:owncloud/core into stable5Thomas Müller2013-08-055-28/+43
|\ \ \ \ \
| * \ \ \ \ Merge pull request #4290 from owncloud/oracle_current_timestampThomas Müller2013-08-041-1/+1
| |\ \ \ \ \
| | * | | | | convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracleJörn Friedrich Dreyer2013-08-021-1/+1
| * | | | | | Merge pull request #4240 from owncloud/backport-remember-checkedThomas Müller2013-08-041-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'stable5' into backport-remember-checkedThomas Müller2013-07-304-5/+19
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-301-0/+1
| | * | | | | | check remember log in by default, manual backport of #4175Jan-Christoph Borchardt2013-07-301-1/+1
| * | | | | | | Merge pull request #4164 from owncloud/fix_102Morris Jobke2013-08-041-24/+30
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | attach click handler after drop-down was createdBjoern Schiessle2013-08-021-4/+4
| | * | | | | | only add versions if the drop down was addedBjörn Schießle2013-07-231-3/+8
| | * | | | | | Create directly the right version dialog to open the drop-down flicker-free i...Björn Schießle2013-07-231-19/+20
| * | | | | | | fix whitespacingThomas Müller2013-08-021-4/+4
| * | | | | | | Make default language configurable via config.phpLennart Rosam2013-08-022-2/+11
* | | | | | | | fixing PHPDocThomas Müller2013-08-051-3/+3
* | | | | | | | add 'logdateformat' to config.sample.phpThomas Müller2013-08-051-1/+4