]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #1169 from nextcloud/2fa-single-provider
Lukas Reschke [Mon, 29 Aug 2016 19:54:18 +0000 (21:54 +0200)]
Merge pull request #1169 from nextcloud/2fa-single-provider

redirect to 2fa provider if there's only one active for the user

8 years agoMerge pull request #1170 from nextcloud/theming-fix-primary-button
Lukas Reschke [Mon, 29 Aug 2016 19:39:09 +0000 (21:39 +0200)]
Merge pull request #1170 from nextcloud/theming-fix-primary-button

Theming: fix primary button for bright colors

8 years agoMerge pull request #1130 from nextcloud/shared-upload-quota
Roeland Jago Douma [Mon, 29 Aug 2016 18:37:07 +0000 (20:37 +0200)]
Merge pull request #1130 from nextcloud/shared-upload-quota

[uc] Fix uploading to shared folder with quota

8 years agoMerge pull request #1147 from nextcloud/files-hidden-files-summary
Roeland Jago Douma [Mon, 29 Aug 2016 18:36:07 +0000 (20:36 +0200)]
Merge pull request #1147 from nextcloud/files-hidden-files-summary

Display number of hidden files in files summary (#25870)

8 years agoMerge pull request #1146 from nextcloud/init-filesconfig
Roeland Jago Douma [Mon, 29 Aug 2016 18:35:56 +0000 (20:35 +0200)]
Merge pull request #1146 from nextcloud/init-filesconfig

Make sure file list files config always exists

8 years agoMerge pull request #1148 from nextcloud/files-scan-reconnect-database-before-each...
Roeland Jago Douma [Mon, 29 Aug 2016 18:25:59 +0000 (20:25 +0200)]
Merge pull request #1148 from nextcloud/files-scan-reconnect-database-before-each-user-master

Before a user is getting scanned the database connection is re-establ…

8 years agoMerge pull request #1145 from nextcloud/upstream-25794
Roeland Jago Douma [Mon, 29 Aug 2016 17:56:50 +0000 (19:56 +0200)]
Merge pull request #1145 from nextcloud/upstream-25794

DAV: Return data-fingerprint always when asked

8 years agoMerge pull request #1142 from nextcloud/fix-case-sensitive-settings
Roeland Jago Douma [Mon, 29 Aug 2016 17:56:35 +0000 (19:56 +0200)]
Merge pull request #1142 from nextcloud/fix-case-sensitive-settings

Fix issues where some user settings cannot be loaded when the user id…

8 years agoMerge pull request #1139 from nextcloud/clean-code-image
Roeland Jago Douma [Mon, 29 Aug 2016 17:56:16 +0000 (19:56 +0200)]
Merge pull request #1139 from nextcloud/clean-code-image

Some cleanup within OC_Image (#25875)

8 years agoMerge pull request #1115 from nextcloud/fix_146
Christoph Wurst [Mon, 29 Aug 2016 17:48:51 +0000 (19:48 +0200)]
Merge pull request #1115 from nextcloud/fix_146

Link 'Allow editing' => 'Allow upload and editing'

8 years agoTheming: fix primary button for bright colors 1170/head
Julius Haertl [Mon, 29 Aug 2016 17:07:27 +0000 (19:07 +0200)]
Theming: fix primary button for bright colors

8 years agoredirect to 2fa provider if there's only one active for the user 1169/head
Christoph Wurst [Mon, 29 Aug 2016 16:36:39 +0000 (18:36 +0200)]
redirect to 2fa provider if there's only one active for the user

8 years agoMerge pull request #1136 from nextcloud/fix-16041
Joas Schilling [Mon, 29 Aug 2016 13:57:33 +0000 (15:57 +0200)]
Merge pull request #1136 from nextcloud/fix-16041

Modified overflow in multiselector

8 years agoMerge pull request #1135 from nextcloud/choose-buttons
Joas Schilling [Mon, 29 Aug 2016 13:51:54 +0000 (15:51 +0200)]
Merge pull request #1135 from nextcloud/choose-buttons

Choose button remains disabled unless files are chosen

8 years agoMerge pull request #1134 from nextcloud/fix_redirection
Joas Schilling [Mon, 29 Aug 2016 13:49:25 +0000 (15:49 +0200)]
Merge pull request #1134 from nextcloud/fix_redirection

Fix redirection taking care of protocol and port

8 years agoMerge pull request #1133 from nextcloud/fix-numerous
Joas Schilling [Mon, 29 Aug 2016 13:48:36 +0000 (15:48 +0200)]
Merge pull request #1133 from nextcloud/fix-numerous

always return numeric storage id as int, also check type equality in …

8 years agoMerge pull request #1131 from nextcloud/add-padding
Joas Schilling [Mon, 29 Aug 2016 13:46:59 +0000 (15:46 +0200)]
Merge pull request #1131 from nextcloud/add-padding

Adds padding and max-width to the input for the sign up page. (#25959)

8 years agoMerge pull request #1128 from nextcloud/upstream-25922
Roeland Jago Douma [Mon, 29 Aug 2016 13:37:59 +0000 (15:37 +0200)]
Merge pull request #1128 from nextcloud/upstream-25922

Users page lazy multiselect group dropdowns

8 years agoMerge pull request #1117 from iamfool/master
Lukas Reschke [Mon, 29 Aug 2016 13:27:41 +0000 (15:27 +0200)]
Merge pull request #1117 from iamfool/master

Update Admin.php

8 years agoBefore a user is getting scanned the database connection is re-established 1148/head
Thomas Müller [Thu, 18 Aug 2016 12:18:02 +0000 (14:18 +0200)]
Before a user is getting scanned the database connection is re-established

8 years agoDisplay number of hidden files in files summary (#25870) 1147/head
Vincent Petry [Fri, 19 Aug 2016 14:44:58 +0000 (16:44 +0200)]
Display number of hidden files in files summary (#25870)

When dot files are hidden, the table summary and selection summary will
not show how many hidden files were included.

8 years agoMake sure file list files config always exists 1146/head
Vincent Petry [Mon, 22 Aug 2016 07:45:21 +0000 (09:45 +0200)]
Make sure file list files config always exists

Initialize files config with defaults in case none was passed

8 years ago[master] DAV: Return data-fingerprint always when asked (#25482) 1145/head
Markus Goetz [Sat, 13 Aug 2016 15:03:54 +0000 (17:03 +0200)]
[master] DAV: Return data-fingerprint always when asked (#25482)

For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.

8 years agoFix issues where some user settings cannot be loaded when the user id differs in... 1142/head
Thomas Müller [Mon, 22 Aug 2016 18:25:20 +0000 (20:25 +0200)]
Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity - fixes #25684 (#25686)

8 years agoSome cleanup within OC_Image (#25875) 1139/head
Thomas Müller [Mon, 22 Aug 2016 18:56:59 +0000 (20:56 +0200)]
Some cleanup within OC_Image (#25875)

8 years agoModified overflow in multiselector 1136/head
Sergio Bertolín [Wed, 24 Aug 2016 16:06:14 +0000 (16:06 +0000)]
Modified overflow in multiselector

8 years agoChoose button remains disabled unless files are chosen 1135/head
Sujith Haridasan [Mon, 22 Aug 2016 12:21:47 +0000 (17:51 +0530)]
Choose button remains disabled unless files are chosen
from filepicker

This is will help user to understand that you can only
click choose button once the files are selected from the
file picker. This addresses the solution for issue 16106

Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
8 years agoFix redirection taking care of protocol and port 1134/head
Juan Pablo Villafáñez [Thu, 25 Aug 2016 12:27:58 +0000 (14:27 +0200)]
Fix redirection taking care of protocol and port

8 years agoalways return numeric storage id as int, also check type equality in test asserts 1133/head
Jörn Friedrich Dreyer [Mon, 22 Aug 2016 11:35:51 +0000 (13:35 +0200)]
always return numeric storage id as int, also check type equality in test asserts

8 years agoAdds padding and max-width to the input for the sign up page. (#25959) 1131/head
Raghu Nayyar [Mon, 29 Aug 2016 07:26:39 +0000 (09:26 +0200)]
Adds padding and max-width to the input for the sign up page. (#25959)

8 years agoA shared storage is never a home storage - fixes #25582 1130/head
Thomas Müller [Mon, 1 Aug 2016 12:22:30 +0000 (14:22 +0200)]
A shared storage is never a home storage - fixes #25582

8 years agoAdded integration test
Sergio Bertolin [Tue, 26 Jul 2016 15:59:02 +0000 (15:59 +0000)]
Added integration test

8 years agoFix group sorting in user list group selection 1128/head
Vincent Petry [Wed, 24 Aug 2016 08:06:46 +0000 (10:06 +0200)]
Fix group sorting in user list group selection

8 years agoExtra non-available groups also in list
Vincent Petry [Wed, 24 Aug 2016 08:03:07 +0000 (10:03 +0200)]
Extra non-available groups also in list

8 years agoUsers page lazy multiselect group dropdowns
Vincent Petry [Tue, 23 Aug 2016 15:22:10 +0000 (17:22 +0200)]
Users page lazy multiselect group dropdowns

Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.

8 years agoUpdate AdminTest.php 1117/head
iamfool [Mon, 29 Aug 2016 08:47:23 +0000 (01:47 -0700)]
Update AdminTest.php

8 years agoUpdate Admin.php
iamfool [Mon, 29 Aug 2016 01:02:45 +0000 (18:02 -0700)]
Update Admin.php

8 years agoLink 'Allow editing' => 'Allow upload and editing' 1115/head
Roeland Jago Douma [Sun, 28 Aug 2016 19:50:31 +0000 (21:50 +0200)]
Link 'Allow editing' => 'Allow upload and editing'

Fixes #146

8 years agoMerge pull request #976 from nextcloud/downstream-25702
Lukas Reschke [Sun, 28 Aug 2016 13:06:27 +0000 (15:06 +0200)]
Merge pull request #976 from nextcloud/downstream-25702

Hide the LDAP password in the client side

8 years agoMerge pull request #847 from nextcloud/quota-mount-in-homefolder
Lukas Reschke [Sun, 28 Aug 2016 13:05:46 +0000 (15:05 +0200)]
Merge pull request #847 from nextcloud/quota-mount-in-homefolder

fix quota calculation when a filesystem is mounted in a user home

8 years agoMerge pull request #1093 from nextcloud/mail-fontstack
Raghu Nayyar [Sun, 28 Aug 2016 08:30:50 +0000 (10:30 +0200)]
Merge pull request #1093 from nextcloud/mail-fontstack

use proper font stack for email

8 years agoMerge pull request #1105 from nextcloud/usermenu-ordering
Raghu Nayyar [Sun, 28 Aug 2016 08:30:16 +0000 (10:30 +0200)]
Merge pull request #1105 from nextcloud/usermenu-ordering

fix ordering of user menu entries

8 years agoMerge pull request #1097 from nextcloud/2fa-cancel-login-styling
Jan-Christoph Borchardt [Sat, 27 Aug 2016 21:19:08 +0000 (23:19 +0200)]
Merge pull request #1097 from nextcloud/2fa-cancel-login-styling

Small design fixes for "Cancel login" link on the 2FA challenge page

8 years agoMerge pull request #1103 from nextcloud/improve-theming-performance
Jan-Christoph Borchardt [Sat, 27 Aug 2016 21:18:34 +0000 (23:18 +0200)]
Merge pull request #1103 from nextcloud/improve-theming-performance

Increase theming performance

8 years agoMerge pull request #1098 from nextcloud/2fa-challenge-styling
Jan-Christoph Borchardt [Sat, 27 Aug 2016 21:14:31 +0000 (23:14 +0200)]
Merge pull request #1098 from nextcloud/2fa-challenge-styling

2fa challenge styling

8 years agoMerge pull request #1054 from nextcloud/less-cache-hits
Lukas Reschke [Sat, 27 Aug 2016 20:44:29 +0000 (22:44 +0200)]
Merge pull request #1054 from nextcloud/less-cache-hits

Reduce the number of cache operations for dav operations

8 years agoMerge pull request #968 from Faldon/fixing_spinner_animation
Lukas Reschke [Sat, 27 Aug 2016 20:43:03 +0000 (22:43 +0200)]
Merge pull request #968 from Faldon/fixing_spinner_animation

Fixing infinite spinner animation

8 years agofix ordering of user menu entries 1105/head
Jan-Christoph Borchardt [Sat, 27 Aug 2016 20:35:02 +0000 (22:35 +0200)]
fix ordering of user menu entries

8 years agoMerge pull request #1058 from nextcloud/avatarController_cleanup
Lukas Reschke [Sat, 27 Aug 2016 20:25:34 +0000 (22:25 +0200)]
Merge pull request #1058 from nextcloud/avatarController_cleanup

Avatar controller cleanup

8 years agofix double semicolon 1097/head
Jan-Christoph Borchardt [Sat, 27 Aug 2016 20:13:58 +0000 (22:13 +0200)]
fix double semicolon

8 years agoUse temporary file as cache 1103/head
Lukas Reschke [Sat, 27 Aug 2016 19:38:41 +0000 (21:38 +0200)]
Use temporary file as cache

8 years agoIncrease theming performance
Lukas Reschke [Sat, 27 Aug 2016 10:38:15 +0000 (12:38 +0200)]
Increase theming performance

1. Set proper caching headers (`Pragma: cache`)
2. Resize image proportionally to a max size of 1920px
3. Store images with progressive mode

This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.

8 years agolist 2FA providers as buttons 1098/head
Christoph Wurst [Sat, 27 Aug 2016 10:27:05 +0000 (12:27 +0200)]
list 2FA providers as buttons

8 years agouse centered h2 for 2FA page headers
Christoph Wurst [Sat, 27 Aug 2016 09:33:15 +0000 (11:33 +0200)]
use centered h2 for 2FA page headers

8 years agofix 2fa challenge page wording
Christoph Wurst [Sat, 27 Aug 2016 09:10:36 +0000 (11:10 +0200)]
fix 2fa challenge page wording

8 years agoreorder 2fa challenge HTML
Christoph Wurst [Fri, 26 Aug 2016 21:20:00 +0000 (23:20 +0200)]
reorder 2fa challenge HTML

8 years agoMerge pull request #1091 from nextcloud/theming-title-preview
Lukas Reschke [Sat, 27 Aug 2016 09:10:00 +0000 (11:10 +0200)]
Merge pull request #1091 from nextcloud/theming-title-preview

Theming: Preview instance name in page title

8 years ago2fa cancel login styling
Christoph Wurst [Sat, 27 Aug 2016 09:03:39 +0000 (11:03 +0200)]
2fa cancel login styling

8 years agouse proper font stack for email 1093/head
Jan-Christoph Borchardt [Fri, 26 Aug 2016 20:59:24 +0000 (22:59 +0200)]
use proper font stack for email

8 years agoTheming: Preview for page title 1091/head
Julius Haertl [Fri, 26 Aug 2016 16:21:05 +0000 (18:21 +0200)]
Theming: Preview for page title

8 years agoMerge pull request #1088 from nextcloud/core_tags_cleanup
Lukas Reschke [Fri, 26 Aug 2016 15:55:30 +0000 (17:55 +0200)]
Merge pull request #1088 from nextcloud/core_tags_cleanup

Tag cleanup

8 years agoMerge pull request #1031 from nextcloud/2fa-infinite-redirect-loop
Joas Schilling [Fri, 26 Aug 2016 14:03:05 +0000 (16:03 +0200)]
Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop

prevent infinite redirect loops if the there is no 2fa provider to pass

8 years agoAutoloader update 1088/head
Roeland Jago Douma [Fri, 26 Aug 2016 13:46:58 +0000 (15:46 +0200)]
Autoloader update

8 years agoMerge pull request #1085 from nextcloud/fix-ffs-sharing-syntax
Roeland Jago Douma [Fri, 26 Aug 2016 13:10:03 +0000 (15:10 +0200)]
Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntax

Fix the syntax of the federation ID share buttons

8 years agoMerge pull request #771 from nextcloud/theming-fixes
Roeland Jago Douma [Fri, 26 Aug 2016 13:02:21 +0000 (15:02 +0200)]
Merge pull request #771 from nextcloud/theming-fixes

Theming: Fix missing color usage

8 years agoRemove the core tag routes since they are broken
Roeland Jago Douma [Fri, 26 Aug 2016 13:00:18 +0000 (15:00 +0200)]
Remove the core tag routes since they are broken

Private internal stuff that nobody *should* be using anyways.
But on top of that already broken for a long time. So nobody could be
using it even.

8 years agoMerge pull request #1053 from nextcloud/set-quota-non-int
Lukas Reschke [Fri, 26 Aug 2016 12:56:53 +0000 (14:56 +0200)]
Merge pull request #1053 from nextcloud/set-quota-non-int

fix setting quota to default or unlimited

8 years agoMerge pull request #1077 from nextcloud/sharee_ocs_appframework
Lukas Reschke [Fri, 26 Aug 2016 12:56:12 +0000 (14:56 +0200)]
Merge pull request #1077 from nextcloud/sharee_ocs_appframework

Sharee API to AppFramework

8 years agoReorder the buttons by importance 1085/head
Joas Schilling [Fri, 26 Aug 2016 12:11:37 +0000 (14:11 +0200)]
Reorder the buttons by importance

8 years agoFix more HTML "syntax"
Joas Schilling [Fri, 26 Aug 2016 12:04:37 +0000 (14:04 +0200)]
Fix more HTML "syntax"

8 years agoFIx the syntax of the buttons
Joas Schilling [Fri, 26 Aug 2016 11:59:50 +0000 (13:59 +0200)]
FIx the syntax of the buttons

8 years agoMerge pull request #1049 from nextcloud/theming-admin-improvements
Marius Blüm [Fri, 26 Aug 2016 11:37:25 +0000 (13:37 +0200)]
Merge pull request #1049 from nextcloud/theming-admin-improvements

Theming admin improvements

8 years agoMerge pull request #1080 from nextcloud/always_lazyroot
Lukas Reschke [Fri, 26 Aug 2016 11:18:01 +0000 (13:18 +0200)]
Merge pull request #1080 from nextcloud/always_lazyroot

Always use the LazyRoot

8 years agoMake federadedfilesharing button match the theming values 771/head
Julius Haertl [Thu, 25 Aug 2016 10:54:31 +0000 (12:54 +0200)]
Make federadedfilesharing button match the theming values

8 years agoAlways use the LazyRoot 1080/head
Roeland Jago Douma [Fri, 26 Aug 2016 10:13:34 +0000 (12:13 +0200)]
Always use the LazyRoot

8 years agoTheming: Hide undo button on default values 1049/head
Julius Haertl [Wed, 24 Aug 2016 09:34:45 +0000 (11:34 +0200)]
Theming: Hide undo button on default values

8 years agoTheming: Add preview for login screen
Julius Haertl [Wed, 24 Aug 2016 09:33:54 +0000 (11:33 +0200)]
Theming: Add preview for login screen

8 years agoTheming: Adjust jquery ui elements
Julius Haertl [Wed, 10 Aug 2016 20:06:36 +0000 (22:06 +0200)]
Theming: Adjust jquery ui elements

8 years agoTheming: colorize primary buttons
Julius Haertl [Mon, 8 Aug 2016 13:06:17 +0000 (15:06 +0200)]
Theming: colorize primary buttons

8 years agoRemove internal from getThemingDefaults
Julius Haertl [Mon, 8 Aug 2016 12:36:56 +0000 (14:36 +0200)]
Remove internal from getThemingDefaults

8 years agoTheming: fix federated sharing button color
Julius Haertl [Mon, 8 Aug 2016 12:36:06 +0000 (14:36 +0200)]
Theming: fix federated sharing button color

8 years agoMerge pull request #1026 from nextcloud/theming-extend-defaults
Roeland Jago Douma [Fri, 26 Aug 2016 09:53:24 +0000 (11:53 +0200)]
Merge pull request #1026 from nextcloud/theming-extend-defaults

Theming: Add logo and background to ThemingDefaults

8 years agoSharee API to AppFramework 1077/head
Roeland Jago Douma [Fri, 26 Aug 2016 08:52:06 +0000 (10:52 +0200)]
Sharee API to AppFramework

* Move to OCSController
* Move to Controller folder
* Use automatic DI
* Use function parameters
* Updated tests

8 years agoMerge pull request #1069 from nextcloud/l10ntest_nodb
Joas Schilling [Thu, 25 Aug 2016 21:38:27 +0000 (23:38 +0200)]
Merge pull request #1069 from nextcloud/l10ntest_nodb

L10N tests do not require DB

8 years agoMerge pull request #1065 from nextcloud/cappedcachetest_nodb
Joas Schilling [Thu, 25 Aug 2016 21:38:17 +0000 (23:38 +0200)]
Merge pull request #1065 from nextcloud/cappedcachetest_nodb

CappedMemoryCacheTest does not require DB

8 years agoMerge pull request #1050 from nextcloud/fix-1048
Lukas Reschke [Thu, 25 Aug 2016 20:44:23 +0000 (22:44 +0200)]
Merge pull request #1050 from nextcloud/fix-1048

fix internal links in security & setup warnings, resolves #1048

8 years agoL10N tests do not require DB 1069/head
Roeland Jago Douma [Thu, 25 Aug 2016 20:37:14 +0000 (22:37 +0200)]
L10N tests do not require DB

* Makes CI a bit more efficient
* Cleanup getMock warning

8 years agoCappedMemoryCacheTest does not require DB 1065/head
Roeland Jago Douma [Thu, 25 Aug 2016 20:32:39 +0000 (22:32 +0200)]
CappedMemoryCacheTest does not require DB

Makes CI a bit more efficient

8 years agoRemove unused core wrappers 1058/head
Roeland Jago Douma [Thu, 25 Aug 2016 19:44:27 +0000 (21:44 +0200)]
Remove unused core wrappers

8 years agoAvatarController cleanup
Roeland Jago Douma [Thu, 25 Aug 2016 19:39:14 +0000 (21:39 +0200)]
AvatarController cleanup

* Use all DI components
* Let the AppFramework resolve the AvatarController
* Update unit tests
* Unit tests no longer require DB

8 years agooptimize getUserFolder for the common case 1054/head
Robin Appelman [Thu, 25 Aug 2016 13:50:02 +0000 (15:50 +0200)]
optimize getUserFolder for the common case

8 years agocache user folders
Robin Appelman [Thu, 25 Aug 2016 13:49:36 +0000 (15:49 +0200)]
cache user folders

8 years agocache root id in mountpoint
Robin Appelman [Thu, 25 Aug 2016 13:49:18 +0000 (15:49 +0200)]
cache root id in mountpoint

8 years agoreuse the userfolder's fileinfo when possible during dav setup
Robin Appelman [Thu, 25 Aug 2016 13:48:53 +0000 (15:48 +0200)]
reuse the userfolder's fileinfo when possible during dav setup

8 years agoMerge pull request #1036 from nextcloud/query-logger-stack
Joas Schilling [Thu, 25 Aug 2016 14:43:08 +0000 (16:43 +0200)]
Merge pull request #1036 from nextcloud/query-logger-stack

add stacktrace to query logger

8 years agofix setting quota to default or unlimited 1053/head
Robin Appelman [Thu, 25 Aug 2016 13:55:30 +0000 (15:55 +0200)]
fix setting quota to default or unlimited

8 years agoMerge pull request #1046 from nextcloud/dep_getHTTPHelper
blizzz [Thu, 25 Aug 2016 11:52:56 +0000 (13:52 +0200)]
Merge pull request #1046 from nextcloud/dep_getHTTPHelper

Do not use deprecated HTTPHelper

8 years agoadjust js tests 1050/head
Arthur Schiwon [Thu, 25 Aug 2016 11:47:14 +0000 (13:47 +0200)]
adjust js tests

8 years agofix internal links in security & setup warnings, resolves #1048
Arthur Schiwon [Thu, 25 Aug 2016 11:24:50 +0000 (13:24 +0200)]
fix internal links in security & setup warnings, resolves #1048

8 years agoMerge pull request #1044 from nextcloud/master-add-cache-buster
Lukas Reschke [Thu, 25 Aug 2016 03:58:01 +0000 (05:58 +0200)]
Merge pull request #1044 from nextcloud/master-add-cache-buster

Add cachebuster to icons.css