summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27847 from nextcloud/enh/26973/talk-password-failedrakekniven2021-07-082-2/+2
|\ | | | | Update "Sending password by Nextcloud Talk failed" sentence
| * Update "Sending password by Nextcloud Talk failed" sentenceszaimen2021-07-072-2/+2
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Fix add group buttonDaniel Kesselberg2021-07-087-31/+20
| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #27845 from nextcloud/update-diaspora-urlLukas Reschke2021-07-081-1/+1
|\ \ | | | | | | Use proper "Share to Diaspora" URL
| * | Use proper "Share to Diaspora" URLLukas Reschke2021-07-071-1/+1
| |/ | | | | | | | | | | | | | | | | The previous URL leads to an outdated GitHub page that links to websites which are already available to sale. This uses the somewhat more official https://share.diasporafoundation.org/ Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2021-07-08160-300/+352
| |
* | Admin user settings - change Everyone to Active usersszaimen2021-07-076-7/+7
|/ | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #27827 from nextcloud/enh/27292/singular-pluralJohn Molakvoæ2021-07-071-3/+3
|\
| * add singular and plural in for days in admin sharing settingsszaimen2021-07-061-3/+3
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2021-07-072-14/+14
|/
* [tx-robot] updated from transifexNextcloud bot2021-07-0620-12/+104
|
* [tx-robot] updated from transifexNextcloud bot2021-07-046-46/+48
|
* [tx-robot] updated from transifexNextcloud bot2021-07-0312-24/+34
|
* Merge pull request #17148 from ↵Joas Schilling2021-07-022-6/+46
|\ | | | | | | | | nextcloud/always-provide-color-to-default-personal-calendar Always provide theme color for default personal calendar
| * Make default calendar only contain VEVENTSThomas Citharel2021-06-252-3/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Always provide theme color for default personal calendarThomas Citharel2021-06-252-6/+43
| | | | | | | | | | | | Before this calendar-color wasn't defined for default calendar Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2021-07-02114-112/+144
| |
* | Merge pull request #27742 from nextcloud/enh/explicit-hint-federation-localJohn Molakvoæ2021-07-011-1/+1
|\ \ | | | | | | Clarify that federated sharing settings may also affect shares between users on the current instanc
| * | Clarify that federated sharing settings may also affect shares between users ↵Julius Härtl2021-07-011-1/+1
| | | | | | | | | | | | | | | | | | on the current instance Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #26681 from nextcloud/techdebt/hint-exception-ocpJulius Härtl2021-07-0126-42/+41
|\ \ \ | |/ / |/| | Move HintException to OCP
| * | Migrate HintException to OCPGary Kim2021-06-3026-42/+41
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | [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
| | |