Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/admin_audit/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<author>Nextcloud</author>
<version>1.1.0</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<types>
<logging/>
Expand Down
2 changes: 1 addition & 1 deletion apps/comments/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<default_enable/>
<version>1.1.0</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<types>
<logging/>
Expand Down
2 changes: 1 addition & 1 deletion apps/dav/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\SyncJob</job>
Expand Down
2 changes: 1 addition & 1 deletion apps/encryption/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</types>
<dependencies>
<lib>openssl</lib>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<settings>
<admin>OCA\Encryption\Settings\Admin</admin>
Expand Down
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<settings>
<admin>OCA\FederatedFileSharing\Settings\Admin</admin>
Expand Down
2 changes: 1 addition & 1 deletion apps/federation/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<default_enable/>
<types>
Expand Down
2 changes: 1 addition & 1 deletion apps/files/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<documentation>
<user>user-files</user>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_external/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<namespace>Files_External</namespace>

<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>

<settings>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<public>
<files>public.php</files>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_trashbin/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
</types>
<namespace>Files_Trashbin</namespace>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<documentation>
<user>user-trashbin</user>
Expand Down
2 changes: 1 addition & 1 deletion apps/files_versions/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In addition to the expiry of versions, the versions app makes certain never to u
</types>
<namespace>Files_Versions</namespace>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<documentation>
<user>user-versions</user>
Expand Down
2 changes: 1 addition & 1 deletion apps/provisioning_api/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<prevent_group_restriction/>
</types>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
</info>
2 changes: 1 addition & 1 deletion apps/sharebymail/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<namespace>ShareByMail</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<default_enable/>
</info>
2 changes: 1 addition & 1 deletion apps/systemtags/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<default_enable/>
<version>1.1.3</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
Expand Down
2 changes: 1 addition & 1 deletion apps/testing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<author>Joas Schilling</author>
<version>1.1.0</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
</info>
2 changes: 1 addition & 1 deletion apps/theming/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<category>other</category>

<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>

<types>
Expand Down
2 changes: 1 addition & 1 deletion apps/twofactor_backupcodes/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</two-factor-providers>

<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>
</info>
2 changes: 1 addition & 1 deletion apps/updatenotification/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion apps/user_ldap/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>

<namespace>User_LDAP</namespace>
Expand Down
2 changes: 1 addition & 1 deletion apps/workflowengine/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</types>

<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
<nextcloud min-version="11" max-version="11" />
</dependencies>

