Uh oh!
There was an error while loading. Please reload this page.
Do not load calendar/addressbook plugins if not needed - #9268
Conversation
georgehrke
commented
Apr 23, 2018
@MorrisJobke It should be as far as i can tell. |
georgehrke
commented
Apr 23, 2018
I will check when testing this pr. |
rullzer
commented
Apr 23, 2018
Yes it should |
MorrisJobke
left a comment
There was a problem hiding this comment.
Tested, works and code makes sense 👍
MorrisJobke
commented
Apr 23, 2018
CI fails :/ |
Codecov Report
@@ Coverage Diff @@## master #9268 +/- ##
=============================================
- Coverage 51.68% 29.11% -22.58% - Complexity 25691 25707 +16
=============================================
Files 1634 1569 -65 Lines 95914 88082 -7832 Branches 1384 0 -1384 =============================================
- Hits 49571 25642 -23929 - Misses 46343 62440 +16097
|
MorrisJobke
commented
Apr 23, 2018
CI failure is due to a timeout :) |
rullzer
commented
Apr 25, 2018
One more review please :) |
rullzer
commented
May 1, 2018
Conflicts fixed and rebased. |
MorrisJobke
commented
May 7, 2018
@georgehrke@blizzz@nickvergessen@ChristophWurst@skjnldsv Reviews would be nice :) |
blizzz
left a comment
There was a problem hiding this comment.
the repair step might lose valid shares when
- Nextcloud is in maintenance mode
- AND external user backends are used
since apps are not loaded in this context.
rullzer
commented
May 8, 2018
@blizzz I can drop the repair job... but then we might have invalid shares.... |
blizzz
commented
May 9, 2018
Or add a switch that prevents running in maintenance mode. |
rullzer
commented
May 24, 2018
@blizzz now they are only run if you run the expensive repair steps in case you run into it. All our other repair steps are executed in maintenance mode so then it indeed would do 💥 in certain situations |
blizzz
commented
May 25, 2018
Then it is better run as a seperate occ command, bound to apps, as i am afraid it would do more harm than good. |
rullzer
commented
May 25, 2018
Nah during upgrade. Now it is. occ maintenance:repair - - expensive |
Fixes#6711 Based on owncloud/core@f0fb21c Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
…ied to be valid owncloud/core@d3fb8fc Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
…ollection as well owncloud/core@9f2e643 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
owncloud/core@edacf22 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer
commented
May 27, 2018
@blizzz ok one more time ;) |
blizzz
commented
May 28, 2018
looks good now, apart from tests |
People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| use OC\Template\JSCombiner; | ||
| use OC\Template\SCSSCacher; | ||
| use OCA\DAV\Connector\Sabre\Principal; | ||
| use OCA\DAV\Repair\RemoveInvalidShares; |

Fixes#6711
Based on owncloud/core@f0fb21c
Signed-off-by: Roeland Jago Douma roeland@famdouma.nl