]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoOnly get encryption status when logged in
Vincent Petry [Thu, 23 Apr 2015 11:06:00 +0000 (13:06 +0200)]
Only get encryption status when logged in

This removes useless warnings in the logs.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 23 Apr 2015 05:54:51 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #15639 from rullzer/fix_15368
Morris Jobke [Wed, 22 Apr 2015 22:18:23 +0000 (00:18 +0200)]
Merge pull request #15639 from rullzer/fix_15368

Reset sharedialog values

9 years agoAdded unit tests
Roeland Jago Douma [Thu, 16 Apr 2015 13:54:27 +0000 (15:54 +0200)]
Added unit tests

9 years agomoved from html to $('html') to fix unit tests
Roeland Jago Douma [Thu, 16 Apr 2015 13:53:51 +0000 (15:53 +0200)]
moved from html to $('html') to fix unit tests

9 years agoReset sharedialog values
Roeland Jago Douma [Tue, 14 Apr 2015 13:13:46 +0000 (15:13 +0200)]
Reset sharedialog values

9 years agoMerge pull request #15679 from owncloud/fix-private-member-access
Thomas Müller [Fri, 17 Apr 2015 07:13:54 +0000 (09:13 +0200)]
Merge pull request #15679 from owncloud/fix-private-member-access

Fix private member access of parent class in ocsresponse

9 years agoMerge pull request #15680 from owncloud/add-since-tags-to-public-namespace
Thomas Müller [Fri, 17 Apr 2015 07:13:04 +0000 (09:13 +0200)]
Merge pull request #15680 from owncloud/add-since-tags-to-public-namespace

Add @since tags to all methods in public namespace

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 17 Apr 2015 05:55:37 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoAdd @since tags to all methods in public namespace
Morris Jobke [Thu, 16 Apr 2015 15:00:08 +0000 (17:00 +0200)]
Add @since tags to all methods in public namespace

* enhance the app development experience - you can look up the
  method introduction right inside the code without searching
  via git blame
* easier to write apps for multiple versions

9 years agoFix private member access of parent class in ocsresponse
Morris Jobke [Thu, 16 Apr 2015 14:54:01 +0000 (16:54 +0200)]
Fix private member access of parent class in ocsresponse

* noticed while checking PHPDoc

9 years agoMerge pull request #15675 from owncloud/enc_error_messages
Clark Tomlinson [Thu, 16 Apr 2015 13:45:09 +0000 (09:45 -0400)]
Merge pull request #15675 from owncloud/enc_error_messages

[encryption] display warning if password changed or if the keys are not initialized

9 years agoMerge pull request #15445 from owncloud/enc2_migration
Clark Tomlinson [Thu, 16 Apr 2015 13:34:47 +0000 (09:34 -0400)]
Merge pull request #15445 from owncloud/enc2_migration

add migration script from old encryption to new one

9 years agoMerge pull request #15674 from owncloud/fix-console-check-output
Joas Schilling [Thu, 16 Apr 2015 12:51:29 +0000 (14:51 +0200)]
Merge pull request #15674 from owncloud/fix-console-check-output

Convert error and hint to string before writing to the output

9 years agoMerge pull request #15673 from owncloud/issue/15577-transaction-read-committed
Joas Schilling [Thu, 16 Apr 2015 12:33:35 +0000 (14:33 +0200)]
Merge pull request #15673 from owncloud/issue/15577-transaction-read-committed

[master] Using TRANSACTION_READ_COMMITTED

9 years agodisplay warning if password changed or if the keys are not initialized
Bjoern Schiessle [Thu, 16 Apr 2015 11:47:27 +0000 (13:47 +0200)]
display warning if password changed or if the keys are not initialized

9 years agodecrypt private key for public shares correctly
Bjoern Schiessle [Wed, 15 Apr 2015 17:37:03 +0000 (19:37 +0200)]
decrypt private key for public shares correctly

9 years agodetect system wide mount points correctly
Bjoern Schiessle [Wed, 15 Apr 2015 11:19:17 +0000 (13:19 +0200)]
detect system wide mount points correctly

9 years agoif we start writing a file from the beginning, size should start by zero; result...
Bjoern Schiessle [Wed, 15 Apr 2015 11:17:01 +0000 (13:17 +0200)]
if we start writing a file from the beginning, size should start by zero; result of floor needs to be casted to int in order to compare it with ->size

9 years agoallow user to start migration in admin settings if no external user back-ends are...
Bjoern Schiessle [Thu, 9 Apr 2015 14:07:15 +0000 (16:07 +0200)]
allow user to start migration in admin settings if no external user back-ends are enabled

