Jürgen Weigert

Results 185 issues of Jürgen Weigert

### Pre-submit checks - [ ] I [checked for similar issues](https://github.com/TheAssassin/AppImageLauncher/issues?q=) beforehand, but could not find any, not even closed ones. I could not add my bug report to any...

bug
needs verification

Seen in 10.7.0 RC1 I have no clear reproducer for this, but I ran by accdent into this situation multiple times: The web ui asks for update. ![image](https://user-images.githubusercontent.com/1108546/111711431-f4727a80-884b-11eb-97d1-1ed0bf3d44bc.png) The occ...

QA:team

Also documented accepted inputs to the sed monster and expected. Feel free to convert that into a unit test :-)

Seen while testing the updater server for 10.10.0 ![image](https://user-images.githubusercontent.com/1108546/174738347-12edf3db-33ac-4e5b-9220-ecf4426e4ec4.png) ``` {"reqId":"YrEDTyEfgXEsPm3SPCvN6wAAAAI","level":3,"time":"2022-06-20T23:31:28+00:00","remoteAddr":"65.108.61.163","user":"--","app":"index","method":"POST","url":"\/index.php\/occ\/upgrade","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Class 'OC_Mount_Config' not found\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(399): include_once()\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(151): OC\\\\Route\\\\Router->requireRouteFile()\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(279): OC\\\\Route\\\\Router->loadRoutes()\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(931): OC\\\\Route\\\\Router->match()\\n#4 \\\/var\\\/www\\\/owncloud\\\/index.php(54): OC::handleRequest()\\n#5 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/appinfo\\\/routes.php\",\"Line\":31}"} ``` Class OC_Mount_Config belongs...

Seen while testing the online updater for 10.10.0 * Setup a local online updater, offering `ownCloud 10.10.0` for the stable channel , and 'ownCloud daily' for daily channel. * start...

QA:team

Seen while testing the online updater ![image](https://user-images.githubusercontent.com/1108546/174740708-3c1079ea-0830-436f-8c6f-fc4e4ac46714.png) Before running an update the admin is offered a link to the changelog, at the _i_ icon. The link is constructed as https://owncloud.com/changelog/#latest10.10...

QA:team

Seen in 10.9.0 beta1 * have an external SFTP storage * create a subdirectory SFTP/xxx * create a file 'SFTP/xxx/Untitiled 1.odt' (using a desktop client) * delete the folder 'SFTP/xxx'...

enhancement
QA:team

Seen in 10.10.0 RC2 with encryption 1.5.1 on ubuntu-22.04 Install using ondej ppa: ``` apt install -y software-properties-common LC_ALL=C.UTF-8 add-apt-repository --yes ppa:ondrej/php LC_ALL=C.UTF-8 add-apt-repository --yes ppa:ondrej/apache2 apt update apt install...

Seen in 10.10.0 RC2 This is a followup of #39550 - where the share reciever tried to move the share. (That is fixed now) Now Let's try with the share...

QA:team

Seen in 10.10.0 RC2 and 10.9.1 External storages have an option for `Credentials hardcoded in config file` - This feature allows to store passwords in config.php ![image](https://user-images.githubusercontent.com/1108546/167024793-8131729d-ca99-4b0b-aae9-c1cd1596f182.png) We can use...

QA:team