This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
forked from vanilla/vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Syncing files from
cloud/master
to master
- Loading branch information
1 parent
dfe2732
commit f547100
Showing
3,072 changed files
with
183,564 additions
and
172,290 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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,9 +1,80 @@ | ||
# vendor files | ||
bower_components | ||
node_modules | ||
vendor | ||
.yarn | ||
|
||
# App writeable directories | ||
uploads | ||
cache | ||
.idea | ||
*.min.js | ||
cgi-bin | ||
conf | ||
|
||
# Generally a totally separate repo | ||
locales | ||
|
||
# Build directory | ||
dist | ||
storyshots | ||
|
||
# IDE Config | ||
.vscode | ||
.idea | ||
|
||
# Legacy Frontend files | ||
design | ||
js | ||
resources | ||
|
||
# Test output | ||
.phpunit.result.cache | ||
.htaccess.dist | ||
.htaccess.dist | ||
.coverage | ||
coverage | ||
.storybookAppPages | ||
**/*.png | ||
**/*.jpg | ||
**/*.jpeg | ||
**/*.lock | ||
tests/fixtures/formats | ||
tests/fixtures/**/*.html | ||
tests/fixtures/**/*.htm | ||
|
||
# Plain JS Files (es5) | ||
**/js/** | ||
|
||
# Legacy Design directories (coming soon?) | ||
**/design/** | ||
applications/dashboard/scss/vendors | ||
|
||
# PHP files with mixed HTML | ||
**/views/** | ||
|
||
# These classes have mixed HTML. | ||
./applications/dashboard/models/class.attachmentmodel.php | ||
./cloud/applications/groups/modules/class.groupinfomodule.php | ||
./cloud/applications/groups/modules/class.groupleadersmodule.php | ||
./cloud/applications/groups/modules/class.groupmembersmodule.php | ||
./cloud/plugins/CustomProfileFields/class.customprofilefields.plugin.php | ||
./cloud/plugins/NoCaps/class.nocaps.plugin.php | ||
./cloud/plugins/Online/modules/class.onlinecountmodule.php | ||
./cloud/plugins/Online/modules/class.onlinemodule.php | ||
./cloud/plugins/TwitterFeeds/default.php | ||
./cloud/plugins/gigya/GSSDK.php | ||
./cloud/plugins/github/class.github.plugin.php | ||
./cloud/plugins/ideation/IdeaConterModule.php | ||
./cloud/plugins/samlsso/saml/Metadata.php | ||
./cloud/utility/invoiceparse/simple_html_dom.php | ||
./cloud/utility/sendup/library/class.rackspace.php | ||
./library/Vanilla/Formatting/FormatUtil.php | ||
./library/Vanilla/Formatting/Formats/HtmlFormat.php | ||
./library/Vanilla/Formatting/Formats/TextFormat.php | ||
./library/Vanilla/Formatting/Html/HtmlPlainTextConverter.php | ||
./library/Vanilla/PageScraper.php | ||
./library/core/class.configurationsource.php | ||
./library/core/class.controller.php | ||
./library/core/class.markdownvanilla.php | ||
./library/deprecated/functions.deprecated.php | ||
./plugins/OpenID/class.lightopenid.php | ||
./plugins/Quotes/class.quotes.plugin.php | ||
./plugins/Reactions/ReactionsPlugin.php | ||
./plugins/VanillaInThisDiscussion/class.inthisdiscussionmodule.php |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"jsc": { | ||
"parser": { | ||
"syntax": "typescript", | ||
"tsx": true, | ||
"dynamicImport": false, | ||
"privateMethod": false, | ||
"functionBind": false, | ||
"exportDefaultFrom": false, | ||
"exportNamespaceFrom": false, | ||
"decorators": false, | ||
"decoratorsBeforeExport": false, | ||
"topLevelAwait": false, | ||
"importMeta": false | ||
}, | ||
"transform": { | ||
"react": { | ||
"useBuiltins": true | ||
} | ||
}, | ||
"target": "es2016", | ||
"loose": false, | ||
"externalHelpers": false, | ||
// Requires v1.2.50 or upper and requires target to be es2016 or upper. | ||
"keepClassNames": 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
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
8 changes: 4 additions & 4 deletions
8
...otion+css++@emotion+serialize+1.0.2.patch → ...tion-serialize-npm-1.0.3-2a28e46c06.patch
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
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,9 +1,9 @@ | ||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs | ||
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.7.2/bundles/@yarnpkg/plugin-licenses.js" | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs | ||
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.7.2/bundles/@yarnpkg/plugin-licenses.js" | ||
|
||
yarnPath: .yarn/releases/yarn-3.1.1.cjs |
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
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
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 @@ | ||
Please make sure these points are completed: | ||
|
||
* [ ] Title is formatted in present imperative (ex: "Fix X by doing Y"). | ||
* [ ] Title makes sense as a release note, not a literal technical description. | ||
* [ ] An issue was filed, and this links to it. | ||
* [ ] Any related PRs are cross-referenced via link. | ||
* [ ] Your description tells the story of why _this_ is the right change. | ||
* [ ] You list QA steps or testing criteria if appropriate. | ||
- [ ] Title is formatted in present imperative (ex: "Fix X by doing Y"). | ||
- [ ] Title makes sense as a release note, not a literal technical description. | ||
- [ ] An issue was filed, and this links to it. | ||
- [ ] Any related PRs are cross-referenced via link. | ||
- [ ] Your description tells the story of why _this_ is the right change. | ||
- [ ] You list QA steps or testing criteria if appropriate. |
Oops, something went wrong.