9 years agofix decryption of legacy private key
Bjoern Schiessle [Wed, 8 Apr 2015 10:19:09 +0000 (12:19 +0200)]
fix decryption of legacy private key

9 years agoadd version
Bjoern Schiessle [Wed, 8 Apr 2015 09:47:52 +0000 (11:47 +0200)]
add version

9 years agoadd migration script from old encryption to new one
Bjoern Schiessle [Tue, 7 Apr 2015 16:05:54 +0000 (18:05 +0200)]
add migration script from old encryption to new one

9 years agoConvert error and hint to string before writing to the output - fixes https://mailman...
Thomas Müller [Thu, 16 Apr 2015 10:32:17 +0000 (12:32 +0200)]
Convert error and hint to string before writing to the output - fixes https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html

9 years agoMerge pull request #15670 from owncloud/encryption-is-an-shipped-app-master
Joas Schilling [Thu, 16 Apr 2015 09:57:14 +0000 (11:57 +0200)]
Merge pull request #15670 from owncloud/encryption-is-an-shipped-app-master

files_encryption -> encryption

9 years agoUsing TRANSACTION_READ_COMMITTED
Thomas Müller [Mon, 13 Apr 2015 09:36:06 +0000 (11:36 +0200)]
Using TRANSACTION_READ_COMMITTED

9 years agofiles_encryption -> encryption
Thomas Müller [Thu, 16 Apr 2015 08:46:34 +0000 (10:46 +0200)]
files_encryption -> encryption

9 years agoMerge pull request #15623 from t3chguy/master
Jörn Friedrich Dreyer [Thu, 16 Apr 2015 07:30:07 +0000 (09:30 +0200)]
Merge pull request #15623 from t3chguy/master

Redis DB Index via Select

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 16 Apr 2015 05:54:43 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years ago8.1.0 alpha 2 v8.1.0alpha2
Frank Karlitschek [Wed, 15 Apr 2015 21:55:25 +0000 (23:55 +0200)]
8.1.0 alpha 2

9 years agoMerge pull request #15805 from owncloud/fileslist-whitespace
Morris Jobke [Wed, 22 Apr 2015 21:53:26 +0000 (23:53 +0200)]
Merge pull request #15805 from owncloud/fileslist-whitespace

add whitespace to bottom of files list to correctly show dropdowns

9 years agoMerge pull request #15809 from owncloud/view-null-root
Vincent Petry [Wed, 22 Apr 2015 16:10:26 +0000 (18:10 +0200)]
Merge pull request #15809 from owncloud/view-null-root

dont allow using null as view root

9 years agotypo
Robin Appelman [Wed, 22 Apr 2015 14:24:37 +0000 (16:24 +0200)]
typo

9 years agoadd unit tests for null handling in view
Robin Appelman [Wed, 22 Apr 2015 14:24:25 +0000 (16:24 +0200)]
add unit tests for null handling in view

9 years agoMerge pull request #15799 from owncloud/fix-enc-folder-move
Thomas Müller [Wed, 22 Apr 2015 14:04:29 +0000 (16:04 +0200)]
Merge pull request #15799 from owncloud/fix-enc-folder-move

Fix enc folder move

9 years agodont allow using null as view root
Robin Appelman [Wed, 22 Apr 2015 12:51:02 +0000 (14:51 +0200)]
dont allow using null as view root

9 years agoMerge pull request #15787 from owncloud/trash-partfiles
Morris Jobke [Wed, 22 Apr 2015 12:10:26 +0000 (14:10 +0200)]
Merge pull request #15787 from owncloud/trash-partfiles

Do not trash part files, delete directly

9 years agoadd whitespace to bottom of files list to correctly show dropdowns, fix #15801
Jan-Christoph Borchardt [Wed, 22 Apr 2015 11:58:22 +0000 (13:58 +0200)]
add whitespace to bottom of files list to correctly show dropdowns, fix #15801

9 years agoMerge pull request #15549 from owncloud/jcf-fix-cache-update
Morris Jobke [Wed, 22 Apr 2015 11:34:08 +0000 (13:34 +0200)]
Merge pull request #15549 from owncloud/jcf-fix-cache-update

don't update identical values

9 years agofix PHPDoc
Thomas Müller [Wed, 22 Apr 2015 11:12:52 +0000 (13:12 +0200)]
fix PHPDoc

9 years agopass KeyStorage via ctor
Thomas Müller [Wed, 22 Apr 2015 11:09:42 +0000 (13:09 +0200)]
pass KeyStorage via ctor

