aboutsummaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Collapse)AuthorAgeFilesLines
* removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| | | | to make it more generic.
* 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 commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-131-15/+34
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * 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 ↵Thomas Tanghus2012-06-131-0/+4
|/ | | | template and add js var.
* Merge branch 'unstable'Bart Visscher2012-06-041-4/+6
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * 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
| |
* | Prevent Clickjacking by adding additional headers:Thomas Mueller2012-05-141-1/+4
|/ | | | | | | | header('X-Frame-Options: Sameorigin'); header('X-XSS-Protection: 1; mode=block'); header('X-Content-Type-Options: nosniff'); Thanks to Lukas Reschke for reporting this issue (and many more).
* 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
| | | | do propper checking, error reporting and motivate the developerto fix it ;-)
* spaces -> tabsFrank Karlitschek2012-02-271-33/+33
| | | | Thanks to Jakob for reminding me
* 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
| | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible
* Add application name to titleBart Visscher2012-02-121-1/+8
|
* add themeing support and support for autoselection of mobile/tablet and ↵Frank Karlitschek2012-02-111-21/+137
| | | | standalone css/jss files and templates
* 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
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* 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
|\ | | | | | | | | Conflicts: lib/template.php
| * 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
| |
* | Minor improvementsJakob Sack2011-08-081-19/+15
|/
* fix template.php ;-)Jakob Sack2011-08-061-3/+4
|
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-08-061-5/+5
|\
| * fix some forgotten quotes around stringsRobin Appelman2011-08-051-3/+3
| |
| * fixed relative time calculationJan-Christoph Borchardt2011-08-051-5/+5
| |
* | Add principals, minor changes in base.phpJakob Sack2011-08-061-0/+22
|/
* Renaming classes :-)Jakob Sack2011-07-291-33/+33
|
* One class per file!Jakob Sack2011-07-291-2/+0
|
* implemented relative file size and coloringJan-Christoph Borchardt2011-07-291-0/+23
|
* introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-071-0/+8
|
* allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-241-9/+7
|