]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #5914 from owncloud/fix_5832
Morris Jobke [Mon, 18 Nov 2013 13:16:05 +0000 (05:16 -0800)]
Merge pull request #5914 from owncloud/fix_5832

Check which permissions are possible to re-share a file

11 years agoCheck which permissions are possible to re-share a file
Bjoern Schiessle [Mon, 18 Nov 2013 10:58:42 +0000 (11:58 +0100)]
Check which permissions are possible to re-share a file

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 16 Nov 2013 03:56:31 +0000 (22:56 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5894 from owncloud/readd_sharing_token
Vincent Petry [Fri, 15 Nov 2013 17:25:46 +0000 (09:25 -0800)]
Merge pull request #5894 from owncloud/readd_sharing_token

readd sharing token to public template

11 years agoMerge pull request #5772 from owncloud/fix5741
blizzz [Fri, 15 Nov 2013 16:52:41 +0000 (08:52 -0800)]
Merge pull request #5772 from owncloud/fix5741

LDAP Wizard: introduce configuration status indicator, fixes #5741

11 years agoMerge pull request #5833 from owncloud/encryption_fixes
Björn Schießle [Fri, 15 Nov 2013 16:47:22 +0000 (08:47 -0800)]
Merge pull request #5833 from owncloud/encryption_fixes

[encryption] preserve timestamps and etags during encryption/decryption

11 years agoMerge pull request #5880 from owncloud/replace_etmp_files
Vincent Petry [Fri, 15 Nov 2013 15:53:23 +0000 (07:53 -0800)]
Merge pull request #5880 from owncloud/replace_etmp_files

write encryption tmp files to the cache folder

11 years agotests added
Bjoern Schiessle [Fri, 15 Nov 2013 15:49:50 +0000 (16:49 +0100)]
tests added

11 years agoreadd sharing token to public template
Jörn Friedrich Dreyer [Fri, 15 Nov 2013 15:27:41 +0000 (16:27 +0100)]
readd sharing token to public template
necessary for https://github.com/owncloud/apps/pull/1476

11 years agoMerge pull request #5889 from owncloud/extstorage-smb-brokenfseek
Frank Karlitschek [Fri, 15 Nov 2013 15:00:36 +0000 (07:00 -0800)]
Merge pull request #5889 from owncloud/extstorage-smb-brokenfseek

Fix for smb4php fseek

11 years agoFix for smb4php fseek
Vincent Petry [Fri, 15 Nov 2013 13:23:24 +0000 (14:23 +0100)]
Fix for smb4php fseek

The stream_fseek function must return a boolean which will be mapped
to 0 for success and -1 for failure for the caller.

This patch fixes stream_fseek of smb4php to also respect this
convention.

Since the encryption app is relying on fseek to detect whether a file is
encrypted by reading the last bit of data, this will fix #5023

11 years agoMerge pull request #5789 from ogasser/db_fix_default_for_numeric
Bart Visscher [Fri, 15 Nov 2013 12:19:33 +0000 (04:19 -0800)]
Merge pull request #5789 from ogasser/db_fix_default_for_numeric

DB: Set correct default value for numeric types

11 years agoincrease version number to trigger a DB migration to get more testers for the new...
Frank Karlitschek [Fri, 15 Nov 2013 09:30:04 +0000 (10:30 +0100)]
increase version number to trigger a DB migration to get more testers for the new indexes.

11 years agoMerge pull request #5814 from owncloud/add-indexes
Frank Karlitschek [Fri, 15 Nov 2013 09:25:59 +0000 (01:25 -0800)]
Merge pull request #5814 from owncloud/add-indexes

Add some more indexes to tables to improve db queries

11 years agoMerge pull request #5700 from owncloud/ldapWizSetDisplayNames
Thomas Müller [Fri, 15 Nov 2013 09:12:54 +0000 (01:12 -0800)]
Merge pull request #5700 from owncloud/ldapWizSetDisplayNames

LDAP Wizard: do not forget to set display name attributes for user and g...

11 years agoMerge pull request #5813 from owncloud/fix-4736-master
Thomas Müller [Fri, 15 Nov 2013 09:06:38 +0000 (01:06 -0800)]
Merge pull request #5813 from owncloud/fix-4736-master

Don't set a default value when there isn't a default specified

11 years agoMerge pull request #5767 from owncloud/moviepreviewfallback
Morris Jobke [Fri, 15 Nov 2013 00:39:39 +0000 (16:39 -0800)]
Merge pull request #5767 from owncloud/moviepreviewfallback

Added ffmpeg fallback when avconv is not available

11 years agoMerge pull request #5867 from owncloud/users-groupadmindropdown
Morris Jobke [Thu, 14 Nov 2013 21:28:05 +0000 (13:28 -0800)]
Merge pull request #5867 from owncloud/users-groupadmindropdown

Users groupadmindropdown

11 years agoMerge branch 'master' into moviepreviewfallback
Thomas Müller [Thu, 14 Nov 2013 19:57:29 +0000 (20:57 +0100)]
Merge branch 'master' into moviepreviewfallback

Conflicts:
lib/private/preview/movies.php

11 years agoMerge pull request #5824 from owncloud/fix-publicshare-non-existing
Thomas Müller [Thu, 14 Nov 2013 19:45:08 +0000 (11:45 -0800)]
Merge pull request #5824 from owncloud/fix-publicshare-non-existing

Fix fatal error when trying to open a non existing public link

11 years agoMerge pull request #5862 from owncloud/files-singledotdirs
Thomas Müller [Thu, 14 Nov 2013 19:40:21 +0000 (11:40 -0800)]
Merge pull request #5862 from owncloud/files-singledotdirs

Files singledotdirs

11 years agoinstead of writing etmp files we write the dummy file to data/user/cache to avoid...
Bjoern Schiessle [Thu, 14 Nov 2013 16:32:21 +0000 (17:32 +0100)]
instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list

11 years agoMerge pull request #5850 from owncloud/oc_api_tests
Thomas Müller [Thu, 14 Nov 2013 15:58:51 +0000 (07:58 -0800)]
Merge pull request #5850 from owncloud/oc_api_tests

Add unit tests for OC_API::mergeResponses and fix error with api returning incorrect status codes.

11 years agoMerge pull request #5214 from owncloud/no_extra_slashes
Frank Karlitschek [Thu, 14 Nov 2013 15:53:51 +0000 (07:53 -0800)]
Merge pull request #5214 from owncloud/no_extra_slashes

Don't double-slash filenames at the root.

11 years agomake use of data providers
Thomas Müller [Thu, 14 Nov 2013 14:37:30 +0000 (15:37 +0100)]
make use of data providers

11 years agoAdded missing test with leading backslash
Vincent Petry [Thu, 14 Nov 2013 14:36:03 +0000 (15:36 +0100)]
Added missing test with leading backslash

11 years agoMerge pull request #5827 from owncloud/avoid_preview_errors
Thomas Müller [Thu, 14 Nov 2013 13:52:51 +0000 (05:52 -0800)]
Merge pull request #5827 from owncloud/avoid_preview_errors

Use dedicated OC_Image loader methods in previews

11 years agoAdded min-height in case of empty multi-select
Vincent Petry [Thu, 14 Nov 2013 13:26:48 +0000 (14:26 +0100)]
Added min-height in case of empty multi-select

11 years agoFixed multiselect to not set the button's height on itself after select
Vincent Petry [Thu, 14 Nov 2013 13:18:22 +0000 (14:18 +0100)]
Fixed multiselect to not set the button's height on itself after select

Fixes #5841

11 years agoFiles app backend now normalizes paths before rendering templates
Vincent Petry [Thu, 14 Nov 2013 12:22:53 +0000 (13:22 +0100)]
Files app backend now normalizes paths before rendering templates

Before rendering breadcrumbs or the file list, the paths are now
normalized. This prevents the UI to show "." breadcrumbs in case the
path contains sections with "/./"

Fixes #5848

11 years agoFixed normalizePath() to strip out single dot dirs
Vincent Petry [Thu, 14 Nov 2013 12:15:03 +0000 (13:15 +0100)]
Fixed normalizePath() to strip out single dot dirs

Now removing "/./" and trailing "/." from the paths when normalizing.

11 years agoremove debug output
Bjoern Schiessle [Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)]
remove debug output

