Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initialize OC_Defaults in template constructorX | Björn Schießle | 2013-07-24 | 1 | -1/+2 |
| | |||||
* | Merge pull request #4090 from owncloud/cleanup-some-template-functions | Thomas Müller | 2013-07-23 | 1 | -286/+41 |
|\ | | | | | Cleanup some template functions | ||||
| * | Change to use !== and === | Bart Visscher | 2013-07-21 | 1 | -5/+5 |
| | | |||||
| * | fixing typos, PHPDoc and missing namespace \ | Thomas Müller | 2013-07-21 | 1 | -5/+5 |
| | | |||||
| * | Move basic template functions to their own class | Bart Visscher | 2013-07-21 | 1 | -165/+31 |
| | | |||||
| * | Move template functions to there own file | Bart Visscher | 2013-07-21 | 1 | -112/+1 |
| | | |||||
* | | Fixed review issues | Bart Visscher | 2013-07-22 | 1 | -2/+3 |
| | | |||||
* | | Only display call trace in debug mode | Bart Visscher | 2013-07-21 | 1 | -10/+17 |
|/ | |||||
* | Merge pull request #4092 from owncloud/base-better-errors | Bart Visscher | 2013-07-21 | 1 | -1/+7 |
|\ | | | | | Generate better errors in base.php | ||||
| * | Result of && if not the part | Bart Visscher | 2013-07-19 | 1 | -1/+1 |
| | | |||||
| * | Display the exception error backtrace preformatted | Bart Visscher | 2013-07-16 | 1 | -0/+3 |
| | | |||||
| * | Early errors (in base.php) don't have session available | Bart Visscher | 2013-07-16 | 1 | -1/+4 |
| | | |||||
* | | finally remove the file size obfuscation as it had more disadvantages. I was ↵ | Jan-Christoph Borchardt | 2013-07-18 | 1 | -18/+0 |
|/ | | | | wrong, sorry. | ||||
* | PDOException has no previous(), oh the consistency ... | Jörn Friedrich Dreyer | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | introduce and use executeAudited in db.php | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+21 |
| | |||||
* | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -4/+4 |
| | |||||
* | Merge pull request #3111 from owncloud/csp-audio | icewind1991 | 2013-04-24 | 1 | -1/+2 |
|\ | | | | | Allow loading of external media ressources | ||||
| * | Allow loading of external media ressources | Lukas Reschke | 2013-04-24 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #3106 from IMM0rtalis/xframe_restriction_config | Lukas Reschke | 2013-04-24 | 1 | -1/+6 |
|\ \ | |/ |/| | - xframe restriction configurable now | ||||
| * | - xframe restriction configurable now | Florian Scholz | 2013-04-24 | 1 | -1/+6 |
| | | |||||
* | | check if there is a default/ folder in the theme directory if no theme exists | Bernhard Posselt | 2013-04-24 | 1 | -1/+1 |
|/ | |||||
* | Add warning about sanitization | Lukas Reschke | 2013-03-06 | 1 | -2/+3 |
| | |||||
* | Only send the standard headers | Lukas Reschke | 2013-03-04 | 1 | -1/+0 |
| | | | Fixes https://github.com/owncloud/apps/issues/675 | ||||
* | Merge master | Lukas Reschke | 2013-02-28 | 1 | -1/+1 |
|\ | |||||
| * | Sanitize HTML in html_select_options | Lukas Reschke | 2013-02-28 | 1 | -1/+1 |
| | | |||||
* | | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -3/+3 |
| | | |||||
* | | Remove the template autoescaping | Lukas Reschke | 2013-02-27 | 1 | -3/+1 |
|/ | | | | Ref #1963 | ||||
* | Merge pull request #1837 from owncloud/fix-user-template | Lukas Reschke | 2013-02-25 | 1 | -5/+0 |
|\ | | | | | Remove unneeded code for user layout template | ||||
| * | Remove unneeded code for user layout template | Bart Visscher | 2013-02-22 | 1 | -5/+0 |
| | | |||||
* | | Don't use routes when displaying error page | Bart Visscher | 2013-02-22 | 1 | -1/+3 |
|/ | |||||
* | Fix strict standard warning in user template | Robin Appelman | 2013-02-15 | 1 | -0/+2 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -4/+13 |
| | |||||
* | Also allow local files | Lukas Reschke | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | Allow the loading of local font files embedded via data: | Lukas Reschke | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | Allow loading of external fonts | Lukas Reschke | 2013-02-04 | 1 | -1/+1 |
| | | | | Required by several applications like our pdf viewer | ||||
* | Remove the CSP header for Firefox | Lukas Reschke | 2013-01-25 | 1 | -1/+0 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=737064 *gnarf* | ||||
* | Allow the loading of external images | Lukas Reschke | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Notice about changing the standard policy | Lukas Reschke | 2013-01-23 | 1 | -0/+1 |
| | |||||
* | Allow admins to change the CSP policy in the config file | Lukas Reschke | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | Allow eval() and send headers for legacy browsers | Lukas Reschke | 2013-01-22 | 1 | -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 domains | Lukas Reschke | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | Correct copy paste fail | Lukas Reschke | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | Disallow inline JS | Lukas Reschke | 2013-01-20 | 1 | -0/+1 |
| | |||||
* | Add the default-src | Lukas Reschke | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Add CSP header | Lukas Reschke | 2013-01-20 | 1 | -4/+5 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | handling proper display of files/folders with negative size | Thomas Mueller | 2013-01-14 | 1 | -5/+15 |
| | | | | refs #1162 | ||||
* | Fix a dirty function preventing showing errors | Brice Maron | 2012-12-03 | 1 | -14/+10 |
| | |||||
* | A new function to create nice error page. And use it for fatal db errors | Frank Karlitschek | 2012-11-24 | 1 | -0/+15 |
| | |||||
* | fix translation issues with previous commit | Alessandro Cosentino | 2012-11-13 | 1 | -3/+3 |
| |