summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Collapse)AuthorAgeFilesLines
* PDOException has no previous(), oh the consistency ...Jörn Friedrich Dreyer2013-06-131-1/+1
|
* introduce and use executeAudited in db.phpJörn Friedrich Dreyer2013-06-101-0/+21
|
* Use the new session wrapperRobin Appelman2013-05-281-4/+4
|
* Merge pull request #3111 from owncloud/csp-audioicewind19912013-04-241-1/+2
|\ | | | | Allow loading of external media ressources
| * Allow loading of external media ressourcesLukas Reschke2013-04-241-1/+2
| |
* | Merge pull request #3106 from IMM0rtalis/xframe_restriction_configLukas Reschke2013-04-241-1/+6
|\ \ | |/ |/| - xframe restriction configurable now
| * - xframe restriction configurable nowFlorian Scholz2013-04-241-1/+6
| |
* | check if there is a default/ folder in the theme directory if no theme existsBernhard Posselt2013-04-241-1/+1
|/
* Add warning about sanitizationLukas Reschke2013-03-061-2/+3
|
* Only send the standard headersLukas Reschke2013-03-041-1/+0
| | | Fixes https://github.com/owncloud/apps/issues/675
* 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
|/ | | | Ref #1963
* Merge pull request #1837 from owncloud/fix-user-templateLukas Reschke2013-02-251-5/+0
|\ | | | | Remove unneeded code for user layout template
| * 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
| | | | Required by several applications like our pdf viewer
* Remove the CSP header for FirefoxLukas Reschke2013-01-251-1/+0
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=737064 *gnarf*
* 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
| | | The blocking of eval() seems to have problems with JQuery 1.7.2 - let's allow it for now and disable it in the future.
* 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
| | | | refs #1162
* 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
| * 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
|\ \ | |/ |/| Just one CSRF token per session
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-2/+0
| | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* | 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
| | | | This is BracketsNotRequired
* Correct indentationLukas Reschke2012-10-101-3/+5
|
* always generate access token, also for forms shown to anonymous users (e.g. ↵Björn Schießle2012-10-051-4/+2
| | | | public shares)
* Fix to preserve backward compatibility for apps creating static links ↵Christian Reiner2012-09-281-0/+8
| | | | containing the request token (currently the contacts app and maybe some 3rd party implementations)