| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |
|
|
|
|
| |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| |
|
|\
| |
| | |
Do not add invites into read-only calendars
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
if missing
Otherwise this leads to problems like events being added to the birthday calendar,
if that one is the first calendar which was created for the user. See:
https://github.com/nextcloud/server/pull/2274
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | | |
Check for app updates on disabled page
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #2403
We need to check for updates of disabled apps so that if you update with
incompatible apps you at least get a chance to upgrade.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Revert "Quote database and role in queries"
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 9ebd5d5bb20af9178e071c3c6f3b41d9a9bc8be0.
|
|\ \ \ \
| | | | |
| | | | | |
Don't use cached informations for app version when installing the app
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When installing an app from the appstore the `\OC_App::getAppVersion` code is triggered twice:
- First when the downloader tries to compare the current version to the new version on the appstore to check if there is a newer version. This protects against downgrade attacks and is implemented in `\OC\Installer::downloadApp`.
- Second, when the app is actually installed the current version is written to the database. (`\OC\Installer::installApp`)
This fails however when the version is actually cached. Because in step 1 the cached version will be set to "0" and then be reused in the second step.
While this is probably not the cleanest version I assume this is an approach that is least invasive. Feedback and suggestions welcome :)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \
| |/ / /
|/| | | |
Fix dev manual link for NC11
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \ \
| | | |
| | | | |
Check if the theming app is loaded
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|\ \ \ \
| |_|/ /
|/| | | |
Check if image files for theming are empty
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|\ \ \
| | | |
| | | | |
Add fallback to FILTER_LANCZOS for icon resizing
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|\ \ \
| |_|/
|/| | |
Fire callback also on pure closing of prompt dialog
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| |/ /
|/| | |
Save the timezone on login again
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/issue-2568-allow-non-subadmins-to-change-language
Allow non subadmins to change language
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | | |
Change URL for desktop clients directly to pop-up
|
| |/
| |
| |
| |
| |
| | |
by adding `/#install-clients` to the URL
Signed-off-by: Felix A. Epp <work@felixepp.de>
|
|\ \
| | |
| | | |
fix styling of renaming system tags
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \
| | | |
| | | | |
Fix popover width
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Quote database and role in queries
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #1793
Signed-off-by: Lari Tikkanen <lartza@outlook.com>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Fix avatar delete button
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Increase versionto 11 RC1
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|