Compare commits
5 Commits
v0.2.6
...
stable-0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cd2d981c0 | ||
|
|
5435200152 | ||
|
|
37b1f8303c | ||
|
|
ffb6a2de9c | ||
|
|
13332ecef6 |
16
.drone.yml
16
.drone.yml
@@ -8,7 +8,7 @@ pipeline:
|
|||||||
image: nextcloudci/php5.6:php5.6-3
|
image: nextcloudci/php5.6:php5.6-3
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -26,7 +26,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-2
|
image: nextcloudci/php7.0:php7.0-2
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
@@ -40,7 +40,7 @@ pipeline:
|
|||||||
image: nextcloudci/php5.6:php5.6-3
|
image: nextcloudci/php5.6:php5.6-3
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -56,7 +56,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-2
|
image: nextcloudci/php7.0:php7.0-2
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -72,7 +72,7 @@ pipeline:
|
|||||||
image: nextcloudci/php5.6:php5.6-7
|
image: nextcloudci/php5.6:php5.6-7
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt-get -y install php5-xdebug
|
- apt update && apt-get -y install php5-xdebug
|
||||||
@@ -98,7 +98,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.0:php7.0-8
|
image: nextcloudci/php7.0:php7.0-8
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -117,7 +117,7 @@ pipeline:
|
|||||||
image: nextcloudci/php7.1:php7.1-11
|
image: nextcloudci/php7.1:php7.1-11
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -136,7 +136,7 @@ pipeline:
|
|||||||
image: nextcloudci/integration-php7.0:integration-php7.0-3
|
image: nextcloudci/integration-php7.0:integration-php7.0-3
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=deck
|
- APP_NAME=deck
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=stable12
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
|
|||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 0.2.8 - 2017-11-26
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Drop support for NC 13, since that will only be supported by the next version of Deck
|
||||||
|
|
||||||
|
## 0.2.7 - 2017-11-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix bug that caused update to fail
|
||||||
|
|
||||||
## 0.2.6 - 2017-11-10
|
## 0.2.6 - 2017-11-10
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
💥 This is still alpha software: it may not be stable enough for production!
|
💥 This is still alpha software: it may not be stable enough for production!
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.2.6</version>
|
<version>0.2.8</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Board.png</screenshot>
|
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Board.png</screenshot>
|
||||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Details.png</screenshot>
|
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Details.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="11" max-version="13" />
|
<nextcloud min-version="11" max-version="12" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class CardMapper extends DeckMapper implements IPermissionMapper {
|
|||||||
IDBConnection $db,
|
IDBConnection $db,
|
||||||
LabelMapper $labelMapper,
|
LabelMapper $labelMapper,
|
||||||
IUserManager $userManager,
|
IUserManager $userManager,
|
||||||
$databaseType
|
$databaseType = 'sqlite'
|
||||||
) {
|
) {
|
||||||
parent::__construct($db, 'deck_cards', '\OCA\Deck\Db\Card');
|
parent::__construct($db, 'deck_cards', '\OCA\Deck\Db\Card');
|
||||||
$this->labelMapper = $labelMapper;
|
$this->labelMapper = $labelMapper;
|
||||||
|
|||||||
Reference in New Issue
Block a user