aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introducing a sanitize HTML function for the internal and the public API. ThisBjoern Schiessle2012-06-192-1/+28
* Re-add missing loadhandlers() call.Thomas Tanghus2012-06-191-0/+1
* Loading of contacts was placed outside of $(document).ready() function.Thomas Tanghus2012-06-191-1/+2
* quota calculation fixedBjoern Schiessle2012-06-191-1/+1
* fixes oc-668Thomas Mueller2012-06-181-0/+6
* CSS class headerAction -> header-actionFlorian Hülsmann2012-06-182-3/+3
* Merge branch 'master' of gitorious.org:owncloud/owncloudFlorian Hülsmann2012-06-183-8/+49
|\
| * Delay loading of translations until they are usedBart Visscher2012-06-182-7/+48
| * fixes oc-1026Thomas Mueller2012-06-181-1/+1
* | added CSS class .headerActionFlorian Hülsmann2012-06-181-2/+2
|/
* Force sanitize function to use UTF8 (for php lower than 5.4)Brice Maron2012-06-181-1/+1
* fix problem with encryption flag not being saved correctly in the filecacheRobin Appelman2012-06-181-1/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-189-262/+215
|\
| * Use TemplateLayout functions for finding js and css files in minimizerBart Visscher2012-06-184-101/+3
| * Prepare template js and css functions for use in the js and css minimizersBart Visscher2012-06-181-32/+32
| * Move page layout handling to its own classBart Visscher2012-06-182-127/+173
| * Move formfactor code to OC_TemplateBart Visscher2012-06-182-34/+37
| * Allow apps to load before login, needed for user_openidBart Visscher2012-06-182-0/+2
* | ignore "Shared"-directory when calculating free spaceBjoern Schiessle2012-06-181-0/+2
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-187-14/+135
|\
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFlorian Hülsmann2012-06-183-1/+12
| |\
| | * Fix errors for minimizerBart Visscher2012-06-183-1/+12
| * | corrected header width and floating (can now dynamically add stuff to header)...Florian Hülsmann2012-06-182-8/+7
| |/
| * Forgot a fileBart Visscher2012-06-181-0/+70
| * Cache the minimized output also on the serverBart Visscher2012-06-183-5/+46
* | don't add the "Shared"-directory size to users quotaBjoern Schiessle2012-06-181-1/+2
|/
* escape log messages to avoid possible js executionBjoern Schiessle2012-06-181-1/+1
* Remove obsolete js.Thomas Tanghus2012-06-181-16/+0
* Update js after contactlist change.Thomas Tanghus2012-06-181-14/+15
* Removed erroneous value attributes. Partial fix for oc-1029.Thomas Tanghus2012-06-181-4/+4
* Save addressbook id to be able to rearrange contacts properly.Thomas Tanghus2012-06-171-11/+16
* Make contact list fit in viewport.Thomas Tanghus2012-06-171-1/+1
* Rearrange markup.Thomas Tanghus2012-06-171-6/+8
* Add thumbnail links so they are loaded when addressbook is expanded.Thomas Tanghus2012-06-171-2/+2
* Use uasort instead of usort.Thomas Tanghus2012-06-171-1/+1
* Sort addressbooks.Thomas Tanghus2012-06-171-0/+9
* Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
* Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
* Adjustments for inview handler etc.Thomas Tanghus2012-06-171-5/+21
* Moved parsing to the controller and js to contacts.js.Thomas Tanghus2012-06-171-25/+7
* Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
* Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
* Styled address book entries.Thomas Tanghus2012-06-171-1/+2
* Make the parsing in the controller, not in the template. Assign only relevant...Thomas Tanghus2012-06-171-17/+20
* now a little less in template - more in ajax controllerStephan Bergemann2012-06-174-38/+45
* contacts app now lists contacts sorted by expandable/collapsable addressbooksStephan Bergemann2012-06-174-33/+66
* user_migrate: remove old codeTom Needham2012-06-171-2/+1
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-06-171-1/+1
* improve caching smb results a bitRobin Appelman2012-06-171-0/+4
* improve filecache support for smbRobin Appelman2012-06-171-1/+43