Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-06-27 | 5 | -29/+45 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | add some hooks for subadmins | Georg Ehrke | 2012-07-21 | 1 | -1/+24 | |
* | | | | | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-21 | 36 | -170/+235 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix missing parameter decleration, thanks Jenkins :-) | Bart Visscher | 2012-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | fix ununsed variables | Robin Appelman | 2012-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | remove obsolete oc_filesystem::mountall | Robin Appelman | 2012-07-21 | 1 | -11/+0 | |
| * | | | | | | | | | | | | | Add missing public to function definition | Bart Visscher | 2012-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Fix parameter order in OC_Filestorage_Common->hash | Bart Visscher | 2012-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 4 | -7/+74 | |
| * | | | | | | | | | | | | | adapted to new SabreDav version | Bjoern Schiessle | 2012-07-20 | 1 | -10/+12 | |
| * | | | | | | | | | | | | | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 | |
| * | | | | | | | | | | | | | Fix strict standards warnings | Tom Needham | 2012-07-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 | |
| * | | | | | | | | | | | | | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | forgot to make one function abstract | Robin Appelman | 2012-07-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | remove unused variables | Robin Appelman | 2012-07-20 | 10 | -55/+27 | |
| * | | | | | | | | | | | | | remove unused and depricated getFolderSize | Robin Appelman | 2012-07-20 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | dont try to create mountpoints automatically | Robin Appelman | 2012-07-20 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | fix unused variables | Robin Appelman | 2012-07-20 | 16 | -47/+28 | |
| * | | | | | | | | | | | | | fix increasing folder sizes in filecache for custom roots | Robin Appelman | 2012-07-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | fix eventsource fallback when more then one eventsource is active | Robin Appelman | 2012-07-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-20 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | dont check for filecache updates when getting quota info over webdav | Robin Appelman | 2012-07-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-20 | 3 | -20/+23 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | dont use the mtimes stored in zip archives since they dont update correctly | Robin Appelman | 2012-07-20 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | allow a more flexible way of using user backends | Robin Appelman | 2012-07-19 | 2 | -18/+22 | |
* | | | | | | | | | | | | | | add isGroupAccessible in OC_SubAdmin | Georg Ehrke | 2012-07-19 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | add some doc for lib/subadmin.php | Georg Ehrke | 2012-07-19 | 1 | -1/+14 | |
* | | | | | | | | | | | | | | add isUserAccessible method to OC_SubAdmin class | Georg Ehrke | 2012-07-19 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | add checkSubAdminUser method to OC_JSON class | Georg Ehrke | 2012-07-18 | 1 | -0/+12 | |
* | | | | | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-18 | 4 | -8/+20 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | revert to using fopen for webdav instead of readfile | Robin Appelman | 2012-07-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | add warning in log if OC_L10N::tA was called | Georg Ehrke | 2012-07-16 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | Delete old session files, suggested by Torben Nehmer, see bug oc-736 | Michael Gapczynski | 2012-07-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Check if user is already logged in for DAV auth, instead of logging in and cr... | Michael Gapczynski | 2012-07-15 | 1 | -6/+11 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-15 | 3 | -29/+31 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix remote and public.php | Robin Appelman | 2012-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | allow command line based installation/setup | Thomas Mueller | 2012-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Fix log write() parameters in wrong order | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Handling exceptions | Lukas Reschke | 2012-07-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Catch exceptions from PHPMailer | Michael Gapczynski | 2012-07-11 | 1 | -26/+28 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | subadmins can now add users | Georg Ehrke | 2012-07-15 | 3 | -19/+39 | |
* | | | | | | | | | | | | fix merge conflicts | Georg Ehrke | 2012-07-11 | 20 | -61/+278 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | fixed typo | Johannes Willnecker | 2012-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | Fix for oc-972, oc-1144 and oc-1191 | Johannes Willnecker | 2012-07-10 | 1 | -9/+71 | |
| * | | | | | | | | | | | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 15 | -29/+0 | |
| * | | | | | | | | | | | revert performance improvements in userExists() because it breaks new user cr... | Bjoern Schiessle | 2012-07-09 | 1 | -6/+2 | |
| * | | | | | | | | | | | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -35/+38 | |
| * | | | | | | | | | | | Added default parameter $reset to allow for incremental rescan. | Thomas Tanghus | 2012-07-09 | 1 | -2/+4 |