[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.10 created (now 3c8fb44)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:16:57 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v5.0.10
in repository owncloud.
at 3c8fb44 (tag)
tagging 38d2124340aefbdcff3dbfe7be852a669131d382 (commit)
replaces v5.0.9
tagged by Frank Karlitschek
on Mon Aug 5 00:13:31 2013 +0200
- Log -----------------------------------------------------------------
5.0.10
Andreas Fischer (3):
Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog.
app migrate: Use = instead of LIKE as described in the comment above.
Check expected type after JSON decode instead of checking what is not expected.
Arthur Schiwon (16):
LDAP: fix background job, resolves #3528
Stable5 adjustements (incl copy of lib/hooks/ from master) to make backport of #3963 work
non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.
Rerename \OC\Updater to OC_Updater, fixes broken admin page
Adjust to latest changes in PR #4047
Add message about completed update
LDAP: Oracle compat. fix, closes #4064
LDAP: avoid PHP Warnings cause by passing empty values to implode
Oracle compat: enable appconfig.configvalue to store empty strings
Revert "Oracle compat: enable appconfig.configvalue to store empty strings"
Oracle compat: enable appconfig.configvalue to store empty strings (now working)
Fix Updater if used with MDB2
LDAP / Oracle compatibility, make SQL syntax valid
LDAP / Oracle compatibility: sql for emptying tables
fix logical mistake in version comparison
Remove noisy Log/Debug message
Bart Visscher (2):
Merge pull request #3778 from owncloud/fix_3528
Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common
Bernhard Posselt (4):
use date and time instead of timestamp
fix admin log display and use a more readable format
also adjust template properly for log date fix
make log date configurable, default to iso 8601
Bjoern Schiessle (9):
catch broken server config and disable encryption app.
also write error message to the log
improved error message to refect openSSL PHP extension and stock openSSL configuration issues
more error messages which might be useful for the user to debug his server config
cancel sharing if some users doesn't have a working encryption set-up.
fix test and make warning translatable
attach click handler after drop-down was created
oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work.
don't create empty versions
Björn Schießle (3):
Create directly the right version dialog to open the drop-down flicker-free if no versions are available, issue #102
only add versions if the drop down was added
Merge pull request #4268 from owncloud/encryption_check_config
Frank Karlitschek (2):
5.0.10 RC1
5.0.10
Georg Ehrke (1):
return empty array instead of 0
Jan-Christoph Borchardt (3):
deactivate show password toggle for IE
check remember log in by default, manual backport of #4175
replace external storage status images with CSS, also use form to distinguish, fix #3910
Jörn Friedrich Dreyer (5):
add overflow-y scroll and clean up indents
update css properties with px based values
Merge pull request #4260 from owncloud/stable5_search_result_scrollbar
convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracle
use fixed OC.Breadcrumb.push()
Kondou (1):
Merge pull request #4222 from owncloud/backport-3459-stable5
Lennart Rosam (1):
Make default language configurable via config.php
Markus Goetz (1):
WebDAV Auth Connector: Check if already logged in
Matthias Rieber (1):
changed HTTP FOUND code to the correct value 302
Michael Gapczynski (5):
Only emit permissions hook for files and and include path
Move check so the variable will never be undefined
Fix calculating size for empty folders
Use query to calculate folder size
Use old database methods for caclulateFolderSize
Morris Jobke (4):
Merge pull request #4140 from sezuan/fix_wrong_found_http_code
mark test as incomplete because I can't reproduce jenkins failure
Merge pull request #4164 from owncloud/fix_102
Merge pull request #4358 from owncloud/rm_debug_msg
Robin Appelman (8):
backport: split upgrade logic from ajax file
backport: Updater: pass update url as argument to update check
fix typo
use output buffering when including the irods libraries
Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures
Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures
Add a CLI script for manually triggering checking a folder for updates
Make Cache\Scanner an emitter
Thomas Mueller (10):
fixing UNIX_TIMESTAMP() for mssql
initial integration with iRODS www.irods.org
in order to use the ownCloud login credentials we use a login hook to grab uid and password and store it in the session.
checkbox in settings ui
test case for iRODS storage added
adding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS
adding auth mode to ui and the url
- implement touch() to at least create a file which doesn't exist
Read configuratons for external filesystem test from a private place.
update to latest master
Thomas Müller (26):
Squashed commit of the following:
incorporate development branch of ssh://irodsguest@code.renci.org/gitroot/irodsphp
update .gitignore
update copy right
fixing / adding comments
Merge pull request #4166 from owncloud/ext-fs-irods-stable5
manual backport of changes related to #3459
Merge branch 'stable5' into ldap_oracle_fixes
Merge branch 'stable5' into backport-remember-checked
fixes #4026
Merge pull request #4276 from owncloud/Respect-table-prefixes
fix whitespacing
Merge pull request #4240 from owncloud/backport-remember-checked
Merge pull request #4290 from owncloud/oracle_current_timestamp
add 'logdateformat' to config.sample.php
fixing PHPDoc
Merge branch 'stable5' of github.com:owncloud/core into stable5
manual backporting of OC\Files\Utils\Scanner to stable5
manual backporting of #4285
load authentication apps to get users from other backends like LDAP - THX @blizzz
use isset to prevent undefined index
Merge pull request #4317 from owncloud/backport-cli-scanner-stable5
adding executable script occ (ownCloud console)
fixing PHPDoc
Merge pull request #4346 from owncloud/basic_hack_auth_backport
Merge pull request #4361 from ringmaster/fix_4355
Thomas Tanghus (1):
Backport #3487 Basic Auth fix
Victor Dubiniuk (3):
Create an array entry before filling it
Show generic error when there is no error
Use prefixes while reading old Db structure
blizzz (3):
Merge pull request #4047 from owncloud/backport_3617
Merge pull request #4072 from owncloud/non_ajax_upgrade_script
Merge pull request #4179 from owncloud/ldap_oracle_fixes
ringmaster (1):
Provide a default mime-type for files created by filename.
rolandgeider (1):
Use transifex.com on link to translations
shkdee (1):
Backport #3779, makes setuped backends are REALLY remembered and not instanciated many times
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list