Kiran Parajuli

Results 11 issues of Kiran Parajuli

From https://github.com/owncloud/core/issues/33051 add cli acceptance tests for `occ` federation commands Ref: [federation command docs](https://doc.owncloud.com/server/10.10/admin_manual/configuration/server/occ_command.html#federation-sync)

QA:team

From https://github.com/owncloud/core/issues/33051 - [ ] add CLI acceptance tests for `occ` integrity commands Ref: [Integrity Check Command Docs](https://doc.owncloud.com/server/10.10/admin_manual/configuration/server/occ_command.html#integrity-check)

QA:team

there are some indentation problems in the feature tables like: ![Screenshot from 2022-03-07 11-46-35](https://user-images.githubusercontent.com/39373750/156976840-a294ec51-6c59-4163-b7bf-761f9180e9a0.png) TODO: - [ ] go through all features and fix the indentations

## Description For the `edge` branch, the recently added meta API tests are passing OK but with the `master` branch every meta request exits with an empty response. The test...

### Steps to reproduce 1. create user `alice` 1. create a folder `parent` 2. create a file `/parent/textfile0.txt` with some content 2. create a public link share for `parent` folder...

bug

### Steps to reproduce 1. setup oc-10 `/core` 2. encryption app `/core/apps-external/encryption` 3. make directory for key storage change `mkdir /core/data/oc-keys && sudo chown -R www-data /core/data` 3. enable encryption...

## Description The setup for this issue needs the following connected together: - latest oc10 - encryption app with UserSpecific keys enabled - user_ldap as authentication backend - PHP version...

bug

## Description LDAP user with full integer name can be added into any OC created groups but if we add those users into LDAP group and sync them with OC,...

## Description Using ldap server there is no problem to create group with single integer name but actually we donot get those group as oc group after a sync. ##...

## Description Whenever we create groups in Ldap with names with combined cased letters separated by hyphens `-`, then it is converted to completely lower-cased name when we sync them...