]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Fri, 29 Nov 2013 19:23:02 +0000 (11:23 -0800)]
Merge pull request #6123 from owncloud/extstorage-deletedirs2
Fixed FTP and SMB to use rmdir() when deleting folders
Thomas Müller [Fri, 29 Nov 2013 19:22:44 +0000 (11:22 -0800)]
Merge pull request #6128 from owncloud/fix-6126-master
Also merge autoconfig variables into $_REQUEST.
Jenkins for ownCloud [Fri, 29 Nov 2013 19:10:40 +0000 (14:10 -0500)]
[tx-robot] updated from transifex
Frank Karlitschek [Fri, 29 Nov 2013 17:19:51 +0000 (09:19 -0800)]
Merge pull request #6129 from owncloud/chunking-fixtouchafterassemble
Fixed touch after chunk assembling
Morris Jobke [Fri, 29 Nov 2013 16:07:43 +0000 (08:07 -0800)]
Merge pull request #6127 from owncloud/minimum_php_version
make 5.3.8 the minimum supported version.
Vincent Petry [Fri, 29 Nov 2013 15:28:42 +0000 (16:28 +0100)]
Fixed touch after chunk assembling
Fixed touch after chunk assembling which was using the wrong path,
resulting in the creation of an extra file.
Fixes #6007
Andreas Fischer [Fri, 29 Nov 2013 15:24:48 +0000 (16:24 +0100)]
Also merge autoconfig variables into $_REQUEST.
Frank Karlitschek [Fri, 29 Nov 2013 14:46:10 +0000 (15:46 +0100)]
make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734
Also make the version compare clearer. It was pure luck that floatval on a php version returned the correct value.
Vincent Petry [Fri, 29 Nov 2013 11:58:57 +0000 (12:58 +0100)]
Fixed FTP and SMB to use rmdir() when deleting folders
Some storages need to use different calls for deleting files or folders,
usually unlink() and rmdir().
Fixes #4532 (SMB dir deletion)
Fixes #5941 (FTP dir deletion)
Note that the extra is_dir() should be fast because it's read from the
stat cache.
Frank Karlitschek [Fri, 29 Nov 2013 11:27:50 +0000 (03:27 -0800)]
Merge pull request #5984 from owncloud/nav-scrollbar
always show app navigation scrollbar when too many apps in there
Frank Karlitschek [Fri, 29 Nov 2013 11:24:19 +0000 (03:24 -0800)]
Merge pull request #6077 from owncloud/fix-api-documentation
API doc for contacts manager, server container and share
Frank Karlitschek [Fri, 29 Nov 2013 10:44:49 +0000 (02:44 -0800)]
Merge pull request #6111 from owncloud/non-floating-trash-button-chrome
Fix resize issue for trash button in chrome and overflowing spinner in ....
Morris Jobke [Thu, 28 Nov 2013 20:59:24 +0000 (12:59 -0800)]
Merge pull request #6099 from owncloud/fix_source_not_found_warnings
make sure that we don't try to access an already deleted files
Morris Jobke [Thu, 28 Nov 2013 20:48:19 +0000 (12:48 -0800)]
Merge pull request #6106 from owncloud/fix_preview_creation
Fix preview creation
Morris Jobke [Thu, 28 Nov 2013 20:36:43 +0000 (21:36 +0100)]
Fix resize issue for trash button in chrome and overflowing spinner in .update class
fixes #6108
Bjoern Schiessle [Thu, 28 Nov 2013 19:58:32 +0000 (20:58 +0100)]
remove duplicate
Bjoern Schiessle [Thu, 28 Nov 2013 18:31:35 +0000 (19:31 +0100)]
use better coding style
Bjoern Schiessle [Thu, 28 Nov 2013 15:31:01 +0000 (16:31 +0100)]
correctFolder() already resolves the dirname internally
Bjoern Schiessle [Thu, 28 Nov 2013 18:05:43 +0000 (19:05 +0100)]
add PHPDoc for setMimetype()
Bjoern Schiessle [Thu, 28 Nov 2013 17:59:38 +0000 (18:59 +0100)]
detect mimetype from the original filename, without the versioning timestamp
Bjoern Schiessle [Thu, 28 Nov 2013 17:59:12 +0000 (18:59 +0100)]
detect mimetype from the original filename, without the delete timestamp
Bjoern Schiessle [Thu, 28 Nov 2013 17:52:58 +0000 (18:52 +0100)]
we need to be able to set the mimetype manually
ganomi [Thu, 28 Nov 2013 16:00:41 +0000 (08:00 -0800)]
Merge pull request #6090 from ganomi/summaryfix
Fix filellist/rename/summary problem
Morris Jobke [Thu, 28 Nov 2013 12:52:08 +0000 (04:52 -0800)]
Merge pull request #6097 from owncloud/extstorage-ftptrailingslash
Add trailing slash in FTP root path when missing
Morris Jobke [Thu, 28 Nov 2013 12:50:17 +0000 (04:50 -0800)]
Merge pull request #6098 from owncloud/files-renamediriconfix
Fixed directory icon after rename
Morris Jobke [Thu, 28 Nov 2013 12:46:54 +0000 (04:46 -0800)]
Merge pull request #6100 from owncloud/fix_loginnameusage
loginname is not necessarily username
Bjoern Schiessle [Thu, 28 Nov 2013 12:17:19 +0000 (13:17 +0100)]
make sure that we don't try to access an already deleted files, fixes some file source not found warnings
Arthur Schiwon [Thu, 28 Nov 2013 12:26:31 +0000 (13:26 +0100)]
loginname is not necessarily username
Vincent Petry [Thu, 28 Nov 2013 12:15:20 +0000 (13:15 +0100)]
Fixed directory icon after rename
Frank Karlitschek [Thu, 28 Nov 2013 12:00:02 +0000 (13:00 +0100)]
ownCloud 6 RC1
Frank Karlitschek [Thu, 28 Nov 2013 11:46:42 +0000 (03:46 -0800)]
Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename
Redetect mime type whenever extension is renamed
Vincent Petry [Thu, 28 Nov 2013 11:38:58 +0000 (03:38 -0800)]
Merge pull request #6096 from owncloud/files-txtextfornewfiles
New file box now has default file name + extension
Vincent Petry [Thu, 28 Nov 2013 10:45:26 +0000 (11:45 +0100)]
Add trailing slash in FTP root path when missing
Fixes #6093
Frank Karlitschek [Thu, 28 Nov 2013 10:16:44 +0000 (02:16 -0800)]
Merge pull request #6070 from ganomi/showstars
Show stars as password placeholder for sharing
Frank Karlitschek [Thu, 28 Nov 2013 10:16:16 +0000 (02:16 -0800)]
Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
on mssql the schema migration sometimes fails due to an already existing...
Vincent Petry [Thu, 28 Nov 2013 09:52:59 +0000 (10:52 +0100)]
Moved new file extension out of the translated string
Vincent Petry [Thu, 28 Nov 2013 09:41:34 +0000 (01:41 -0800)]
Merge pull request #6094 from owncloud/enc_fix_reshares
fix path reconstruction for reshares
Vincent Petry [Thu, 28 Nov 2013 09:17:01 +0000 (10:17 +0100)]
New file box now has default file name + extension
Whenever a user creates a file or folder in the web UI, the input field
will contain a default file name, pre-selected up to the extension for
easier typing.
The purpose is mostly to prevent users creating text files without an
extension.
Fixes #6045
Thomas Müller [Thu, 28 Nov 2013 08:00:09 +0000 (00:00 -0800)]
Merge pull request #6084 from owncloud/fix-app-routing
fix custom routes defined by apps
Bjoern Schiessle [Wed, 27 Nov 2013 22:26:04 +0000 (23:26 +0100)]
fix path reconstruction for reshares
Vincent Petry [Wed, 27 Nov 2013 22:19:57 +0000 (23:19 +0100)]
Fixed unit tests for ajax rename
Morris Jobke [Wed, 27 Nov 2013 22:10:11 +0000 (14:10 -0800)]
Merge pull request #6048 from owncloud/encryption_initial_enc_indicator
show a message at the log-in screen if inital encryption take place
Morris Jobke [Wed, 27 Nov 2013 22:07:19 +0000 (23:07 +0100)]
improve encryption message
Bjoern Schiessle [Wed, 27 Nov 2013 21:42:03 +0000 (22:42 +0100)]
some small js fixes
Bjoern Schiessle [Wed, 27 Nov 2013 21:36:47 +0000 (22:36 +0100)]
add spinner to the template so that it can be loaded in time
Bjoern Schiessle [Wed, 27 Nov 2013 20:58:38 +0000 (21:58 +0100)]
switch to large spinner
Vincent Petry [Wed, 27 Nov 2013 20:34:19 +0000 (21:34 +0100)]
Update file list entry on rename
Whenever a file is renamed, if the extension changes, the mime type and
preview might change. This fix passes the updated info to the client
that updates it.
Vincent Petry [Wed, 27 Nov 2013 17:48:24 +0000 (18:48 +0100)]
Redetect mime type whenever extension is renamed
Robin Appelman [Wed, 27 Nov 2013 20:28:54 +0000 (21:28 +0100)]
Fix getRawPathInfo for the '/' edge case
Björn Schießle [Wed, 27 Nov 2013 19:05:27 +0000 (11:05 -0800)]
Merge pull request #6088 from owncloud/fix_public_previews
fix public preview creation if a user is logged in
Björn Schießle [Wed, 27 Nov 2013 18:24:55 +0000 (10:24 -0800)]
Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash
move files to owners trash
ganomi [Wed, 27 Nov 2013 18:09:49 +0000 (19:09 +0100)]
Fix filellist/rename/summary problem
Fixes #6055
This contribution is MIT licensed!
Bjoern Schiessle [Wed, 27 Nov 2013 17:35:52 +0000 (18:35 +0100)]
fix public preview creation if a user ios logged in
Morris Jobke [Wed, 27 Nov 2013 17:11:18 +0000 (09:11 -0800)]
Merge pull request #6086 from owncloud/incognito_mode
return false if user is in incognito mode
Jenkins for ownCloud [Wed, 27 Nov 2013 17:10:54 +0000 (12:10 -0500)]
[tx-robot] updated from transifex
Vincent Petry [Wed, 27 Nov 2013 16:22:48 +0000 (17:22 +0100)]
Fixed sharing hook to not remove the share before the trashbin
Fixed the hook order between sharing app and trashbin
Bjoern Schiessle [Wed, 27 Nov 2013 16:01:21 +0000 (17:01 +0100)]
switch from "name" attribute to "id"
Bjoern Schiessle [Wed, 27 Nov 2013 15:52:30 +0000 (16:52 +0100)]
return false if user is in incognito mode
Morris Jobke [Wed, 27 Nov 2013 15:45:04 +0000 (16:45 +0100)]
Fix for IE - an ugly horizontal scrollbar appears
* for IE9 the nav bar was too narrow
* for other IEs the width of each app element was to wide and
cause the horizontal scoll bar - now this content is hidden like
before this PR
Bjoern Schiessle [Wed, 27 Nov 2013 15:44:06 +0000 (16:44 +0100)]
Merge branch 'master' into encryption_initial_enc_indicator
Vincent Petry [Wed, 27 Nov 2013 15:39:03 +0000 (07:39 -0800)]
Merge pull request #5977 from owncloud/encryption_enable_public_upload
Encryption enable public upload
Morris Jobke [Tue, 26 Nov 2013 17:32:04 +0000 (18:32 +0100)]
fix navbar
Jan-Christoph Borchardt [Thu, 21 Nov 2013 16:21:23 +0000 (17:21 +0100)]
prevent shift of app names caused by scrollbar, part 2
Jan-Christoph Borchardt [Thu, 21 Nov 2013 13:09:15 +0000 (14:09 +0100)]
prevent shift of app titles caused by scrollbar
Jan-Christoph Borchardt [Thu, 21 Nov 2013 12:34:31 +0000 (13:34 +0100)]
always show app navigation scrollbar when too many apps in there
Robin Appelman [Wed, 27 Nov 2013 14:35:49 +0000 (15:35 +0100)]
fix custom routes defined by apps
Bjoern Schiessle [Wed, 27 Nov 2013 14:35:32 +0000 (15:35 +0100)]
with the latest changes in master $this-userID is always the correct ID, so we no longer need the extra parameter
Bjoern Schiessle [Wed, 27 Nov 2013 14:08:09 +0000 (15:08 +0100)]
Merge branch 'master' into encryption_enable_public_upload
Conflicts:
apps/files_encryption/lib/helper.php
apps/files_encryption/lib/keymanager.php
apps/files_encryption/lib/stream.php
apps/files_encryption/lib/util.php
apps/files_encryption/tests/keymanager.php
Thomas Müller [Wed, 27 Nov 2013 12:25:54 +0000 (04:25 -0800)]
Merge pull request #5976 from owncloud/encryption_work_with_public_gallery
Encryption work with public gallery
Bjoern Schiessle [Wed, 27 Nov 2013 11:25:04 +0000 (12:25 +0100)]
typo fixed
Bjoern Schiessle [Wed, 27 Nov 2013 10:46:24 +0000 (11:46 +0100)]
some small changes according to the review comments
Morris Jobke [Wed, 27 Nov 2013 09:55:52 +0000 (01:55 -0800)]
Merge pull request #6027 from owncloud/public-api-restful-routing-oc6
fix appframework routing
Morris Jobke [Wed, 27 Nov 2013 09:55:06 +0000 (10:55 +0100)]
add PHPDoc for urlParams
Morris Jobke [Wed, 27 Nov 2013 09:32:43 +0000 (10:32 +0100)]
add comment from @DeepDiver
blizzz [Wed, 27 Nov 2013 08:30:15 +0000 (00:30 -0800)]
Merge pull request #5955 from owncloud/fix5863
LDAP Wizard: Add raw login filter to corresponding tab for consistency, fix behaviour on raw filter input
Thomas Müller [Wed, 27 Nov 2013 08:29:04 +0000 (00:29 -0800)]
Merge pull request #6075 from owncloud/ssl-warning
add warning for HTTP connection
Thomas Müller [Wed, 27 Nov 2013 08:28:03 +0000 (00:28 -0800)]
Merge pull request #6071 from owncloud/db-documentation
Add some documentation to db_structure.xml
Morris Jobke [Tue, 26 Nov 2013 23:38:56 +0000 (00:38 +0100)]
fix wording
Morris Jobke [Tue, 26 Nov 2013 23:35:36 +0000 (00:35 +0100)]
API doc for contacts manager, server container and share
Morris Jobke [Tue, 26 Nov 2013 23:05:48 +0000 (00:05 +0100)]
add warning for HTTP connection
Thomas Mueller [Sun, 24 Nov 2013 22:13:23 +0000 (23:13 +0100)]
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
Andreas Fischer [Tue, 26 Nov 2013 21:16:14 +0000 (22:16 +0100)]
Fix spacing.
Andreas Fischer [Tue, 26 Nov 2013 21:13:01 +0000 (22:13 +0100)]
db-doc: privatedata description
Andreas Fischer [Tue, 26 Nov 2013 21:06:20 +0000 (22:06 +0100)]
db-doc: vcategory* descriptions
Andreas Fischer [Tue, 26 Nov 2013 20:53:55 +0000 (21:53 +0100)]
db-doc: users description
Andreas Fischer [Tue, 26 Nov 2013 20:52:30 +0000 (21:52 +0100)]
db-doc: jobs description
Andreas Fischer [Tue, 26 Nov 2013 20:48:27 +0000 (21:48 +0100)]
db-doc: share description
Andreas Fischer [Tue, 26 Nov 2013 20:23:57 +0000 (21:23 +0100)]
db-doc: properties description
Andreas Fischer [Tue, 26 Nov 2013 20:18:18 +0000 (21:18 +0100)]
db-doc: preferences description
Andreas Fischer [Tue, 26 Nov 2013 20:15:23 +0000 (21:15 +0100)]
db-doc: locks description
Andreas Fischer [Tue, 26 Nov 2013 19:56:05 +0000 (20:56 +0100)]
db-doc: groups description
blizzz [Tue, 26 Nov 2013 20:05:32 +0000 (12:05 -0800)]
Merge pull request #6058 from owncloud/ldap2avatar
Set Avatar for LDAP users automatically (if a picture is available)
Andreas Fischer [Tue, 26 Nov 2013 19:55:19 +0000 (20:55 +0100)]
db-doc: group_admin reduction note
Andreas Fischer [Tue, 26 Nov 2013 19:55:08 +0000 (20:55 +0100)]
db-doc: group_admin description
Andreas Fischer [Tue, 26 Nov 2013 19:50:21 +0000 (20:50 +0100)]
db-doc: group_user description
Andreas Fischer [Tue, 26 Nov 2013 19:42:15 +0000 (20:42 +0100)]
Remove the dbprefix from comments. It has no information.
Andreas Fischer [Tue, 26 Nov 2013 19:41:05 +0000 (20:41 +0100)]
db-doc: permissions description
Andreas Fischer [Tue, 26 Nov 2013 19:27:51 +0000 (20:27 +0100)]
Prettier ASCII lists. ^^
Andreas Fischer [Tue, 26 Nov 2013 19:27:18 +0000 (20:27 +0100)]
db-doc: filecache description
ganomi [Tue, 26 Nov 2013 19:17:13 +0000 (20:17 +0100)]
Show stars as placeholder