Skip to content

Commit 44711a2

Browse files
authored
Merge pull request #1 from nextcloud/master
Updated fork
2 parents 20854f4 + 7698adf commit 44711a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1299
-1518
lines changed

.drone.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ pipeline:
1515
matrix:
1616
TESTS: jsunit
1717
vue-build-settings:
18-
image: node
19-
commands:
20-
- ./build/vue-builds.sh ./settings/js/settings-vue.js
18+
image: nextcloudci/node:node-4
19+
commands:
20+
- cd settings/
21+
- find js/ -type f -iname 'vue-*' -delete
22+
- npm install
23+
- npm run build
24+
- git status
25+
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
2126
when:
2227
matrix:
2328
TESTS: vue-build-settings

.github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you have questions about how to install or use Nextcloud, please direct these
44

55
### Short version
66

7-
* The [**issue template can be found here**][template] but be aware of the different repositories! See list below. Please always use the issue template when reporting issues.
7+
* The [**issue templates can be found here**][templates] but be aware of the different repositories! See list below. Please always use an issue template when reporting issues.
88

99
### Guidelines
1010
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
@@ -15,11 +15,11 @@ If you have questions about how to install or use Nextcloud, please direct these
1515
* __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/nextcloud) or [email protected] following our [security policy](https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
1616
* The issues in other components should be reported in their respective repositories: You will find them in our [GitHub Organization](https://github.com/nextcloud/)
1717

18-
* Report the issue using our [template][template], it includes all the information we need to track down the issue.
18+
* Report the issue using one of our [templates][templates], they include all the information we need to track down the issue.
1919

2020
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
2121

22-
[template]: ./ISSUE_TEMPLATE.md
22+
[templates]: ./ISSUE_TEMPLATE
2323
[forum]: https://help.nextcloud.com/
2424
[irc]: https://webchat.freenode.net/?channels=nextcloud
2525

apps/accessibility/css/themehighcontrast.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%);
1818
$color-border-dark: darken($color-main-background, 50%);
1919

2020
[class^='icon-'], [class*=' icon-'],
21-
.action {
21+
.action,
22+
#appmenu li a,
23+
.menutoggle {
2224
opacity: 1 !important;
2325
}

0 commit comments

Comments
 (0)