- Nov 11, 2020
-
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- Nov 10, 2020
-
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Morris Jobke authored
Do not print deprecation warnings during testing
-
Morris Jobke authored
Don't leave cursors open
-
eleith authored
handle vcalander documents with multiple VEVENTS not in order
-
Morris Jobke authored
Show the full trace of an exception
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Because often we catch the exception at some point and then the trace is misleading. What's really interesting is the trace of the *previous* exception. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 09, 2020
-
-
Roeland Jago Douma authored
Merge pull request #23967 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.8.0 Update behat/behat requirement from ~3.7.0 to ~3.8.0 in /build/integration
-
Morris Jobke authored
Fix js search in undefined ocs response
-
Morris Jobke authored
Remove old legacy scripts references
-
Roeland Jago Douma authored
Update comment search to initFS
-
Morris Jobke authored
Shortcut to avoid file system setup when generating the logo URL
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
John Molakvoæ authored
-
John Molakvoæ authored
-
John Molakvoæ authored
Use query builder instead of OC_DB in OC\Files\*
-
Morris Jobke authored
Reduce the getAppPath and autoloader calls
-
Morris Jobke authored
Make sure root storage is valid before checking its size
-
Morris Jobke authored
Unlock when promoting to exclusive lock fails
-
Morris Jobke authored
First query the server container
-
Morris Jobke authored
Use query builder instead of OC_DB in user_ldap
-
Morris Jobke authored
If an SVG is requested and the app config value for logoMime is set then the logo is there. Otherwise we need to check it and maybe also generate a PNG from the SVG (that's done in getImage() which needs to be called then). Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
John Molakvoæ authored
Fix link share label placeholder not showing
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Nextcloud bot authored
-
- Nov 08, 2020
-
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
Gary Kim authored
Signed-off-by:
Gary Kim <gary@garykim.dev>
-
- Nov 07, 2020
-
-
Roeland Jago Douma authored
When the servercontainer wants to obtain something changes are very high this is something from the server container. Esp on setups with a lot of shares this can change quite a bit as it avoid a needless check on the strpos OCA\\ etc. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
The getAppPath will always return the same data for the same appId. It is actually already cached. However we do some cleanup of the appId (again). Same for the autoloading it is actually already checked. This just removes the unneeded calls. Which can add up if you have a lot of incomming shares. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-