Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing sanitizeHTML() function from template.php since I moved it to util.php | Bjoern Schiessle | 2012-06-19 | 1 | -11/+0 |
| | | | | to make it more generic. | ||||
* | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -7/+1 |
| | |||||
* | Force sanitize function to use UTF8 (for php lower than 5.4) | Brice Maron | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Move page layout handling to its own class | Bart Visscher | 2012-06-18 | 1 | -127/+3 |
| | |||||
* | Move formfactor code to OC_Template | Bart Visscher | 2012-06-18 | 1 | -0/+37 |
| | |||||
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 1 | -15/+34 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -9/+7 |
| | | |||||
| * | Check for string | Lukas Reschke | 2012-06-11 | 1 | -14/+2 |
| | | |||||
| * | Some updates... | Lukas Reschke | 2012-06-11 | 1 | -14/+28 |
| | | |||||
| * | Handling arrays | Lukas Reschke | 2012-06-11 | 1 | -1/+16 |
| | | |||||
| * | Revert | Lukas Reschke | 2012-06-11 | 1 | -33/+18 |
| | | |||||
| * | First try of implementing assignHTML | Lukas Reschke | 2012-06-11 | 1 | -14/+33 |
| | | |||||
* | | Added JSON methods for CSRF prevention. Make request token accessible from ↵ | Thomas Tanghus | 2012-06-13 | 1 | -0/+4 |
|/ | | | | template and add js var. | ||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -4/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Fix empty jsfiles and cssfiles in layout template | Bart Visscher | 2012-05-16 | 1 | -0/+2 |
| | | |||||
| * | Template: Fix var name | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
| | | |||||
| * | Template: Make getFormFactorExtension function public | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
| | | |||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | Prevent Clickjacking by adding additional headers: | Thomas Mueller | 2012-05-14 | 1 | -1/+4 |
|/ | | | | | | | | header('X-Frame-Options: Sameorigin'); header('X-XSS-Protection: 1; mode=block'); header('X-Content-Type-Options: nosniff'); Thanks to Lukas Reschke for reporting this issue (and many more). | ||||
* | fix loading of css files that are core related | Georg Ehrke | 2012-04-26 | 1 | -5/+5 |
| | |||||
* | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -1/+10 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | Cleanup the template code for redundant code | Bart Visscher | 2012-03-19 | 1 | -127/+128 |
| | |||||
* | never try to load an non existing template,css,img. | Frank Karlitschek | 2012-02-28 | 1 | -3/+14 |
| | | | | do propper checking, error reporting and motivate the developerto fix it ;-) | ||||
* | spaces -> tabs | Frank Karlitschek | 2012-02-27 | 1 | -33/+33 |
| | | | | Thanks to Jakob for reminding me | ||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -41/+41 |
| | |||||
* | make the location of the 3rdparty folder flexible. | Frank Karlitschek | 2012-02-23 | 1 | -3/+19 |
| | | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible | ||||
* | Add application name to title | Bart Visscher | 2012-02-12 | 1 | -1/+8 |
| | |||||
* | add themeing support and support for autoselection of mobile/tablet and ↵ | Frank Karlitschek | 2012-02-11 | 1 | -21/+137 |
| | | | | standalone css/jss files and templates | ||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -0/+27 |
| | |||||
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -20/+14 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Translation for date column | Côme BERNIGAUD | 2011-08-28 | 1 | -10/+11 |
| | |||||
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | moved search box directly to template | Jan-Christoph Borchardt | 2011-08-10 | 1 | -3/+1 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-08 | 1 | -13/+6 |
|\ | | | | | | | | | Conflicts: lib/template.php | ||||
| * | do proper styling for settings pages | Robin Appelman | 2011-08-08 | 1 | -0/+5 |
| | | |||||
| * | dont use a different navigation page for settings stuff | Robin Appelman | 2011-08-08 | 1 | -15/+1 |
| | | |||||
* | | Minor improvements | Jakob Sack | 2011-08-08 | 1 | -19/+15 |
|/ | |||||
* | fix template.php ;-) | Jakob Sack | 2011-08-06 | 1 | -3/+4 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Jakob Sack | 2011-08-06 | 1 | -5/+5 |
|\ | |||||
| * | fix some forgotten quotes around strings | Robin Appelman | 2011-08-05 | 1 | -3/+3 |
| | | |||||
| * | fixed relative time calculation | Jan-Christoph Borchardt | 2011-08-05 | 1 | -5/+5 |
| | | |||||
* | | Add principals, minor changes in base.php | Jakob Sack | 2011-08-06 | 1 | -0/+22 |
|/ | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -33/+33 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
| | |||||
* | implemented relative file size and coloring | Jan-Christoph Borchardt | 2011-07-29 | 1 | -0/+23 |
| | |||||
* | introducing simple file size, only MB as unit, details on hover | Jan-Christoph Borchardt | 2011-07-07 | 1 | -0/+8 |
| | |||||
* | allow plugins/apps to add custom headers to all pages | Robin Appelman | 2011-06-24 | 1 | -9/+7 |
| |