summaryrefslogtreecommitdiffstats
path: root/lib/app.php
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to load apps seperately. needed to fix oc-910 without ↵Arthur Schiwon2012-06-041-19/+14
| | | | breaking oc-863
* check during ownCloud upgrade if all the installed apps are compatible with ↵Frank Karlitschek2012-05-261-3/+34
| | | | the new ownCloud version. Disable them if not
* dont throw errors when apps dont have types configuredRobin Appelman2012-05-201-1/+5
|
* files app is always enabledRobin Appelman2012-05-201-1/+1
|
* dont run update scripts for apps that arent enabledRobin Appelman2012-05-191-0/+3
|
* log upgradesRobin Appelman2012-05-191-1/+1
|
* Comment spelling fixBart Visscher2012-05-161-1/+1
|
* cache app types during install or updateRobin Appelman2012-05-141-10/+15
|
* selective app loading for remote/publicRobin Appelman2012-05-141-4/+12
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-4/+27
| | | | them every time
* Fix loading by apptype in webdavBart Visscher2012-05-051-1/+1
|
* ensure the files app is always loadedRobin Appelman2012-05-031-2/+4
|
* files is not internal any more, part IIArthur Schiwon2012-05-021-2/+1
|
* files is not internal any moreArthur Schiwon2012-05-021-6/+6
|
* load the files app in a way that doesn´t break oC3 configurationsFrank Karlitschek2012-04-301-2/+2
|
* removing executable bit from various filesThomas Mueller2012-04-301-0/+0
|
* don´t hardcode files app. we have no a standard info.xml in filesFrank Karlitschek2012-04-291-1/+1
|
* OC_App::getStorage() failed if app dir didn't exist.Thomas Tanghus2012-04-241-0/+4
|
* merge log into adminRobin Appelman2012-04-161-2/+0
|
* fix getAppVersion errorBartek Przybylski2012-04-151-1/+1
|
* don't rely on the old version in info.xml anymoreRobin Appelman2012-04-141-1/+1
|
* cache app types in the dbRobin Appelman2012-04-141-5/+28
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-141-3/+16
|
* show error when installing an app has failedRobin Appelman2012-04-141-3/+8
|
* Silence error for missing appinfo info fileBart Visscher2012-04-101-1/+1
|
* the core apps don't have typesRobin Appelman2012-04-011-1/+1
|
* oc_db is not pdoRobin Appelman2012-04-011-4/+4
| | | | also pgsql does not like double quotes
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-5/+46
|
* optimizations for loadAppsRobin Appelman2012-03-301-5/+16
|
* optimizations for updateAppsRobin Appelman2012-03-301-8/+21
|
* make it possible to connect to other ocs appstores and other ocs ↵Frank Karlitschek2012-03-231-3/+6
| | | | | | knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely.
* make Files settings workArthur Schiwon2012-03-161-2/+3
|
* don't try to seach apps in hidden foldersRobin Appelman2012-03-021-1/+1
|
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-9/+9
|
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-171-1/+1
|
* add convinience function to get filesystem view for app storageRobin Appelman2012-02-081-0/+18
|
* fix appstore download.Frank Karlitschek2012-01-271-1/+1
|
* add icon for log appGeorg Ehrke2012-01-141-1/+1
|
* use admin icon for log menu enty untill we have a proper iconRobin Appelman2012-01-141-1/+1
|
* save updated version number of apps after updatingRobin Appelman2012-01-081-0/+1
|
* Fix updateApp() and add extra check to updateApps()Michael Gapczynski2012-01-081-7/+9
|
* update apps when their version number increasesRobin Appelman2012-01-081-0/+29
|
* finish the application store feature so that users can download and install ↵Frank Karlitschek2012-01-061-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 iconBart Visscher2011-12-071-1/+1
|
* Fix comments/documentationJakob Sack2011-11-091-2/+2
|
* make log level configurableRobin Appelman2011-10-161-4/+1
|
* provide a logging mechanismRobin Appelman2011-10-161-0/+2
|
* Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared ↵Borjan Tchakaloff2011-10-051-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 Visscher2011-09-181-5/+2
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY