summaryrefslogtreecommitdiffstats
path: root/lib/app.php
Commit message (Expand)AuthorAgeFilesLines
* 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 o...Frank Karlitschek2012-01-061-1/+10
* 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 f...Borjan Tchakaloff2011-10-051-26/+39
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-5/+2
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-1/+7
* fix installing shipped appsRobin Appelman2011-08-221-1/+3
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-5/+5
* lots of image changes, use svg EVERYWHERE POSSIBLEJan-Christoph Borchardt2011-08-111-5/+5
* hide the files admin page as long as we don have settings on the pageFrank Karlitschek2011-08-111-1/+1
* remove Log completelyRobin Appelman2011-08-101-1/+1
* work in new app managementRobin Appelman2011-08-101-2/+15
* make more strings translatableRobin Appelman2011-08-101-5/+6
* apps can now add their own forms to the Personal pageRobin Appelman2011-08-081-0/+47
* dont use a different navigation page for settings stuffRobin Appelman2011-08-081-152/+29
* Renaming classes :-)Jakob Sack2011-07-291-10/+10
* One class per file!Jakob Sack2011-07-291-1/+0
* some more changes for navigation subentriesRobin Appelman2011-07-291-10/+26
* some refactoring for subnavigation codeRobin Appelman2011-07-291-14/+6
* add OC_APP::getCurrentApp() to get the id of the active appRobin Appelman2011-07-251-0/+16
* Activate "active" for subentriesJakob Sack2011-06-201-36/+45
* only load apps if they existRobin Appelman2011-06-191-1/+3
* allow disabling apps, install apps as disabledKamil Domanski2011-06-191-1/+40
* move installation of shipped apps to setupKamil Domanski2011-06-191-21/+3
* prevent some possible warnings if there are files in /appsRobin Appelman2011-06-171-1/+1
* install apps that are shipped with owncloud the first time they are loadedRobin Appelman2011-06-011-0/+13
* App installer backend.Robin Appelman2011-05-281-6/+9
* use simplexml instead of dom for OC_APP::getAppInfo()Robin Appelman2011-05-161-11/+6
* moved app install/remove/update functions to lib/installer.phpRobin Appelman2011-05-151-90/+24
* Working subnavigationJakob Sack2011-04-171-31/+54
* Some work on the fancy user managementJakob Sack2011-04-171-4/+0
* don't use items in an array that aren't thereRobin Appelman2011-04-161-0/+6
* Completely removing personalMenuJakob Sack2011-04-161-35/+0
* Changes in the user experienceJakob Sack2011-04-161-2/+13
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-161-2/+2
|\
| * move OC_DB to it's own fileRobin Appelman2011-04-161-1/+1
| * mergeRobin Appelman2011-04-161-5/+10
| |\
| * | get rid of the oc_require and friendsRobin Appelman2011-04-161-1/+1