[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.0RC1 created (now ecb572c)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:16:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v5.0.0RC1
in repository owncloud.
at ecb572c (tag)
tagging 09dc15d2b190dbce3a2fe3b09e464ff534db0659 (commit)
replaces v5.0.0beta2
tagged by Frank Karlitschek
on Fri Mar 1 07:54:14 2013 +0100
- Log -----------------------------------------------------------------
5.0.0RC1
Administrator (2):
Bugfixes and cleanup MS SQL Server installation
- Fixed indentations.
Arthur Schiwon (2):
LDAP: sort users on server-side
sort users according to display name
Bart Visscher (9):
Remove unneeded code for user layout template
Fix using wrong quotes for breaking long lines
Merge pull request #1941 from owncloud/session_heartbeat
Merge pull request #1961 from owncloud/trans_fix
Merge pull request #1956 from owncloud/session-error-format
Use the plain urlencoded path info for the routing matching
Disable query cache for Sqlite
The router base url is without / on the end
Merge pull request #1937 from owncloud/check-resharing
Bernhard Posselt (27):
set http 500 when session could not be started to prevent serving of empty files see #1049
write an error log when session could not be initialized
added simple error message for the browser
use error template
add CSP turned on for angularjs
return true once one owncloud version number is bigger at any position
Merge pull request #1903 from owncloud/fix_version_check
Merge pull request #1906 from owncloud/storage-stat-fail
added defaultcharset to utf-8 in htaccess
add cgi pathinfo when fcgi is enabled #1189
implemented a heartbeat request which is calls the server every 15 minutes to prevent a session timeout
use 15 min instead of 15 sec timeout
generate url only once
add css and scripts before session init
only add style.css to initsession
Merge pull request #1948 from owncloud/improve_user_sorting
Merge pull request #1957 from owncloud/fix-895
Merge pull request #1955 from owncloud/login-button-alignment
fixed bug that would cause a failure because of undefined variable instead of %s in a translation string
timeout after a longer time
Merge pull request #1962 from owncloud/big_upload_fix
Merge pull request #1944 from owncloud/query-caching-upgrade
Merge pull request #1945 from owncloud/sqlite-query-cache
Merge pull request #1972 from owncloud/raw-pathinfo
Merge pull request #1985 from owncloud/sharing-more
add checks for xml and dom when installing
Merge pull request #1987 from owncloud/fixinstalldeps
Björn Schießle (8):
cleanPath needs to be public
escape regular expressions; fix typo in variable name
Merge pull request #1958 from owncloud/fixing-1933-master
remove admin settings for versions
rename History to Versions
Merge branch 'master' into versions_cleanup
remove admin settings from app.php
Merge pull request #1989 from owncloud/selectSanitize
Brice Maron (1):
Refix #1931
Frank Karlitschek (8):
Merge pull request #1885 from houqp/issue_1776
Merge pull request #1902 from owncloud/angularcsp
Merge pull request #1919 from owncloud/logo-pixelperfect
Merge pull request #1915 from owncloud/fix_webdav_mount
Merge pull request #1938 from owncloud/session_heartbeat
Merge pull request #1953 from owncloud/escape_regular_expressions
Merge pull request #1964 from owncloud/versions_cleanup
5.0 RC 1
Jan-Christoph Borchardt (12):
align logo type pixel perfectly
remove more unused logo files, now in promo
remove general CSS from IE specific rules, displays Shared state permanently again
quick fix for log in button not being aligned with input fields
Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes
fix shared by text going out of box, fix #895
fix ugly giant triangles
properly align triangle and unshare icons to text, also fixes line hopping
reduce minimum length for username suggestions in share dialog, fix #1666
Merge pull request #1973 from owncloud/share-improvements
up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135
Merge pull request #1397 from owncloud/trash_fileactions
Jenkins for ownCloud (5):
[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
Jörn Friedrich Dreyer (1):
attach on() events to external storage table, dom events in the table will always bubble up here
Lukas Reschke (9):
Merge pull request #1839 from owncloud/no_recursive_object_walking
Merge pull request #1837 from owncloud/fix-user-template
Merge pull request #1898 from owncloud/session_start_fix
Add missing echo
Merge pull request #1920 from owncloud/catch_vcategories_exceptions
Merge pull request #1939 from owncloud/session_heartbeat
Sanitize HTML in html_select_options
Merge pull request #1992 from owncloud/fix-heartbeat
Merge pull request #1979 from maelzx/patch-2
Michael Gapczynski (28):
Show status icons for mount points in external storage UI
Change callback url to path only in case oauth parameters are still in url
Prevent javascript error if no value is set for the multiselect
Save configuration after paste events and 2 seconds after typing
Change callback url for dropbox as well
Listen to paste events for dropbox configuration
Fix last commit's variable
Move storage backend tests from constructor to test function
Fix some of the default mount points creating sub folders i.e. SMB / CIFS, ownCloud / WebDAV
Fix problems with chosen multiselect
Turn off async for saving mount points, improve input detection for Google and Dropbox 'Grant Access' buttons
Fix 'Grant Access' button for multiple Google Drive mount points and prevent multiple scripts being added
Listen to checkbox changes as well
Remove accidentally included file
Set status to waiting for Dropbox and Google Drive while authenticating
Merge branch 'master' into external_storage_ui_feedback
Change wordings
Merge branch 'master' into external_storage_ui_feedback
Replace another mount point placeholder
Merge branch 'master' into external_storage_ui_feedback
Merge branch 'master' into external_storage_ui_feedback
Fix Dropbox and Google ui
Fix adding share icons to share action
Move space
Check resharing setting
Fix undefined root parameter in Dropbox storage
Merge pull request #1949 from owncloud/fix-dropbox
Merge pull request #1031 from owncloud/external_storage_ui_feedback
Qingping Hou (6):
when user changes displayName, also update it on expand button
update oldDisplayName value on displayName change
add span tag to displayname on expand button
Merge branch 'master' of github.com:owncloud/core into issue_1776
use text method instead of html method
remove Gwr
Robin Appelman (16):
Trash: highlight Files navigation entry while in trash
Trash: don't use depricated filesystem api classes
Trash: enable fileactions while viewing trash
Trash: fix opening folders
Trash: use the same sorting algoritm as files
merge master into trash_fileactions
Code style
Storage: don't throw warnings when a stat fails
Disable prepared query caching while doing an upgrade
Merge master into trash_fileactions
Trash: fix trash when default quota is used
Trash: fix download.php
Trash: disable text editor from trash for now
Trash: fix opening folders
Cache: add option to delete file from permissions cache for all users
Cache: cleanup permissions cache when removing a file from the cache
Thomas Mueller (19):
adding autotesting for mssql server - windows only
fixing user for autotesting mssql
Merge branch 'master' into master-sqlserver
fixing undefined variables
fixing indent
write any database messages / non critical errors to the log - don't pollute the browser
fixing sql server syntax for database creation
fixing namespace
Merge branch 'master' into external_storage_ui_feedback
fixing namespace
Merge branch 'master' into external_storage_ui_feedback
adding spinner while talking to the backend
fixing issues with UTF8 characters in translatable strings
final adoptions for mssql connectivity
Merge branch 'master' into master-sqlserver
Merge branch 'master' into master-sqlserver
Merge branch 'master' into master-sqlserver
Merge branch 'master' into master-sqlserver
fixes 1933 - the locale name is no longer part of the translation string
Thomas Müller (8):
Merge pull request #1635 from irgsmirx/master-sqlserver
Merge pull request #1706 from owncloud/master-sqlserver
Merge pull request #1922 from owncloud/missing_
Merge pull request #1929 from owncloud/htaccess-utf8
Merge pull request #1942 from owncloud/fix-1925-wrong-quotes
Merge pull request #1931 from owncloud/fastcgi
Merge pull request #1905 from owncloud/fix-share-icons
Merge pull request #1967 from eMerzh/refix_1931
Thomas Tanghus (2):
Don't walk objects with array_walk_recursive()
Catch exceptions on malformed categories.
Tobias Ramforth (1):
Added MS SQL Server support
icewind1991 (2):
Merge pull request #1969 from j-ed/master
Merge pull request #1988 from owncloud/permissionscache_clean
j-ed (1):
Update apps/files/templates/part.list.php
maelzx (1):
Fix window.location mistakes in previous code
raghunayyar (5):
Text stays inside the sharing dropdown
Merge branch 'sharing-css-fix' into sharing-dropdown-fixes
Fixes the Email Button and the email input Width.
Hovering on the unshare doesnt spoil look
Reduced email input width by 10% to increase space.
-----------------------------------------------------------------------
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