- Mar 30, 2021
-
-
Arthur Schiwon authored
- handling race conditions Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Joas Schilling authored
[stable21] Remove notifications when retesting profile field input
-
Christoph Wurst authored
[stable21] Update cipher defaults
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
[stable21] Fix working for phone number integration
-
Nextcloud bot authored
-
- Mar 29, 2021
-
-
Roeland Jago Douma authored
[stable21] add a prefix index to filecache.path
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
[stable21] Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
Nick Sweeting authored
Signed-off-by:
Nick Sweeting <git@sweeting.me>
-
Joas Schilling authored
[stable21] Avatar privacy and new scope
-
Vincent Petry authored
Added additional capability in the provisioning API to signal whether the federation scope values can be used. This is based on whether the lookup server upload is enabled or not. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Added integration tests for the scope attributes in the provisioning API. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Include version number in capability Signed-off-by:
Vincent Petry <vincent@nextcloud.com> Co-authored-by:
Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-
Vincent Petry authored
When avatar scope is private, the PlaceholderAvatar is used to deliver a placeholder avatar based on the user's initials. This was implemented as a separate class for now to avoid messing with the existing UserAvatar implementation and its generated vs non-generated logic. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Extends the provisioning API to allow a user to get and set their own account property scopes. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
The fields for phone number, address, website and twitter are now editable regardless whether federated sharing and the lookup server are enabled or not. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Now not all fields have the "v2-private" option in place. Fix dropdown issue when a scope was stored that is not listed after disabling the lookup server. Whenever the lookup server upload is disabled, the scope menu is now displayed where it makes sense to allow switching between the two private scopes. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
Added new v2-private account manager scope that restricts the scope further by excluding public link access. Avatars with v2-private account scope are now showing the guest avatar instead of the real avatar. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Nextcloud bot authored
-
- Mar 28, 2021
-
-
Nextcloud bot authored
-
- Mar 27, 2021
-
-
Nextcloud bot authored
-
- Mar 26, 2021
-
-
Robin Appelman authored
The reason that `filecache.path` hasn't had an index added is the mysql limitation of ~1kb for indexeded fields, which is to small for the `path`, however mysql supports indexing only the first N bytes of a column instead of the entire column, allowing us to add an index even if the column is to long. Because the index doesn't cover the entire column it can't be used in all situations where a normal index would be used, but it does cover the `path like 'folder/path/%'` queries that are used in various places. Sqlite and Postgresql don't support prefix indexes, but they also don't have the 1kb limit and DBAL handles the differences in index creation. Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Roeland Jago Douma authored
[stable21] Delete old birthday calendar object when moving contact to another ad…
-
Roeland Jago Douma authored
[stable21] show better error messages when a file with a forbidden path is encountered
-
Roeland Jago Douma authored
[stable21] update icewind/smb to 3.4.0
-
Christian Weiske authored
When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by:
Christian Weiske <cweiske@cweiske.de>
-
John Molakvoæ authored
[stable21] Fix l10n
-
Nextcloud bot authored
-
- Mar 25, 2021
-
-
Morris Jobke authored
[stable21] Log when a storage is marked as unavailable
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-