summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-142/+58
|\
| * fix unused variablesRobin Appelman2012-07-201-1/+0
| * Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-168/+41
| |\
| | * removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| | * use new sanitize HTML functionBjoern Schiessle2012-06-191-7/+1
| | * Force sanitize function to use UTF8 (for php lower than 5.4)Brice Maron2012-06-181-1/+1
| | * Move page layout handling to its own classBart Visscher2012-06-181-127/+3
| | * Move formfactor code to OC_TemplateBart Visscher2012-06-181-0/+37
| * | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-16/+39
| |\|
| | * Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-06-131-15/+34
| | |\
| | | * Make some apps compatibleLukas Reschke2012-06-111-9/+7
| | | * Check for stringLukas Reschke2012-06-111-14/+2
| | | * Some updates...Lukas Reschke2012-06-111-14/+28
| | | * Handling arraysLukas Reschke2012-06-111-1/+16
| | | * RevertLukas Reschke2012-06-111-33/+18
| | | * First try of implementing assignHTMLLukas Reschke2012-06-111-14/+33
| | * | Added JSON methods for CSRF prevention. Make request token accessible from te...Thomas Tanghus2012-06-131-0/+4
| | |/
| * | Change parameter 'web' to 'url' and take array of array in config instead of ...Brice Maron2012-06-071-4/+4
| * | Change app path logic in templatesBrice Maron2012-06-061-0/+5
| * | Correct css file inclusionBrice Maron2012-06-061-2/+8
| * | Unit path and webpath, correct some moreBrice Maron2012-06-061-4/+4
| * | First almost working versionBrice Maron2012-06-061-41/+53
| |/
| * Merge branch 'unstable'Bart Visscher2012-06-041-4/+6
| |\
| | * Fix empty jsfiles and cssfiles in layout templateBart Visscher2012-05-161-0/+2
| | * Template: Fix var nameBart Visscher2012-05-161-1/+1
| | * Template: Make getFormFactorExtension function publicBart Visscher2012-05-161-3/+3
| * | update copyrightFrank Karlitschek2012-05-261-1/+1
* | | use new sanitize HTML function backportedBjoern Schiessle2012-06-201-0/+1
* | | Backport CSRF prevention.Thomas Tanghus2012-06-141-4/+7
|/ /
* / Prevent Clickjacking by adding additional headers:Thomas Mueller2012-05-141-1/+4
|/
* fix loading of css files that are core relatedGeorg Ehrke2012-04-261-5/+5
* some fixes fore movable appsGeorg Ehrke2012-04-261-1/+10
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-1/+1
* reuse OC_L10N objectsRobin Appelman2012-04-141-2/+2
* Cleanup the template code for redundant codeBart Visscher2012-03-191-127/+128
* never try to load an non existing template,css,img.Frank Karlitschek2012-02-281-3/+14
* spaces -> tabsFrank Karlitschek2012-02-271-33/+33
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-41/+41
* make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-3/+19
* Add application name to titleBart Visscher2012-02-121-1/+8
* add themeing support and support for autoselection of mobile/tablet and stand...Frank Karlitschek2012-02-111-21/+137
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-0/+27
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-2/+2
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-20/+14
* Translation for date columnCôme BERNIGAUD2011-08-281-10/+11
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-201-2/+2
* moved search box directly to templateJan-Christoph Borchardt2011-08-101-3/+1
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-08-081-13/+6
|\
| * do proper styling for settings pagesRobin Appelman2011-08-081-0/+5
| * dont use a different navigation page for settings stuffRobin Appelman2011-08-081-15/+1