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. | ||||
* | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-19 | 1 | -2/+6 |
| | |||||
* | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -7/+1 |
| | |||||
* | introducing a sanitize HTML function for the internal and the public API. This | Bjoern Schiessle | 2012-06-19 | 2 | -1/+28 |
| | | | | | allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities. | ||||
* | quota calculation fixed | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | fixes oc-668 | Thomas Mueller | 2012-06-18 | 1 | -0/+6 |
| | |||||
* | Delay loading of translations until they are used | Bart Visscher | 2012-06-18 | 2 | -7/+48 |
| | |||||
* | Force sanitize function to use UTF8 (for php lower than 5.4) | Brice Maron | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-18 | 6 | -260/+211 |
|\ | |||||
| * | Use TemplateLayout functions for finding js and css files in minimizer | Bart Visscher | 2012-06-18 | 3 | -99/+1 |
| | | |||||
| * | Prepare template js and css functions for use in the js and css minimizers | Bart Visscher | 2012-06-18 | 1 | -32/+32 |
| | | |||||
| * | Move page layout handling to its own class | Bart Visscher | 2012-06-18 | 2 | -127/+173 |
| | | |||||
| * | Move formfactor code to OC_Template | Bart Visscher | 2012-06-18 | 2 | -34/+37 |
| | | |||||
* | | ignore "Shared"-directory when calculating free space | Bjoern Schiessle | 2012-06-18 | 1 | -0/+2 |
|/ | |||||
* | Fix errors for minimizer | Bart Visscher | 2012-06-18 | 3 | -1/+12 |
| | |||||
* | Forgot a file | Bart Visscher | 2012-06-18 | 1 | -0/+70 |
| | |||||
* | Cache the minimized output also on the server | Bart Visscher | 2012-06-18 | 2 | -3/+44 |
| | |||||
* | get the correct metadate from updated folders to put in the cache | Robin Appelman | 2012-06-17 | 1 | -3/+3 |
| | |||||
* | Revert "Set default charset to utf-8." | Michael Gapczynski | 2012-06-16 | 1 | -1/+1 |
| | | | | This reverts commit 709dbd82a60363555b613b381f73d942f9fdbcc4. | ||||
* | when checking if the content of a folder has been updated, exlicitly state ↵ | Robin Appelman | 2012-06-17 | 2 | -3/+8 |
| | | | | | | that we are checking a folder solves some issues with external storages not updating correctly | ||||
* | Be smarter when checking single app language availability | Bart Visscher | 2012-06-16 | 1 | -8/+25 |
| | |||||
* | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-16 | 2 | -14/+16 |
| | | | | version | ||||
* | Set default charset to utf-8. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-06-15 | 1 | -5/+1 |
|\ | |||||
| * | Remove $DOCUMENTROOT, not used | Bart Visscher | 2012-06-16 | 1 | -5/+1 |
| | | |||||
* | | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 1 | -26/+14 |
|/ | |||||
* | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 2 | -11/+41 |
| | |||||
* | Spelling fix | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Fix webdav property name compare | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 2 | -11/+11 |
| | |||||
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 5 | -371/+342 |
| | |||||
* | also add hasUpdated to oc_filesystem and oc_filesystemview | Robin Appelman | 2012-06-15 | 2 | -0/+18 |
| | |||||
* | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 3 | -0/+27 |
| | |||||
* | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 3 | -23/+31 |
| | |||||
* | Load app before running update script | Bart Visscher | 2012-06-15 | 1 | -0/+1 |
| | |||||
* | Disable minizing when DEBUG is true | Bart Visscher | 2012-06-15 | 2 | -2/+6 |
| | |||||
* | White-space fix. | Thomas Tanghus | 2012-06-14 | 2 | -49/+45 |
| | |||||
* | Don't add slash if it's there already. | Thomas Tanghus | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | Whitespace fix | Bart Visscher | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -10/+27 |
| | | |||||
| * | 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 | 2 | -51/+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 | 4 | -22/+44 |
| | | | | | | | | template and add js var. | ||||
* | | fix time call | Frank Karlitschek | 2012-06-13 | 1 | -1/+1 |
| | | |||||
* | | check for view before trying to invoke method on object | Bartek Przybylski | 2012-06-13 | 1 | -1/+1 |
| | | |||||
* | | fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 | Thomas Mueller | 2012-06-12 | 1 | -1/+5 |
| | |