Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to load apps seperately. needed to fix oc-910 without ↵ | Arthur Schiwon | 2012-06-04 | 1 | -19/+14 |
| | | | | breaking oc-863 | ||||
* | check during ownCloud upgrade if all the installed apps are compatible with ↵ | Frank Karlitschek | 2012-05-26 | 1 | -3/+34 |
| | | | | the new ownCloud version. Disable them if not | ||||
* | dont throw errors when apps dont have types configured | Robin Appelman | 2012-05-20 | 1 | -1/+5 |
| | |||||
* | files app is always enabled | Robin Appelman | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | dont run update scripts for apps that arent enabled | Robin Appelman | 2012-05-19 | 1 | -0/+3 |
| | |||||
* | log upgrades | Robin Appelman | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Comment spelling fix | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -10/+15 |
| | |||||
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -4/+12 |
| | |||||
* | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 1 | -4/+27 |
| | | | | them every time | ||||
* | Fix loading by apptype in webdav | Bart Visscher | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | ensure the files app is always loaded | Robin Appelman | 2012-05-03 | 1 | -2/+4 |
| | |||||
* | files is not internal any more, part II | Arthur Schiwon | 2012-05-02 | 1 | -2/+1 |
| | |||||
* | files is not internal any more | Arthur Schiwon | 2012-05-02 | 1 | -6/+6 |
| | |||||
* | load the files app in a way that doesn´t break oC3 configurations | Frank Karlitschek | 2012-04-30 | 1 | -2/+2 |
| | |||||
* | removing executable bit from various files | Thomas Mueller | 2012-04-30 | 1 | -0/+0 |
| | |||||
* | don´t hardcode files app. we have no a standard info.xml in files | Frank Karlitschek | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | OC_App::getStorage() failed if app dir didn't exist. | Thomas Tanghus | 2012-04-24 | 1 | -0/+4 |
| | |||||
* | merge log into admin | Robin Appelman | 2012-04-16 | 1 | -2/+0 |
| | |||||
* | fix getAppVersion error | Bartek Przybylski | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | cache app types in the db | Robin Appelman | 2012-04-14 | 1 | -5/+28 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 1 | -3/+16 |
| | |||||
* | show error when installing an app has failed | Robin Appelman | 2012-04-14 | 1 | -3/+8 |
| | |||||
* | Silence error for missing appinfo info file | Bart Visscher | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | the core apps don't have types | Robin Appelman | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | oc_db is not pdo | Robin Appelman | 2012-04-01 | 1 | -4/+4 |
| | | | | also pgsql does not like double quotes | ||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -5/+46 |
| | |||||
* | optimizations for loadApps | Robin Appelman | 2012-03-30 | 1 | -5/+16 |
| | |||||
* | optimizations for updateApps | Robin Appelman | 2012-03-30 | 1 | -8/+21 |
| | |||||
* | make it possible to connect to other ocs appstores and other ocs ↵ | Frank Karlitschek | 2012-03-23 | 1 | -3/+6 |
| | | | | | | knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely. | ||||
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 1 | -2/+3 |
| | |||||
* | don't try to seach apps in hidden folders | Robin Appelman | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -9/+9 |
| | |||||
* | Fixup use of OC_Helper::linkTo function | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | add convinience function to get filesystem view for app storage | Robin Appelman | 2012-02-08 | 1 | -0/+18 |
| | |||||
* | fix appstore download. | Frank Karlitschek | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | add icon for log app | Georg Ehrke | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | use admin icon for log menu enty untill we have a proper icon | Robin Appelman | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | save updated version number of apps after updating | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | Fix updateApp() and add extra check to updateApps() | Michael Gapczynski | 2012-01-08 | 1 | -7/+9 |
| | |||||
* | update apps when their version number increases | Robin Appelman | 2012-01-08 | 1 | -0/+29 |
| | |||||
* | finish the application store feature so that users can download and install ↵ | Frank Karlitschek | 2012-01-06 | 1 | -1/+10 |
| | | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later | ||||
* | Fix filename of log icon | Bart Visscher | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | Fix comments/documentation | Jakob Sack | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | make log level configurable | Robin Appelman | 2011-10-16 | 1 | -4/+1 |
| | |||||
* | provide a logging mechanism | Robin Appelman | 2011-10-16 | 1 | -0/+2 |
| | |||||
* | Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared ↵ | Borjan Tchakaloff | 2011-10-05 | 1 | -26/+39 |
| | | | | | | folder and being logged-out. The OC_App::navigation array contains by default only the help menu. | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY |