aboutsummaryrefslogtreecommitdiffstats
path: root/lib/app.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Support for navigation sub entriesJakob Sack2011-04-161-3/+64
| |/ |/|
* | apps are now stored in /appsJakob Sack2011-04-161-4/+9
* | Minor bug fixingJakob Sack2011-04-151-1/+1
|/
* Fix a couple of minor coding errorsRobin Appelman2011-03-181-3/+3
* OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoringJakob Sack2011-03-131-0/+2
* Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These l...Jakob Sack2011-03-121-0/+5
* Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APPJakob Sack2011-03-111-8/+37
* Preparing OC_APP. It now includes information for all functions planned.Jakob Sack2011-03-111-3/+268
* Base for a more flexible navigationJakob Sack2011-03-031-5/+7