<settings>
Expand Down
8 changes: 4 additions & 4 deletions core/js/files/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
/**
* Returns the dav.Client instance used internally
*
* @since 9.2
* @since 11.0.0
* @return {dav.Client}
*/
getClient: function() {
Expand All @@ -744,7 +744,7 @@
/**
* Returns the user name
*
* @since 9.2
* @since 11.0.0
* @return {String} userName
*/
getUserName: function() {
Expand All @@ -754,7 +754,7 @@
/**
* Returns the password
*
* @since 9.2
* @since 11.0.0
* @return {String} password
*/
getPassword: function() {
Expand All @@ -764,7 +764,7 @@
/**
* Returns the base URL
*
* @since 9.2
* @since 11.0.0
* @return {String} base URL
*/
getBaseUrl: function() {
Expand Down
12 changes: 6 additions & 6 deletions core/js/public/appconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* @namespace
* @since 9.2.0
* @since 11.0.0
*/
OCP.AppConfig = {
/**
Expand All @@ -46,7 +46,7 @@ OCP.AppConfig = {
/**
* @param {Object} [options]
* @param {function} [options.success]
* @since 9.2.0
* @since 11.0.0
*/
getApps: function(options) {
this._call('get', '', options);
Expand All @@ -57,7 +57,7 @@ OCP.AppConfig = {
* @param {Object} [options]
* @param {function} [options.success]
* @param {function} [options.error]
* @since 9.2.0
* @since 11.0.0
*/
getKeys: function(app, options) {
this._call('get', '/' + app, options);
Expand All @@ -70,7 +70,7 @@ OCP.AppConfig = {
* @param {Object} [options]
* @param {function} [options.success]
* @param {function} [options.error]
* @since 9.2.0
* @since 11.0.0
*/
getValue: function(app, key, defaultValue, options) {
options = options || {};
Expand All @@ -88,7 +88,7 @@ OCP.AppConfig = {
* @param {Object} [options]
* @param {function} [options.success]
* @param {function} [options.error]
* @since 9.2.0
* @since 11.0.0
*/
setValue: function(app, key, value, options) {
options = options || {};
Expand All @@ -105,7 +105,7 @@ OCP.AppConfig = {
* @param {Object} [options]
* @param {function} [options.success]
* @param {function} [options.error]
* @since 9.2.0
* @since 11.0.0
*/
deleteKey: function(app, key, options) {
this._call('delete', '/' + app + '/' + key, options);
Expand Down
4 changes: 0 additions & 4 deletions lib/private/App/DependencyAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,9 @@ protected function toVisibleVersion($version) {
switch ($version) {
case '9.1':
return '10';
case '9.2':
return '11';
default:
if (strpos($version, '9.1.') === 0) {
$version = '10.0.' . substr($version, 4);
} else if (strpos($version, '9.2.') === 0) {
$version = '11.0.' . substr($version, 4);
}
return $version;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/private/AppFramework/Db/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function escapeLikeParameter($param) {
* Check whether or not the current database support 4byte wide unicode
*
* @return bool
* @since 9.2.0
* @since 11.0.0
*/
public function supports4ByteText() {
return $this->connection->supports4ByteText();
Expand Down
2 changes: 1 addition & 1 deletion lib/private/Comments/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function setMessage($message) {
* returns an array containing mentions that are included in the comment
*
* @return array each mention provides a 'type' and an 'id', see example below
* @since 9.2.0
* @since 11.0.0
*
* The return array looks like:
* [
Expand Down
4 changes: 2 additions & 2 deletions lib/private/Comments/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public function registerEventHandler(\Closure $closure) {
* @param string $type
* @param \Closure $closure
* @throws \OutOfBoundsException
* @since 9.2.0
* @since 11.0.0
*
* Only one resolver shall be registered per type. Otherwise a
* \OutOfBoundsException has to thrown.
Expand All @@ -790,7 +790,7 @@ public function registerDisplayNameResolver($type, \Closure $closure) {
* @param string $id
* @return string
* @throws \OutOfBoundsException
* @since 9.2.0
* @since 11.0.0
*
* If a provided type was not registered, an \OutOfBoundsException shall
* be thrown. It is upon the resolver discretion what to return of the
Expand Down
2 changes: 1 addition & 1 deletion lib/private/DB/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public function escapeLikeParameter($param) {
* Check whether or not the current database support 4byte wide unicode
*
* @return bool
* @since 9.2.0
* @since 11.0.0
*/
public function supports4ByteText() {
return ! ($this->getDatabasePlatform() instanceof MySqlPlatform && $this->getParams()['charset'] !== 'utf8mb4');
Expand Down
16 changes: 8 additions & 8 deletions lib/private/Notification/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function getParsedSubject() {
* @param array $parameters
* @return $this
* @throws \InvalidArgumentException if the subject or parameters are invalid
* @since 9.2.0
* @since 11.0.0
*/
public function setRichSubject($subject, array $parameters = []) {
if (!is_string($subject) || $subject === '') {
Expand All @@ -304,15 +304,15 @@ public function setRichSubject($subject, array $parameters = []) {

/**
* @return string
* @since 9.2.0
* @since 11.0.0
*/
public function getRichSubject() {
return $this->subjectRich;
}

/**
* @return array[]
* @since 9.2.0
* @since 11.0.0
*/
public function getRichSubjectParameters() {
return $this->subjectRichParameters;
Expand Down Expand Up @@ -379,7 +379,7 @@ public function getParsedMessage() {
* @param array $parameters
* @return $this
* @throws \InvalidArgumentException if the message or parameters are invalid
* @since 9.2.0
* @since 11.0.0
*/
public function setRichMessage($message, array $parameters = []) {
if (!is_string($message) || $message === '') {
Expand All @@ -394,15 +394,15 @@ public function setRichMessage($message, array $parameters = []) {

/**
* @return string
* @since 9.2.0
* @since 11.0.0
*/
public function getRichMessage() {
return $this->messageRich;
}

/**
* @return array[]
* @since 9.2.0
* @since 11.0.0
*/
public function getRichMessageParameters() {
return $this->messageRichParameters;
Expand Down Expand Up @@ -434,7 +434,7 @@ public function getLink() {
* @param string $icon
* @return $this
* @throws \InvalidArgumentException if the icon is invalid
* @since 9.2.0
* @since 11.0.0
*/
public function setIcon($icon) {
if (!is_string($icon) || $icon === '' || isset($icon[4000])) {
Expand All @@ -446,7 +446,7 @@ public function setIcon($icon) {

/**
* @return string
* @since 9.2.0
* @since 11.0.0
*/
public function getIcon() {
return $this->icon;
Expand Down
Loading