forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prepare 10.12 * update translations * Allow stream wrappers not to provide the underlying stream (owncloud#40659) This is mainly for streams that don't wrap another one, or use a stream not provided by the native fopen function such as smbclient_open * Fix issue if no version has been created yet (owncloud#40661) * fix link in changelog. * Revert .htaccess change * OCM via ScienceMesh Signed-off-by: Michiel de Jong <[email protected]> * Get plugin from \OC::$server->query() * Improve changelog entry Signed-off-by: Michiel de Jong <[email protected]> * improve changelog entry Signed-off-by: Michiel de Jong <[email protected]> * Whitespace change to re-trigger CI Signed-off-by: Michiel de Jong <[email protected]> * Upgrading phpseclib/phpseclib (3.0.18 => 3.0.19) * changelog for phpseclib 3.0.19 * Add test for the new feature * revert logic to expose free_space, but keep availableStorage config * Make sender display name in mail notifications configurable (owncloud#40671) * [tx] updated from transifex * [tx] updated from transifex * make getFrom configurable * fix style * Adjust unit tests for MailNotificationsTest * add changelog * Document remove_sender_display_name system setting * Add unit test cases for when remove_sender_display_name is set to true --------- Co-authored-by: ownClouders <[email protected]> Co-authored-by: Phil Davis <[email protected]> * removing double to * prepare 10.12.0 RC3 * Bump final 10.12.0 version in version.php --------- Signed-off-by: Michiel de Jong <[email protected]> Co-authored-by: Juergen Weigert <[email protected]> Co-authored-by: Juan Pablo Villafañez <[email protected]> Co-authored-by: Michiel de Jong <[email protected]> Co-authored-by: Piotr Mrówczyński <[email protected]> Co-authored-by: Pasquale Tripodi <[email protected]> Co-authored-by: ownClouders <[email protected]> Co-authored-by: EParzefall <[email protected]>
- Loading branch information
1 parent
a549cc1
commit 0d817c8
Showing
61 changed files
with
7,912 additions
and
7,730 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Change: Allow specifying available space for objectstorages | ||
|
||
Objectstorages are reporting only unknown storage space. This causes problems in other apps that rely on this storage method, e.g. metrics app that monitors available space. Now, new configuration in the storage level is added, allowing for using the system configuration variable by the apps or further extension of storage class for objectstorage. | ||
|
||
https://github.com/owncloud/core/pull/40389 | ||
https://github.com/owncloud/core/pull/40669 | ||
https://github.com/owncloud/core/issues/40665 | ||
https://github.com/owncloud/enterprise/issues/5384 | ||
https://github.com/owncloud/enterprise/issues/5006 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Enhancement: Add support for OCM via ScienceMesh | ||
|
||
|
||
We've added an if-statement in the files_sharing ShareesController | ||
code that searches for remote sharees. When the config entry | ||
`sharing.remoteShareesSearch` is set to the name of a class | ||
that is registered in the server container and that implements | ||
`IRemoteShareesSearch`, for instance the 'ScienceMeshSearchPlugin' | ||
that the 'sciencemesh' app registers, use it instead of the | ||
federatedfilesharing app to find sharee matches for OCM sharing. | ||
|
||
https://github.com/owncloud/core/issues/40577 | ||
https://github.com/pondersource/oc-sciencemesh/pull/39 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Make sender display name in mail notifications configurable | ||
|
||
In some cases mail notifications related to sharing activities are blocked by mail filters as they are flagged as email impersonation. In such cases it may be desirable for an oC admin to have a config option for removing the sender display name from the "From" address. This is now possible by setting the following config.php parameter: | ||
|
||
remove_sender_display_name => true | ||
|
||
https://github.com/owncloud/core/pull/40671 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.