Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Log some basic events | Robin Appelman | 2014-10-20 | 1 | -0/+2 | |
| | ||||||
* | Encapsulate require_once to avoid name space bleedind | Vincent Petry | 2014-10-17 | 1 | -1/+11 | |
| | | | | | | | | The script required by require_once might use variable names like $app which will conflict with the code that follows. This fix encapsulates require_once into its own function to avoid such issues. | |||||
* | Add a try catch block | Lukas Reschke | 2014-10-16 | 1 | -6/+10 | |
| | | | | This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there. | |||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -63/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Merge pull request #11495 from ↵ | Vincent Petry | 2014-10-09 | 1 | -0/+7 | |
|\ | | | | | | | | | owncloud/apps-clearenableappscacheafterloadingauthapp Clear enabled apps cache after loading authentication app | |||||
| * | Clear enabled apps cache after loading authentication app | Vincent Petry | 2014-10-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | Since getEnabledApps() depends on an authentication app to be loaded, especially in the case of LDAP, the cache from getEnabledApps() is now cleared to make sure that subsequent calls will properly return apps that were enabled for groups. This is because getEnabledApps() uses the inGroups() function from the group manager provided by LDAP or any other authentication app. | |||||
* | | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -1/+9 | |
|/ | | | | | | This allows to have links to different doc base URLs a. | |||||
* | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-02 | 1 | -7/+24 | |
| | | | | | | | Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled(). | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 1 | -37/+14 | |
|\ | | | | | Don't do app upgrades in the background | |||||
| * | Also set the app version when updating from app store | Robin Appelman | 2014-08-04 | 1 | -0/+3 | |
| | | ||||||
| * | Allow loading app without checking the upgrade | Robin Appelman | 2014-08-04 | 1 | -4/+8 | |
| | | ||||||
| * | Throw an exception when we try to load an app that needs to be upgraded | Robin Appelman | 2014-08-04 | 1 | -34/+4 | |
| | | ||||||
* | | check if array index ocsid is set before accessing it | Georg Ehrke | 2014-08-17 | 1 | -1/+2 | |
| | | ||||||
* | | Fix issue when no apps are enabled | Vincent Petry | 2014-08-11 | 1 | -0/+1 | |
|/ | | | | Properly initialize $apps array | |||||
* | Merge pull request #9571 from owncloud/fix_appstore_update_issue | Vincent Petry | 2014-07-14 | 1 | -7/+2 | |
|\ | | | | | Fix update to button issue | |||||
| * | improve check for duplicate apps | Georg Ehrke | 2014-07-10 | 1 | -7/+2 | |
| | | ||||||
* | | adding 'groups' entry to remote apps | Thomas Müller | 2014-07-09 | 1 | -1/+2 | |
| | | ||||||
* | | fixing typos | Thomas Müller | 2014-07-09 | 1 | -97/+96 | |
|/ | ||||||
* | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 1 | -0/+3 | |
| | ||||||
* | fix phpDocBlock for OC_App::getAppInfo | Georg Ehrke | 2014-07-05 | 1 | -1/+1 | |
| | ||||||
* | better validation: cadd extra check if appinfo/info.xml exists | Georg Ehrke | 2014-07-05 | 1 | -0/+3 | |
| | ||||||
* | Added unit test for default app URL | Vincent Petry | 2014-07-01 | 1 | -1/+1 | |
| | ||||||
* | better validation for OC_App::getAppPath() | Georg Ehrke | 2014-06-25 | 1 | -0/+4 | |
| | ||||||
* | Add comment | Robin Appelman | 2014-06-23 | 1 | -0/+3 | |
| | ||||||
* | Only cache enabled apps when logged in | Robin Appelman | 2014-06-23 | 1 | -2/+4 | |
| | ||||||
* | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -0/+2 | |
| | ||||||
* | always return a bool in OC_App::updateApp | Georg Ehrke | 2014-06-10 | 1 | -1/+1 | |
| | ||||||
* | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -3/+1 | |
| | ||||||
* | remove unnecessary @return | Georg Ehrke | 2014-06-10 | 1 | -1/+0 | |
| | ||||||
* | some additional type checks | Georg Ehrke | 2014-06-06 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 1 | -228/+264 | |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | |||||
| * | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -17/+30 | |
| | | | | | | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | |||||
| * | Fix sorting of apps | Robin Appelman | 2014-06-03 | 1 | -1/+5 | |
| | | ||||||
| * | Fix phpdoc | Robin Appelman | 2014-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -4/+14 | |
| | | ||||||
| * | Allow enabling apps by group by setting the config value to a json encoded ↵ | Robin Appelman | 2014-06-03 | 1 | -248/+258 | |
| | | | | | | | | array of groups | |||||
* | | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 1 | -20/+16 | |
| | | ||||||
* | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -6/+4 | |
| | | ||||||
* | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1 | -40/+88 | |
|\| | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | |||||
| * | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+8 | |
| | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | |||||
| * | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -22/+62 | |
| | | | | | | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported. | |||||
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -16/+16 | |
| | | | | | | | | * test case added to avoid adding them later | |||||
| * | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 | |
| | | ||||||
* | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 1 | -66/+184 | |
|/ | ||||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 | |
| | ||||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -6/+11 | |
| | | | | using scrutinizer patch | |||||
* | move replace to inside isset | Myles McNamara | 2014-02-28 | 1 | -2/+2 | |
| | ||||||
* | replace spaces in download link without encoding entire URL | Myles McNamara | 2014-02-28 | 1 | -0/+2 | |
| | ||||||
* | kill $coreStyles and $coreScripts | Thomas Müller | 2014-02-20 | 1 | -11/+0 | |
| |