- Jan 27, 2021
-
-
Roeland Jago Douma authored
Fix/app fetcher php compat comparison
-
Christoph Wurst authored
Add SGI and TGA preview support
-
Roeland Jago Douma authored
do not lower case search provider names on web ui
-
Nextcloud bot authored
-
- Jan 26, 2021
-
-
Christoph Wurst authored
When app app specifies php 7.4 as upper limit we have to allow the installation on php>7.4.0. The previous version check didn't do that. This adjusts the regexes to discard any irrelevant suffix after the three version numbers so that we can use more fine granular checks than php's version_compare can do out of the box, like for php 7.4 we only compare the major and minor version numbers and ignore the patch level. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
This reverts commit bedd9acf.
-
Roeland Jago Douma authored
Update UpdateNotification.vue
-
Nextcloud bot authored
-
- Jan 25, 2021
-
-
Roeland Jago Douma authored
Add config to specify a default dashboard layout
-
Roeland Jago Douma authored
[CalDAV] Validate notified emails
-
Roeland Jago Douma authored
update facebook.com URL to prevent a redirect
-
marco authored
Do not target vue progressbar with server styles
-
Christian Oliff authored
Facebook.com URLs always use www.
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Vincent Petry authored
Catch NotFoundException when querying quota
-
Vincent Petry authored
Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Marco Ambrosini authored
Signed-off-by:
Marco Ambrosini <marcoambrosini@pm.me>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Jan 24, 2021
-
-
Nextcloud bot authored
-
- Jan 23, 2021
-
-
dependabot-preview[bot] authored
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
dependabot-preview[bot] authored
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Nextcloud bot authored
-
- Jan 22, 2021
-
-
Christoph Wurst authored
Only include moments once in comments
-
Christoph Wurst authored
Bump league/flysystem from 1.0.64 to 1.1.3
-
Morris Jobke authored
Do not show 2FA settings if the user has no providers available
-
Roeland Jago Douma authored
Shaves off a decent amount of the code size. Let alone the parsing. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Convert 2FA token type to string
-
Morris Jobke authored
Fully deprecate the old initial state interface, not just the methods
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
dependabot-preview[bot] authored
-
Roeland Jago Douma authored
Do not obtain userFolder of a federated user
-
blizzz authored
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
-
blizzz authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by:
Morris Jobke <hey@morrisjobke.de>
-
Christoph Wurst authored
The IConfig service is documented to handle its data as strings, hence this changes the code a bit to ensure we store keys as string and convert them back when reading. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-