9 years agocalling renameKeys() on directory level as well - fixes #15778
Thomas Müller [Wed, 22 Apr 2015 10:12:27 +0000 (12:12 +0200)]
calling renameKeys() on directory level as well - fixes #15778

9 years agoadd $encryptionModuleId to methods of Keys/IStorage
Thomas Müller [Wed, 22 Apr 2015 09:18:18 +0000 (11:18 +0200)]
add $encryptionModuleId to methods of Keys/IStorage

9 years agoMerge pull request #15757 from owncloud/enc-fixfeofforlastblock
Björn Schießle [Wed, 22 Apr 2015 09:32:21 +0000 (11:32 +0200)]
Merge pull request #15757 from owncloud/enc-fixfeofforlastblock

Fix encryption feof to not return too early

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 22 Apr 2015 05:55:38 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #15734 from owncloud/add-deprecate-tags
Thomas Müller [Tue, 21 Apr 2015 21:57:49 +0000 (23:57 +0200)]
Merge pull request #15734 from owncloud/add-deprecate-tags

Add @deprecated to all methods with a proper method in \OCP

9 years agoDo not trash part files, delete directly
Vincent Petry [Tue, 21 Apr 2015 16:28:15 +0000 (18:28 +0200)]
Do not trash part files, delete directly

9 years agoMerge pull request #15782 from owncloud/hide-modified-multiselect
Morris Jobke [Tue, 21 Apr 2015 14:41:41 +0000 (16:41 +0200)]
Merge pull request #15782 from owncloud/hide-modified-multiselect

hide modified header when multiselect is active, fix #15779

9 years agoMerge pull request #15721 from oparoz/fix-readonly-cache
Thomas Müller [Tue, 21 Apr 2015 14:30:56 +0000 (16:30 +0200)]
Merge pull request #15721 from oparoz/fix-readonly-cache

Fix read-only cache

9 years agoMerge pull request #15690 from owncloud/enc_fix_upload
Björn Schießle [Tue, 21 Apr 2015 13:41:45 +0000 (15:41 +0200)]
Merge pull request #15690 from owncloud/enc_fix_upload

[encryption] fix upload to sftp

9 years agohide modified header when multiselect is active, fix #15779
Jan-Christoph Borchardt [Tue, 21 Apr 2015 13:38:34 +0000 (15:38 +0200)]
hide modified header when multiselect is active, fix #15779

9 years agoMerge pull request #15769 from owncloud/files-emptycontentreadonly
Jan-Christoph Borchardt [Tue, 21 Apr 2015 13:30:57 +0000 (15:30 +0200)]
Merge pull request #15769 from owncloud/files-emptycontentreadonly

Added empty content message for empty read-only folders

9 years agoMerge pull request #15770 from owncloud/fix-15764
Morris Jobke [Tue, 21 Apr 2015 12:59:46 +0000 (14:59 +0200)]
Merge pull request #15770 from owncloud/fix-15764

bring back border in host input field for consistency

9 years agoget dirname from sharePath
Bjoern Schiessle [Fri, 17 Apr 2015 10:38:54 +0000 (12:38 +0200)]
get dirname from sharePath

9 years agoRenamed class + split methods
Olivier Paroz [Tue, 21 Apr 2015 12:40:11 +0000 (14:40 +0200)]
Renamed class + split methods

9 years agoAdded empty content message for empty read-only folders
Vincent Petry [Tue, 21 Apr 2015 09:57:29 +0000 (11:57 +0200)]
Added empty content message for empty read-only folders

9 years agoMerge pull request #15713 from owncloud/fix-15707-master
Morris Jobke [Tue, 21 Apr 2015 10:47:43 +0000 (12:47 +0200)]
Merge pull request #15713 from owncloud/fix-15707-master

[enc2] Fixing JS errors

9 years agobring back border in host input field for consistency
Arthur Schiwon [Tue, 21 Apr 2015 10:22:40 +0000 (12:22 +0200)]
bring back border in host input field for consistency

9 years agodoc and indent
Thomas Müller [Tue, 21 Apr 2015 10:19:15 +0000 (12:19 +0200)]
doc and indent

9 years agoDon't pollute the global namespace
Thomas Müller [Tue, 21 Apr 2015 10:01:56 +0000 (12:01 +0200)]
Don't pollute the global namespace

9 years agoMerge pull request #15636 from owncloud/enc2_performance_improvement
Björn Schießle [Tue, 21 Apr 2015 09:01:33 +0000 (11:01 +0200)]
Merge pull request #15636 from owncloud/enc2_performance_improvement

[encryption2] set size and unencrypted size to zero at the beginning of a write operation

