server/apps
Daniel Calviño Sánchez 542dc2b335 Fix upload button visible on read-only folders
The div that contains the elements related to the creation of new files,
and thus the upload button, is always present in the DOM; it is hidden
or shown based on the folder permissions by adding or removing the
"hidden" CSS class. However, as the other CSS classes for the div are
"actions" and "creatable" and a "display: flex" rule was defined for
".actions.creatable" below the "display: none" rule for
".actions.hidden" the last one took precedence and the div ended being
always visible, even if the "hidden" CSS class was set. Now the rules
for the ".actions.hidden" selector are defined below the rules for the
".actions.creatable" selector and thus the "display: none" rule is
applied as expected.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-28 17:26:36 +01:00
..
admin_audit Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
comments Merge pull request #8355 from nextcloud/fix-comments-num-index 2018-02-26 17:12:57 +01:00
dav Loglevel is an int 2018-02-27 10:45:35 +01:00
encryption [tx-robot] updated from transifex 2018-02-24 01:12:16 +00:00
federatedfilesharing [tx-robot] updated from transifex 2018-02-22 01:12:26 +00:00
federation [tx-robot] updated from transifex 2018-02-27 01:14:26 +00:00
files Fix upload button visible on read-only folders 2018-02-28 17:26:36 +01:00
files_external [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
files_sharing Merge pull request #8569 from nextcloud/cleanup_unused_static_sharing 2018-02-28 13:09:06 +01:00
files_trashbin Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
files_versions Use normal header() calls instead of private method calls 2018-02-19 09:40:25 +01:00
lookup_server_connector Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
oauth2 [tx-robot] updated from transifex 2018-02-27 01:14:26 +00:00
provisioning_api Fix tests 2018-02-27 22:03:40 +01:00
sharebymail [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
systemtags Merge pull request #8355 from nextcloud/fix-comments-num-index 2018-02-26 17:12:57 +01:00
testing Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
theming [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2018-02-21 01:12:10 +00:00
updatenotification [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
user_ldap [tx-robot] updated from transifex 2018-02-28 01:12:31 +00:00
workflowengine Make the Outlook and Thunderbird addons identifyable 2018-02-27 14:37:32 +01:00