[Pkg-owncloud-commits] [owncloud] annotated tag v7.0.0RC1 created (now 941c170)
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:14:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v7.0.0RC1
in repository owncloud.
at 941c170 (tag)
tagging 4a7aaa89147f0b2ad4f5289efe92617387fd3941 (commit)
replaces v7.0.0beta1
tagged by Frank Karlitschek
on Thu Jul 3 20:31:24 2014 -0400
- Log -----------------------------------------------------------------
7.0.0RC1
Arthur Schiwon (10):
search term for users and groups may occur anywhere in the name or displayname, not just in the beginning
add tests
return int, not string
clean up created groups after testing, and correct parameter order
extend Dummy user and group implementation to pass tests
specify no attribute for group exists check, as done with users
fix instantiation of Access class
also adapt result check from readAttribute
loop over usernames, not passwords
Revert "hides table header while users load."
Bagera (3):
Fix delete action height
Aligning with line height
Aligning in the table header as well
Bjoern Schiessle (15):
make sure that during share and unshare the etags get propagated correctly
always use oc filesystem for rename operation
always use a \OC\Files\View
fix unit tests
make sure that hooks are registered for the tests
normalize path before comparison to make sure that we always find the mount point
check if file exists before deleting keys, and add debug output for every
unit tests
no longer check if the external storage app is enabled, we use no the webdav implementation from core
improved error message
add a explicit interface for the home storage
don't move a share mount point into a different mount point
rename mount point of children if parent was renamed
only show message if default expire date is enforced
fix hook names
Björn Schießle (5):
Merge pull request #9193 from owncloud/sharing_etag_propagation
Merge pull request #9171 from owncloud/enc_always_use_oc_view
Merge pull request #9264 from owncloud/share-linkshareusefilesource
Merge pull request #9301 from owncloud/dont_check_external_stoage_app
Merge pull request #9240 from owncloud/enc_check_if_file_exists
Frank Karlitschek (3):
Merge pull request #9051 from owncloud/Bagera-master
Merge pull request #9287 from owncloud/indie-json
7RC1
Georg Ehrke (2):
better validation for OC_App::getAppPath()
don't typecast null values inside dispatcher.php
Jan-Christoph Borchardt (48):
Merge pull request #9211 from owncloud/fix-hidden-share-button
Merge pull request #9174 from owncloud/breadcrumbfix
show share action of shared items darker to distinguish from non-shared, fix #8898
fix rename icon, fix #9257
Merge pull request #9256 from owncloud/design-mobile-shared
fix trailing whitespace noted by Scrutinizer
add indie.json for Indie App Store listing
remove obsolete CSS, fix visual bug in share dialog #9255
fix expire message going out of box, fix #9280
make expiration message grey, less present in dropdown
change 'Cancel upload' text to x icon for more space in breadcrumbs bar
Merge pull request #9305 from owncloud/design-share-fixes
Merge pull request #9306 from owncloud/publicneedsupgrade
add ellipsizing to restore string if text is too long
change controls bar color to white for less grey-in-grey design
reduce transparency of controls bar for less distraction
make sure table header is white instead of slightly grey
prevent overflow in user management controls bar, fix #9277
allow horizontal scrollbar in settings to make user mgmt usable on mobile
shade color for modified dates again, fix #9363
add link to contribute and promote pages in personal settings
remove border-bottom of controls bar
personal: link straight to /promote as @tomneedham said
remove shadow effects from settings icons, reduce size
remove shadow effects from places icons, reduce size
remove shadow effects from info, search and settings icon, reduce size
remove shadow effects from folder icons, reduce size
Merge pull request #9369 from owncloud/designfix-update
Merge pull request #9381 from owncloud/design-icons-shadow
fix animation of sidebar and prevent horizontal scrollbar, fix #9284
fix nametext height, was higher than the row
fix position of shared file buttons
shared view: remove whitespace glitch on right
hide text of download button, only show icon
use same logo for mobile as for when logged in, fix #9360
Merge pull request #9374 from owncloud/link-contribute-promote
Merge pull request #9365 from owncloud/design-controls-polish
Merge pull request #9389 from owncloud/fix-nametext-height
fix position of rename function, and text size
Merge pull request #9391 from owncloud/design-mobile-share
add whitespace to bottom of Files list – more obvious it's the end, and space for share dropdown
fix left margin of file list summary
reduce file list bottom whitespace a bit
for shared links, use wide logo on desktop and icon on mobile
Merge pull request #9390 from owncloud/fix-9368
fix checkbox shifting when rename input appears
Merge pull request #9394 from owncloud/design-fix-rename
Merge pull request #9410 from owncloud/shareownernamewidth
Jenkins for ownCloud (8):
[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
[tx-robot] updated from transifex
Joas Schilling (3):
Use get random bytes as uniqeid() is not unique in some cases
Merge pull request #9207 from owncloud/prevent-default-for-mail-test
Use attr() instead of data() so the item ids work as intended
Jörn Friedrich Dreyer (34):
allow configuring objectstore as home and root storage
make objectstore setup more robust, don't pass user to object store mounted as root
change 'object_storage' config param to 'root_storage'
move swift and abstract code to core
require updated 3rdparty with rackspace libs
fix fallback config for default home storage
when root storage cannot be mounted throw an exception visible to the end user
use exceptions to notify abstract parent class of problems
minor code cleanup
fix checking unset array values, deduplicate code, remove file from cache if it could not be stored in the objectstore
update 3rdparty
move creation of / and users 'files' from storage constructor to setupFS / mount initialization
add initial swift test with trystack
fix unit test by always initializing the root of the storage in the constructor
only use one config option 'objectstore' for root and home storage configuration
add 'objectstore' configuration example
add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests
remove duplicate method
change architecture from inheritance to composition
fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject()
move to stream based IObjectStore interface, rearrange & reformat code
use 'object' as the fakedir stream name
use common storage test
add disclaimer to objectstore example config
delete object without downloading it first
remove rackspace opencloud libs from files_external 3rdparty
update files_external swift to php-opencloud v1.9.2
fix objectstore test execution
update hasUpdated description, overwrtie testStat for objectstore test
use normalize path to convert '.' to '' in objectstorestorage
shorten userid columns to 64 chars, ref #9186
always regenerate etag when writing back file to objectstore
Merge pull request #9303 from owncloud/issue/8841
add missing backticks
Morris Jobke (31):
Fix test mail behaviour
Fix hidden share button and checkbox layout
Fix ellipsis for folders on mobile screens
fix padding for last cell in summary of trashbin
drop unneeded code
Merge pull request #9254 from owncloud/fileactions-deferred
Merge pull request #9259 from owncloud/fix-rename-icon
trigger db update
Merge pull request #9020 from owncloud/l10n-external-errors-fix
Merge pull request #9265 from owncloud/fix-whitespace
Merge pull request #8777 from owncloud/l10n-utils-and-defaults
Merge pull request #9261 from owncloud/shorten_userid_columns
Merge pull request #9292 from owncloud/issue/9161
Merge pull request #9313 from owncloud/design-icon-cancel
fix the layout of the enforced expiry date message
increase width of version dropdown - fixes #9270
Redirect after session expiry to the previous loaded page
Merge pull request #9335 from owncloud/fix-expire-message-layout
fix redirect URL unit test
Merge pull request #9336 from owncloud/fix-version-dropdown
Merge pull request #9344 from owncloud/files-scrollissue
Merge pull request #9341 from owncloud/sharing-fileactions-fix
Merge pull request #9288 from owncloud/fix_dispatcher_null_values
Merge pull request #9245 from owncloud/server2server-sharing-design-fixes
Merge pull request #9370 from owncloud/design-fix-usermgmt-glitch
simplify formula and add comment
Merge pull request #9388 from owncloud/design-fix-sidebar
Merge pull request #9384 from owncloud/eventsrc-fixfallbackwhenclosed
Merge pull request #9403 from owncloud/design-fix-fileslistbottom
Merge pull request #9407 from owncloud/fix-share-logo
Merge pull request #9420 from owncloud/trashbin-hidesummarysize
Raghu Nayyar (1):
Merge pull request #9234 from owncloud/fix-ellipsis-for-folders
Robin Appelman (21):
Add support for rackspace swift backends
Allow adding object stores with the files_external mount config
Only initialize the swift container when manipulating an object
Don't bother checking for external updates for objectstore storages
Prevent running the files:scan command as the wrong user
Check if classes/method exists before trying to call them in background jobs
Fix check if class exists
Use the etag to check for updates in webdav storages where available
Also check for updated permissions for webdav storages
Fix parsing of webdav permissions
Improve comment
Add StorageNotAvailableException
Handle StorageNotAvailableException in ajax/list.php
If loading a directory fails, navigate back to the previous directory
Handle StorageNotAvailableException in webdav
Detect removed public shares
Remove external shares if the share is invalid
More error catching in list.php
Catch StorageInvalidException in webdav
Fix unit test
Remove invalid mounts from the active fs
Steffen Lindner (5):
Fixes typo with sendmail detection - fixes #9203
Merge pull request #9307 from Gomez/master
initialize a dummy memory session - fixes https://github.com/owncloud/activity/issues/78
Fix indent
Merge pull request #9350 from Gomez/master
Thomas Müller (8):
Redeclared as public to allow invocation from within the closure in php 5.3
Merge pull request #9230 from owncloud/fix-repair-step-php-53
Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies
fix autoloader
remove pointless require - we should kill all require_once like that in our tests
Merge pull request #9247 from owncloud/move-webdav-class-to-core-master
Merge pull request #9266 from owncloud/fix_objectstore_etag_update
Merge pull request #9362 from owncloud/public-servicewarningfix
Vincent Petry (54):
Test runner now loads CSS and hides testArea
Removed unused padding-right of the controls bar
Prevent loading apps in remote when an upgrade is due
Moved office mimetype update to a repair step
Added test case for when target mime types already exist
Add error message when no users specified to files:scan command
Merge pull request #9210 from owncloud/better_validation_in_getAppPath
Fixed mime type repair step
Merge pull request #9206 from owncloud/occ-scan-user
Merge pull request #9213 from owncloud/upgrade-donotloadappsinremote
Add missing quotes for Oracle
Fix wording for remote shares in settings page
Breadcrumb width calculation fix
Merge pull request #9215 from owncloud/officemimetypesupdatefix
Sync file list with file actions
Allow late registration of file actions in public page
Remove missed console.log in file list
Merge pull request #8383 from owncloud/object_storage
Use file_source to find matching share for nested link shares
Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage
Unit tests for share dropdown with nested link share
Use filtered list for ext storage list mounts API
Return 503 in public.php and OCS API when upgrade is due
Return 503 OCS response with requested format
Merge pull request #9300 from owncloud/extstorage-listfilterfix
Fix migrator tests to use the correct migrator instances
Added test for reserved keywords
Fix warnings when personal is not set
Merge pull request #9326 from owncloud/add_missing_backticks
Add bak defaultapp setting
Merge pull request #9328 from owncloud/extstorage-annoyingwarnings
Support for multiple default apps
Use getAbsoluteUrl for redirection URL
Added unit test for default app URL
Update submodule to include the PostgresPlatform patch
Fixed remote share password param detection
Fix fileActionsReady event after deferred file actions update
Merge pull request #9334 from owncloud/defaultappfix
Merge pull request #9327 from owncloud/migrator-postgreskeywordtest
Use fileActionsReady to re-render sharing icons
Fix files list scroll behavior
Fix service warning
Merge pull request #9311 from owncloud/storage-not-available
Merge pull request #9364 from owncloud/sharing_rename_mount_points
Merge pull request #9373 from owncloud/design-fix-modified
Merge pull request #9329 from owncloud/sharing_check_target
Fixed event source fallback after close
Fix JSHint errors in EventSource class
Remove forgotten debug log
Improved remote share owner display
Hide the size in the trashbin summary row
Merge pull request #9408 from owncloud/redirectconsolelogfix
Merge pull request #9402 from owncloud/sharing_improved_dialog
Merge pull request #9413 from owncloud/fix_hook_names
Volkan Gezer (7):
some strings to localize external mount api responses. fix #8094
fix server share dialog title
more strings to translate in utils also some fixes in defaults
Merge pull request #9278 from owncloud/l10n-servershare-dialog
Merge pull request #9338 from owncloud/fix-redirect-for-appframework
fix lineheight of server2server share
Merge pull request #9382 from owncloud/server2server-css
blizzz (2):
Merge pull request #9006 from owncloud/ldap_fix_bgjob
Merge pull request #9156 from owncloud/solve-8959
icewind1991 (5):
Merge pull request #9223 from owncloud/occ-scan-arguments
Merge pull request #9236 from owncloud/sharing-settingswording
Merge pull request #9241 from owncloud/backgroundjob-check
Merge pull request #9263 from owncloud/remote-share-update
Merge pull request #9330 from owncloud/jumpingheader
jbtbnl (1):
Fix update dialog running out of horizontal space in Firefox. Fixes #9298
raghunayyar (1):
hides table header while users load.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 565f0b2 some strings to localize external mount api responses. fix #8094
new e11abcc Fix delete action height
new 28f420b Aligning with line height
new bc65b25 Aligning in the table header as well
new 3c66a8c allow configuring objectstore as home and root storage
new 2bf7e5c make objectstore setup more robust, don't pass user to object store mounted as root
new 85ccfad change 'object_storage' config param to 'root_storage' copy skeleton only for local filesystems
new ccb698a move swift and abstract code to core
new f1bf132 require updated 3rdparty with rackspace libs
new 1374ba9 fix fallback config for default home storage
new 60a8419 when root storage cannot be mounted throw an exception visible to the end user
new c020e8e use exceptions to notify abstract parent class of problems
new eca536d minor code cleanup
new 87aaf39 fix checking unset array values, deduplicate code, remove file from cache if it could not be stored in the objectstore
new 652af71 update 3rdparty
new 10de4a7 move creation of / and users 'files' from storage constructor to setupFS / mount initialization
new c18836c add initial swift test with trystack
new 7493ff0 fix unit test by always initializing the root of the storage in the constructor
new 4e65889 only use one config option 'objectstore' for root and home storage configuration
new 1410cb1 add 'objectstore' configuration example
new 5722e31 add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests
new 9335a5f remove duplicate method
new 5cae863 change architecture from inheritance to composition
new f2fe00e fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject()
new c112a1d move to stream based IObjectStore interface, rearrange & reformat code
new 7ec5357 use 'object' as the fakedir stream name
new 01a0129 search term for users and groups may occur anywhere in the name or displayname, not just in the beginning
new 28c1a95 use common storage test
new 5756aba add disclaimer to objectstore example config
new 5dab762 add tests
new 159b603 Add support for rackspace swift backends
new 544963f Allow adding object stores with the files_external mount config
new eb97eee Only initialize the swift container when manipulating an object
new 92f2a43 Don't bother checking for external updates for objectstore storages
new a7e7e86 Test runner now loads CSS and hides testArea
new 8aa51a6 Removed unused padding-right of the controls bar
new 121d528 return int, not string
new 553c2ad clean up created groups after testing, and correct parameter order
new a0b85fc make sure that during share and unshare the etags get propagated correctly
new 7096915 always use oc filesystem for rename operation
new 3d0805f always use a \OC\Files\View
new d3d1955 fix unit tests
new f3ecf81 extend Dummy user and group implementation to pass tests
new 8e6cb6d delete object without downloading it first
new e792d38 remove rackspace opencloud libs from files_external 3rdparty
new 38ff817 make sure that hooks are registered for the tests
new 9a2ed86 Prevent running the files:scan command as the wrong user
new 6e2aaaa Fix test mail behaviour
new 09356bc better validation for OC_App::getAppPath()
new 3da9003 Fix hidden share button and checkbox layout
new 42e9d49 update files_external swift to php-opencloud v1.9.2
new 4e43e36 Prevent loading apps in remote when an upgrade is due
new b1e778d Moved office mimetype update to a repair step
new b749292 Added test case for when target mime types already exist
new a515445 [tx-robot] updated from transifex
new 1822bba Merge pull request #9193 from owncloud/sharing_etag_propagation
new f96a535 fix objectstore test execution
new fd04b30 Add error message when no users specified to files:scan command
new 4c80c95 Redeclared as public to allow invocation from within the closure in php 5.3
new aabee3e Merge pull request #9171 from owncloud/enc_always_use_oc_view
new b7d79a9 Merge pull request #9210 from owncloud/better_validation_in_getAppPath
new 1dc6e17 Merge pull request #9211 from owncloud/fix-hidden-share-button
new 9eb7ed4 Fix ellipsis for folders on mobile screens
new 67d0a3c Fixed mime type repair step
new cbd5e31 fix padding for last cell in summary of trashbin
new 46adf8c Merge pull request #9223 from owncloud/occ-scan-arguments
new 8526556 Merge pull request #9206 from owncloud/occ-scan-user
new 3d2fd7c Merge pull request #9213 from owncloud/upgrade-donotloadappsinremote
new 7804bd0 Merge pull request #9230 from owncloud/fix-repair-step-php-53
new 5b18931 Merge pull request #9234 from owncloud/fix-ellipsis-for-folders
new 7ee90dd Add missing quotes for Oracle
new c6b89cc Fix wording for remote shares in settings page
new 437094b Check if classes/method exists before trying to call them in background jobs
new 1b1bebd Merge pull request #9236 from owncloud/sharing-settingswording
new 2daffbc Merge pull request #9051 from owncloud/Bagera-master
new d9aa8c9 drop unneeded code
new f93457c Fix check if class exists
new 58c03f5 Merge pull request #9241 from owncloud/backgroundjob-check
new 36f771e [tx-robot] updated from transifex
new c745240 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies
new 171475b fix autoloader
new ef4057d remove pointless require - we should kill all require_once like that in our tests
new ec4cf96 Breadcrumb width calculation fix
new 4b5bf60 Merge pull request #9215 from owncloud/officemimetypesupdatefix
new ab93f19 update hasUpdated description, overwrtie testStat for objectstore test
new 4d6019b Merge pull request #9247 from owncloud/move-webdav-class-to-core-master
new 586b3a9 Sync file list with file actions
new b975f0e Merge pull request #9174 from owncloud/breadcrumbfix
new 25dbbba use normalize path to convert '.' to '' in objectstorestorage
new 3b2fd5e Merge pull request #9254 from owncloud/fileactions-deferred
new b86b7fd show share action of shared items darker to distinguish from non-shared, fix #8898
new e33fa22 fix rename icon, fix #9257
new 13b7937 Allow late registration of file actions in public page
new 0ff30a7 Remove missed console.log in file list
new b4f40e4 shorten userid columns to 64 chars, ref #9186
new fd8b568 Merge pull request #8383 from owncloud/object_storage
new 5b8c2ac Use the etag to check for updates in webdav storages where available
new 6f5d5b9 Also check for updated permissions for webdav storages
new db3f0ce Fix parsing of webdav permissions
new 1bb1504 Improve comment
new 44e1bfb Merge pull request #9259 from owncloud/fix-rename-icon
new 0bd17ef Use file_source to find matching share for nested link shares
new a18658f Merge pull request #9256 from owncloud/design-mobile-shared
new 7a1b45c Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage
new d9d816b Unit tests for share dropdown with nested link share
new b7cb4f5 fix trailing whitespace noted by Scrutinizer
new 23fa75f always regenerate etag when writing back file to objectstore
new df7678f specify no attribute for group exists check, as done with users
new ef7ab85 fix instantiation of Access class
new 1a3e698 Merge pull request #9263 from owncloud/remote-share-update
new fe0b75c also adapt result check from readAttribute
new 706a8ac normalize path before comparison to make sure that we always find the mount point
new e4c45b5 check if file exists before deleting keys, and add debug output for every delete operation
new 1004836 unit tests
new 7522250 Merge pull request #9264 from owncloud/share-linkshareusefilesource
new 11788c9 fix server share dialog title
new 26d0978 [tx-robot] updated from transifex
new 2b87458 trigger db update
new cec20d5 Merge pull request #9020 from owncloud/l10n-external-errors-fix
new d5462fd Merge pull request #9265 from owncloud/fix-whitespace
new ae68a77 more strings to translate in utils also some fixes in defaults
new d918e5a Merge pull request #9278 from owncloud/l10n-servershare-dialog
new 9890b15 Merge pull request #8777 from owncloud/l10n-utils-and-defaults
new 67d029a Merge pull request #9261 from owncloud/shorten_userid_columns
new ebf9344 [tx-robot] updated from transifex
new 9032ce4 Merge pull request #9266 from owncloud/fix_objectstore_etag_update
new da3bcfa add indie.json for Indie App Store listing
new c30bea4 don't typecast null values inside dispatcher.php
new 589f68e [tx-robot] updated from transifex
new 0c711e1 Use get random bytes as uniqeid() is not unique in some cases
new d94d307 Merge pull request #9207 from owncloud/prevent-default-for-mail-test
new 8977a68 Use filtered list for ext storage list mounts API
new 372d585 no longer check if the external storage app is enabled, we use no the webdav implementation from core
new a4c693d remove obsolete CSS, fix visual bug in share dialog #9255
new c5fa915 fix expire message going out of box, fix #9280
new 63e6495 make expiration message grey, less present in dropdown
new 5e4ac54 Use attr() instead of data() so the item ids work as intended
new fa7446d Merge pull request #9301 from owncloud/dont_check_external_stoage_app
new f35f14a Merge pull request #9303 from owncloud/issue/8841
new 2e45eb8 Return 503 in public.php and OCS API when upgrade is due
new 1b871da Fixes typo with sendmail detection - fixes #9203
new 972fffb Return 503 OCS response with requested format
new d78a2a9 Add StorageNotAvailableException
new 4526bc0 Handle StorageNotAvailableException in ajax/list.php
new 30c240a If loading a directory fails, navigate back to the previous directory
new 618c9fd improved error message
new 99960d7 Handle StorageNotAvailableException in webdav
new 24277f0 change 'Cancel upload' text to x icon for more space in breadcrumbs bar
new 07ba944 Merge pull request #9305 from owncloud/design-share-fixes
new 16275ec loop over usernames, not passwords
new f3973c1 Merge pull request #9240 from owncloud/enc_check_if_file_exists
new a878b42 [tx-robot] updated from transifex
new a67d243 Merge pull request #9307 from Gomez/master
new 88e6f5c Merge pull request #9292 from owncloud/issue/9161
new 19ab616 Merge pull request #9300 from owncloud/extstorage-listfilterfix
new 08e49e9 Merge pull request #9313 from owncloud/design-icon-cancel
new 75a5746 Merge pull request #9306 from owncloud/publicneedsupgrade
new abc521d add missing backticks
new b752aff Fix migrator tests to use the correct migrator instances
new e4f0689 Added test for reserved keywords
new 431f8bd Merge pull request #9287 from owncloud/indie-json
new 5e6f6da Fix warnings when personal is not set
new 0dc12a3 hides table header while users load.
new 09dea42 Merge pull request #9326 from owncloud/add_missing_backticks
new 16ce23d Merge pull request #9006 from owncloud/ldap_fix_bgjob
new 894d691 Add bak defaultapp setting
new 1c43081 Detect removed public shares
new 616f9b1 Merge pull request #9156 from owncloud/solve-8959
new 577d06e Merge pull request #9328 from owncloud/extstorage-annoyingwarnings
new 8061a4c Remove external shares if the share is invalid
new 8339618 More error catching in list.php
new 8161104 Catch StorageInvalidException in webdav
new c005515 Support for multiple default apps
new ff416eaa Merge pull request #9330 from owncloud/jumpingheader
new 3e78f41 Use getAbsoluteUrl for redirection URL
new e3dd016 fix the layout of the enforced expiry date message
new eaf9d6e increase width of version dropdown - fixes #9270
new b6a4cc2 Redirect after session expiry to the previous loaded page
new 7c17452 Added unit test for default app URL
new 34ab3b0 Update submodule to include the PostgresPlatform patch
new 19a6dc5 Merge pull request #9335 from owncloud/fix-expire-message-layout
new 735eac6 add a explicit interface for the home storage
new fd68034 Fixed remote share password param detection
new 509cdeb Fix fileActionsReady event after deferred file actions update
new bb93597 don't move a share mount point into a different mount point
new 7760fd4 add ellipsizing to restore string if text is too long
new 3d921ed Merge pull request #9334 from owncloud/defaultappfix
new 94c3bac Merge pull request #9327 from owncloud/migrator-postgreskeywordtest
new 025b71d Use fileActionsReady to re-render sharing icons
new 32d2457 Fix files list scroll behavior
new d31e532 fix redirect URL unit test
new 9933b33 [tx-robot] updated from transifex
new 805a7cf Merge pull request #9338 from owncloud/fix-redirect-for-appframework
new 9433b94 initialize a dummy memory session - fixes https://github.com/owncloud/activity/issues/78
new 22394fa Fix indent
new 5e98627 Merge pull request #9336 from owncloud/fix-version-dropdown
new 456770f Merge pull request #9344 from owncloud/files-scrollissue
new 5ec3771 Merge pull request #9350 from Gomez/master
new 59629e6 Merge pull request #9341 from owncloud/sharing-fileactions-fix
new 0008db9 Fix unit test
new edb67f9 Remove invalid mounts from the active fs
new c632ea8 change controls bar color to white for less grey-in-grey design
new 2a1fcb1 reduce transparency of controls bar for less distraction
new 904e310 Merge pull request #9288 from owncloud/fix_dispatcher_null_values
new 44c1dc8 Fix service warning
new d2f3ff5 Merge pull request #9245 from owncloud/server2server-sharing-design-fixes
new ea31ab7 rename mount point of children if parent was renamed
new 2a9fb13 make sure table header is white instead of slightly grey
new eaf32a7 Merge pull request #9362 from owncloud/public-servicewarningfix
new c483fb2 prevent overflow in user management controls bar, fix #9277
new ed37573 allow horizontal scrollbar in settings to make user mgmt usable on mobile
new 26bb022 Fix update dialog running out of horizontal space in Firefox. Fixes #9298
new 053b0a4 shade color for modified dates again, fix #9363
new ea756a1 Merge pull request #9370 from owncloud/design-fix-usermgmt-glitch
new b6aeea8 simplify formula and add comment
new 4878c73 add link to contribute and promote pages in personal settings
new f4eb90e Merge pull request #9311 from owncloud/storage-not-available
new 615d037 Merge pull request #9364 from owncloud/sharing_rename_mount_points
new d04564f remove border-bottom of controls bar
new 1b83ac7 personal: link straight to /promote as @tomneedham said
new 03fbd6d remove shadow effects from settings icons, reduce size
new 876ff9a remove shadow effects from places icons, reduce size
new a2dda44 remove shadow effects from info, search and settings icon, reduce size
new ad8f174 remove shadow effects from folder icons, reduce size
new 3d00947 Merge pull request #9369 from owncloud/designfix-update
new f1f66ff Merge pull request #9373 from owncloud/design-fix-modified
new ed29e7d Merge pull request #9329 from owncloud/sharing_check_target
new 012abba Fixed event source fallback after close
new 8ef8ef1 Fix JSHint errors in EventSource class
new e1e4fde Merge pull request #9381 from owncloud/design-icons-shadow
new 586c423 fix lineheight of server2server share
new 18cd804 fix animation of sidebar and prevent horizontal scrollbar, fix #9284
new a941305 fix nametext height, was higher than the row
new bbea031 Revert "hides table header while users load."
new ae195c9 fix position of shared file buttons
new 0a91c22 shared view: remove whitespace glitch on right
new 560c530 hide text of download button, only show icon
new 0df0497 use same logo for mobile as for when logged in, fix #9360
new 5a7b58a Merge pull request #9374 from owncloud/link-contribute-promote
new bf08e3a Merge pull request #9382 from owncloud/server2server-css
new c3cc49d Merge pull request #9388 from owncloud/design-fix-sidebar
new 019e1b1 Merge pull request #9365 from owncloud/design-controls-polish
new 079fee2 Merge pull request #9389 from owncloud/fix-nametext-height
new e695244 fix position of rename function, and text size
new 1a1c5aa [tx-robot] updated from transifex
new e9f616b Merge pull request #9391 from owncloud/design-mobile-share
new 79e5499 only show message if default expire date is enforced
new b8ced70 Merge pull request #9384 from owncloud/eventsrc-fixfallbackwhenclosed
new 4c97f2b add whitespace to bottom of Files list – more obvious it's the end, and space for share dropdown
new 6f14034 fix left margin of file list summary
new cee5afa reduce file list bottom whitespace a bit
new e5f68ba for shared links, use wide logo on desktop and icon on mobile
new 2fec6cb Remove forgotten debug log
new dc15223 Merge pull request #9390 from owncloud/fix-9368
new c7101d2 fix checkbox shifting when rename input appears
new 6c17481 Merge pull request #9394 from owncloud/design-fix-rename
new 3c45925 fix hook names
new 5e4835f Improved remote share owner display
new a829d07 Merge pull request #9403 from owncloud/design-fix-fileslistbottom
new 52248d4 Hide the size in the trashbin summary row
new c223977 Merge pull request #9407 from owncloud/fix-share-logo
new 3cbea82 Merge pull request #9420 from owncloud/trashbin-hidesummarysize
new c6bba23 Merge pull request #9408 from owncloud/redirectconsolelogfix
new 91cb0a6 Merge pull request #9402 from owncloud/sharing_improved_dialog
new dd4273e Merge pull request #9413 from owncloud/fix_hook_names
new fc41746 Merge pull request #9410 from owncloud/shareownernamewidth
new 4a7aaa8 7RC1
The 267 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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