-
Notifications
You must be signed in to change notification settings - Fork 19
Add Recommendations Toggle #168
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
Conversation
c29f1ed to
2724a31
Compare
9d14e07 to
1597e0c
Compare
|
Just a sidenote, when testing this with the server pull request I get:
Cause the max-version is 18 – setting to 19 fixes it. :) |
7d375a9 to
e22a364
Compare
jancborchardt
left a comment
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.
Really nice work, proper place for that setting :)
src/main.js
Outdated
| }).$mount(this.el); | ||
|
|
||
| // register Files App Setting | ||
| const settingsView = new (Vue.extend(Settings))({ |
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.
I still find this syntax super confusing :(
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.
See comments ;)
Very nice work :)
757f34d to
f6d9db2
Compare
f6d9db2 to
283bce3
Compare
ChristophWurst
left a comment
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.
Code looks good!
Is this a production build? +2,259 −861 seems a bit much 🤔
It's from EDIT: There we go. |
283bce3 to
0e25e89
Compare
ChristophWurst
left a comment
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.
Better :)
0e25e89 to
3c2c184
Compare
Signed-off-by: Gary Kim <[email protected]>
3c2c184 to
ee4ddf8
Compare
|
Is this also configurable via occ for all users? |
|
@szaimen have you find a solution to disable recommendation by default ? |
|
No, no official solution but there are many workarounds:
|
|
this PR appeared in google when I searched for a way to disable recommendations. After reading PR have no idea how should I disable recommendations, probably something changed, so done this a barbarian way via Nginx configuration: would save me some CPU cycles 😆 |
Use the new
OCA.Files.SettingsAPI.Resolves #72
Resolves #108
Signed-off-by: Gary Kim [email protected]