Arthur Schiwon

Results 96 issues of Arthur Schiwon

:construction: WIP solves #578 :construction:

enhancement

## Details Observed in https://github.com/nextcloud/app-certificate-requests/pull/316 - have a server that sends those headers when fetching the tarball ``` HTTP/1.1 200 OK Date: Mon, 22 Jun 2020 21:14:25 GMT Server: Apache/2.4.43...

bug

In order to add support for "What's new" information for apps (https://github.com/nextcloud/server/issues/9165), we would like to extend the appstore with * [ ] an XML schema to provide that information...

enhancement

@skjnldsv ABSPATH is undefined, could you have a look? https://github.com/nextcloud/nextcloud.com/blob/27ab6dd171411c5e92f8b24d78515bd5668b491d/config.php.sample#L19 `PHP Notice: Use of undefined constant ABSPATH - assumed 'ABSPATH'`

On an upgrade from 20.0.1 to 20.0.6 we had a failure and this is what the log noted: ```json { "reqId": "rm8A6fJIv20QHHyt5JWd", "level": 3, "time": "2021-01-25T21:40:57+00:00", "remoteAddr": "123.123.123.123", "user": "--",...

bug

bump versions and add changelog for a next release Changes included: * nextcloud/user_saml#519 * nextcloud/user_saml#595 * nextcloud/user_saml#628 * nextcloud/user_saml#629 * nextcloud/user_saml#631 * nextcloud/user_saml#632 * nextcloud/user_saml#633 * nextcloud/user_saml#636 * nextcloud/user_saml#639 *...

3. to review

* [ ] unify /3rdparty and /vendor * [ ] consider Makefile build command (as default instead of the appstore chain) * [ ] don't break https://github.com/nextcloud/user_saml/pull/571

2. developing
technical debt

It is used in https://github.com/nextcloud/user_saml/blob/5a720dc71dd6545e6ce02cef975c0c3c1f68b798/lib/UserResolver.php#L94 which is a known duplication of LDAP code. It was removed in https://github.com/nextcloud/server/pull/29470, user_saml should follow. cc @come-nc

1. to develop
technical debt

We have a limit for user and group ids of 64 characters. At the moment, if a value from the IdP that is supposed to be used as such, is...

bug
1. to develop

### Steps to reproduce 1. Use Nextcloud 20 2. Have user_saml and, for instance, nextbackup enabled 3. Go to SAML settings for fresh configuration ### Expected behaviour * the SAML...

bug
1. to develop
javascript