summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add isGroupAccessible in OC_SubAdminGeorg Ehrke2012-07-191-0/+7
|
* fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke2012-07-193-4/+4
|
* add some doc for lib/subadmin.phpGeorg Ehrke2012-07-191-1/+14
|
* fix setqouta for subadminsGeorg Ehrke2012-07-191-1/+7
|
* simplify code of remoteuser.phpGeorg Ehrke2012-07-191-14/+4
|
* add isUserAccessible method to OC_SubAdmin classGeorg Ehrke2012-07-191-0/+13
|
* fix removeuser.php for subadminsGeorg Ehrke2012-07-181-1/+17
|
* add checkSubAdminUser method to OC_JSON classGeorg Ehrke2012-07-181-0/+12
|
* remove unused code from togglesubadmins.phpGeorg Ehrke2012-07-181-4/+0
|
* fix changepassword.php for subadminsGeorg Ehrke2012-07-181-1/+22
|
* Merge branch 'master' into subadminGeorg Ehrke2012-07-181-1/+1
|\
| * remove second "autocomplete" statementBjoern Schiessle2012-07-181-1/+1
| |
| * remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
| |
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-1848-162/+292
|\|
| * Fixed require path.Thomas Tanghus2012-07-171-1/+1
| |
| * Added missing CSRF checks.Thomas Tanghus2012-07-172-0/+2
| |
| * Added CSRF checks to files_versions. Expect some error messages - and report ↵Thomas Tanghus2012-07-173-0/+3
| | | | | | | | them ;)
| * Added CSRF checks to Tasks. Expect some error messages - and report them ;)Thomas Tanghus2012-07-174-0/+4
| |
| * Added CSRF checks to Calendar. Expect some error messages - and report them ;)Thomas Tanghus2012-07-1714-2/+15
| |
| * Wrong version comparison in update.php.Thomas Tanghus2012-07-171-1/+1
| |
| * Added hook for postCreateUser. Probably fix for oc-1265.Thomas Tanghus2012-07-172-1/+13
| |
| * Wrong argument count in postCreateUser hook for contacts.Thomas Tanghus2012-07-171-3/+3
| |
| * If a contact wasn't loaded in the list you coulcn't access it from search ↵Thomas Tanghus2012-07-172-4/+29
| | | | | | | | result. Fixes oc-1264.
| * Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.Thomas Tanghus2012-07-161-2/+9
| |
| * stop using of OC_L10N::tAGeorg Ehrke2012-07-161-4/+4
| |
| * improve webfinger for situations where owncloud is not installed in the ↵Robin Appelman2012-07-162-1/+23
| | | | | | | | server root
| * revert to using fopen for webdav instead of readfileRobin Appelman2012-07-161-1/+1
| |
| * use the remote.php infrastructure for remoteStorageRobin Appelman2012-07-165-39/+28
| |
| * add warning in log if OC_L10N::tA was calledGeorg Ehrke2012-07-161-0/+7
| |
| * latin1 => utf8Thomas Tanghus2012-07-161-1/+1
| |
| * Remove obsolete code.Thomas Tanghus2012-07-161-2/+0
| |
| * Fix sorting - again :-PThomas Tanghus2012-07-161-2/+2
| |
| * Bold active address book.Thomas Tanghus2012-07-161-1/+1
| |
| * Set the address book of the active contact active.Thomas Tanghus2012-07-161-3/+9
| |
| * UI part of addressbook merging.Thomas Tanghus2012-07-161-6/+15
| |
| * Wrap image uploading in anonymous function.Thomas Tanghus2012-07-161-43/+45
| |
| * Remove obsolete FIXMEs.Thomas Tanghus2012-07-161-2/+0
| |
| * add database type to xml reportThomas Mueller2012-07-162-3/+9
| |
| * some more structure addedThomas Mueller2012-07-151-44/+56
| |
| * Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski2012-07-151-1/+1
| |
| * Check if user is already logged in for DAV auth, instead of logging in and ↵Michael Gapczynski2012-07-151-6/+11
| | | | | | | | creating new sessions for every request
| * fixing reset on autotestThomas Mueller2012-07-151-0/+5
| |
| * Also unlink unsuccessful imports.Thomas Tanghus2012-07-151-0/+5
| |
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-1541-517/+737
|\|
| * Make list droppable too instead of just the header.Thomas Tanghus2012-07-151-1/+1
| |
| * Improve temp file handling.Thomas Tanghus2012-07-151-4/+4
| |
| * Hide file form field behind image so it will maybe work with IE...Thomas Tanghus2012-07-153-11/+9
| |
| * Made notifications more flexible.Thomas Tanghus2012-07-151-12/+9
| |
| * Typo.Thomas Tanghus2012-07-151-1/+1
| |
| * Added notification.Thomas Tanghus2012-07-151-1/+2
| |