[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.0beta2 created (now c4543b4)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:17:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v6.0.0beta2
in repository owncloud.
at c4543b4 (tag)
tagging be9a5dc316bc11a83eb7d394ea96a84b0f1129b5 (commit)
replaces v6.0.0alpha2
tagged by Frank Karlitschek
on Mon Oct 28 19:20:38 2013 +0100
- Log -----------------------------------------------------------------
6.0.0beta2
Andreas Fischer (14):
Move OC_Connector_Sabre_Server to expected location.
Try to create custom log file before falling back to default.
Correct indentation for default language.
Fix coding style for else.
Better variable names.
Apply substring on the correct value.
Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching.
Have to also strtolower() on available language name. Otherwise no match.
Some tests for OC_L10N::findLanguage()
Fix double not in newfile/newfolder language.
Do not calculate $isWrapped if not needed.
Reset mimetype to application/octet-stream on empty reply from file command.
Return early if fileinfo is there.
Map empty mimetypes to octet-stream for Oracle DBMS.
Arthur Schiwon (45):
Doc fix
LDAP: move Configuration out of Connection into class of its own. The new wizard requires it.
First stage of new Wizard, neither feature complete nor ready
Simplify WizardResult
ignore autodetect-attribute on public save method
LDAP Wizard: autodetect base DN
LDAP Wizard: add detection, load and save of LDAP objectClasses for filter purposes
css cleanup
Remove debug output
LDAP Wizard: add detection, load and save of LDAP groups for filter purposes
cleanup, doc and todo
cleanup and coding style
Ldap Wizard: find out whether server supports memberOf in LDAP Filter and disable group chooser if not
Cleanup code, sort results
LDAP Wizard: create user list filter, show number of user that will have access to OC
Ldap Wizard: Login filter UI, detection of username attribute, composing of login filter
Ldap Wizard: Group Filter configuration
LDAP: dissolve LDAP Basic settings, move Login Filter to Advanced and clean up Advanced settings, too. This is all done via Wizard, now.
LDAP Wizard: add forgotten templates
Wizard does not need data-defaults here
clean up
LDAP: set displayname as default attribute for user display name
Wizard: autodetection of group-member-assoc attribute
do not instantiate LDAP Proxy if there are no active configurations
LDAP Wizard: fix couple more or less nasty bugs aka polishing
LDAP Wizard: Use Ajax Spinner to indicate something is happening, especiall port detection
LDAP Wizard: make Back and Continue work
Ldap Wizard: also disable tabs, if the first step is not complete
resolve merge conflicts from rebase
Fix Spinner issues with Base DN field
Don't set Base User and Base Group when Base DN was detected, would case problems but does not provide any benefit. also make sure that empty string is saved instead of false for multiline values
Use display name from magic cookie, fixes #4884
LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang
dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209
Test that dispayNamesInGroup(s) always returns uid as key in the result array
LDAP Wizard: l10n improvements
merge master with resolved conflicts
LDAP Wizard: proper strings and translations for user and group count text
typo, fixes #5517
LDAP: when multiline values are passed as array, do not try to preg_split them. Fixes #5521
LDAP Wizard: always show correct Back+Continue Buttons, fixes #5520
LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518
Port PR #5457 to master
local user backend shall search for both username and displayname, fixes #5401
Fix broken users page when a username consists of digits only, fixes #5560
Bart Visscher (2):
Don't load the apps when we need to upgrade
'Update to' is shown when there is no update
Bjoern Schiessle (22):
try to fix unencrypted file size if it doesn't look plausible
fix array key
added simple test for getFileSize proxy
fix comment
added another test, if unencrypted size and encrypted size are equal we can also assume that something is wrong
revert last changes
new option to add reshares to the result
adjust tests
add test for the reshare option
split up reset()['path'] to make it compatible with older PHP versions
filter duplicates directly in the sql query
give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js
add post_enable hook if a app gets enabled
set the init status to "NOT_INITIALIZED" if the encryption app gets enabled
remove debug output
Merge branch 'master' of github.com:owncloud/core
fix infinite loop while updating etags, fix for #4365
keep a list of users we already checked to avoid loops
update etags for user we haven't checked yet
run first getUsersItemShared() with the owner
remove user from cache if he was deleted successfully
use getHome() to delete users data
Björn Schießle (6):
Merge pull request #5329 from owncloud/enc_fix_unencrypted_size
Merge pull request #5382 from owncloud/sharing_api_include_reshares
Merge pull request #5412 from owncloud/fix_5141
Merge pull request #5472 from owncloud/enc_init_status_on_enable
Merge pull request #5542 from owncloud/quotastream-fseektoendfix
Merge pull request #5605 from owncloud/fix_delete_user
Christian Berendt (11):
added stripped library php-opencloud (version 1.6.0)
adjustment of the configuration parameters
adapted existing test cases
renaming OC\Files\Storage\SWIFT to OC\Files\Storage\Swift
rewrite of OC\Files\Storage\Swift
make Swift::testLocal workable by fixing the prefix used with the object listing in opendir
Revert "make Swift::testLocal workable by fixing the prefix used with the object listing in opendir"
make Swift::testLocal workable by using a delimiter
add configuration parameter to manually set the timeout of HTTP requests
extended parameter descriptions for Swift
settings tags for optional parameters
Christopher Schäpers (1):
Merge pull request #5310 from owncloud/hide_filestable-header_when_empty
Donald Buczek (1):
make sure the shared ldap connection is rebound to the configured user after being used for password checking.
Frank Karlitschek (16):
Merge pull request #4935 from owncloud/webdav-depth-fix-master
Merge pull request #4949 from owncloud/improve_unknown_preview_backend
Merge pull request #5379 from owncloud/undefined-shipped
add options to disable the check for a working .htaccess file in data and for a working WebDAV server. This are advanced settings that are needed in special situations where our check fail and the user runs into an http timeout.
Merge pull request #3219 from owncloud/disabled-links-ui
the logfile shoudn't be world readable.
Merge pull request #5422 from owncloud/fix_logfile_permissions
harmonize this with the documentation. Once every minute is way to often. Every 15min should be fine just as the documentation suggests: http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html
change the language
Merge pull request #5429 from owncloud/fix_cron_docu
Merge pull request #5200 from owncloud/ie8-warning-fix
Merge pull request #5452 from owncloud/fixing-4548-master
Merge pull request #5446 from frisco82/fixNotifyUser
beta 1
beta 2
Merge branch 'master' of https://github.com/owncloud/core
Georg Ehrke (10):
use svg to generate filetype icon if imagick available
fix new extension
use readImage instead of readImageBlob
check if svg of filetype icon exists
fix doc block of OC\Preview\Provider::getThumbnail()
fix wrong variable name
remove php and js previews
implement previews for markdown
only call shell_exec if enabled
fix comment
Jan-Christoph Borchardt (16):
correctly position ... overflow in breadcrumbs, fix #5158
Merge pull request #5403 from owncloud/fix-breadcrumbs
input field background size to white, fix input fields seeming disabled, fix #5168
remove superfluous input hover color change
Merge pull request #5433 from owncloud/inputs-seem-disabled
more breathing space in share list
properly align checkboxes to text
bold share username
remove hover hide/show stuff for share dropdown to make things more obvious
shorten string to 'notify by email', cut 'user'
beautify 'you dont have write permissions' notice, fix #2770
improve wording of permission notice
reduce width of direct link input field
unbold the 'Direct link' label
better wording for share input field and share link
Merge pull request #5607 from owncloud/public-share-style
Jenkins for ownCloud (7):
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
[tx-robot] updated from transifex
Johannes Twittmann (1):
Update CONTRIBUTING.md
Julian Müller (3):
Merge pull request #5587 from owncloud/trashbin-homecrumb
Fixing the Lost Password Screen
Fixing the lost Password Screen
Jörn Friedrich Dreyer (11):
prevent user from creating or renaming sth. to an existing filename
fix message dialog titles in IE8
use correct filename in error result json
cleanup precondition checking when creating new files / folders
add missing ;
cleanup array value assignment
use a more descriptive error message when the user tries to create '/Shared'
Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename
prefer logo png from theme over svg from core
fix translations
use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace
Lukas Reschke (1):
Merge pull request #5566 from owncloud/fix-double-not
Markus Goetz (1):
files_encryption: Fix getFileSize()
Michael Gapczynski (3):
Don't return links for shared files if disabled
Don't show links option in dropdown if disabled
Fix accidental deletion of if
Morris Jobke (27):
fix indentation
Merge pull request #5354 from owncloud/enc_tests
Merge pull request #5353 from owncloud/files-dndtodirbroken
Fix warning box in IE8
Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfix
Merge pull request #5276 from owncloud/fixing-5170-master
Public API documentation fixes
fix undefined "shipped"
Merge pull request #5378 from owncloud/files-permissionsafteruploadfix
Merge pull request #5385 from owncloud/generate-sql-migration-master
Merge pull request #5381 from owncloud/files-sharingstateafterupload
Merge pull request #5389 from owncloud/fix_shell_exec
Fix sharing error message - id -> file name
Merge pull request #5392 from owncloud/update-3rdparty-submodule
Merge pull request #5393 from owncloud/files-downloadzipwhenzipsizeiszero
Merge pull request #5405 from owncloud/sharing-chromehangswithversionenabled
readability: single line -> multiple lines
Remove "link" shares right after disabling the "allow_link_share" setting
Merge pull request #5338 from frisco82/fixGroupDisplay
Merge pull request #3889 from owncloud/apps_preload
update documentation for app update
Merge pull request #5550 from owncloud/fix-4716-master
fix lost password screen - reuse available CSS rules
also add new parameter to function calls
Merge pull request #5396 from owncloud/fix-sharing-code
Merge pull request #5601 from owncloud/fix-mimetype-detection
fix style of public share page
Raghu Nayyar (1):
Merge pull request #5376 from owncloud/fix-title-ownCloud
Ramiro Aparicio (5):
Fix disabled status after sending the email
Show (group) after groups in share dropdown
fix user displayName not being shown after add, added class for improved styling, fix strong for groups when english is not being used
fix notify user, and made js more resiliant to changes
Changed update message to be more instructive, changed update style to be less aggresive
Thomas Müller (112):
adding basic interfaces for the activities api
Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity
adding copyright and PHPDocs
Merge branch 'appframework-master' into activities-api
initial implementation of activity manager
Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity
adding copyright and PHPDocs
Merge branch 'webdav-depth-fix-master' of github.com:owncloud/core into webdav-depth-fix-master
adding :
move controller to OCP
PHPDoc added
moving file to the right location
fixing SecurityMiddleware to use OC6 API
remove obsolete passesCSRFCheck()
fixing errors regarding wrong function calls / missing parameters
fixing typo
remove unused classes
fixing all appframework unit tests
remove getTrans() from API class
removing all link/url related calls from API class
removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileInfo()
Merge branch 'master' into fixing-appframework-master
using phpunit command in order to get the arguments for coverage properly executed
win32-phpunit.php is no longer required
adding missing call to make it work properly
disable echo off
Merge branch 'master' into activities-api
adding OC6 public API for activities
resize svg without loosing quality
only text/plain is now used to generate text previews
Merge pull request #5280 from owncloud/shorten_controller_namespace
file system is now initialized with apache authentication as well
there shall be tabs
Merge branch 'master' into coverage-on-windows-master
any preview requiring the which command will not be used on Windows
on windows we supply an openssl.cnf file in order to execute the unit tests properly
fixing syntax for openssl config
Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backend
Merge branch 'master' into fixing-5170-master
accept text/markdown as well
Merge branch 'master' into activities-api
remove test code
Merge pull request #5067 from owncloud/urlParams_fix
Merge branch 'master' into fixing-appframework-master
re-enable test in SecurityMiddlewareTest
Merge pull request #5157 from owncloud/fixing-appframework-master
Merge branch 'master' into activities-api
Merge pull request #5375 from owncloud/fix-api-documentation
Merge pull request #5237 from owncloud/coverage-on-windows-master
new console command to generate sql migration scripts
removing pointless calls on quoteIdentifier() - reason: name on $tableDiff doesn't exist and my design the name cannot be changed
update 3rdparty submodule
Merge pull request #5394 from owncloud/sabre-server-location
fixes #5367
Support existing sessions within OCS API calls
New OCS route:
introduce link_to_docs() and migrate links
introduce OC_Helper::linkToDocs()
Merge pull request #5249 from owncloud/activities-api
php 5.3 compatibility regarding OC\DB\Connection fixed
use OC_Helper::linkToDocs() in lib/private/config.php
Merge branch 'master' into fixing-5222-master
fixing php 5.3.3 error:
Merge pull request #5437 from owncloud/create-custom-logfile
Merge pull request #5455 from owncloud/fixing-2423-master
creating and deleting of file and folder 'Shared' in root is not allowed
test cases added for create/remove Shared folder and file
display the original file name - this will change in case of renames
- delete properties on node delete
adding PHPDoc comments
fixing undefined variable $newname
fixing js syntax error
Merge pull request #5476 from owncloud/admin-showwarningwhenhomeexists
Merge pull request #5473 from owncloud/files-startviewerfunc
Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename
Merge pull request #5467 from owncloud/fixing-5063-master
Merge pull request #5466 from owncloud/files-thumbnailloadingdelaystyle
Merge pull request #5479 from owncloud/fixing-4502-master
Merge pull request #5451 from owncloud/reuse-session-ocs-master
Merge pull request #5391 from owncloud/undefined-property-in-schema-master
Merge pull request #5482 from owncloud/fix_weird_http_namespace
add missing file header
introducing new dav property {xmlns:oc="http://owncloud.org/ns}id
Merge pull request #5478 from owncloud/core-logexceptionstacktrace
handle case where fileid is not set
Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinserts
Merge branch 'master' into fix-sharing-code
pass the name of the item source from the browser to the server - no need to get the data via complicated db queries
Merge pull request #5435 from owncloud/share-improvements
fixing PHPDoc & grammar
Merge pull request #5492 from owncloud/admin-forcesslwrongid
Merge pull request #5464 from owncloud/fixing-5456-master
Merge pull request #5497 from owncloud/ie8-placeholdershim
Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename
Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svg
Merge pull request #5402 from owncloud/fixing-5367-master
- fixing namespace
Merge pull request #5494 from owncloud/fixing-3593-master
Merge pull request #5507 from owncloud/webdav-removeredirectfromindex
Merge branch 'master' into fix-language-detection
Merge pull request #5528 from frisco82/changeUpadateNotification
Merge pull request #5532 from owncloud/ldap_fixes
Merge pull request #5562 from owncloud/fix5560
Merge pull request #5561 from owncloud/fix5401
Merge pull request #5537 from owncloud/autotest-syntaxhelp
Merge pull request #5552 from owncloud/admin-warninghomeexistsfix
Merge pull request #5493 from owncloud/fix-language-detection
Merge pull request #5606 from owncloud/files-uploaderrorparsingfix
Merge pull request #5577 from owncloud/fix_urlgenerator_imagepath
Merge pull request #5592 from owncloud/lost_password_screen
Merge pull request #5609 from owncloud/fix_delete_user2
Merge pull request #5468 from berendt/reworking_OC_Files_Storage_Swift
Thomas Tanghus (3):
Get urlParams registered before Request is instantiated
OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller
Fix namespace for OCP\Appframework\Http
VicDeo (1):
Merge pull request #5458 from owncloud/fixing-5222-master
Victor Dubiniuk (1):
Use quoteIdentifier with proper objects
Vincent Petry (47):
Fixed conflict dialog in IE8
Fixed app list right container to not overlap left container scrollbar
Fixed drag and drop onto folders
Fixed drag and drop upload to breadcrumb
Added DAV client wrapper that support timeout values
Added timeout value to WebDAV post setup check
Fixed upload permissions distinction between public and logged in upload
Fixed sharing status update for new/uploaded files
Added missing var in share.js
Fixed zip download button for unlimited filesize in public mode
Disable versions app JS in public mode
Fixed spaces
Merge pull request #5358 from owncloud/postinstall-ocdavclientwithtimeout
Merge pull request #5395 from owncloud/more_check_options
Merge pull request #5411 from owncloud/ocs_share_api_cleanup
Merge pull request #5321 from owncloud/settings-applistwidths
Added direct link in public share page
Fixed share with link checkbox missing as regular user
Merge pull request #5424 from owncloud/sharing-directlink
Merge pull request #5441 from owncloud/files-sharewithlinkasnormaluserfix
Merge pull request #5444 from frisco82/fixDisplayGroup
Merge pull request #5120 from frisco82/sendEmailJS
Fixed empty content logic
Merge pull request #5426 from owncloud/fix-3612
Fixed ugly white space while loading file thumbnail
Added FileList.setViewerMode to hide controls
Added warning notification when user home already exists
Expand exception stack trace in log in debug mode
Moved logException to OCP\Util class
Catch duplicate insertion errors while scanning files
Added $app parameter to logException
Fixed wrong id when reading checkbox value for force SSL setting
Added left padding to notCreatable message
Renamed current placeholder jquery plugin to imageplaceholder
Fixed share dropdown checkbox wrapping
Fixed sharing dropdown placeholders in IE8/9
Remove WebDAV redirect from the root path
Fix leftcontent/right content, fixes tasks app
Removed old webdav endpoint
Merge pull request #5512 from owncloud/css-fixleftcontentrightcontent
Added syntax help for autotest.sh
Fixed quota stream's fseek method
Fixed quota stream to not wrap read-only fopen calls
Added comment for clarification about fseek() call in quota.php
Fixed user dir existence check when creating new user
Fixed clicking on the "Home" breadcrumb in the trash app
Added fix to correctly parse non-array error messages
blizzz (2):
Merge pull request #5434 from owncloud/fix5209
Merge pull request #5404 from owncloud/ldap_settings_wizard
kondou (5):
Hide files list header, when theres no files to see
Create FileList.updateEmptyContent() and fix not showing emptycontent after deletion
Improve updateEmptyContent logic
Fix shared folder still showing fileheader
Fix mind-boggling emptycontent logic
raghunayyar (3):
Updates ownCloud title to Application - ownCloud
Adds margin to the SSL root certificate button
Takes Import button to next line.
-----------------------------------------------------------------------
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