Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Start of audit app | Bart Visscher | 2012-05-07 | 1 | -1/+1 | |
| | * | | | | | Prefer requested app before redirecting to default page | Bart Visscher | 2012-06-20 | 1 | -1/+5 | |
| | * | | | | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 3 | -9/+6 | |
| | * | | | | | Small code reorder | Bart Visscher | 2012-06-20 | 1 | -5/+6 | |
| | * | | | | | remove unnecessary comment | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 | |
| * | | | | | | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -1/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-20 | 11 | -82/+81 | |
|\| | | | | | ||||||
| * | | | | | don't show other users file if the filesystem is not index already | Robin Appelman | 2012-06-20 | 1 | -0/+3 | |
| * | | | | | Remove OC::$CONFIG_DATADIRECTORY, not used | Bart Visscher | 2012-06-19 | 3 | -33/+18 | |
| * | | | | | Move check code from setupFS to checkServer | Bart Visscher | 2012-06-19 | 1 | -34/+20 | |
| * | | | | | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 4 | -0/+11 | |
| * | | | | | removing sanitizeHTML() function from template.php since I moved it to util.php | Bjoern Schiessle | 2012-06-19 | 1 | -11/+0 | |
| * | | | | | 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 | |
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-19 | 5 | -8/+57 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | ignore "Shared"-directory when calculating free space | Bjoern Schiessle | 2012-06-18 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 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 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-18 | 4 | -4/+126 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-17 | 6 | -29/+53 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
| * | | | | | when checking if the content of a folder has been updated, exlicitly state th... | Robin Appelman | 2012-06-17 | 2 | -3/+8 | |
| * | | | | | 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 | |
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-16 | 1 | -1/+1 | |
|\| | | | | | ||||||
| * | | | | | Set default charset to utf-8. | Thomas Tanghus | 2012-06-16 | 1 | -1/+1 | |
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-16 | 5 | -55/+69 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
* | | | | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-15 | 22 | -485/+551 | |
|\| | | | | | ||||||
| * | | | | | 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 |