9 years agoMerge pull request #15753 from owncloud/remove-app-version-from-disabled-list
Thomas Müller [Tue, 21 Apr 2015 08:26:16 +0000 (10:26 +0200)]
Merge pull request #15753 from owncloud/remove-app-version-from-disabled-list

Remove the app version from disabled app list

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 21 Apr 2015 05:55:37 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agomake jshint happy
Thomas Müller [Fri, 17 Apr 2015 16:04:07 +0000 (18:04 +0200)]
make jshint happy

This reverts commit ae681f0061f534b48b45cf9a41f6110c0ff20b1d.

9 years agouse a simple function - OC.Encryption is already defined - fixes #15707
Thomas Müller [Fri, 17 Apr 2015 16:04:02 +0000 (18:04 +0200)]
use a simple function - OC.Encryption is already defined - fixes #15707

This reverts commit 0ca6398aa34e0a3698f3aed0305f0e9299578bbc.

9 years agoMerge pull request #15677 from owncloud/enc_reset_private_key_password
Thomas Müller [Mon, 20 Apr 2015 18:48:12 +0000 (20:48 +0200)]
Merge pull request #15677 from owncloud/enc_reset_private_key_password

[encryption] let user update the private key password

9 years agoMerge pull request #15748 from owncloud/fixing-enc-filesize-once-more
Vincent Petry [Mon, 20 Apr 2015 16:36:23 +0000 (18:36 +0200)]
Merge pull request #15748 from owncloud/fixing-enc-filesize-once-more

Introduce Storage::getData() to allow storage implementations more contr...

9 years agoFix encryption feof to not return too early
Vincent Petry [Mon, 20 Apr 2015 15:30:10 +0000 (17:30 +0200)]
Fix encryption feof to not return too early

This is because stream_read will pre-cache the next block which causes
feof($this->source) to return true prematurely. So we cannot rely on it.

Fixed encryption stream wrapper unit tests to actually simulate 6k/8k
blocks to make sure we cover the matching logic.

Added two data files with 8192 and 8193 bytes.

9 years agoDont use the old .status way
Joas Schilling [Mon, 20 Apr 2015 16:15:06 +0000 (18:15 +0200)]
Dont use the old .status way

9 years agoFix several minor things
Joas Schilling [Mon, 20 Apr 2015 15:44:34 +0000 (17:44 +0200)]
Fix several minor things

9 years agoRemove the app version from disabled app list
Joas Schilling [Mon, 20 Apr 2015 14:31:43 +0000 (16:31 +0200)]
Remove the app version from disabled app list

9 years agoMerge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound
Lukas Reschke [Mon, 20 Apr 2015 14:55:36 +0000 (16:55 +0200)]
Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound

Fix wrong path generation

9 years agomove permission related code into getMetaData()
Thomas Müller [Mon, 20 Apr 2015 14:50:12 +0000 (16:50 +0200)]
move permission related code into  getMetaData()

9 years agoMerge pull request #15635 from owncloud/issue/15634-empty-txt-previews
Morris Jobke [Mon, 20 Apr 2015 13:55:32 +0000 (15:55 +0200)]
Merge pull request #15635 from owncloud/issue/15634-empty-txt-previews

Scale up the font on larger previews

9 years agoAvoid function name collision in dropbox external storage
Thomas Müller [Mon, 20 Apr 2015 12:56:51 +0000 (14:56 +0200)]
Avoid function name collision in dropbox external storage

9 years agoIntroduce Storage::getMetaData() to allow storage implementations more control over...
Thomas Müller [Mon, 20 Apr 2015 12:54:54 +0000 (14:54 +0200)]
Introduce Storage::getMetaData() to allow storage implementations more control over the data array

9 years agoMerge pull request #15735 from owncloud/fix-visibility
Morris Jobke [Mon, 20 Apr 2015 12:39:15 +0000 (14:39 +0200)]
Merge pull request #15735 from owncloud/fix-visibility

Fix visibility of interfaces in \OCP

9 years agoIntroduce Storage::getData() to allow storage implementations more control over the...
Thomas Müller [Mon, 20 Apr 2015 12:25:39 +0000 (14:25 +0200)]
Introduce Storage::getData() to allow storage implementations more control over the data array

9 years agoMerge pull request #15637 from owncloud/migrate-certificate-stuff
Lukas Reschke [Mon, 20 Apr 2015 11:56:35 +0000 (13:56 +0200)]
Merge pull request #15637 from owncloud/migrate-certificate-stuff

Migrate personal certificate handling to AppFramework controllers

