summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix statcache for filenames containing non-alphanumeric characters in smb str...Robin Appelman2012-06-171-1/+4
* get the correct metadate from updated folders to put in the cacheRobin Appelman2012-06-171-3/+3
* Revert "Set default charset to utf-8."Michael Gapczynski2012-06-161-1/+1
* when checking if the content of a folder has been updated, exlicitly state th...Robin Appelman2012-06-172-3/+8
* Be smarter when checking single app language availabilityBart Visscher2012-06-161-8/+25
* Only check for apps owncloud version requirment when there is a new owncloud ...Bart Visscher2012-06-162-14/+16
* Add session_write_close to the minimizerBart Visscher2012-06-161-0/+1
* PDF Viewer: Double encode link.Thomas Tanghus2012-06-161-1/+1
* files_imageviewer: Double encode paths. Fixes oc-1016.Thomas Tanghus2012-06-161-1/+1