Jürgen Weigert
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...
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.  The occ...
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  ``` {"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...
Seen while testing the online updater  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...
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'...
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...
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  We can use...