9 years agoMerge pull request #15733 from owncloud/remove-oc_backgroundjob
Lukas Reschke [Mon, 20 Apr 2015 11:17:58 +0000 (13:17 +0200)]
Merge pull request #15733 from owncloud/remove-oc_backgroundjob

Removed OC_BackgroundJob - reduce class overhead

9 years agoAdd @deprecated to all methods with a proper method in \OCP
Morris Jobke [Sat, 18 Apr 2015 22:20:09 +0000 (00:20 +0200)]
Add @deprecated to all methods with a proper method in \OCP

9 years agoMerge pull request #15747 from owncloud/ldap-remove-deprecated-const-usage-group
Joas Schilling [Mon, 20 Apr 2015 11:12:41 +0000 (13:12 +0200)]
Merge pull request #15747 from owncloud/ldap-remove-deprecated-const-usage-group

move away from deprecated consts

9 years agoAdjust tests and statuscode
Lukas Reschke [Thu, 16 Apr 2015 08:48:25 +0000 (10:48 +0200)]
Adjust tests and statuscode

9 years agofix date variable
Morris Jobke [Wed, 15 Apr 2015 16:06:57 +0000 (18:06 +0200)]
fix date variable

9 years agoFix files
Lukas Reschke [Wed, 15 Apr 2015 14:20:05 +0000 (16:20 +0200)]
Fix files

9 years agoProper return types
Lukas Reschke [Wed, 15 Apr 2015 13:56:10 +0000 (15:56 +0200)]
Proper return types

9 years agoMigrate personal certificate handling into AppFramework controllers
Lukas Reschke [Wed, 15 Apr 2015 12:21:23 +0000 (14:21 +0200)]
Migrate personal certificate handling into AppFramework controllers

Also added unit-tests and better error-handling

9 years agoVerify if returned object is an array
Lukas Reschke [Wed, 15 Apr 2015 11:33:37 +0000 (13:33 +0200)]
Verify if returned object is an array

The error has to be thrown at this point as otherwise errors and notices are thrown since the time cannot be parsed in L60 and L61

9 years agoFix visibility of public API methods
Joas Schilling [Mon, 20 Apr 2015 10:52:40 +0000 (12:52 +0200)]
Fix visibility of public API methods

9 years agoAdd tests for correct path
Joas Schilling [Mon, 20 Apr 2015 10:31:35 +0000 (12:31 +0200)]
Add tests for correct path

9 years agoFix phpStorm complains and namespace
Joas Schilling [Mon, 20 Apr 2015 10:31:07 +0000 (12:31 +0200)]
Fix phpStorm complains and namespace

9 years agomove away from deprecated consts
Arthur Schiwon [Mon, 20 Apr 2015 09:22:11 +0000 (11:22 +0200)]
move away from deprecated consts

9 years agoset size and unencrypted size to zero on fopen
Bjoern Schiessle [Mon, 20 Apr 2015 08:47:40 +0000 (10:47 +0200)]
set size and unencrypted size to zero on fopen

9 years agoFix wrong path generation
Morris Jobke [Mon, 20 Apr 2015 09:01:33 +0000 (11:01 +0200)]
Fix wrong path generation

* fixes #15742

9 years agoMerge pull request #15629 from owncloud/deprecate-potential-dangerous-methods
Lukas Reschke [Mon, 20 Apr 2015 09:01:32 +0000 (11:01 +0200)]
Merge pull request #15629 from owncloud/deprecate-potential-dangerous-methods

Deprecate unused `\OCP\Response::sendFile`

9 years agoAdd version to deprecation notice
Lukas Reschke [Mon, 20 Apr 2015 08:30:16 +0000 (10:30 +0200)]
Add version to deprecation notice

As requested by @MorrisJobke

9 years agoDeprecate unused `\OCP\Response::sendFile`
Lukas Reschke [Wed, 15 Apr 2015 08:25:07 +0000 (10:25 +0200)]
Deprecate unused `\OCP\Response::sendFile`

This function is unused in our own code and can be better achieved using the AppFramework. Also very easy to do grave mistaked using this function.

9 years agoMerge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
Morris Jobke [Mon, 20 Apr 2015 07:43:19 +0000 (09:43 +0200)]
Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage

Fixing OCS API namespace usage

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 20 Apr 2015 05:54:44 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #15739 from DavidPrevot/symfony-2.7
Morris Jobke [Sun, 19 Apr 2015 21:46:21 +0000 (23:46 +0200)]
Merge pull request #15739 from DavidPrevot/symfony-2.7

Replace `_method` requirement by {g,s}etMethods()