diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-14 15:48:38 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-15 15:21:40 +0200 |
commit | b091394a90a22767ec08259eb19a2b0d0294c25d (patch) | |
tree | 8621831f140a8126a933203e14edf213fd58e628 /core/img | |
parent | 6824a5ce7f5752c2a3ebbe9e2f3a85eb3aafa05b (diff) | |
download | nextcloud-server-b091394a90a22767ec08259eb19a2b0d0294c25d.tar.gz nextcloud-server-b091394a90a22767ec08259eb19a2b0d0294c25d.zip |
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
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/rating/s0.png | bin | 0 -> 299 bytes |
-rw-r--r-- | core/img/rating/s1.png | bin | 299 -> 441 bytes |
-rw-r--r-- | core/img/rating/s10.png | bin | 557 -> 464 bytes |
-rw-r--r-- | core/img/rating/s11.png | bin | 464 -> 0 bytes |
-rw-r--r-- | core/img/rating/s2.png | bin | 441 -> 594 bytes |
-rw-r--r-- | core/img/rating/s3.png | bin | 594 -> 620 bytes |
-rw-r--r-- | core/img/rating/s4.png | bin | 620 -> 602 bytes |
-rw-r--r-- | core/img/rating/s5.png | bin | 602 -> 621 bytes |
-rw-r--r-- | core/img/rating/s6.png | bin | 621 -> 603 bytes |
-rw-r--r-- | core/img/rating/s7.png | bin | 603 -> 621 bytes |
-rw-r--r-- | core/img/rating/s8.png | bin | 621 -> 584 bytes |
-rw-r--r-- | core/img/rating/s9.png | bin | 584 -> 557 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/core/img/rating/s0.png b/core/img/rating/s0.png Binary files differnew file mode 100644 index 00000000000..9d5014106e5 --- /dev/null +++ b/core/img/rating/s0.png diff --git a/core/img/rating/s1.png b/core/img/rating/s1.png Binary files differindex 9d5014106e5..6846c8771f5 100644 --- a/core/img/rating/s1.png +++ b/core/img/rating/s1.png diff --git a/core/img/rating/s10.png b/core/img/rating/s10.png Binary files differindex b9c190f8ce7..c674569c389 100644 --- a/core/img/rating/s10.png +++ b/core/img/rating/s10.png diff --git a/core/img/rating/s11.png b/core/img/rating/s11.png Binary files differdeleted file mode 100644 index c674569c389..00000000000 --- a/core/img/rating/s11.png +++ /dev/null diff --git a/core/img/rating/s2.png b/core/img/rating/s2.png Binary files differindex 6846c8771f5..2f132cc5fa1 100644 --- a/core/img/rating/s2.png +++ b/core/img/rating/s2.png diff --git a/core/img/rating/s3.png b/core/img/rating/s3.png Binary files differindex 2f132cc5fa1..55e917f92e6 100644 --- a/core/img/rating/s3.png +++ b/core/img/rating/s3.png diff --git a/core/img/rating/s4.png b/core/img/rating/s4.png Binary files differindex 55e917f92e6..fa76c311c69 100644 --- a/core/img/rating/s4.png +++ b/core/img/rating/s4.png diff --git a/core/img/rating/s5.png b/core/img/rating/s5.png Binary files differindex fa76c311c69..8856309f838 100644 --- a/core/img/rating/s5.png +++ b/core/img/rating/s5.png diff --git a/core/img/rating/s6.png b/core/img/rating/s6.png Binary files differindex 8856309f838..4112e14fde2 100644 --- a/core/img/rating/s6.png +++ b/core/img/rating/s6.png diff --git a/core/img/rating/s7.png b/core/img/rating/s7.png Binary files differindex 4112e14fde2..ce25cf58df9 100644 --- a/core/img/rating/s7.png +++ b/core/img/rating/s7.png diff --git a/core/img/rating/s8.png b/core/img/rating/s8.png Binary files differindex ce25cf58df9..3197f23785f 100644 --- a/core/img/rating/s8.png +++ b/core/img/rating/s8.png diff --git a/core/img/rating/s9.png b/core/img/rating/s9.png Binary files differindex 3197f23785f..b9c190f8ce7 100644 --- a/core/img/rating/s9.png +++ b/core/img/rating/s9.png |