summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| | | | to make it more generic.
* Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-191-2/+6
|
* use new sanitize HTML functionBjoern Schiessle2012-06-191-7/+1
|
* introducing a sanitize HTML function for the internal and the public API. ThisBjoern Schiessle2012-06-192-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 fixedBjoern Schiessle2012-06-191-1/+1
|
* fixes oc-668Thomas Mueller2012-06-181-0/+6
|
* Delay loading of translations until they are usedBart Visscher2012-06-182-7/+48
|
* Force sanitize function to use UTF8 (for php lower than 5.4)Brice Maron2012-06-181-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-186-260/+211
|\
| * Use TemplateLayout functions for finding js and css files in minimizerBart Visscher2012-06-183-99/+1
| |
| * Prepare template js and css functions for use in the js and css minimizersBart Visscher2012-06-181-32/+32
| |
| * Move page layout handling to its own classBart Visscher2012-06-182-127/+173
| |
| * Move formfactor code to OC_TemplateBart Visscher2012-06-182-34/+37
| |
* | ignore "Shared"-directory when calculating free spaceBjoern Schiessle2012-06-181-0/+2
|/
* Fix errors for minimizerBart Visscher2012-06-183-1/+12
|
* Forgot a fileBart Visscher2012-06-181-0/+70
|
* Cache the minimized output also on the serverBart Visscher2012-06-182-3/+44
|
* get the correct metadate from updated folders to put in the cacheRobin Appelman2012-06-171-3/+3
|
* Revert "Set default charset to utf-8."Michael Gapczynski2012-06-161-1/+1
| | | | This reverts commit 709dbd82a60363555b613b381f73d942f9fdbcc4.
* when checking if the content of a folder has been updated, exlicitly state ↵Robin Appelman2012-06-172-3/+8
| | | | | | that we are checking a folder solves some issues with external storages not updating correctly
* Be smarter when checking single app language availabilityBart Visscher2012-06-161-8/+25
|
* Only check for apps owncloud version requirment when there is a new owncloud ↵Bart Visscher2012-06-162-14/+16
| | | | version
* Set default charset to utf-8.Thomas Tanghus2012-06-161-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-06-151-5/+1
|\
| * Remove $DOCUMENTROOT, not usedBart Visscher2012-06-161-5/+1
| |
* | Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-151-26/+14
|/
* Optimize WebDav access by preloading dav custom propertiesBart Visscher2012-06-152-11/+41
|
* Spelling fixBart Visscher2012-06-151-1/+1
|
* Fix webdav property name compareBart Visscher2012-06-151-1/+1
|
* Use setter for FileinfoCacheBart Visscher2012-06-152-11/+11
|
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-155-371/+342
|
* also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-152-0/+18
|
* add hasUpdated to oc_filestorageRobin Appelman2012-06-153-0/+27
|
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-153-23/+31
|
* Load app before running update scriptBart Visscher2012-06-151-0/+1
|
* Disable minizing when DEBUG is trueBart Visscher2012-06-152-2/+6
|
* White-space fix.Thomas Tanghus2012-06-142-49/+45
|
* Don't add slash if it's there already.Thomas Tanghus2012-06-141-1/+1
|
* Whitespace fixBart Visscher2012-06-131-1/+1
|
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-131-15/+34
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Make some apps compatibleLukas Reschke2012-06-112-10/+27
| |
| * Check for stringLukas Reschke2012-06-111-14/+2
| |
| * Some updates...Lukas Reschke2012-06-111-14/+28
| |
| * Handling arraysLukas Reschke2012-06-111-1/+16
| |
| * RevertLukas Reschke2012-06-112-51/+18
| |
| * First try of implementing assignHTMLLukas Reschke2012-06-111-14/+33
| |
* | Added JSON methods for CSRF prevention. Make request token accessible from ↵Thomas Tanghus2012-06-134-22/+44
| | | | | | | | template and add js var.
* | fix time callFrank Karlitschek2012-06-131-1/+1
| |
* | check for view before trying to invoke method on objectBartek Przybylski2012-06-131-1/+1
| |
* | fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987Thomas Mueller2012-06-121-1/+5
| |