11 years agotest encryptAll() and decryptAll() to make sure that mtime and etag stay the same
Bjoern Schiessle [Thu, 14 Nov 2013 11:11:21 +0000 (12:11 +0100)]
test encryptAll() and decryptAll() to make sure that mtime and etag stay the same

11 years agoMerge multiple failed third party responses when returning the result
tomneedham [Thu, 14 Nov 2013 01:21:54 +0000 (01:21 +0000)]
Merge multiple failed third party responses when returning the result

11 years agoMerge multiple shipped failures before responding.
tomneedham [Thu, 14 Nov 2013 01:19:46 +0000 (01:19 +0000)]
Merge multiple shipped failures before responding.

11 years agoReturn failed shipped responses over succedded shipped responses
tomneedham [Thu, 14 Nov 2013 01:14:37 +0000 (01:14 +0000)]
Return failed shipped responses over succedded shipped responses

11 years agoFix type in unit test
tomneedham [Thu, 14 Nov 2013 01:11:22 +0000 (01:11 +0000)]
Fix type in unit test

11 years agoReturn result object when only one successful response is returned
tomneedham [Thu, 14 Nov 2013 01:10:56 +0000 (01:10 +0000)]
Return result object when only one successful response is returned

11 years agoUpdate lib/private/api.php after merge conflict
tomneedham [Thu, 14 Nov 2013 01:00:14 +0000 (01:00 +0000)]
Update lib/private/api.php after merge conflict

11 years agoMerge branch 'ocs_api_fix_success_code' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:41:04 +0000 (00:41 +0000)]
Merge branch 'ocs_api_fix_success_code' into oc_api_tests

11 years agoMerge branch 'master' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:57 +0000 (00:40 +0000)]
Merge branch 'master' into oc_api_tests

11 years agoAdd tests for OC_API::mergeResponses()
tomneedham [Thu, 14 Nov 2013 00:40:09 +0000 (00:40 +0000)]
Add tests for OC_API::mergeResponses()

11 years agoRemove OC_App dependancy from OC_API::mergeResponses()
tomneedham [Wed, 13 Nov 2013 22:46:24 +0000 (22:46 +0000)]
Remove OC_App dependancy from OC_API::mergeResponses()

11 years agoMerge branch 'master' of https://github.com/owncloud/core v6.0.0beta4
Frank Karlitschek [Wed, 13 Nov 2013 18:43:18 +0000 (19:43 +0100)]
Merge branch 'master' of https://github.com/owncloud/core

11 years agobeta 4
Frank Karlitschek [Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)]
beta 4

11 years agoMerge pull request #5805 from owncloud/shared-storage-copy-folder list
Frank Karlitschek [Wed, 13 Nov 2013 18:17:37 +0000 (10:17 -0800)]
Merge pull request #5805 from owncloud/shared-storage-copy-folder

Use View::copy and View::rename when copying or renaming files in the shared storage

11 years agoLDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too...
Arthur Schiwon [Fri, 8 Nov 2013 13:58:24 +0000 (14:58 +0100)]
LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness

11 years agoLDAP Wizard: move status indicator in one line with back and continue buttons
Arthur Schiwon [Fri, 8 Nov 2013 13:57:13 +0000 (14:57 +0100)]
LDAP Wizard: move status indicator in one line with back and continue buttons

11 years agoLDAP Wizard: introduce configuration status indicator, fixes #5741
Arthur Schiwon [Thu, 7 Nov 2013 16:11:14 +0000 (17:11 +0100)]
LDAP Wizard: introduce configuration status indicator, fixes #5741

11 years agoMerge pull request #5806 from owncloud/styles-fix-external_storage
Frank Karlitschek [Wed, 13 Nov 2013 15:43:59 +0000 (07:43 -0800)]
Merge pull request #5806 from owncloud/styles-fix-external_storage

