-
Notifications
You must be signed in to change notification settings - Fork 49
migrate the notes app to owncloud 8 #82
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
* @return Folder | ||
*/ | ||
private function getFolderForUser ($userId) { | ||
$path = '/' . $userId . '/files/notes'; |
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.
This was 'files/Notes'
before
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.
Yes, but the folder that went in was already in the /$userId/
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 mean the folder used to be with an upper case 'N'
@LukasReschke unit tests + migration done :) |
@@ -140,38 +110,98 @@ public function update($id, $content){ | |||
$title = str_replace(array('/', '\\'), '', $title); |
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 wonder if we can get rid of this by using a view on Notes
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.
Should already be a view I think
migrate the notes app to owncloud 8
Requires: