summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* Also allow local filesLukas Reschke2013-02-041-1/+1
* Allow the loading of local font files embedded via data:Lukas Reschke2013-02-041-1/+1
* Allow loading of external fontsLukas Reschke2013-02-041-1/+1
* Remove the CSP header for FirefoxLukas Reschke2013-01-251-1/+0
* Allow the loading of external imagesLukas Reschke2013-01-251-1/+1
* Notice about changing the standard policyLukas Reschke2013-01-231-0/+1
* Allow admins to change the CSP policy in the config fileLukas Reschke2013-01-231-1/+1
* Allow eval() and send headers for legacy browsersLukas Reschke2013-01-221-2/+6
* Allow iframes to external domainsLukas Reschke2013-01-221-2/+2
* Correct copy paste failLukas Reschke2013-01-211-1/+1
* Disallow inline JSLukas Reschke2013-01-201-0/+1
* Add the default-srcLukas Reschke2013-01-201-2/+2
* Add CSP headerLukas Reschke2013-01-201-4/+5
* Spaces to tabsBart Visscher2013-01-161-1/+1
* handling proper display of files/folders with negative sizeThomas Mueller2013-01-141-5/+15
* Fix a dirty function preventing showing errorsBrice Maron2012-12-031-14/+10
* A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-241-0/+15
* fix translation issues with previous commitAlessandro Cosentino2012-11-131-3/+3
* uncomment hours entries in relative date functionsAlessandro Cosentino2012-11-131-2/+2
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-041-6/+6
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-2/+2
* | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke2012-11-041-2/+0
|\ \ | |/ |/|
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-2/+0
* | Checkstyle: many fixesFelix Moeller2012-11-021-5/+5
|/
* added functions for printing escaped and unescaped valuesBernhard Posselt2012-10-281-0/+16
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
* Correct indentationLukas Reschke2012-10-101-3/+5
* always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle2012-10-051-4/+2
* Fix to preserve backward compatibility for apps creating static links contain...Christian Reiner2012-09-281-0/+8
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-6/+0
* fix some more phpdocRobin Appelman2012-09-231-46/+45
* fix translation for core/lostpasswordscambra2012-09-211-1/+2
* adding space between) and {Thomas Mueller2012-09-071-40/+40
* Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher2012-09-031-2/+3
* fix translations within subfolder /libThomas Mueller2012-08-301-1/+1
* Space before tab fixesBart Visscher2012-08-291-2/+2
* Whitespace fixes in libBart Visscher2012-08-291-5/+5
* 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