| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -2/+2 |
* | Cleanup the template code for redundant code | Bart Visscher | 2012-03-19 | 1 | -127/+128 |
* | never try to load an non existing template,css,img. | Frank Karlitschek | 2012-02-28 | 1 | -3/+14 |
* | spaces -> tabs | Frank Karlitschek | 2012-02-27 | 1 | -33/+33 |
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -41/+41 |
* | make the location of the 3rdparty folder flexible. | Frank Karlitschek | 2012-02-23 | 1 | -3/+19 |
* | Add application name to title | Bart Visscher | 2012-02-12 | 1 | -1/+8 |
* | add themeing support and support for autoselection of mobile/tablet and stand... | Frank Karlitschek | 2012-02-11 | 1 | -21/+137 |
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -0/+27 |
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 1 | -2/+2 |
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -20/+14 |
* | Translation for date column | Côme BERNIGAUD | 2011-08-28 | 1 | -10/+11 |
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
* | moved search box directly to template | Jan-Christoph Borchardt | 2011-08-10 | 1 | -3/+1 |
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-08 | 1 | -13/+6 |
|\ |
|
| * | do proper styling for settings pages | Robin Appelman | 2011-08-08 | 1 | -0/+5 |
| * | dont use a different navigation page for settings stuff | Robin Appelman | 2011-08-08 | 1 | -15/+1 |
* | | Minor improvements | Jakob Sack | 2011-08-08 | 1 | -19/+15 |
|/ |
|
* | fix template.php ;-) | Jakob Sack | 2011-08-06 | 1 | -3/+4 |
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-06 | 1 | -5/+5 |
|\ |
|
| * | fix some forgotten quotes around strings | Robin Appelman | 2011-08-05 | 1 | -3/+3 |
| * | fixed relative time calculation | Jan-Christoph Borchardt | 2011-08-05 | 1 | -5/+5 |
* | | Add principals, minor changes in base.php | Jakob Sack | 2011-08-06 | 1 | -0/+22 |
|/ |
|
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -33/+33 |
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
* | implemented relative file size and coloring | Jan-Christoph Borchardt | 2011-07-29 | 1 | -0/+23 |
* | introducing simple file size, only MB as unit, details on hover | Jan-Christoph Borchardt | 2011-07-07 | 1 | -0/+8 |
* | allow plugins/apps to add custom headers to all pages | Robin Appelman | 2011-06-24 | 1 | -9/+7 |
* | provide an option to add custom elements to the header of templates | Robin Appelman | 2011-06-24 | 1 | -2/+20 |
* | moved core stuff to /core | Jakob Sack | 2011-06-20 | 1 | -4/+12 |
* | l10n added | Jakob Sack | 2011-06-19 | 1 | -2/+5 |
* | fix settings page for non-admin users | Robin Appelman | 2011-06-14 | 1 | -2/+2 |
* | add search functionality, for now only searches files but plugins/apps can ex... | Robin Appelman | 2011-04-24 | 1 | -0/+6 |
* | stylesheets have .css as extention, not .js | Robin Appelman | 2011-04-23 | 1 | -1/+1 |
* | properly load css and js files for apps | Robin Appelman | 2011-04-23 | 1 | -2/+11 |
* | Working subnavigation | Jakob Sack | 2011-04-17 | 1 | -8/+2 |
* | Completely removing personalMenu | Jakob Sack | 2011-04-16 | 1 | -2/+1 |
* | Changes in the user experience | Jakob Sack | 2011-04-16 | 1 | -4/+14 |
* | Fix template.php | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
* | apps are now stored in /apps | Jakob Sack | 2011-04-16 | 1 | -1/+7 |
* | Fix a couple of minor coding errors | Robin Appelman | 2011-03-18 | 1 | -3/+3 |
* | OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring | Jakob Sack | 2011-03-13 | 1 | -46/+112 |
* | Make it possible to use several datadirs. | Jakob Sack | 2011-03-03 | 1 | -2/+0 |
* | Application "files" is able to list the files again, start of splitting css f... | Jakob Sack | 2011-03-02 | 1 | -1/+1 |
* | Added helper for filesize, fixed wrong name for mimetypeIcon() | Jakob Sack | 2011-03-02 | 1 | -0/+14 |
* | Introducing OC_HELPER for small helper functions; making setup of filesystem ... | Jakob Sack | 2011-03-02 | 1 | -3/+5 |
* | Make the templates working again. | Jakob Sack | 2011-03-02 | 1 | -5/+11 |
* | Getting rid of Smarty, using our own template system | Jakob Sack | 2011-03-02 | 1 | -38/+42 |
* | Say Smarty to only use one compile directory. Makes setup somewhat easier. | Jakob Sack | 2011-03-02 | 1 | -1/+1 |