summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'audit'Bart Visscher2012-06-201-1/+1
| | |\
| | | * Start of audit appBart Visscher2012-05-071-1/+1
| | * | Prefer requested app before redirecting to default pageBart Visscher2012-06-201-1/+5
| | * | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-203-9/+6
| | * | Small code reorderBart Visscher2012-06-201-5/+6
| | * | remove unnecessary commentBjoern Schiessle2012-06-201-1/+1
| * | | removed readdir to fix bug oc-1054Sam Tuke2012-06-201-1/+0
| |/ /
| * | don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
| * | Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-193-33/+18
| * | Move check code from setupFS to checkServerBart Visscher2012-06-191-34/+20
| * | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-194-0/+11
| * | removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle2012-06-191-11/+0
| * | 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
| * | 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
| * | when checking if the content of a folder has been updated, exlicitly state th...Robin Appelman2012-06-172-3/+8
| * | 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
| * | 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
* | | Merge branch 'master' into multi_app_dirBrice Maron2012-06-1423-147/+359
|\| |
| * | White-space fix.Thomas Tanghus2012-06-142-49/+45
| * | Don't add slash if it's there already.Thomas Tanghus2012-06-141-1/+1