aboutsummaryrefslogtreecommitdiffstats
path: root/lib/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-051-5/+6
|
* OC_App::getAppVersion return blank if version is not specifiedAlessandro Cosentino2012-08-041-1/+1
|
* Merge branch 'master' into subadminGeorg Ehrke2012-07-261-3/+3
|\
| * some indention fixesRobin Appelman2012-07-241-3/+3
| |
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-211-1/+0
|\|
| * fix unused variablesRobin Appelman2012-07-201-1/+0
| |
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-151-1/+1
|\|
| * fix remote and public.phpRobin Appelman2012-07-131-1/+1
| |
* | subadmins can now add usersGeorg Ehrke2012-07-151-4/+9
|/
* Spelling fixBart Visscher2012-06-281-1/+1
|
* Remember the app root information.Bart Visscher2012-06-281-1/+5
|
* Fix recursion when running an update scriptBart Visscher2012-06-271-0/+5
|
* Cache result of OC_App::getAppVersionsBart Visscher2012-06-271-0/+4
|
* Move app upgrade check to loading of appsBart Visscher2012-06-271-14/+10
|
* Trim trailing whitespace from version.Thomas Tanghus2012-06-241-1/+1
|
* Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-3/+3
|
* some path fixes for multi-dir appThomas Mueller2012-06-221-1/+1
|
* Do not search apps if oc is not yet installedBrice Maron2012-06-211-0/+2
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-14/+16
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
| * Only check for apps owncloud version requirment when there is a new owncloud ↵Bart Visscher2012-06-161-14/+15
| | | | | | | | version
| * Load app before running update scriptBart Visscher2012-06-151-0/+1
| |
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-1/+6
|\| | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
| |
| * Better handling of core.css and core.jsBart Visscher2012-06-071-0/+5
| | | | | | | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
* | Add possibility to choose the installation folderBrice Maron2012-06-141-10/+29
| |
* | Change parameter 'web' to 'url' and take array of array in config instead of ↵Brice Maron2012-06-071-1/+1
| | | | | | | | : separated values
* | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-2/+2
| |
* | Unit path and webpath, correct some moreBrice Maron2012-06-061-5/+17
| |
* | First almost working versionBrice Maron2012-06-061-11/+27
|/
* Merge branch 'unstable'Bart Visscher2012-06-041-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Combine and minimize core and default app js filesBart Visscher2012-05-161-0/+2
| |
| * Combine and minimize core and default app css filesBart Visscher2012-05-161-0/+6
| |
* | make it possible to load apps seperately. needed to fix oc-910 without ↵Arthur Schiwon2012-06-041-17/+12
| | | | | | | | breaking oc-863
* | Remove OC_App::register functionBart Visscher2012-05-311-39/+1
| | | | | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* | check during ownCloud upgrade if all the installed apps are compatible with ↵Frank Karlitschek2012-05-261-2/+22
| | | | | | | | the new ownCloud version. Disable them if not
* | update copyrightFrank Karlitschek2012-05-261-1/+1
| |
* | only enable compatible appsFrank Karlitschek2012-05-251-2/+10
| |
* | prevent apps from printing output from app.phpFlorian Hülsmann2012-05-221-0/+3
| |
* | 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
|