-
Notifications
You must be signed in to change notification settings - Fork 2.1k
removed assetic #27679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removed assetic #27679
Conversation
.htaccess
Outdated
| <IfModule pagespeed_module> | ||
| ModPagespeed Off | ||
| </IfModule> | ||
| #### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not commit htaccess - thx
|
if i remember correctly there is a repairstep related to assets - maybe a occ command as well? THX |
|
How dangerous to put this in that close to the release ? In the future it would be nice to address library changes at the beginning of a milestone. |
sure - but sec scanner revealed this last week .... |
|
@Peter-Prochaska composer.lokc also need changes afaik |
|
Ok, then please get this reviewed and merged before this evening. The current code changes look fine. |
|
If this is really important, please finish this as soon as possible. Thanks. |
c9d5966 to
fdd1035
Compare
|
@Peter-Prochaska please always ping after updating so I can get a notification that this is ready again, else it gets lost forever in the dark abyss of ticket overflow |
|
I setup OC and it still seems to work fine 👍 |
fdd1035 to
bb7d742
Compare
|
rebased for CI... mysql mb4 docker times out again in multiple PRs... |
wow ;-) |
|
some weird dependency issues on Travis: https://travis-ci.org/owncloud/core/jobs/224313100 |
…le.php and all related code fragments
bb7d742 to
9f5960f
Compare
| <IfModule pagespeed_module> | ||
| ModPagespeed Off | ||
| </IfModule> | ||
| </IfModule> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next time please don't modify random files, thanks.
Regression: dbb37e7
There is core that appends line in htaccess and it creates a syntax error if the newline is missing.
|
FWIW is stuff is removed / dropped it would make sense to create an issue in the documentation tracker to remove all related stuff: owncloud-archive/documentation#3438 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Removed Assetic because of some security issues
Motivation and Context
Make owncloud more secure
Types of changes
Checklist: