]>
source.dussan.org Git - nextcloud-server.git/log
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
Bjoern Schiessle [Mon, 18 Nov 2013 10:58:42 +0000 (11:58 +0100)]
Check which permissions are possible to re-share a file
Jenkins for ownCloud [Sat, 16 Nov 2013 03:56:31 +0000 (22:56 -0500)]
[tx-robot] updated from transifex
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
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
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
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
Bjoern Schiessle [Fri, 15 Nov 2013 15:49:50 +0000 (16:49 +0100)]
tests added
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
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
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
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
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.
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
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...
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
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
Morris Jobke [Thu, 14 Nov 2013 21:28:05 +0000 (13:28 -0800)]
Merge pull request #5867 from owncloud/users-groupadmindropdown
Users groupadmindropdown
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
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
Thomas Müller [Thu, 14 Nov 2013 19:40:21 +0000 (11:40 -0800)]
Merge pull request #5862 from owncloud/files-singledotdirs
Files singledotdirs
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
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.
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.
Thomas Müller [Thu, 14 Nov 2013 14:37:30 +0000 (15:37 +0100)]
make use of data providers
Vincent Petry [Thu, 14 Nov 2013 14:36:03 +0000 (15:36 +0100)]
Added missing test with leading backslash
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
Vincent Petry [Thu, 14 Nov 2013 13:26:48 +0000 (14:26 +0100)]
Added min-height in case of empty multi-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
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
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.
Bjoern Schiessle [Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)]
remove debug output
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
tomneedham [Thu, 14 Nov 2013 01:21:54 +0000 (01:21 +0000)]
Merge multiple failed third party responses when returning the result
tomneedham [Thu, 14 Nov 2013 01:19:46 +0000 (01:19 +0000)]
Merge multiple shipped failures before responding.
tomneedham [Thu, 14 Nov 2013 01:14:37 +0000 (01:14 +0000)]
Return failed shipped responses over succedded shipped responses
tomneedham [Thu, 14 Nov 2013 01:11:22 +0000 (01:11 +0000)]
Fix type in unit test
tomneedham [Thu, 14 Nov 2013 01:10:56 +0000 (01:10 +0000)]
Return result object when only one successful response is returned
tomneedham [Thu, 14 Nov 2013 01:00:14 +0000 (01:00 +0000)]
Update lib/private/api.php after merge conflict
tomneedham [Thu, 14 Nov 2013 00:41:04 +0000 (00:41 +0000)]
Merge branch 'ocs_api_fix_success_code' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:57 +0000 (00:40 +0000)]
Merge branch 'master' into oc_api_tests
tomneedham [Thu, 14 Nov 2013 00:40:09 +0000 (00:40 +0000)]
Add tests for OC_API::mergeResponses()
tomneedham [Wed, 13 Nov 2013 22:46:24 +0000 (22:46 +0000)]
Remove OC_App dependancy from OC_API::mergeResponses()
Frank Karlitschek [Wed, 13 Nov 2013 18:43:18 +0000 (19:43 +0100)]
Merge branch 'master' of https://github.com/owncloud/core
Frank Karlitschek [Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)]
beta 4
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
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
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
Arthur Schiwon [Thu, 7 Nov 2013 16:11:14 +0000 (17:11 +0100)]
LDAP Wizard: introduce configuration status indicator, fixes #5741
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...
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
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
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
Bjoern Schiessle [Wed, 13 Nov 2013 11:11:12 +0000 (12:11 +0100)]
Merge branch 'master' into encryption_fixes
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
Vincent Petry [Wed, 13 Nov 2013 09:52:05 +0000 (10:52 +0100)]
Fixed total dirs/files message hiding condition
Fixes #5829
Tom Needham [Wed, 13 Nov 2013 00:45:49 +0000 (00:45 +0000)]
Pick any none 100 status code before defaulting to 100
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
Bjoern Schiessle [Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)]
fixPartialFilePath() is now stripPartialFileExtension()
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.
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
Vincent Petry [Tue, 12 Nov 2013 13:17:55 +0000 (14:17 +0100)]
Now calling parent method when path is not root
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
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.
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
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
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
Georg Ehrke [Tue, 12 Nov 2013 13:08:55 +0000 (14:08 +0100)]
add trash bin and file versions delete hooks in OC::registerPreviewHooks
Georg Ehrke [Tue, 12 Nov 2013 13:06:32 +0000 (14:06 +0100)]
implement delete hooks in file versions lib
Georg Ehrke [Tue, 12 Nov 2013 13:03:50 +0000 (14:03 +0100)]
replace $path with '/files_trashbin/files/' . $file
Georg Ehrke [Tue, 12 Nov 2013 13:00:36 +0000 (14:00 +0100)]
add delete hook for trash bin app
Oliver Gasser [Tue, 12 Nov 2013 12:55:06 +0000 (13:55 +0100)]
treat numeric as an alias for decimal
Oliver Gasser [Tue, 12 Nov 2013 12:47:47 +0000 (13:47 +0100)]
changed type to decimal
Morris Jobke [Tue, 12 Nov 2013 10:29:09 +0000 (11:29 +0100)]
fix DB schema test - no default value
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
Morris Jobke [Tue, 12 Nov 2013 10:31:58 +0000 (11:31 +0100)]
new line for css rule
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.
Bjoern Schiessle [Tue, 12 Nov 2013 10:17:34 +0000 (11:17 +0100)]
missed some replacements... now tests should work
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
Bjoern Schiessle [Tue, 12 Nov 2013 09:24:10 +0000 (10:24 +0100)]
fixing tests for the new part file handling
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.
*/
Arthur Schiwon [Mon, 11 Nov 2013 18:41:51 +0000 (19:41 +0100)]
Disabled textareas should look like they are disabled
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
Arthur Schiwon [Mon, 11 Nov 2013 18:25:20 +0000 (19:25 +0100)]
LDAP Wizard: remove ugly whitespace where it should not be
Morris Jobke [Mon, 11 Nov 2013 17:03:57 +0000 (18:03 +0100)]
Fix spacing issue for checkboxes, vertically center checkboxes on personal page
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
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
Bart Visscher [Mon, 11 Nov 2013 16:57:17 +0000 (17:57 +0100)]
Add some more indexes to tables to improve db queries
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
Bjoern Schiessle [Mon, 11 Nov 2013 16:47:46 +0000 (17:47 +0100)]
make it possible to detect transferID part
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
Vincent Petry [Mon, 11 Nov 2013 16:14:40 +0000 (17:14 +0100)]
Selection summary is now displayed properly
Fixes #5775
Vincent Petry [Mon, 11 Nov 2013 14:41:03 +0000 (15:41 +0100)]
Added missing escaping
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
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
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
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
Arthur Schiwon [Mon, 11 Nov 2013 12:36:28 +0000 (13:36 +0100)]
LDAP Wizard: improve check for Agent DN and Credentials
Jenkins for ownCloud [Mon, 11 Nov 2013 10:47:59 +0000 (05:47 -0500)]
[tx-robot] updated from transifex
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