Commit Graph

215 Commits

Author SHA1 Message Date
Jan-Christoph Borchardt 81cd823c2a add specific edit icon 2015-10-13 09:42:32 +13:00
Thomas Müller eeac6e2ab1 Merge pull request #19454 from owncloud/ie8-madness-returns
[IE8] Fix file type sizes and popover menus in file list
2015-09-30 15:15:38 +02:00
Vincent Petry 42eb2149ad Optipng IE8 logo 2015-09-30 14:51:51 +02:00
Vincent Petry 00623b1c73 [IE8] Rescale PNG icons to 32x32 2015-09-29 18:28:28 +02:00
Vincent Petry e826108b6c Fix IE8 login logo
Added 175px logo to make it have the same size.
It's only used for IE8.
2015-09-29 16:57:14 +02:00
Olivier Paroz ff4227bbfc Use a universal shebang
Fixes #15037
2015-09-27 13:03:31 +02:00
Thomas Müller fe54d76e3d Merge pull request #19380 from owncloud/gallery-icon-visibility
increase visibility of slideshow controls, fix owncloud/gallery#51
2015-09-25 23:37:49 +02:00
Thomas Müller 44592ab584 Merge pull request #19383 from owncloud/simplify-upload-icon
simplify upload icon
2015-09-25 23:37:19 +02:00
Jan-Christoph Borchardt 0566af3a12 increase visibility of slideshow controls, fix @owncloud/gallery#51 2015-09-25 09:58:02 +12:00
Jan-Christoph Borchardt a5e9301ec0 simplify upload icon 2015-09-25 09:13:23 +12:00
Jan-Christoph Borchardt dada7d0c34 add slight shadow to close icon to make it visible on top of dark images, fix #19291 2015-09-23 21:31:40 +02:00
Thomas Müller 4d77fac191 Merge pull request #19048 from owncloud/details-icon
add details icon for file actions dropdown
2015-09-16 13:56:30 +02:00
Jan-Christoph Borchardt d2d4cbc23e fix checkbox images 2015-09-16 09:06:05 +02:00
Jan-Christoph Borchardt a7b27433ef add white versions of custom checkboxes 2015-09-16 09:06:05 +02:00
Jan-Christoph Borchardt 99238a5a42 custom checkbox style 2015-09-16 09:06:04 +02:00
Jan-Christoph Borchardt cb5ebef5df add details icon 2015-09-15 16:14:31 +02:00
Jan-Christoph Borchardt e7df6c0ca7 also modify other places icons to fit new style 2015-09-03 16:30:32 +02:00
Jan-Christoph Borchardt 90fa2bd558 export correct 48px png fallbacks for filetype icons 2015-09-03 15:47:05 +02:00
Jan-Christoph Borchardt e9e8f57655 Merge pull request #18621 from owncloud/filetype-icons-elsewhere
fix filetype icons elsewhere, empty page, sidebar, apps menu
2015-08-28 12:40:57 +02:00
Jan-Christoph Borchardt f967a1df68 fix filetype icons elsewhere, empty page, sidebar, apps menu 2015-08-28 00:53:27 +02:00
Jan-Christoph Borchardt 4914086500 fix png fallbacks of triangle icons 2015-08-27 23:16:53 +02:00
Jan-Christoph Borchardt 1a8f921a3d simpler style for filetype icons 2015-08-27 19:20:49 +02:00
Jan-Christoph Borchardt 8998cf517d adjust style of triangle and caret icons 2015-08-25 16:04:47 +02:00
Jan-Christoph Borchardt 2fccfbe278 also replace logo-mail with new look 2015-05-22 00:35:12 +02:00
Jan-Christoph Borchardt 78a0464354 replace logo-wide on share page as well with better icon + text 2015-05-22 00:04:47 +02:00
Jan-Christoph Borchardt dd7e519cda add link to installation documentation to setup page 2015-04-09 11:39:46 +02:00
Jan-Christoph Borchardt 84c2fe85b7 add icons to files sidebar, fix shade, fix position of settings icon and text 2015-04-08 19:25:28 +02:00
Jan-Christoph Borchardt 6b4985f5ad adjust shade of empty content icons, fix files icon shade 2015-03-26 23:49:32 +01:00
Jan-Christoph Borchardt dd7eb4c7c3 reduce logo size a bit for a better look 2015-03-26 00:43:11 +01:00
Jan-Christoph Borchardt c26e669c4c replace outdated 'shared' people icon with regular share icon as fallback 2015-01-09 16:18:42 +01:00
Jan-Christoph Borchardt 0bda42b8e3 add empty state for external storages 2014-12-17 21:57:31 +01:00
Olivier Paroz ab3381d386 PNG and SVG have been compressed 2014-12-05 01:47:44 +01:00
Olivier Paroz 5990293331 Improve the bitmap and vector mime icons
* Vector files such as Illustrator files currently show the "image"
icon. I propose to add a new type to mimetypeIcon() called
"image/vector" and which would be used by SVG as well
* We can use the current image-svg+xml icon, but would simply rename it
to image-vector
* The black and white "image" icon looks too much like a settings icon.
A simple picture representation pasted over the file icon should work
2014-12-02 21:11:56 +01:00
Thomas Müller b091394a90 introduce new app page layout
filter installed and not-installed apps properly

