Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
fc134c3e
Commit
fc134c3e
authored
Jan 16, 2017
by
Vincent Petry
Committed by
GitHub
Jan 16, 2017
Browse files
Merge pull request #26948 from IljaN/master
Update version in master to 10.0.0.X #26866
parents
703496cd
0fd60f3e
Changes
15
Hide whitespace changes
Inline
Side-by-side
apps/comments/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -8,7 +8,7 @@
<default_enable/>
<version>
0.3.0
</version>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<types>
<logging/>
...
...
apps/dav/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -15,7 +15,7 @@
<webdav>
appinfo/v1/publicwebdav.php
</webdav>
</public>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<background-jobs>
<job>
OCA\DAV\CardDAV\SyncJob
</job>
...
...
apps/encryption/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -25,7 +25,7 @@
</types>
<dependencies>
<lib>
openssl
</lib>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<commands>
<command>
OCA\Encryption\Command\EnableMasterKey
</command>
...
...
apps/federatedfilesharing/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -9,6 +9,6 @@
<namespace>
FederatedFileSharing
</namespace>
<category>
other
</category>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
</info>
apps/federation/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -9,7 +9,7 @@
<namespace>
Federation
</namespace>
<category>
other
</category>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<default_enable/>
<types>
...
...
apps/files/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -11,7 +11,7 @@
<filesystem/>
</types>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<documentation>
<user>
user-files
</user>
...
...
apps/files_external/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -22,7 +22,7 @@
<namespace>
Files_External
</namespace>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<commands>
...
...
apps/files_sharing/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -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
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<public>
<files>
public.php
</files>
...
...
apps/files_trashbin/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app
</types>
<namespace>
Files_Trashbin
</namespace>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<documentation>
<user>
user-trashbin
</user>
...
...
apps/files_versions/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -15,7 +15,7 @@ In addition to the expiry of versions, ownCloud’s versions app makes certain n
</types>
<namespace>
Files_Versions
</namespace>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<documentation>
<user>
user-versions
</user>
...
...
apps/provisioning_api/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -23,6 +23,6 @@
<prevent_group_restriction/>
</types>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
</info>
apps/systemtags/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -9,7 +9,7 @@
<default_enable/>
<version>
0.3.0
</version>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<namespace>
SystemTags
</namespace>
<types>
...
...
apps/testing/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -7,7 +7,7 @@
<author>
Joas Schilling
</author>
<version>
0.1.0
</version>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<types>
<authentication/>
...
...
apps/updatenotification/appinfo/info.xml
View file @
fc134c3e
...
...
@@ -9,7 +9,7 @@
<namespace>
UpdateNotification
</namespace>
<default_enable/>
<dependencies>
<owncloud
min-version=
"
9.2
"
max-version=
"
9.2
"
/>
<owncloud
min-version=
"
10.0
"
max-version=
"
10.0
"
/>
</dependencies>
<background-jobs>
...
...
version.php
View file @
fc134c3e
...
...
@@ -23,12 +23,12 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version
=
array
(
9
,
2
,
0
,
3
)
;
$OC_Version
=
[
10
,
0
,
0
,
0
]
;
// The human readable string
$OC_VersionString
=
'
9.2.0 pre alpha
'
;
$OC_VersionString
=
'
10.0.0
'
;
$OC_VersionCanBeUpgradedFrom
=
array
(
9
,
1
)
;
$OC_VersionCanBeUpgradedFrom
=
[
9
,
1
]
;
// The ownCloud channel
$OC_Channel
=
'git'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment