summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* Merge masterLukas Reschke2013-02-281-1/+1
|\
| * Sanitize HTML in html_select_optionsLukas Reschke2013-02-281-1/+1
* | [core] From echo to pLukas Reschke2013-02-271-3/+3
* | Remove the template autoescapingLukas Reschke2013-02-271-3/+1
|/
* Merge pull request #1837 from owncloud/fix-user-templateLukas Reschke2013-02-251-5/+0
|\
| * Remove unneeded code for user layout templateBart Visscher2013-02-221-5/+0
* | Don't use routes when displaying error pageBart Visscher2013-02-221-1/+3
|/
* Fix strict standard warning in user templateRobin Appelman2013-02-151-0/+2
* Style-fix: Breakup long linesBart Visscher2013-02-141-4/+13
* 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