Compare commits

..

38 Commits

Author SHA1 Message Date
Nextcloud bot b297da0aea
[tx-robot] updated from transifex 2019-11-04 02:23:39 +00:00
Nextcloud bot 09bc575460
[tx-robot] updated from transifex 2019-10-18 02:23:35 +00:00
Nextcloud bot 2ae0639154
[tx-robot] updated from transifex 2019-10-05 02:23:08 +00:00
Nextcloud bot 2f9325aa7e
[tx-robot] updated from transifex 2019-09-08 02:25:44 +00:00
Nextcloud bot fdf7a78e2f
[tx-robot] updated from transifex 2019-08-30 02:23:11 +00:00
Nextcloud bot 014625e857
[tx-robot] updated from transifex 2019-08-29 02:22:45 +00:00
Nextcloud bot ddf2b3c8b3
[tx-robot] updated from transifex 2019-08-28 02:24:04 +00:00
Nextcloud bot d55e9ce867
[tx-robot] updated from transifex 2019-08-18 02:24:17 +00:00
Nextcloud bot b47f616654
[tx-robot] updated from transifex 2019-08-14 02:23:13 +00:00
Nextcloud bot 90f22b1d6c
[tx-robot] updated from transifex 2019-08-09 02:22:02 +00:00
Nextcloud bot 65d58f7cc9
[tx-robot] updated from transifex 2019-08-03 02:22:43 +00:00
Nextcloud bot bf26884c0e
[tx-robot] updated from transifex 2019-08-01 02:23:51 +00:00
Nextcloud bot 9930b8ea82
[tx-robot] updated from transifex 2019-07-31 02:24:21 +00:00
Nextcloud bot 9b9131abe3
[tx-robot] updated from transifex 2019-07-22 02:24:08 +00:00
Nextcloud bot 37b74fd5ef
[tx-robot] updated from transifex 2019-07-21 02:23:51 +00:00
Nextcloud bot 71caa5312d
[tx-robot] updated from transifex 2019-07-20 02:22:43 +00:00
Nextcloud bot c4338dbfb5
[tx-robot] updated from transifex 2019-07-19 02:35:37 +00:00
Nextcloud bot 28b6911888
[tx-robot] updated from transifex 2019-07-17 02:23:22 +00:00
Nextcloud bot 9366b2fe65
[tx-robot] updated from transifex 2019-07-16 02:22:31 +00:00
Nextcloud bot 395ca835b8
[tx-robot] updated from transifex 2019-07-13 02:22:20 +00:00
Nextcloud bot 5072676877
[tx-robot] updated from transifex 2019-05-28 02:21:40 +00:00
Nextcloud bot 575643fcea
[tx-robot] updated from transifex 2019-05-22 02:21:15 +00:00
Nextcloud bot fd278461a8
[tx-robot] updated from transifex 2019-04-15 00:19:08 +00:00
Morris Jobke 9eeaaa1bca
Fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-12 15:45:20 +02:00
Morris Jobke e7d0048343
Fix drone
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-12 15:43:29 +02:00
Nextcloud bot e8fdd4d5ff
[tx-robot] updated from transifex 2019-04-01 00:20:51 +00:00
Nextcloud bot b49dea091f
[tx-robot] updated from transifex 2019-03-22 01:13:29 +00:00
Nextcloud bot d28e125625
[tx-robot] updated from transifex 2019-03-15 01:22:08 +00:00
Nextcloud bot 48b4284d69
[tx-robot] updated from transifex 2019-03-04 01:13:12 +00:00
Nextcloud bot 279cc30cb0
[tx-robot] updated from transifex 2019-01-15 01:19:13 +00:00
Nextcloud bot 92e1718f80
[tx-robot] updated from transifex 2019-01-13 01:19:36 +00:00
Nextcloud bot c27f843b5c
[tx-robot] updated from transifex 2019-01-11 01:18:32 +00:00
Nextcloud bot 0910d93c9b
[tx-robot] updated from transifex 2018-12-27 01:18:07 +00:00
Nextcloud bot 6d25c9cb6a
[tx-robot] updated from transifex 2018-12-21 01:17:53 +00:00
Nextcloud bot 424872b10e
[tx-robot] updated from transifex 2018-12-10 01:17:45 +00:00
Nextcloud bot b715f01a74
[tx-robot] updated from transifex 2018-11-27 01:17:34 +00:00
blizzz 789e9b260b
Merge pull request #22 from nextcloud/update-stable15-target-versions
Update stable15 target versions
2018-11-23 11:13:32 +01:00
Joas Schilling a3bb95995b
Update stable15 target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-23 10:45:31 +01:00
2 changed files with 87 additions and 79 deletions

View File

@ -1,43 +1,21 @@
kind: pipeline
name: compatibility
name: check-app-compatbility
steps:
- name: syntax-php7.1
image: nextcloudci/php7.1:php7.1-16
- name: check-app-compatbility
image: nextcloudci/php7.0:php7.0-2
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
CORE_BRANCH: stable15
DB: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- composer install
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
- name: syntax-php7.3
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- composer install
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
- name: app-code-check
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- ./occ app:check-code $APP_NAME
- cd apps/$APP_NAME/
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
# Code checker
- ./occ app:check-code $APP_NAME
trigger:
branch:
@ -49,19 +27,47 @@ trigger:
---
kind: pipeline
name: unit-sqlite-php7.1
name: syntax-php7.0
steps:
- name: sqlite-php7.1
image: nextcloudci/php7.1:php7.1-16
- name: syntax-php7.0
image: nextcloudci/php7.0:php7.0-2
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- composer install
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php7.0
steps:
- name: php7.0
image: nextcloudci/php7.0:php7.0-2
environment:
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
@ -79,49 +85,51 @@ trigger:
---
kind: pipeline
name: unit-sqlite-php7.2
name: php7.1
steps:
- name: sqlite-php7.2
- name: php7.1
image: nextcloudci/php7.1:php7.1-15
environment:
APP_NAME: data_request
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php7.2
steps:
- name: php7.2
image: nextcloudci/php7.2:php7.2-12
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
CORE_BRANCH: stable15
DB: sqlite
commands:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: unit-sqlite-php7.3
steps:
- name: sqlite-php7.3
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: data_request
CORE_BRANCH: master
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME

View File

@ -4,8 +4,8 @@
<id>data_request</id>
<name>Data Request</name>
<summary>Request your data from the admins</summary>
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
<version>1.5.0</version>
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request.]]></description>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
<namespace>DataRequest</namespace>
@ -15,7 +15,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
<dependencies>
<nextcloud min-version="18" max-version="18" />
<nextcloud min-version="15" max-version="15"/>
</dependencies>
<settings>