kill unneeded file

load category 'Installed' on page load

adding documentation links

new apps mgmt: first style adjustment

apps mgmt: only show license and preview if they exist

adding buttons

new apps mgmt: fix for mobile

use app icon if available

new apps mgmt: position enable/disable toggle to the right

new apps mgmt: proper display of icons or previews

new apps mgmt: fix loading spinner

reenable group selection for apps

new apps mgmt: position enable button normally again

new apps mgmt: clarify wording from 'Installed' to 'Enabled'

reintroduce enable/disable

Move rating image path generation to client-side

Move expression outside of l10n

fix group handling

add buttons for 'More apps' and 'Add your app' again

disable changed date of app for now

adding recommended label

style 'Recommended' app tag

fixing php warning

sort by rating

adding meta-category 'Recommended'

 Only show existing documentation links

lacy loading of screenshots

making group based app activation work again

adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg'

adding app.svg for all core apps

query string '?installed' is not longer needed

update and uninstall is back + error feedback

remove unneeded parameter

fix alignment of 'recommended' label
2014-10-15 15:21:40 +02:00
Jan-Christoph Borchardt fd4eb9d460 fix folder icon alignment, fix #10866 2014-09-11 15:52:12 +02:00
Jan-Christoph Borchardt 73e09ecb5e fix svg of calendar filetype icon 2014-09-11 15:51:24 +02:00
Jan-Christoph Borchardt 8ac648bf1e fix size of toggle icon, make container square 2014-09-11 15:39:01 +02:00
Jan-Christoph Borchardt a344b097e5 improve style of checkmark icon, less bold, fitting ownCloud style 2014-09-11 15:38:39 +02:00
Jan-Christoph Borchardt da48ba2782 also use link icon for the folders .. 2014-07-30 11:07:16 +02:00
Jan-Christoph Borchardt 4087d128bb use more understandable 'link' icon for public links (instead of hard to recognize globe), fix #9707 2014-07-29 14:53:43 +02:00
Jan-Christoph Borchardt 3013b26092 improve look of search on mobile, save space in top bar 2014-07-24 14:38:19 +02:00
Jan-Christoph Borchardt de52be7189 remove unused 3rdparty clock and lock icons 2014-07-15 11:37:38 +02:00
Jan-Christoph Borchardt ad8f1743e3 remove shadow effects from folder icons, reduce size 2014-07-02 20:12:04 +02:00
Jan-Christoph Borchardt a2dda44605 remove shadow effects from info, search and settings icon, reduce size 2014-07-02 20:07:57 +02:00
Jan-Christoph Borchardt 876ff9aaef remove shadow effects from places icons, reduce size 2014-07-02 20:03:09 +02:00
Joas Schilling 7896b866df Reduce size of png files so they match the svg
Fix #8996
2014-06-12 10:55:25 +02:00
Jan-Christoph Borchardt 85a002468d fix logo glitch, add whitespace around form 2014-06-06 15:54:19 +02:00
Jan-Christoph Borchardt 1ad2101801 add menu icon 2014-06-05 11:51:59 +02:00
Thomas Müller 1c20c72efe Merge pull request #8620 from owncloud/design-navigation-two
Toggle app navigation not only on mobile, but on desktop as well
2014-06-05 10:53:22 +02:00
Morris Jobke ca43fba513 Merge pull request #8791 from owncloud/share-overview-sharewithstatus
Update share action text to display owner/recipients
2014-06-04 17:04:30 +02:00