Thank you. Your explanations help a lot.
> On 19.10.2015, at 20:34, Vincent Petry <[email protected]> wrote: > > Hello, > > You can check how it's done here: > https://github.com/owncloud/core/blob/v8.2RC3/apps/files_external/appinfo/application.php#L35 > > You need to implement the Backend class and then tell it what Storage class > is used (you probably already have that one). See how it's done for SFTP: > https://github.com/owncloud/core/blob/v8.2RC3/apps/files_external/lib/backend/sftp.php#L35 > You can also see there how the parameters are defined. > > Hope this helps a bit. > > Cheers, > > Vincent > >> On 19.10.2015 20:26, Michael Roth wrote: >> Hello everybody, >> >> I extended the files_external app to support our Campus File System >> (NFSv4 with Kerberos Auth). I programmed a new storage backend into the >> lib folder and changes the appinfo/app.php to include the new file and >> set the configuration parameters. >> >> After installing OC 8.2 RC3 on our test system I realized, that the >> files_external app has changed and our extension for the CFS no longer >> worked. >> >> Can you help me to understand the changes made to the files_external app? >> How can I register an new storage backend? >> How are the configuration parameters for the admin page defined? >> >> Best wishes, >> Michael Roth >> >> >> >> _______________________________________________ >> Devel mailing list >> [email protected] >> http://mailman.owncloud.org/mailman/listinfo/devel > > _______________________________________________ > Devel mailing list > [email protected] > http://mailman.owncloud.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
