Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-28 | 129 | -366/+9448 |
* | bookmarks.pot and lib.pot added to transifex | Thomas Mueller | 2012-07-28 | 1 | -0/+12 |
* | Set filter to empty if not set by Ampache client | Michael Gapczynski | 2012-07-27 | 1 | -3/+2 |
* | Set the user id when authenticating user for Ampache, fixes bug oc-219 | Michael Gapczynski | 2012-07-27 | 1 | -0/+2 |
* | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-27 | 2 | -2/+7 |
* | Only call mkdir() if the root folder does not exist for FTP external storage | Michael Gapczynski | 2012-07-27 | 1 | -2/+3 |
* | Fix incorrect copy/paste for file_put_contents() | Michael Gapczynski | 2012-07-27 | 1 | -1/+1 |
* | fix for bug #1295, don't escape password reset link | Bjoern Schiessle | 2012-07-27 | 1 | -1/+1 |
* | Merge commit 'refs/merge-requests/76' of git://gitorious.org/owncloud/ownclou... | Georg Ehrke | 2012-07-27 | 2 | -1/+5 |
|\ | |||||
| * | Server verhindert beim OSX Client einen Delete | Steven | 2012-02-13 | 2 | -1/+5 |
* | | Cast groups as string, fixes bug oc-1309. Thanks to nderambure. | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
* | | Forgot data parameter for file_put_contents() streams pre proxies | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
* | | Run pre and post proxies for file_put_contents() streams | Michael Gapczynski | 2012-07-26 | 1 | -31/+36 |
* | | Check if size isset, try to fix used space calculation again, fixs bug oc-1331 | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-27 | 138 | -3907/+8619 |
* | | fix spelling fail | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
* | | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 4 | -1/+71 |
* | | Smarter remove of etag properties for path | Bart Visscher | 2012-07-26 | 2 | -3/+18 |
* | | Fix oc-1362: post_rename has no path param but newpath and oldpath | Bart Visscher | 2012-07-26 | 1 | -1/+5 |
* | | Merge branch 'subadmin' | Georg Ehrke | 2012-07-26 | 15 | -46/+461 |
|\ \ | |||||
| * \ | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-26 | 155 | -3628/+16861 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-21 | 1 | -84/+129 |
| |\ \ \ | |||||
| * | | | | add some hooks for subadmins | Georg Ehrke | 2012-07-21 | 1 | -1/+24 |
| * | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-21 | 78 | -613/+347 |
| |\ \ \ \ | |||||
| * | | | | | some js improvements for subadmins | Georg Ehrke | 2012-07-21 | 1 | -0/+3 |
| * | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-20 | 206 | -147/+376 |
| |\ \ \ \ \ | |||||
| * | | | | | | don't show label 'add group' for subadmins and remove some debug code | Georg Ehrke | 2012-07-20 | 1 | -5/+7 |
| * | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-20 | 46 | -254/+601 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | improve default qouta for subadmins | Georg Ehrke | 2012-07-20 | 2 | -3/+14 |
| * | | | | | | | fix tooglegroup for subadmins | Georg Ehrke | 2012-07-20 | 1 | -1/+7 |
| * | | | | | | | simplify code of createuser.php | Georg Ehrke | 2012-07-20 | 1 | -7/+4 |
| * | | | | | | | simplify code of changepassword.php | Georg Ehrke | 2012-07-19 | 1 | -12/+2 |
| * | | | | | | | add isGroupAccessible in OC_SubAdmin | Georg Ehrke | 2012-07-19 | 1 | -0/+7 |
| * | | | | | | | fix copy&paste fail and deny subadmins to set the default qouta | Georg Ehrke | 2012-07-19 | 3 | -4/+4 |
| * | | | | | | | add some doc for lib/subadmin.php | Georg Ehrke | 2012-07-19 | 1 | -1/+14 |
| * | | | | | | | fix setqouta for subadmins | Georg Ehrke | 2012-07-19 | 1 | -1/+7 |
| * | | | | | | | simplify code of remoteuser.php | Georg Ehrke | 2012-07-19 | 1 | -14/+4 |
| * | | | | | | | add isUserAccessible method to OC_SubAdmin class | Georg Ehrke | 2012-07-19 | 1 | -0/+13 |
| * | | | | | | | fix removeuser.php for subadmins | Georg Ehrke | 2012-07-18 | 1 | -1/+17 |
| * | | | | | | | add checkSubAdminUser method to OC_JSON class | Georg Ehrke | 2012-07-18 | 1 | -0/+12 |
| * | | | | | | | remove unused code from togglesubadmins.php | Georg Ehrke | 2012-07-18 | 1 | -4/+0 |
| * | | | | | | | fix changepassword.php for subadmins | Georg Ehrke | 2012-07-18 | 1 | -1/+22 |
| * | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-18 | 48 | -162/+292 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-15 | 41 | -517/+737 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add another file which was missing in the previous commit | Georg Ehrke | 2012-07-15 | 1 | -0/+23 |
| * | | | | | | | | | | subadmins can now add users | Georg Ehrke | 2012-07-15 | 7 | -59/+149 |
| * | | | | | | | | | | fix merge conflicts | Georg Ehrke | 2012-07-11 | 189 | -442/+2354 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | some work on subadmins | Georg Ehrke | 2012-07-09 | 5 | -11/+178 |
| * | | | | | | | | | | | add group_admin table | Georg Ehrke | 2012-07-07 | 1 | -0/+26 |