Fix spacing issue for checkboxes, vertically center checkboxes on person...

11 years agoMerge pull request #5809 from owncloud/fix5753
Morris Jobke [Wed, 13 Nov 2013 14:52:07 +0000 (06:52 -0800)]
Merge pull request #5809 from owncloud/fix5753

LDAP Wizard: proper behaviour with anonymous bind, fixes #5753

11 years agoMerge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only
Morris Jobke [Wed, 13 Nov 2013 13:57:16 +0000 (05:57 -0800)]
Merge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-home-only

Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5831 from owncloud/files-charatissue
Morris Jobke [Wed, 13 Nov 2013 13:22:48 +0000 (05:22 -0800)]
Merge pull request #5831 from owncloud/files-charatissue

Fixed total dirs/files message hiding condition

11 years agoMerge branch 'master' into encryption_fixes
Bjoern Schiessle [Wed, 13 Nov 2013 11:11:12 +0000 (12:11 +0100)]
Merge branch 'master' into encryption_fixes

11 years agoMerge pull request #5447 from owncloud/fixing-5117-master
Vincent Petry [Wed, 13 Nov 2013 10:59:34 +0000 (02:59 -0800)]
Merge pull request #5447 from owncloud/fixing-5117-master

No data corruption duriing parallel upload

11 years agoFixed total dirs/files message hiding condition
Vincent Petry [Wed, 13 Nov 2013 09:52:05 +0000 (10:52 +0100)]
Fixed total dirs/files message hiding condition

Fixes #5829

11 years agoPick any none 100 status code before defaulting to 100
Tom Needham [Wed, 13 Nov 2013 00:45:49 +0000 (00:45 +0000)]
Pick any none 100 status code before defaulting to 100

11 years agoUse dedicated OC_Image loader methods
Thomas Tanghus [Tue, 12 Nov 2013 23:36:42 +0000 (00:36 +0100)]
Use dedicated OC_Image loader methods

This prevents excessive logging and disk access

11 years agofixPartialFilePath() is now stripPartialFileExtension()
Bjoern Schiessle [Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)]
fixPartialFilePath() is now stripPartialFileExtension()

11 years agoNow using HomeStorage for legacy home storage ids
Vincent Petry [Tue, 12 Nov 2013 14:46:01 +0000 (15:46 +0100)]
Now using HomeStorage for legacy home storage ids

Legacy home storage ids with the format "local://path/to/datadir/user1"
are now also wrapped by the HomeStorage.

11 years agorename fixPartialFilePath() to stripPartialFileExtension(), this name describes bette...
Bjoern Schiessle [Tue, 12 Nov 2013 15:48:24 +0000 (16:48 +0100)]
rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does

11 years agoNow calling parent method when path is not root
Vincent Petry [Tue, 12 Nov 2013 13:17:55 +0000 (14:17 +0100)]
Now calling parent method when path is not root

11 years agoDo not use -1 as the size for the root folder of the home storage
Robin Appelman [Fri, 8 Nov 2013 11:57:28 +0000 (12:57 +0100)]
Do not use -1 as the size for the root folder of the home storage

11 years agoMerge pull request #5822 from owncloud/delete_hooks_trash_and_versions
Morris Jobke [Tue, 12 Nov 2013 15:03:37 +0000 (07:03 -0800)]
Merge pull request #5822 from owncloud/delete_hooks_trash_and_versions

Implement delete hooks for trashbin and filesversions apps.

11 years agoonly update file cache if the file is already indexed to avoid that we create a incom...
Bjoern Schiessle [Tue, 12 Nov 2013 14:55:59 +0000 (15:55 +0100)]
only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry

11 years agomake sure that we keep the correct timestamp and etag after encryoption/decryption
Bjoern Schiessle [Tue, 12 Nov 2013 14:51:51 +0000 (15:51 +0100)]
make sure that we keep the correct timestamp and etag after encryoption/decryption

