]> source.dussan.org Git - nextcloud-server.git/commit
introduce new app page layout
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 14 Aug 2014 13:48:38 +0000 (15:48 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 15 Oct 2014 13:21:40 +0000 (15:21 +0200)
commitb091394a90a22767ec08259eb19a2b0d0294c25d
tree8621831f140a8126a933203e14edf213fd58e628
parent6824a5ce7f5752c2a3ebbe9e2f3a85eb3aafa05b
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
34 files changed:
apps/files_encryption/img/app.svg [new file with mode: 0644]
apps/files_external/img/app.svg [new file with mode: 0644]
apps/files_sharing/img/app.svg [new file with mode: 0644]
apps/files_trashbin/img/app.svg [new file with mode: 0644]
apps/files_versions/img/app.svg [new file with mode: 0644]
apps/user_ldap/img/app.svg [new file with mode: 0644]
apps/user_webdavauth/img/app.svg [new file with mode: 0644]
core/img/rating/s0.png [new file with mode: 0644]
core/img/rating/s1.png
core/img/rating/s10.png
core/img/rating/s11.png [deleted file]
core/img/rating/s2.png
core/img/rating/s3.png
core/img/rating/s4.png
core/img/rating/s5.png
core/img/rating/s6.png
core/img/rating/s7.png
core/img/rating/s8.png
core/img/rating/s9.png
core/templates/layout.user.php
lib/private/app.php
lib/private/installer.php
lib/private/ocsclient.php
settings/ajax/apps/categories.php [new file with mode: 0644]
settings/ajax/apps/index.php [new file with mode: 0644]
settings/ajax/apps/ocs.php [deleted file]
settings/ajax/updateapp.php
settings/apps.php
settings/css/settings.css
settings/js/apps-custom.php [deleted file]
settings/js/apps.js
settings/js/old-apps.js [new file with mode: 0644]
settings/routes.php
settings/templates/apps.php