Visualization question

Steps to reproduce

1.
2.
3.

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Server configuration

Operating system:

Web server:

Database:

PHP version:

ownCloud version: (see ownCloud admin page)

Updated from an older ownCloud or fresh install:

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

The content of config/config.php:

Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well sanitized form.

or 

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to dilligently
remove *all* host names, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: yes/no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser:

Operating system:

Logs

Web server error log

Insert your webserver log here

ownCloud log (data/owncloud.log)

Insert your ownCloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...

where is your question?

I am sorry

I have a
Visualization question

Currently viewing images just uploaded to my own cloud.

when I select one I get the dialog box asking me if I want to open the image or save it
I have checked settings in firefox and there is no reason why images should be blocked, or I dont see

Also I do not see the the gallery layout button (top right) in order to view files as thumbs instead of list.

Thank you for any information on that

Do you have the Gallery App enabled? If not, go to Market or Apps in the top left corner and install the Gallery App. Then you will be able to view Images in ownCloud instead of having to download them to your computer.

I Ok I just saw that
i get
No marketplace connection
when i click on install

Ok sorry I tried again and it worked
thanks !

Yay :slight_smile:

Glad it worked

Yes super neat thanks !

I have an question on the same topic if I may.

I can not find where to modify the login page, change url ico file, Logo, metas etc
Is there a plug in for this too

Thanks
Philip

Sounds to me like you would like another theme for your ownCloud

We have a lot of information on how to use ownCloud documented in our great documentation

Here is the section about themes

Hi thanks for that, I had a look but this is for entreprise edition only ?

I just need to change the logo and home page image, slogan / title etc

I was using nextcloud before and these functions were integrated in the admin..?

thanks
Philip

Seems you can do the same in the community edition: https://doc.owncloud.org/server/latest/developer_manual/core/theming.html

At some point in time it looks that its even possible to install themes from the appstore: https://marketplace.owncloud.com/themes

Hi Thanks for your answer Its not exactly what I am looking for not having the time or nowhow to build a theme from scratch
I do not see any other theme in there apart from enterprise edition

I was using next cloud before switching to owncloud because of the desktop synch app not working properly on my Debian set up, in next cloud you can change logo meta title colors background images etc directly in the admin..

How come its not posible here ?

Thanks
Philip

I think it's only possible if you have the enterprise version. In the way that you described.

If I understood you correctly you want to do something like just upload a picture in your admin section and that should be the background image, right?

Is that what you imagined? If yes - than it's only available in that form for the enterprise customers.

But I did some googeling and found a guide that explains how you could modify the standard theme and get what you want:

I don't know if you can speak German, but I suppose you could find a guide in English too.

Do this help you?

Thanks for that no I can do French or English but not German.

I can do quite a bit of own branding by replacing the images in /core/img
seems to work ok

I am glad that things work for you :slight_smile: