summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Collapse)AuthorAgeFilesLines
* initialize OC_Defaults in template constructorXBjörn Schießle2013-07-241-1/+2
|
* Merge pull request #4090 from owncloud/cleanup-some-template-functionsThomas Müller2013-07-231-286/+41
|\ | | | | Cleanup some template functions
| * Change to use !== and ===Bart Visscher2013-07-211-5/+5
| |
| * fixing typos, PHPDoc and missing namespace \Thomas Müller2013-07-211-5/+5
| |
| * Move basic template functions to their own classBart Visscher2013-07-211-165/+31
| |
| * Move template functions to there own fileBart Visscher2013-07-211-112/+1
| |
* | Fixed review issuesBart Visscher2013-07-221-2/+3
| |
* | Only display call trace in debug modeBart Visscher2013-07-211-10/+17
|/
* Merge pull request #4092 from owncloud/base-better-errorsBart Visscher2013-07-211-1/+7
|\ | | | | Generate better errors in base.php
| * Result of && if not the partBart Visscher2013-07-191-1/+1
| |
| * Display the exception error backtrace preformattedBart Visscher2013-07-161-0/+3
| |
| * Early errors (in base.php) don't have session availableBart Visscher2013-07-161-1/+4
| |
* | finally remove the file size obfuscation as it had more disadvantages. I was ↵Jan-Christoph Borchardt2013-07-181-18/+0
|/ | | | wrong, sorry.
* 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
|