-
Notifications
You must be signed in to change notification settings - Fork 28
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
[WIP] Nextcloud compatibility #1
Conversation
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
lib/Settings/Section.php
Outdated
*/ | ||
public function getIcon() { | ||
// TODO: Jan needs to create a proper icon | ||
return $this->url->imagePath('logreader', 'app-dark.svg'); |
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.
@jancborchardt Can you please create an icon? THX.
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.
Done, see #13 :)
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Lukas Reschke <[email protected]>
51d9b48
to
a11c762
Compare
I just rebased. It now tries to run the intergration tests. So they should be green once this PR is merged. |
Since else we need migration steps if we ever fix that Signed-off-by: Roeland Jago Douma <[email protected]>
…extcloud/guests into make-compatible-with-nextcloud
Signed-off-by: Lukas Reschke <[email protected]>
Signed-off-by: Roeland Jago Douma <[email protected]>
8900f8f
to
8c5781b
Compare
Signed-off-by: Robin Appelman <[email protected]>
Basic stuff should be working now todo:
|
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
The app currently only suggest guest account when you enter a name and not an email. I'll extend it to also work properly when you type a mail |
Signed-off-by: Robin Appelman <[email protected]>
Ah, ok... This way it works. If I go the user management and select the guest group the guest user is added endless times. Also if I scroll down it never ends. 😄 Also some other issues I found:
|
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
|
I tested it again. The "user is able to upload" problem is gone. This is how it looks after login, the gray button at the right looks strange es well If I click it, it switches to the gallery view: and now I have a gray button at the left, If I click it I see a upload action: although the upload fails with "not enough free space" as expected Another thing I noted, when I click on the nextcloud logo at the top left I get redirected correctly to Last but no least, if I click on the users avatar I see only a small error but the menu is gone: I tried it with Firefox and Chromium, in incognito mode and also deleted the browser cache manually. |
Sharing with a guest never finishes: "Creating guest account"
|
Signed-off-by: Michael Weimann <[email protected]>
I updated the app.js where it hooks into the share auto complete. It now doesn't overwrite the entire methods any more and so it shouldn't break the default JS. Nevertheless the guest dialog is still broken. |
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Fixed the problem with the dialog not appearing |
@20XX @weeman1337 can you retest with the latest version of the PR |
It seems to work (NC-dev + this branch). 👍 |
@icewind1991 error with SSO/SAML configuration and default whitelisted apps: With enabled SAML config, error when logging in as an activated guest user. |
Signed-off-by: Robin Appelman <[email protected]>
Since this is otherwise unmaintained, I'll merge this and work from there |
No description provided.