]>
source.dussan.org Git - nextcloud-server.git/log
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
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 15:52:30 +0000 (16:52 +0100)]
return false if user is in incognito mode
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
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
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:05:48 +0000 (00:05 +0100)]
add warning for HTTP 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
Andreas Fischer [Tue, 26 Nov 2013 18:30:59 +0000 (19:30 +0100)]
db-doc: mimetypes description
Björn Schießle [Tue, 26 Nov 2013 18:13:58 +0000 (10:13 -0800)]
Merge pull request #6060 from owncloud/fix-6050-oc6
fixing getRawPathInfo() once more
Andreas Fischer [Tue, 26 Nov 2013 17:57:39 +0000 (18:57 +0100)]
db-doc: storages description
Andreas Fischer [Tue, 26 Nov 2013 17:39:19 +0000 (18:39 +0100)]
db-doc: appconfig description
Vincent Petry [Tue, 26 Nov 2013 17:01:41 +0000 (09:01 -0800)]
Merge pull request #6066 from owncloud/extstorage-sftp-overwriteonrename
Fixed SFTP storage to overwrite on rename
Thomas Müller [Tue, 26 Nov 2013 15:52:33 +0000 (16:52 +0100)]
fixing failing unit test
Jenkins for ownCloud [Tue, 26 Nov 2013 15:47:07 +0000 (10:47 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 26 Nov 2013 15:45:22 +0000 (07:45 -0800)]
Merge pull request #6065 from owncloud/l10n-update
Translate reload message after update
Vincent Petry [Tue, 26 Nov 2013 15:32:44 +0000 (16:32 +0100)]
Fixed SFTP storage to overwrite on rename
Morris Jobke [Tue, 26 Nov 2013 15:22:01 +0000 (16:22 +0100)]
Translate reload message after update
fixes #6064
Vincent Petry [Tue, 26 Nov 2013 14:42:36 +0000 (06:42 -0800)]
Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix
Fixed SMB rename function to overwrite target file
Morris Jobke [Tue, 26 Nov 2013 14:09:45 +0000 (06:09 -0800)]
Merge pull request #6059 from owncloud/occ-repair
Add a (currently) empty system for running common repair steps
Thomas Müller [Tue, 26 Nov 2013 13:13:33 +0000 (14:13 +0100)]
fixes #6050
Robin Appelman [Tue, 26 Nov 2013 13:12:48 +0000 (14:12 +0100)]
Add a (currently) empty system for running common repair steps
Morris Jobke [Tue, 26 Nov 2013 12:53:02 +0000 (04:53 -0800)]
Merge pull request #6053 from owncloud/remove_passwords_from_log
remove passwords from logfile
Morris Jobke [Tue, 26 Nov 2013 12:50:43 +0000 (04:50 -0800)]
Merge pull request #6056 from owncloud/check_login
check if user is logged in
Morris Jobke [Tue, 26 Nov 2013 12:48:54 +0000 (04:48 -0800)]
Merge pull request #6054 from owncloud/extstorage-dropboxfixes
Fixed various Dropbox issues + unit tests
Morris Jobke [Tue, 26 Nov 2013 12:40:25 +0000 (04:40 -0800)]
Merge pull request #6057 from owncloud/extstorage-touchoperation
Return true when touch succeeds
Bjoern Schiessle [Tue, 26 Nov 2013 12:30:59 +0000 (13:30 +0100)]
only create complete share key if we know the exact path
Arthur Schiwon [Tue, 26 Nov 2013 11:57:39 +0000 (12:57 +0100)]
Make sure Avatar is set from LDAP upon first login, not later, but also not before due to missing user folder
Vincent Petry [Tue, 26 Nov 2013 11:53:03 +0000 (12:53 +0100)]
Updated unit tests for SMB
- coverage for touch return value
- fixed directory provider to exclude unsupported cases
Bjoern Schiessle [Tue, 26 Nov 2013 11:47:59 +0000 (12:47 +0100)]
check if user is logged in
Vincent Petry [Tue, 26 Nov 2013 11:47:00 +0000 (12:47 +0100)]
Return true when touch succeeds
Bjoern Schiessle [Tue, 26 Nov 2013 11:26:32 +0000 (12:26 +0100)]
remove passwords from logfile
Vincent Petry [Tue, 26 Nov 2013 09:19:45 +0000 (10:19 +0100)]
Fixed various Dropbox issues + unit tests
- fixed touch function to return true on success
- fixed local metadata cache to remove deleted files/directories
- fixed getMetaData() to ignore files reported as deleted by
Dropbox
- fixed "file not found" case to not log as exception
- fixed "overwrite on rename" case
- fixed unit tests to exclude unsupported cases
- added unit test for touch return value
- unit tests for Dropbox should all run correctly now
Jenkins for ownCloud [Tue, 26 Nov 2013 09:04:05 +0000 (04:04 -0500)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 26 Nov 2013 07:36:18 +0000 (23:36 -0800)]
Merge pull request #5937 from owncloud/calc_version_size
use oc filesystem operations to calc the versions size
Bjoern Schiessle [Mon, 25 Nov 2013 23:03:54 +0000 (00:03 +0100)]
Merge branch 'master' into calc_version_size
Vincent Petry [Mon, 25 Nov 2013 22:21:34 +0000 (14:21 -0800)]
Merge pull request #6044 from owncloud/extstorage-ftpunittestfix
Fixed FTP storage unit tests to use the correct class
Morris Jobke [Mon, 25 Nov 2013 22:10:07 +0000 (14:10 -0800)]
Merge pull request #6036 from owncloud/single-user-mode
Add "single user mode"
Arthur Schiwon [Mon, 25 Nov 2013 21:08:11 +0000 (22:08 +0100)]
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
Arthur Schiwon [Mon, 25 Nov 2013 21:05:00 +0000 (22:05 +0100)]
LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup)
Robin Appelman [Mon, 25 Nov 2013 20:25:04 +0000 (21:25 +0100)]
merge master into single-user-mode
Owen Winkler [Mon, 25 Nov 2013 19:17:16 +0000 (11:17 -0800)]
Merge pull request #6034 from owncloud/fix-api-documentation
Fix api documentation
icewind1991 [Mon, 25 Nov 2013 18:12:49 +0000 (10:12 -0800)]
Merge pull request #6038 from owncloud/occ-app-enable
add occ commands for enabling and disabling apps
Vincent Petry [Mon, 25 Nov 2013 17:54:58 +0000 (18:54 +0100)]
Improved unit test for "overwrite on move"
Now using a different content to make sure the file was overwritten.
Vincent Petry [Mon, 25 Nov 2013 17:52:14 +0000 (18:52 +0100)]
Added unit test for "overwrite file on rename/move"
Also fixed "rename" unit test that was ready the result out of the wrong
file.
Vincent Petry [Mon, 25 Nov 2013 17:44:34 +0000 (18:44 +0100)]
Fixed FTP storage unit tests to use the correct class
Robin Appelman [Mon, 25 Nov 2013 16:34:16 +0000 (17:34 +0100)]
Add occ command to list all apps
Robin Appelman [Mon, 25 Nov 2013 16:28:01 +0000 (17:28 +0100)]
rename app_id to app-id
Jörn Friedrich Dreyer [Mon, 25 Nov 2013 16:21:33 +0000 (08:21 -0800)]
Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6
Fixing rawpath reverseproxy oc6
Thomas Müller [Mon, 25 Nov 2013 16:16:45 +0000 (08:16 -0800)]
Merge pull request #6037 from owncloud/fix-6007-oc6
adding chunked upload handling
Thomas Müller [Mon, 25 Nov 2013 16:15:08 +0000 (17:15 +0100)]
adding documentation for registerRoutes()
Raghu Nayyar [Mon, 25 Nov 2013 16:10:57 +0000 (08:10 -0800)]
Merge pull request #6040 from owncloud/fix-navbar-css
Fix navbar issue
Morris Jobke [Mon, 25 Nov 2013 16:04:19 +0000 (17:04 +0100)]
Fix navbar issue
fixes #6024
Bjoern Schiessle [Mon, 25 Nov 2013 11:51:32 +0000 (12:51 +0100)]
move files to owners trash
Morris Jobke [Mon, 25 Nov 2013 15:42:28 +0000 (16:42 +0100)]
fix some capital letters
Morris Jobke [Mon, 25 Nov 2013 15:39:01 +0000 (16:39 +0100)]
page level doc blocks and class descriptions
Morris Jobke [Mon, 25 Nov 2013 15:28:24 +0000 (16:28 +0100)]
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
icewind1991 [Mon, 25 Nov 2013 15:06:48 +0000 (07:06 -0800)]
Merge pull request #6030 from owncloud/cli-errors
provide more cli friendly error messages when in cli mode
Robin Appelman [Mon, 25 Nov 2013 15:01:42 +0000 (16:01 +0100)]
add documentation for single user config option to config.sample.php
Robin Appelman [Mon, 25 Nov 2013 14:59:37 +0000 (15:59 +0100)]
Add template for single user mode message
Thomas Müller [Mon, 25 Nov 2013 14:35:26 +0000 (15:35 +0100)]
adding chunked upload handling
Robin Appelman [Mon, 25 Nov 2013 14:27:05 +0000 (15:27 +0100)]
Add occ command to enable and disable single user mode
Robin Appelman [Mon, 25 Nov 2013 14:08:24 +0000 (15:08 +0100)]
Add "single user mode" which restricts access to users in the admin group
This can be enabled by setting 'singleuser' to true in config.php
Thomas Müller [Mon, 25 Nov 2013 13:42:34 +0000 (14:42 +0100)]
in case uri and script name don't match we better throw an exception
Morris Jobke [Mon, 25 Nov 2013 13:26:26 +0000 (14:26 +0100)]
fix defaults.php doc
Björn Schießle [Mon, 25 Nov 2013 13:24:11 +0000 (05:24 -0800)]
Merge pull request #5641 from owncloud/filestrash-emptytrash
Deleting all files in trash now only sends a single flag
Thomas Müller [Mon, 25 Nov 2013 13:21:51 +0000 (14:21 +0100)]
handle duplicate slashes in case of reverse proxy configuration
Morris Jobke [Mon, 25 Nov 2013 13:12:07 +0000 (14:12 +0100)]
fix defaults.php doc
Vincent Petry [Mon, 25 Nov 2013 13:08:24 +0000 (05:08 -0800)]
Merge pull request #6028 from owncloud/extstorage-touchoperationreturnvalue
Fixed ext storage touch function to return true on success
Morris Jobke [Mon, 25 Nov 2013 13:06:25 +0000 (14:06 +0100)]
fix db.php doc
Robin Appelman [Mon, 25 Nov 2013 12:20:16 +0000 (13:20 +0100)]
add occ commands for enabling and disabling apps