Skip to content

Commit

Permalink
[stable8] Remove OCS IDs
Browse files Browse the repository at this point in the history
While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as #17307

Ref owncloud/activity#320 (comment)
  • Loading branch information
LukasReschke committed Jul 2, 2015
1 parent 78dc8ca commit 43be73b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/files_encryption/appinfo/info.xml
Expand Up @@ -18,7 +18,6 @@
<types>
<filesystem/>
</types>
<ocsid>166047</ocsid>
<dependencies>
<lib>openssl</lib>
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions apps/files_external/appinfo/info.xml
Expand Up @@ -17,8 +17,6 @@
<types>
<filesystem/>
</types>
<ocsid>166048</ocsid>

<dependencies>
<owncloud min-version="8" />
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion apps/files_trashbin/appinfo/info.xml
Expand Up @@ -18,5 +18,4 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app
<documentation>
<user>user-trashbin</user>
</documentation>
<ocsid>166052</ocsid>
</info>
1 change: 0 additions & 1 deletion apps/files_versions/appinfo/info.xml
Expand Up @@ -18,5 +18,4 @@ In addition to the expiry of versions, ownCloud’s versions app makes certain n
<user>user-versions</user>
</documentation>
<default_enable/>
<ocsid>166053</ocsid>
</info>
1 change: 0 additions & 1 deletion apps/user_ldap/appinfo/info.xml
Expand Up @@ -17,7 +17,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<documentation>
<admin>admin-ldap</admin>
</documentation>
<ocsid>166061</ocsid>
<dependencies>
<lib>ldap</lib>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion apps/user_webdavauth/appinfo/info.xml
Expand Up @@ -12,5 +12,4 @@
<types>
<authentication/>
</types>
<ocsid>166062</ocsid>
</info>

0 comments on commit 43be73b

Please sign in to comment.