-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
397 changed files
with
68,528 additions
and
68,515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module.exports = { | ||
extends: [ | ||
'@nextcloud' | ||
], | ||
globals: { | ||
appName: true | ||
} | ||
}; | ||
module.exports = { | ||
extends: [ | ||
'@nextcloud' | ||
], | ||
globals: { | ||
appName: true | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
js/* binary | ||
js/* binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: nextcloud | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: nextcloud | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 0. Needs triage, bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Browser log** | ||
``` | ||
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread. | ||
``` | ||
|
||
<details> | ||
<summary>How to access your browser console (Click to expand)</summary> | ||
|
||
# Chrome | ||
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. | ||
- Alternative method: | ||
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. | ||
2. Click the “console” tab. | ||
|
||
# Safari | ||
- Press CMD + ALT + I to open the Web Inspector. | ||
- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) | ||
|
||
# IE9 | ||
1. Press F12 to open the developer tools. | ||
2. Click the “console” tab. | ||
|
||
# Firefox | ||
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). | ||
- or, if Firebug is installed (recommended): | ||
1. Press F12 to open Firebug. | ||
2. Click on the “console” tab. | ||
|
||
# Opera | ||
1. Press CTRL + SHIFT + I to open Dragonfly. | ||
2. Click on the “console” tab. | ||
</details> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 0. Needs triage, bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Browser log** | ||
``` | ||
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread. | ||
``` | ||
|
||
<details> | ||
<summary>How to access your browser console (Click to expand)</summary> | ||
|
||
# Chrome | ||
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. | ||
- Alternative method: | ||
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. | ||
2. Click the “console” tab. | ||
|
||
# Safari | ||
- Press CMD + ALT + I to open the Web Inspector. | ||
- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) | ||
|
||
# IE9 | ||
1. Press F12 to open the developer tools. | ||
2. Click the “console” tab. | ||
|
||
# Firefox | ||
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). | ||
- or, if Firebug is installed (recommended): | ||
1. Press F12 to open Firebug. | ||
2. Click on the “console” tab. | ||
|
||
# Opera | ||
1. Press CTRL + SHIFT + I to open Dragonfly. | ||
2. Click on the “console” tab. | ||
</details> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 0. Needs triage, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 0. Needs triage, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: composer | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
|
||
# Main stableXX npm | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable23 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable22 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable21 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: composer | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
|
||
# Main stableXX npm | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable23 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable22 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
target-branch: stable21 | ||
labels: | ||
- "3. to review" | ||
- "dependencies" | ||
ignore: | ||
# ignore all GitHub linguist patch updates | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-minor"] | ||
|
Oops, something went wrong.