-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #387 from klein0r/master
Extensions may block the web instance
- Loading branch information
Showing
5 changed files
with
42 additions
and
26 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 |
---|---|---|
|
@@ -46,6 +46,6 @@ | |
"no-trailing-spaces": "error" | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 2019 | ||
"ecmaVersion": 2021 | ||
} | ||
} |
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,4 +1,5 @@ | ||
node_modules | ||
.dev-server | ||
.idea | ||
tmp | ||
admin/i18n/*/flat.txt | ||
|
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,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2023 bluefox <[email protected]> | ||
Copyright (c) 2014-2024 bluefox <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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 |
---|---|---|
|
@@ -89,6 +89,10 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom | |
--> | ||
|
||
## Changelog | ||
### **WORK IN PROGRESS** | ||
* (klein0r) Extensions may block the web instance | ||
* (klein0r) Fixed directory listing | ||
|
||
### 6.2.3 (2023-12-18) | ||
* (foxriver76) update websocket library to increase maximum file size from 100 MB to 500 MB | ||
|
||
|
@@ -154,7 +158,7 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom | |
## License | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2023 Bluefox <[email protected]> | ||
Copyright (c) 2014-2024 Bluefox <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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