summaryrefslogtreecommitdiffstats
path: root/settings/templates/apps.php
Commit message (Collapse)AuthorAgeFilesLines
* improve emptycontent stylesJan-Christoph Borchardt2016-03-311-1/+1
|
* Consistently use rel=noreferrerLukas Reschke2016-03-201-4/+4
| | | | When linking to external entities we should consistently use rel=noreferrer
* Make app updates better visibleJoas Schilling2016-02-181-0/+4
|
* Includ author and license in l10n string to be able to change orderMorris Jobke2016-01-251-2/+2
| | | | * fixes #21874
* Add a warning on the apps list when the version is missingJoas Schilling2016-01-071-0/+12
|
* Remove OC_Config from app management templateMorris Jobke2015-12-021-1/+1
| | | | * add unit test for this case
* use new checkbox style for Apps mgmt settingsJan-Christoph Borchardt2015-11-101-1/+1
|
* new checkbox style in app settingsHendrik Leppelsack2015-10-311-2/+4
|
* Use speaking idsJoas Schilling2015-10-261-1/+1
|
* Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-1/+1
|
* use arrow to indicate external link, use correct quotes and capitalizationJan-Christoph Borchardt2015-07-221-2/+2
|
* make sure that there is a space between user- and admin-documentationBjoern Schiessle2015-07-221-4/+4
|
* Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-101-3/+1
|
* use arrow icon for external link to Apps dev docs, like in Help sectionJan-Christoph Borchardt2015-05-221-1/+1
|
* fix l10n stringsThomas Müller2015-05-041-8/+2
|
* no link if there is no detailpage property set - fixes #15953Thomas Müller2015-05-041-1/+7
|
* remove 'More apps' link from apps mgmt now that we have support for ↵Jan-Christoph Borchardt2015-05-011-3/+0
| | | | experimental apps
* apps mgmt: style experimental apps section, small design fixesJan-Christoph Borchardt2015-04-071-9/+9
|
* app mgmt app level design enhancementsJan-Christoph Borchardt2015-04-071-7/+4
|
* Make user names clickableLukas Reschke2015-04-031-0/+2
|
* Add experimental applications switchLukas Reschke2015-04-031-0/+57
| | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* fix accessibility of ownCloud logo and navigation entries, fix #15013gJan-Christoph Borchardt2015-03-261-1/+3
|
* Display a message when no apps can be found for this oc versionJoas Schilling2015-03-241-0/+4
|
* collapse app descriptions by default, make expandable, fix #13112Jan-Christoph Borchardt2015-03-191-16/+22
|
* clarify link on apps management to the dev documentationMorris Jobke2015-02-261-1/+1
|
* fixing wrong usage of license vs licenceThomas Müller2015-01-061-2/+2
|
* Link to HTTPS pageLukas Reschke2014-12-191-2/+2
| | | | Those domains are now accessible via HTTPS
* adjust styling of missing dependencies in apps managementThomas Müller2014-12-111-4/+4
|
* display missing dependencies in the apps management pageThomas Müller2014-12-041-0/+11
|
* introduce new app page layoutThomas Müller2014-10-151-55/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added select2 on the apps pageVincent Petry2014-09-091-5/+1
| | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page.
* improvements for uninstall buttonGeorg Ehrke2014-07-051-1/+1
|
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-051-1/+11
|\ | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * bring back the line breaksThomas Müller2014-06-031-1/+2
| |
| * Apps: fix wording and layout for 'enable only for specific groups'Jan-Christoph Borchardt2014-06-031-3/+3
| |
| * adding some line breaksThomas Müller2014-06-031-0/+2
| |
| * Add option to enable app for specific groupsRobin Appelman2014-06-031-1/+8
| |
* | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+1
|/
* Makes #app-navigation a part of app management.raghunayyar2014-03-201-24/+25
|
* Merge pull request #6490 from owncloud/theming-for-appstemplateJan-Christoph Borchardt2014-02-051-0/+4
|\ | | | | do not show 'Add app' and 'More apps' for themed ownCloud
| * use appstoreenabled config switchBjoern Schiessle2014-01-161-2/+2
| |
| * do not show 'Add app' and 'More apps' for themed ownCloudJan-Christoph Borchardt2013-12-181-0/+4
| |
* | added website fieldBjoern Schiessle2014-01-171-3/+5
| |
* | distinguish app links from doc linksBjoern Schiessle2014-01-171-2/+2
| |
* | show link to app documentationBjoern Schiessle2014-01-171-0/+5
|/
* Move .errormsg from settings-css to .warning in core. Reusable!kondou2013-08-181-1/+1
|
* Don't use an alert for displaying app-mgmt-errorskondou2013-08-181-0/+1
| | | | | | Rather display a dominant div and mark the problematic app in the applist. Fix #305
* Hide a ghost image on the apps management pageVictor Dubiniuk2013-06-281-1/+1
|
* apps management: change misleading + to ...Jan-Christoph Borchardt2013-06-121-1/+1
|
* remove App management top bar and move buttons more contextually in the ↵Jan-Christoph Borchardt2013-06-121-5/+10
| | | | interface