summaryrefslogtreecommitdiffstats
path: root/lib/private/ocsclient.php
Commit message (Collapse)AuthorAgeFilesLines
* Use function outside of loopLukas Reschke2014-10-241-2/+3
| | | | Otherwise the function is executed n times which is a lot of overhead
* introduce new app page layoutThomas Müller2014-10-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add isAppstoreEnabled instead of hijacking the URLLukas Reschke2014-08-261-6/+17
|
* Remove different URL for EELukas Reschke2014-08-241-7/+1
| | | This can now be achieved by setting `appstoreenabled` to `false` in config.php
* fix return documentationJörn Friedrich Dreyer2014-08-011-7/+5
|
* prevent PHP errors and enhance loggingThomas Müller2014-08-011-1/+5
|
* update appstore api urlFrank Karlitschek2014-07-171-1/+1
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-4/+4
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-6/+6
|
* Some more PHPDoc fixesLukas Reschke2014-04-211-7/+10
|
* Disable XML entities when parsing XMLVincent Petry2014-03-101-4/+12
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+4
|
* Merge branch 'master' into lib-private-master-2Thomas Müller2013-10-011-1/+6
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+208
Conflicts: lib/private/vcategories.php