Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
uncloud
files_readmemd
Commits
eaa80ad9
Commit
eaa80ad9
authored
Feb 21, 2022
by
Matthieu Le Corre
Browse files
fix public access
parent
c1786399
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
eaa80ad9
...
...
@@ -7,7 +7,7 @@
[
#61
](
https://gitlab.univ-nantes.fr/uncloud/files_readmemd/issues/61#
)
-
Massive update of all libs
### Fixed
### Fixed
-
HEADER blocks file creation drop-down in (publicly) shared folder
[
#62
](
https://gitlab.univ-nantes.fr/uncloud/files_readmemd/issues/62#
)
...
...
lib/AppInfo/Application.php
View file @
eaa80ad9
...
...
@@ -52,7 +52,7 @@
$eventDispatcher
->
addListener
(
'OCA\Files_Sharing::loadAdditionalScripts'
,
function
()
{
\
OCP\Util
::
addscript
(
'files_readmemd'
,
'main'
);
\
OCP\Util
::
addscript
(
'files_readmemd'
,
'
files_readmemd-
main'
);
\
OCP\Util
::
addStyle
(
'files_readmemd'
,
'style'
)
;
\
OCP\Util
::
addStyle
(
'files_readmemd'
,
'content'
)
;
});
...
...
Matthieu Le Corre
@matthieu.lecorre
mentioned in issue
#72 (closed)
·
Feb 21, 2022
mentioned in issue
#72 (closed)
mentioned in issue #72
Toggle commit list
Matthieu Le Corre
@matthieu.lecorre
mentioned in issue
#70 (closed)
·
Feb 21, 2022
mentioned in issue
#70 (closed)
mentioned in issue #70
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment