[Pkg-owncloud-commits] [owncloud] annotated tag upstream/6.0.0_rc1+dfsg created (now ca08e0f)
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:33:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/6.0.0_rc1+dfsg
in repository owncloud.
at ca08e0f (tag)
tagging 3392c56cf47b9363a7870904a5183103afe3c1d1 (commit)
replaces upstream/6.0.0_beta5+dfsg
tagged by David Prévot
on Thu Nov 28 17:47:16 2013 -0400
- Log -----------------------------------------------------------------
Upstream version 6.0.0~rc1+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQEcBAABCAAGBQJSl7nkAAoJEAWMHPlE9r08IqkIALFJ7Vi095MQcLjYKDXci98w
njPZsUGkToJHPams4aJ2wp68UYSO4VARlG/SdH61W1llv353gx68S/YZpe9JQp5U
IZoL0HPoi/siXZXUWRpAcY4U9sqeHYIN1sU/tmABY57U7cA7KdlI2klzDROfXmoZ
VmE4CccbA1DX5FWk2EVHW4zGFAlHEu/Gq9KO5E+PH1GWNxwEVmVjizJcYjuDv+2s
XLkb32eZAxAIGCicDu8FEdANwlyQA0aUzvls6bqeM/7zG/G0R3KnAdKk33vP2t/b
WCkEM/eqMUlbnJVuk69GgIjggCCU9/LrQ+fRUJGO+kTo2RMIlBlxJ75dczPRg+o=
=DloS
-----END PGP SIGNATURE-----
Andreas Fischer (20):
db-doc: appconfig description
db-doc: storages description
db-doc: mimetypes description
db-doc: filecache description
Prettier ASCII lists. ^^
db-doc: permissions description
Remove the dbprefix from comments. It has no information.
db-doc: group_user description
db-doc: group_admin description
db-doc: group_admin reduction note
db-doc: groups description
db-doc: locks description
db-doc: preferences description
db-doc: properties description
db-doc: share description
db-doc: jobs description
db-doc: users description
db-doc: vcategory* descriptions
db-doc: privatedata description
Fix spacing.
Arthur Schiwon (14):
LDAP Wizard: move raw login filter field from advanced tab to login filter tab for consistency
LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired.
LDAP Wizard: clear the cache on save so changes have immediate effect
LDAP Wizard: add objectclass for group detection in Zimbra
Round out Avatar Public API
Add missing Avatar Interface
LDAP: get user photo from LDAP and set it as avatar if available
Enable user backends to provide avatar images
LDAP: user proxy must support canChangeAvatar too
Avatar: accept OC_Image as in setParameter
LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh?
LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup)
LDAP: username2dn should only return DNs that belong to the current LDAP server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough
Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder
Bart Visscher (3):
Make working en_US.UTF-8 locale a hard requirement
Use \Patchwork\Utf8\Bootup::initLocale
Update error messages
Bjoern Schiessle (48):
use oc filesystem operations to calc the versions size. This makes sure that we can handle missing directories correctly
- show a spinner while decrypting files if the encryption app was disabled
[wip] make encryption work with public gallery sharing
fix some getShareKey() and getFileKey() calls
make sure that we always use the correct user id
adapt tests to the new code
public upload now also works with encryption enabled
better distinction between userID and keyId
Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
Merge branch 'master' into encryption_work_with_public_gallery
Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
fix getFileKey() call
Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
fix undefined index errors if public share view
disable trahs in files_sharing/public.php
check HTTP Referer to check if we come from public.php or from a internal page.
Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
use relative paths to create images from a file. This way it also works if
add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
remove unused variable
Revert "use relative paths to create images from a file. This way it also works if"
fix typo in comment
Merge branch 'encryption_work_with_public_gallery' of github.com:owncloud/core into encryption_work_with_public_gallery
fix typo
move files to owners trash
show a message at the log-in screen if inital encryption take place
remove debug output
Merge branch 'master' into calc_version_size
fix typo in var name
use POST instead of GET
remove passwords from logfile
check if user is logged in
only create complete share key if we know the exact path
added a small version of the dark loading gif, looks nicer on the blue background
Merge branch 'master' into encryption_initial_enc_indicator
some small changes according to the review comments
typo fixed
Merge branch 'master' into encryption_enable_public_upload
with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter
Merge branch 'master' into encryption_initial_enc_indicator
return false if user is in incognito mode
switch from "name" attribute to "id"
fix public preview creation if a user ios logged in
switch to large spinner
add spinner to the template so that it can be loaded in time
some small js fixes
fix path reconstruction for reshares
Björn Schießle (4):
Merge pull request #5641 from owncloud/filestrash-emptytrash
Merge pull request #6060 from owncloud/fix-6050-oc6
Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash
Merge pull request #6088 from owncloud/fix_public_previews
David Prévot (1):
Imported Upstream version 6.0.0~rc1+dfsg
Frank Karlitschek (8):
fix overwrite host support and make the code a bit more readable
send the build number too to push the next daily build. This is needed for the new daily build update channel
show the build number if on the daily build update channel
replace echo with p
Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
Merge pull request #6070 from ganomi/showstars
Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename
ownCloud 6 RC1
Jenkins for ownCloud (6):
[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
Jörn Friedrich Dreyer (1):
Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
Morris Jobke (26):
Movie preview - use frame after 5 seconds
Merge pull request #5988 from owncloud/files-mobilequickfix
fix navigation scrollbar
Merge pull request #5991 from owncloud/extstorage-mountpointvalidation
fix db.php doc
fix defaults.php doc
fix defaults.php doc
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
page level doc blocks and class descriptions
fix some capital letters
Fix navbar issue
Merge pull request #6036 from owncloud/single-user-mode
Merge pull request #5937 from owncloud/calc_version_size
Merge pull request #6057 from owncloud/extstorage-touchoperation
Merge pull request #6054 from owncloud/extstorage-dropboxfixes
Merge pull request #6056 from owncloud/check_login
Merge pull request #6053 from owncloud/remove_passwords_from_log
Merge pull request #6059 from owncloud/occ-repair
Translate reload message after update
add warning for HTTP connection
fix wording
add PHPDoc for urlParams
Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
Merge pull request #6086 from owncloud/incognito_mode
improve encryption message
Merge pull request #6048 from owncloud/encryption_initial_enc_indicator
Owen Winkler (1):
Merge pull request #6034 from owncloud/fix-api-documentation
Raghu Nayyar (2):
Merge pull request #6000 from owncloud/use_relative_path_to_create_images
Merge pull request #6040 from owncloud/fix-navbar-css
Robin Appelman (12):
provide more cli friendly error messages
add occ commands for enabling and disabling apps
Add "single user mode" which restricts access to users in the admin group
Add occ command to enable and disable single user mode
Add template for single user mode message
add documentation for single user config option to config.sample.php
rename app_id to app-id
Add occ command to list all apps
merge master into single-user-mode
Add a (currently) empty system for running common repair steps
fix custom routes defined by apps
Fix getRawPathInfo for the '/' edge case
Thomas Mueller (6):
update PHPDoc
adding simple unit test to test scriptName() under overwrite condition
add new function to generate the human readable version string based on version, channel and build number
remove logic from template and fix syntax error
Merge branch 'master' into encryption_work_with_public_gallery
on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.'
Thomas Müller (27):
unify translation string - less work for the translators
fixing spelling and restructure sentence
Fixing the warning notifications
Merge pull request #5983 from owncloud/fixing-l10n-again-master
Merge pull request #5773 from owncloud/fix-2152-master
Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that
we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.
fixing PHPDoc comments and syntax
Merge pull request #5882 from owncloud/preview-movie-5s
fixed documentation
Merge pull request #6018 from owncloud/fix_overwritehost
Merge pull request #5874 from owncloud/fix-5845
Merge pull request #6021 from owncloud/show_build
Merge pull request #5998 from owncloud/navigation-fix
fix appframework routing
handle duplicate slashes in case of reverse proxy configuration
in case uri and script name don't match we better throw an exception
adding chunked upload handling
adding documentation for registerRoutes()
Merge pull request #6037 from owncloud/fix-6007-oc6
fixes #6050
Merge pull request #6065 from owncloud/l10n-update
fixing failing unit test
Merge pull request #6071 from owncloud/db-documentation
Merge pull request #6075 from owncloud/ssl-warning
Merge pull request #5976 from owncloud/encryption_work_with_public_gallery
Merge pull request #6084 from owncloud/fix-app-routing
Vincent Petry (42):
Deleting all files in trash now only sends a single flag
Fixed move operation to pass the whole URL as expected
Merge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix
Merge pull request #5897 from hkjolhede/master
Quota storage wrapper is now used for all users in sharing mode
Now using the "Home" storage detection approach for quota
Merge pull request #5980 from owncloud/public_view_fixes
Added min width to files table
Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome
Fixed path normalization to prevent dot dirs
Prevent using root as mount point for external storage
Added unit test for root mount point validation
Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix
Merge pull request #6003 from owncloud/incognito_mode
Return plausible isReadable() default impl for ext storage
Moved default isReadable/isUpdatable impl into Common class
Now also preventing the user of "Shared" as mountpoint
Merge pull request #5995 from owncloud/extstorage-isreadablefix
Merge pull request #6025 from owncloud/typo
Merge pull request #5960 from owncloud/enc_small_visual_improvements
Fixed SMB rename function to overwrite target file
Fixed ext storage touch function to return true on success
Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
Fixed FTP storage unit tests to use the correct class
Added unit test for "overwrite file on rename/move"
Improved unit test for "overwrite on move"
Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
Fixed various Dropbox issues + unit tests
Return true when touch succeeds
Updated unit tests for SMB
Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
Fixed SFTP storage to overwrite on rename
Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
Merge pull request #5977 from owncloud/encryption_enable_public_upload
Fixed sharing hook to not remove the share before the trashbin
Redetect mime type whenever extension is renamed
Update file list entry on rename
Fixed unit tests for ajax rename
New file box now has default file name + extension
Merge pull request #6094 from owncloud/enc_fix_reshares
Moved new file extension out of the translated string
Merge pull request #6096 from owncloud/files-txtextfornewfiles
blizzz (4):
Merge pull request #5979 from owncloud/fix5881
Merge pull request #5040 from owncloud/public_api_avatar_master
Merge pull request #6058 from owncloud/ldap2avatar
Merge pull request #5955 from owncloud/fix5863
ganomi (1):
Show stars as placeholder
hkjolhede (1):
Fixed error-checking error in sftp.php
icewind1991 (2):
Merge pull request #6030 from owncloud/cli-errors
Merge pull request #6038 from owncloud/occ-app-enable
kondou (3):
Add public API for \OC\Avatar
Remove duplicate getAvatarManager()
Fix a regression (Tags→TagManager)
raghunayyar (1):
Doesn't Cut the top arrow from navigation
ringmaster (2):
Alias the aggregate columns so SQL Server doesn't combine them.
Compare dirname() results to DIRECTORY_SEPARATOR, not '/'
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 507325d Add public API for \OC\Avatar
new 4ac05e0 Remove duplicate getAvatarManager()
new bcd776b Fix a regression (Tags→TagManager)
new a6d8854 Make working en_US.UTF-8 locale a hard requirement
new 80c8666 Deleting all files in trash now only sends a single flag
new ca675d7 Alias the aggregate columns so SQL Server doesn't combine them.
new bd3ead0 Compare dirname() results to DIRECTORY_SEPARATOR, not '/'
new 98c9334 LDAP Wizard: move raw login filter field from advanced tab to login filter tab for consistency
new 926b274 Movie preview - use frame after 5 seconds
new bcf56b0 Use \Patchwork\Utf8\Bootup::initLocale
new 368342a Update error messages
new 3e2d4c1 Fixed error-checking error in sftp.php
new c309067 use oc filesystem operations to calc the versions size. This makes sure that we can handle missing directories correctly
new ff9ecc8 LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired.
new caf486d - show a spinner while decrypting files if the encryption app was disabled - don't fade-out the decryption result
new ce1318c LDAP Wizard: clear the cache on save so changes have immediate effect
new c5cb420 [wip] make encryption work with public gallery sharing
new e265000 Fixed move operation to pass the whole URL as expected
new e11afd3 fix some getShareKey() and getFileKey() calls
new b9c18d1 make sure that we always use the correct user id
new 318db64 adapt tests to the new code
new b27fc42 public upload now also works with encryption enabled
new 02b9213 unify translation string - less work for the translators
new f2fe47b fixing spelling and restructure sentence
new 2b361ea better distinction between userID and keyId
new 19af45c Merge pull request #5972 from owncloud/extstorage-webdav-moveoperationfix
new 391f267 Merge pull request #5897 from hkjolhede/master
new 18c80e4 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new 16b4842 Merge branch 'master' into encryption_work_with_public_gallery
new 009bbef Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new c7dc6dc fix getFileKey() call
new 87f2696 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new dd5e109 LDAP Wizard: add objectclass for group detection in Zimbra
new c9646dd fix undefined index errors if public share view
new 356eef0 Quota storage wrapper is now used for all users in sharing mode
new 9d16353 disable trahs in files_sharing/public.php
new 69e8e7d Now using the "Home" storage detection approach for quota
new bd50ed0 Merge pull request #5980 from owncloud/public_view_fixes
new a20c604 Merge pull request #5979 from owncloud/fix5881
new cd1cf58 Fixing the warning notifications
new 14ad1eb Added min width to files table
new 418a9b1 Merge pull request #5983 from owncloud/fixing-l10n-again-master
new 3e1ade4 Merge pull request #5988 from owncloud/files-mobilequickfix
new d2e6f7d check HTTP Referer to check if we come from public.php or from a internal page. Necessary to detect public access also if a user is logged in.
new d0265f3 Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome
new 6443e57 Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
new 5d9731c [tx-robot] updated from transifex
new 39cbdca Fixed path normalization to prevent dot dirs
new 4a2f963 Merge pull request #5773 from owncloud/fix-2152-master
new 0b2c9b8 Prevent using root as mount point for external storage
new 476d8e6 Added unit test for root mount point validation
new 3b48d23 Merge pull request #5970 from owncloud/extstorage-webdavdotdirfix
new aa5d5a4 Doesn't Cut the top arrow from navigation
new 0007140 Round out Avatar Public API
new f94a6eb Add missing Avatar Interface
new 60cfdae [tx-robot] updated from transifex
new c22019d Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that
new 14e7075 we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB. in some cases 1MB was no enough to generate thumbnail
new 3488f0b use relative paths to create images from a file. This way it also works if no user is logged in (e.g. public gallery share)
new 92c8672 fixing PHPDoc comments and syntax
new 2f73db1 Merge pull request #5040 from owncloud/public_api_avatar_master
new c503588 Merge pull request #6000 from owncloud/use_relative_path_to_create_images
new 54f0def LDAP: get user photo from LDAP and set it as avatar if available
new 8ccac86 Enable user backends to provide avatar images
new 6fdce3b LDAP: user proxy must support canChangeAvatar too
new c05177b Merge pull request #5882 from owncloud/preview-movie-5s
new 7e4f50d add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
new 2cc0c90 set incognito mode for public.php calls. Because in this case ownCloud should always work the same way as if no user is logged in
new c67b8f2 fixed documentation
new 3b90464 Merge pull request #6003 from owncloud/incognito_mode
new ae6610f fix navigation scrollbar
new acf74b2 remove unused variable
new aeefe48 Revert "use relative paths to create images from a file. This way it also works if"
new a49e873 Return plausible isReadable() default impl for ext storage
new c62cce8 Moved default isReadable/isUpdatable impl into Common class
new 2d94783 Now also preventing the user of "Shared" as mountpoint
new 6085878 Avatar: accept OC_Image as in setParameter
new d9347f2 LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh?
new ba0e09a [tx-robot] updated from transifex
new aef3461 Merge pull request #5995 from owncloud/extstorage-isreadablefix
new 2ce850f fix overwrite host support and make the code a bit more readable
new a11192b send the build number too to push the next daily build. This is needed for the new daily build update channel
new 22e39ba show the build number if on the daily build update channel
new 77bb168 replace echo with p
new 6229f45 update PHPDoc
new 229630f adding simple unit test to test scriptName() under overwrite condition
new 228f178 add new function to generate the human readable version string based on version, channel and build number
new f6df4b3 remove logic from template and fix syntax error
new 45db67d Merge pull request #6018 from owncloud/fix_overwritehost
new a2d4cd8 Merge pull request #5874 from owncloud/fix-5845
new 2a465fb Merge branch 'master' into encryption_work_with_public_gallery
new 1a69079 Merge pull request #6021 from owncloud/show_build
new 60e2ee6 Merge pull request #5998 from owncloud/navigation-fix
new b82146e Merge pull request #5991 from owncloud/extstorage-mountpointvalidation
new 9c4b8ae fix typo in comment
new 4903854 Merge branch 'encryption_work_with_public_gallery' of github.com:owncloud/core into encryption_work_with_public_gallery
new f1f172e fix typo
new 15f7315 Merge pull request #6025 from owncloud/typo
new de2b444 Merge pull request #5960 from owncloud/enc_small_visual_improvements
new 1b0c5e5 Fixed SMB rename function to overwrite target file
new 993fea2 fix appframework routing
new d88025b Fixed ext storage touch function to return true on success
new 317d421 provide more cli friendly error messages
new d3bfb43 add occ commands for enabling and disabling apps
new b7ddc78 fix db.php doc
new 2d2af90 Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
new 7f47cc0 fix defaults.php doc
new a0a665e handle duplicate slashes in case of reverse proxy configuration
new 31d0ba0 Merge pull request #5641 from owncloud/filestrash-emptytrash
new 248eed1 fix defaults.php doc
new b9fed93 in case uri and script name don't match we better throw an exception
new 71c1327 Add "single user mode" which restricts access to users in the admin group
new a324c09 Add occ command to enable and disable single user mode
new 27cc333 adding chunked upload handling
new 1bcb04f Add template for single user mode message
new a609a53 add documentation for single user config option to config.sample.php
new 019f329 Merge pull request #6030 from owncloud/cli-errors
new bc8cc91 AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
new 4e0fa85 page level doc blocks and class descriptions
new b3e7e54 fix some capital letters
new f8fcd56 move files to owners trash
new 4dc3590 Fix navbar issue
new a5bfa6b Merge pull request #6040 from owncloud/fix-navbar-css
new 1fdd2ac adding documentation for registerRoutes()
new a42d152 Merge pull request #6037 from owncloud/fix-6007-oc6
new 4b67d42 Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
new fc1d897 rename app_id to app-id
new abe63bd Add occ command to list all apps
new 944d415 Fixed FTP storage unit tests to use the correct class
new af7118a Added unit test for "overwrite file on rename/move"
new c3e3467 Improved unit test for "overwrite on move"
new 4626fae Merge pull request #6038 from owncloud/occ-app-enable
new 844b478 Merge pull request #6034 from owncloud/fix-api-documentation
new 9fbccc8 merge master into single-user-mode
new 3955388 LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup)
new 03375d6 LDAP: username2dn should only return DNs that belong to the current LDAP server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough
new d7d7d9b Merge pull request #6036 from owncloud/single-user-mode
new 5310a59 Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
new d6fb2af show a message at the log-in screen if inital encryption take place
new 8974107 remove debug output
new 46dff06 Merge branch 'master' into calc_version_size
new faf14b4 Merge pull request #5937 from owncloud/calc_version_size
new dc67c7e [tx-robot] updated from transifex
new 35a6ad2 fix typo in var name
new 0617e06 use POST instead of GET
new 7c81ac3 Fixed various Dropbox issues + unit tests
new 62afe7f remove passwords from logfile
new e102eec Return true when touch succeeds
new 2556647 check if user is logged in
new 712b477 Updated unit tests for SMB
new 69518b9 Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder
new 5d2299e only create complete share key if we know the exact path
new 5cb1ce4 Merge pull request #6057 from owncloud/extstorage-touchoperation
new a48fc12 Merge pull request #6054 from owncloud/extstorage-dropboxfixes
new 16ce565 Merge pull request #6056 from owncloud/check_login
new eca9f69 Merge pull request #6053 from owncloud/remove_passwords_from_log
new 10d84f6 Add a (currently) empty system for running common repair steps
new 2a93720 fixes #6050
new dbd8128 Merge pull request #6059 from owncloud/occ-repair
new 2653d91 Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
new 81f6be9 Translate reload message after update
new 30e086f Fixed SFTP storage to overwrite on rename
new d9a98b1 Merge pull request #6065 from owncloud/l10n-update
new fb7aa2f [tx-robot] updated from transifex
new 5294134 fixing failing unit test
new c7e1fe5 added a small version of the dark loading gif, looks nicer on the blue background
new e2ca88a Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
new a018dac db-doc: appconfig description
new 7d1f67b db-doc: storages description
new 1fef97f Merge pull request #6060 from owncloud/fix-6050-oc6
new 7240d34 Merge branch 'master' into encryption_initial_enc_indicator
new ad60338 db-doc: mimetypes description
new 33e77d3 Show stars as placeholder
new 421a1e6 db-doc: filecache description
new ea26282 Prettier ASCII lists. ^^
new d083108 db-doc: permissions description
new 6da5b05 Remove the dbprefix from comments. It has no information.
new 46e32b0 db-doc: group_user description
new 790155e db-doc: group_admin description
new 43f0e30 db-doc: group_admin reduction note
new 4f15282 Merge pull request #6058 from owncloud/ldap2avatar
new 466e898 db-doc: groups description
new 5450d16 db-doc: locks description
new 035199a db-doc: preferences description
new f4031d4 db-doc: properties description
new 8cde5e8 db-doc: share description
new bc77ba1 db-doc: jobs description
new ab77365 db-doc: users description
new 2714a22 db-doc: vcategory* descriptions
new 68986f5 db-doc: privatedata description
new 0013e2e Fix spacing.
new 4fbc277 on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' The solution is to simple reconnect to the database to start with a fresh connection
new 2d822e3 add warning for HTTP connection
new 8506d2b fix wording
new 3456109 Merge pull request #6071 from owncloud/db-documentation
new af46d99 Merge pull request #6075 from owncloud/ssl-warning
new 34704ed Merge pull request #5955 from owncloud/fix5863
new 7755e69 add PHPDoc for urlParams
new a819090 Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
new 7f3b178 some small changes according to the review comments
new 7f2bdb0 typo fixed
new 5b7b053 Merge pull request #5976 from owncloud/encryption_work_with_public_gallery
new 9fb71af Merge branch 'master' into encryption_enable_public_upload
new 060e0ad with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter
new c47e46f fix custom routes defined by apps
new 40231c0 Merge pull request #5977 from owncloud/encryption_enable_public_upload
new 1065c33 Merge branch 'master' into encryption_initial_enc_indicator
new 6deda1b return false if user is in incognito mode
new 1536c7e switch from "name" attribute to "id"
new d2840a0 Fixed sharing hook to not remove the share before the trashbin
new 4a78f12 [tx-robot] updated from transifex
new 39f9e16 Merge pull request #6086 from owncloud/incognito_mode
new aee7781 fix public preview creation if a user ios logged in
new 34a8c3c Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash
new 5295993 Merge pull request #6088 from owncloud/fix_public_previews
new 885d04b Fix getRawPathInfo for the '/' edge case
new 43b1cf7 Redetect mime type whenever extension is renamed
new 68f610a Update file list entry on rename
new e0924a5 switch to large spinner
new 0219b8b add spinner to the template so that it can be loaded in time
new d972916 some small js fixes
new 55d7cf8 improve encryption message
new 54b24ca Merge pull request #6048 from owncloud/encryption_initial_enc_indicator
new bc64931 Fixed unit tests for ajax rename
new efe7c40 fix path reconstruction for reshares
new f23d641 Merge pull request #6084 from owncloud/fix-app-routing
new 24a08c6 New file box now has default file name + extension
new a1d2f0f Merge pull request #6094 from owncloud/enc_fix_reshares
new 69a3327 Moved new file extension out of the translated string
new d256712 Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
new 6c16d45 Merge pull request #6070 from ganomi/showstars
new 30b2ed5 Merge pull request #6096 from owncloud/files-txtextfornewfiles
new dab3629 Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename
new f361036 ownCloud 6 RC1
new 3392c56 Imported Upstream version 6.0.0~rc1+dfsg
The 235 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