Commit Graph

68 Commits (1b2e60b53d199dfc6534d32efbdccd2bce99ce8a)

Author SHA1 Message Date
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 11 years ago
Thomas Müller d94c1731d7 check app dependencies on installation as well 11 years ago
Thomas Müller 1354cee18e translate labels properly 11 years ago
Thomas Müller c503ecd544 Introduce app info xml parser including basic unit test - necessary for #10777 11 years ago
Lukas Reschke 5f8fb8d1ee Run preupdate before an update 11 years ago
Thomas Müller 99921489cf prevent PHP notice 11 years ago
Robin Appelman 1e69f5e7ac Log some basic events 11 years ago
Vincent Petry 27c22f071d Encapsulate require_once to avoid name space bleedind 11 years ago
Lukas Reschke 53e0cf2f74 Add a try catch block 11 years ago
Thomas Müller b091394a90 introduce new app page layout 11 years ago
Lukas Reschke 16cd749065 Add support for keys in the info.xml 11 years ago
Vincent Petry 36d22825e0 Clear enabled apps cache after loading authentication app 11 years ago
Vincent Petry e05b95636b Fix upgrade process when apps enabled for specific groups 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Georg Ehrke 7347174636 check if array index ocsid is set before accessing it 12 years ago
Vincent Petry a32eac1477 Fix issue when no apps are enabled 12 years ago
Robin Appelman ae263da69a Also set the app version when updating from app store 12 years ago
Robin Appelman 776cc45a5a Allow loading app without checking the upgrade 12 years ago
Robin Appelman 4608f8a3b5 Throw an exception when we try to load an app that needs to be upgraded 12 years ago
Georg Ehrke fb685b0856 improve check for duplicate apps 12 years ago
Thomas Müller 5d2a3c83ac adding 'groups' entry to remote apps 12 years ago
Thomas Müller 1ae6e1bcf8 fixing typos 12 years ago
Georg Ehrke e5e8e28ae7 add ocsids to info.xml 12 years ago
Georg Ehrke 1565089c02 fix phpDocBlock for OC_App::getAppInfo 12 years ago
Georg Ehrke 042ec984bd better validation: cadd extra check if appinfo/info.xml exists 12 years ago
Vincent Petry 7c17452028 Added unit test for default app URL 12 years ago
Georg Ehrke 09356bc5b3 better validation for OC_App::getAppPath() 12 years ago
Robin Appelman 2547945779 Add comment 12 years ago
Robin Appelman 8b41689fe6 Only cache enabled apps when logged in 12 years ago
Georg Ehrke 602404c631 fix php doc block 12 years ago
Georg Ehrke 6bf06890e7 always return a bool in OC_App::updateApp 12 years ago
Georg Ehrke 5d4f3baf56 fix php doc block 12 years ago
Georg Ehrke 1ab9bdcaa0 remove unnecessary @return 12 years ago
Georg Ehrke a110973b3a some additional type checks 12 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 12 years ago
Robin Appelman 3b1f291c60 Fix sorting of apps 12 years ago
Robin Appelman c09852e006 Fix phpdoc 12 years ago
Robin Appelman 53dc30af4f Add option to enable app for specific groups 12 years ago
Robin Appelman b4025b3174 Allow enabling apps by group by setting the config value to a json encoded array of groups 12 years ago
Georg Ehrke eea501b847 various fixes as requested by pr reviewers 12 years ago
Georg Ehrke 020255b4e5 add button for properly uninstalling apps 12 years ago
Georg Ehrke 2bcfd8e084 make it possible to update shipped apps via the appstore 12 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 12 years ago
Vincent Petry d43a7c5f6e Added requiremin/requiremax fields for apps 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 12 years ago
Myles McNamara 195bdff91f move replace to inside isset 12 years ago
Myles McNamara 4ab7f58745 replace spaces in download link without encoding entire URL 12 years ago