11 years agoFix fatal error when trying to open a non existing public link
Robin Appelman [Tue, 12 Nov 2013 14:38:00 +0000 (15:38 +0100)]
Fix fatal error when trying to open a non existing public link

11 years agoadd trash bin and file versions delete hooks in OC::registerPreviewHooks
Georg Ehrke [Tue, 12 Nov 2013 13:08:55 +0000 (14:08 +0100)]
add trash bin and file versions delete hooks in OC::registerPreviewHooks

11 years agoimplement delete hooks in file versions lib
Georg Ehrke [Tue, 12 Nov 2013 13:06:32 +0000 (14:06 +0100)]
implement delete hooks in file versions lib

11 years agoreplace $path with '/files_trashbin/files/' . $file
Georg Ehrke [Tue, 12 Nov 2013 13:03:50 +0000 (14:03 +0100)]
replace $path with '/files_trashbin/files/' . $file

11 years agoadd delete hook for trash bin app
Georg Ehrke [Tue, 12 Nov 2013 13:00:36 +0000 (14:00 +0100)]
add delete hook for trash bin app

11 years agotreat numeric as an alias for decimal
Oliver Gasser [Tue, 12 Nov 2013 12:55:06 +0000 (13:55 +0100)]
treat numeric as an alias for decimal

11 years agochanged type to decimal
Oliver Gasser [Tue, 12 Nov 2013 12:47:47 +0000 (13:47 +0100)]
changed type to decimal

11 years agofix DB schema test - no default value
Morris Jobke [Tue, 12 Nov 2013 10:29:09 +0000 (11:29 +0100)]
fix DB schema test - no default value

11 years agoMerge pull request #5810 from owncloud/disbaledtextareas
Morris Jobke [Tue, 12 Nov 2013 10:34:51 +0000 (02:34 -0800)]
Merge pull request #5810 from owncloud/disbaledtextareas

Disabled textareas should look like they are disabled

11 years agonew line for css rule
Morris Jobke [Tue, 12 Nov 2013 10:31:58 +0000 (11:31 +0100)]
new line for css rule

11 years agoAdd DB tests for default numeric
Oliver Gasser [Tue, 12 Nov 2013 10:27:57 +0000 (11:27 +0100)]
Add DB tests for default numeric

Add a table with a numeric column and an empty default directive.

11 years agomissed some replacements... now tests should work
Bjoern Schiessle [Tue, 12 Nov 2013 10:17:34 +0000 (11:17 +0100)]
missed some replacements... now tests should work

11 years agoMerge pull request #5816 from Wikinaut/patch-1
Thomas Müller [Tue, 12 Nov 2013 10:12:06 +0000 (02:12 -0800)]
Merge pull request #5816 from Wikinaut/patch-1

Update config.sample.php

11 years agofixing tests for the new part file handling
Bjoern Schiessle [Tue, 12 Nov 2013 09:24:10 +0000 (10:24 +0100)]
fixing tests for the new part file handling

11 years agoUpdate config.sample.php
Wikinaut [Mon, 11 Nov 2013 23:59:35 +0000 (00:59 +0100)]
Update config.sample.php

/* Enable maintenance mode to disable ownCloud
   If you want to prevent users to login to ownCloud before you start doing some maintenance work,
   you need to set the value of the maintenance parameter to true.
   Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.
*/

11 years agoDisabled textareas should look like they are disabled
Arthur Schiwon [Mon, 11 Nov 2013 18:41:51 +0000 (19:41 +0100)]
Disabled textareas should look like they are disabled

11 years agoLDAP Wizard: make UI behaviour more consistent and more pleasant when determining...
Arthur Schiwon [Mon, 11 Nov 2013 18:27:38 +0000 (19:27 +0100)]
LDAP Wizard: make UI behaviour more consistent and more pleasant when determining Base DN

11 years agoLDAP Wizard: remove ugly whitespace where it should not be
Arthur Schiwon [Mon, 11 Nov 2013 18:25:20 +0000 (19:25 +0100)]
LDAP Wizard: remove ugly whitespace where it should not be

