| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 o... | Frank Karlitschek | 2012-01-06 | 1 | -1/+10 |
* | 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 f... | Borjan Tchakaloff | 2011-10-05 | 1 | -26/+39 |
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -1/+7 |
* | fix installing shipped apps | Robin Appelman | 2011-08-22 | 1 | -1/+3 |
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -5/+5 |
* | lots of image changes, use svg EVERYWHERE POSSIBLE | Jan-Christoph Borchardt | 2011-08-11 | 1 | -5/+5 |
* | hide the files admin page as long as we don have settings on the page | Frank Karlitschek | 2011-08-11 | 1 | -1/+1 |
* | remove Log completely | Robin Appelman | 2011-08-10 | 1 | -1/+1 |
* | work in new app management | Robin Appelman | 2011-08-10 | 1 | -2/+15 |
* | make more strings translatable | Robin Appelman | 2011-08-10 | 1 | -5/+6 |
* | apps can now add their own forms to the Personal page | Robin Appelman | 2011-08-08 | 1 | -0/+47 |
* | dont use a different navigation page for settings stuff | Robin Appelman | 2011-08-08 | 1 | -152/+29 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -10/+10 |
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
* | some more changes for navigation subentries | Robin Appelman | 2011-07-29 | 1 | -10/+26 |
* | some refactoring for subnavigation code | Robin Appelman | 2011-07-29 | 1 | -14/+6 |
* | add OC_APP::getCurrentApp() to get the id of the active app | Robin Appelman | 2011-07-25 | 1 | -0/+16 |
* | Activate "active" for subentries | Jakob Sack | 2011-06-20 | 1 | -36/+45 |
* | only load apps if they exist | Robin Appelman | 2011-06-19 | 1 | -1/+3 |
* | allow disabling apps, install apps as disabled | Kamil Domanski | 2011-06-19 | 1 | -1/+40 |
* | move installation of shipped apps to setup | Kamil Domanski | 2011-06-19 | 1 | -21/+3 |
* | prevent some possible warnings if there are files in /apps | Robin Appelman | 2011-06-17 | 1 | -1/+1 |
* | install apps that are shipped with owncloud the first time they are loaded | Robin Appelman | 2011-06-01 | 1 | -0/+13 |
* | App installer backend. | Robin Appelman | 2011-05-28 | 1 | -6/+9 |
* | use simplexml instead of dom for OC_APP::getAppInfo() | Robin Appelman | 2011-05-16 | 1 | -11/+6 |
* | moved app install/remove/update functions to lib/installer.php | Robin Appelman | 2011-05-15 | 1 | -90/+24 |
* | Working subnavigation | Jakob Sack | 2011-04-17 | 1 | -31/+54 |
* | Some work on the fancy user management | Jakob Sack | 2011-04-17 | 1 | -4/+0 |
* | don't use items in an array that aren't there | Robin Appelman | 2011-04-16 | 1 | -0/+6 |
* | Completely removing personalMenu | Jakob Sack | 2011-04-16 | 1 | -35/+0 |
* | Changes in the user experience | Jakob Sack | 2011-04-16 | 1 | -2/+13 |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 1 | -2/+2 |
|\ |
|
| * | move OC_DB to it's own file | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| * | merge | Robin Appelman | 2011-04-16 | 1 | -5/+10 |
| |\ |
|
| * | | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
* | | | Support for navigation sub entries | Jakob Sack | 2011-04-16 | 1 | -3/+64 |
| |/
|/| |
|
* | | apps are now stored in /apps | Jakob Sack | 2011-04-16 | 1 | -4/+9 |
* | | Minor bug fixing | Jakob Sack | 2011-04-15 | 1 | -1/+1 |
|/ |
|
* | Fix a couple of minor coding errors | Robin Appelman | 2011-03-18 | 1 | -3/+3 |