summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-07-0114-36/+36
|
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-304-0/+57
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-versionJulius Härtl2021-06-305-0/+635
|\
| * Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-292-1/+64
| | | | | | | | | | | | | | Return an error when running occ encryption:fix-encrypted-version when master key encryption is not enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix FixEncryptedVersionTest testVincent Petry2021-06-292-158/+85
| | | | | | | | | | | | | | Fixed setup to use EncryptionTrait like other existing tests. Fix expectations to not rely on side effects from previous test cases. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix warnings in FixEncryptedVersion commandVincent Petry2021-06-291-13/+26
| | | | | | | | | | | | Fixed code warnings Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Detect disabled signature check when reparingVincent Petry2021-06-291-1/+13
| | | | | | | | | | | | | | | | | | When running occ encryption:fix-encrypted-version, detect whether the setting 'encryption_skip_signature_check' is set and abort if it is, because the repair cannot detect version mismatch errors with it enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Downstream FixEncryptedVersionTestVincent Petry2021-06-291-0/+373
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Downstream encryption:fix-encrypted-versionVincent Petry2021-06-294-0/+247
| | | | | | | | | | | | For fixing "Bad signature" errors. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | fix incredible off-by-one-typo-errorArthur Schiwon2021-06-301-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #27474 from nextcloud/feat/26866/prov-apiJohn Molakvoæ2021-06-304-26/+144
|\ \
| * | cleanupArthur Schiwon2021-06-302-14/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix small issues in UsersController handlingArthur Schiwon2021-06-302-3/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | adjust access permissions of new controller methodArthur Schiwon2021-06-301-1/+5
| | | | | | | | | | | | | | | | | | - fixes wrong veriable usage also Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix regexArthur Schiwon2021-06-301-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | create a property on editUser when it was not set beforeArthur Schiwon2021-06-301-10/+14
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-302-0/+99
| | | | | | | | | | | | | | | | | | | | | - adding as usual - deleting and scope setting via additional endpoint Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | prov api reports multiple mail as editable fieldArthur Schiwon2021-06-302-0/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | prov api reports additional emails on getUserArthur Schiwon2021-06-302-3/+20
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-3022-6/+124
|/ /
* | Merge pull request #27488 from msrn/win10cal-useragentJulius Härtl2021-06-292-3/+6
|\ \ | | | | | | Add regex to match Windows 10 calendar user-agent
| * | Add regex to match Windows 10 calendar user-agentMikael Saarinen2021-06-232-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Match first part of the Windows 10 calendar user-agent * Exposes subscribed calendars for Windows 10 calendar * Update unit test Signed-off-by: Mikael Saarinen <mikaels@iki.fi>
* | | Remember current cipherJ0WI2021-06-291-4/+23
| |/ |/| | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #27698 from nextcloud/fix/25761/userexistsonldap-loopblizzz2021-06-281-7/+3
|\ \ | | | | | | LDAP: determine shares of offline users only when needed
| * | LDAP: determine shares of offline users only when neededArthur Schiwon2021-06-281-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | - determine shares may via Sharing code result in user exists checks - this may result in an infinite loop when user exists was called before - the info is really only required at one occ command Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #27676 from nextcloud/localize-invitation-email-subjectsLukas Reschke2021-06-281-3/+6
|\ \ \ | |/ / |/| | Localize invitation email subjects
| * | Add indications for the translatorsThomas Citharel2021-06-251-0/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Subjects for Invitation, Invitation cancellation and Invitation replies are ↵Paweł Lechowicz2021-06-251-3/+3
| | | | | | | | | | | | | | | | | | now localizable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-2828-80/+132
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-2718-20/+78
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-264-2/+4
| | |
* | | Validate the theming color also on CLIJoas Schilling2021-06-252-1/+10
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #27664 from nextcloud/techdebt/noid/master-is-now-23-part2John Molakvoæ2021-06-2529-29/+29
|\ \ | | | | | | Bump app version
| * | Bump app versionJoas Schilling2021-06-2429-29/+29
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-2516-22/+266
|/ /
* | Master is now 23Joas Schilling2021-06-2429-29/+29
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1dependabot[bot]2021-06-2473-403/+403
|\ \
| * | Bump core-js from 3.13.1 to 3.15.1dependabot[bot]2021-06-2473-403/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-2420-38/+144
| | |
* | | Merge pull request #27632 from nextcloud/chore/caldav-trashbin-iso-timestampsChristoph Wurst2021-06-232-1/+20
|\ \ \ | | | | | | | | Use ISO8601 timestamps for the CalDAV trashbin
| * | | Use ISO8601 timestamps for the CalDAV trashbinChristoph Wurst2021-06-232-1/+20
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-238-15/+15
|\ \ \ | | | | | | | | Fix usage of DateTime constants
| * | | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-237-14/+14
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | / Add security.txtLukas Reschke2021-06-234-0/+54
| |/ |/| | | | | | | | | Ref https://securitytxt.org Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #27561 from nextcloud/dav-search-offsetblizzz2021-06-231-3/+1
|\ \ | | | | | | allow setting offset for dav search queries not limited to the users home storage
| * | allow setting offset for queries not limited to the users home storageRobin Appelman2021-06-221-3/+1
| | | | | | | | | | | | | | | | | | multi-storage offset is cheap (enough) now Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #26323 from J0WI/crypt-constblizzz2021-06-231-26/+24
|\ \ \ | | | | | | | | Use constant for supported formats
| * | | Use constant for supported formatsJ0WI2021-03-261-26/+24
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #27610 from nextcloud/add-throttling-to-public-authJoas Schilling2021-06-233-3/+25
|\ \ \ \ | |_|_|/ |/| | | Throttle on public DAV endpoint