11 years agoFix spacing issue for checkboxes, vertically center checkboxes on personal page
Morris Jobke [Mon, 11 Nov 2013 17:03:57 +0000 (18:03 +0100)]
Fix spacing issue for checkboxes, vertically center checkboxes on personal page

11 years agoDon't set a default value when there isn't a default specified
Bart Visscher [Mon, 11 Nov 2013 16:58:21 +0000 (17:58 +0100)]
Don't set a default value when there isn't a default specified

11 years agoUse View::copy and View::rename when copying or renaming files in the shared storage
Robin Appelman [Mon, 11 Nov 2013 16:58:20 +0000 (17:58 +0100)]
Use View::copy and View::rename when copying or renaming files in the shared storage

11 years agoAdd some more indexes to tables to improve db queries
Bart Visscher [Mon, 11 Nov 2013 16:57:17 +0000 (17:57 +0100)]
Add some more indexes to tables to improve db queries

11 years agolet encryption app detect transfer id in path and handle it correctly
Bjoern Schiessle [Mon, 11 Nov 2013 16:47:59 +0000 (17:47 +0100)]
let encryption app detect transfer id in path and handle it correctly

11 years agomake it possible to detect transferID part
Bjoern Schiessle [Mon, 11 Nov 2013 16:47:46 +0000 (17:47 +0100)]
make it possible to detect transferID part

11 years agoMerge pull request #5804 from owncloud/files-selectionsummary
Morris Jobke [Mon, 11 Nov 2013 16:41:53 +0000 (08:41 -0800)]
Merge pull request #5804 from owncloud/files-selectionsummary

Selection summary is now displayed properly

11 years agoSelection summary is now displayed properly
Vincent Petry [Mon, 11 Nov 2013 16:14:40 +0000 (17:14 +0100)]
Selection summary is now displayed properly

Fixes #5775

11 years agoAdded missing escaping
Vincent Petry [Mon, 11 Nov 2013 14:41:03 +0000 (15:41 +0100)]
Added missing escaping

11 years agoMerge pull request #5707 from owncloud/fixwrongfilesizeintests
Morris Jobke [Mon, 11 Nov 2013 14:26:38 +0000 (06:26 -0800)]
Merge pull request #5707 from owncloud/fixwrongfilesizeintests

Fixed filesize issue in watchr test

11 years agoMerge pull request #5769 from owncloud/files-changedirjsevent
Morris Jobke [Mon, 11 Nov 2013 14:22:44 +0000 (06:22 -0800)]
Merge pull request #5769 from owncloud/files-changedirjsevent

Added JS event for when the user changes the directory

11 years agoLDAP Wizard: determine port without credentials. don't hide the port input field
Arthur Schiwon [Mon, 11 Nov 2013 14:16:54 +0000 (15:16 +0100)]
LDAP Wizard: determine port without credentials. don't hide the port input field

11 years agoMerge pull request #5701 from owncloud/sharing-updateownerfoldersizes
Morris Jobke [Mon, 11 Nov 2013 14:16:51 +0000 (06:16 -0800)]
Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes

Fixed watcher to also update the owner's folder sizes

11 years agoLDAP Wizard: improve check for Agent DN and Credentials
Arthur Schiwon [Mon, 11 Nov 2013 12:36:28 +0000 (13:36 +0100)]
LDAP Wizard: improve check for Agent DN and Credentials

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 11 Nov 2013 10:47:59 +0000 (05:47 -0500)]
[tx-robot] updated from transifex

11 years agoDB: Set correct default value for numeric types
Oliver Gasser [Sun, 10 Nov 2013 13:14:27 +0000 (14:14 +0100)]
DB: Set correct default value for numeric types

Set 0 as default value for columns with numeric data type instead of the
empty string ''. Otherwise the database complains about an invalid
default value for this column.

To reproduce put the following in your ````appinfo/database.xml````:

````
<field>
        <name>modified</name>
        <type>decimal</type>
        <default/>
        <notnull>true</notnull>
        <length>15</length>
</field>
````

See owncloud/mozilla_sync#14