summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add some doc for lib/subadmin.phpGeorg Ehrke2012-07-191-1/+14
* add isUserAccessible method to OC_SubAdmin classGeorg Ehrke2012-07-191-0/+13
* add checkSubAdminUser method to OC_JSON classGeorg Ehrke2012-07-181-0/+12
* Merge branch 'master' into subadminGeorg Ehrke2012-07-184-8/+20
|\
| * revert to using fopen for webdav instead of readfileRobin Appelman2012-07-161-1/+1
| * add warning in log if OC_L10N::tA was calledGeorg Ehrke2012-07-161-0/+7
| * 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 cr...Michael Gapczynski2012-07-151-6/+11
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-153-29/+31
|\|
| * fix remote and public.phpRobin Appelman2012-07-131-1/+1
| * allow command line based installation/setupThomas Mueller2012-07-131-1/+1
| * Fix log write() parameters in wrong orderMichael Gapczynski2012-07-111-1/+1
| * Handling exceptionsLukas Reschke2012-07-111-1/+1
| * Catch exceptions from PHPMailerMichael Gapczynski2012-07-111-26/+28
* | subadmins can now add usersGeorg Ehrke2012-07-153-19/+39
* | fix merge conflictsGeorg Ehrke2012-07-1120-61/+278
|\|
| * use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
| * fixed typoJohannes Willnecker2012-07-101-1/+1
| * Fix for oc-972, oc-1144 and oc-1191Johannes Willnecker2012-07-101-9/+71
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0915-29/+0
| * revert performance improvements in userExists() because it breaks new user cr...Bjoern Schiessle2012-07-091-6/+2
| * webdav ssl cleanupBjoern Schiessle2012-07-091-35/+38
| * Added default parameter $reset to allow for incremental rescan.Thomas Tanghus2012-07-091-2/+4
| * Uninitialized variableLukas Reschke2012-07-071-0/+1
| * Fixes a problem with the user creation ("User already existed" even if the us...Lukas Reschke2012-07-071-3/+2
| * Move line counter so we only count lines towards the offset that are equal or...Michael Gapczynski2012-07-061-4/+6
| * Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-061-14/+27
| * allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-061-1/+1
| * introduce subclassed client.php and revert changes to 3rdpartyBjoern Schiessle2012-07-061-0/+168
| * moved performance improvement from isLoggedIn() to userExists() to avoid webd...Bjoern Schiessle2012-07-051-8/+8
* | some work on subadminsGeorg Ehrke2012-07-093-1/+141
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-0513-79/+220
|\|
| * More helpfull debug msg for redirectToDefaultPageBart Visscher2012-07-041-4/+5
| * Remove referer check, this is unreliable. The header doesnt need te exist, or...Bart Visscher2012-07-041-15/+0
| * Correct Postgresql connection with space in password. Work around php bugBrice Maron2012-07-041-0/+8
| * use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-032-1/+2
| * wrong var name fixedBjoern Schiessle2012-07-031-2/+2
| * Escape pg connection string on setupBrice Maron2012-07-031-3/+13
| * provide multibyte aware helper functions mb_str_replace, mb_substr_replace an...Arthur Schiwon2012-07-022-18/+126
| * Remove forced downloadLukas Reschke2012-07-021-2/+0
| * Don't display error messagesLukas Reschke2012-07-021-2/+2
| * fix a small PHP failGeorg Ehrke2012-07-021-1/+1
| * Disable mimesniffingLukas Reschke2012-07-011-2/+4
| * Fixed app pathTom Needham2012-06-301-1/+1
| * Return correct json response, fix syntaxTom Needham2012-06-301-15/+4
| * fixed linkTo()Florian Hülsmann2012-06-301-1/+1
| * typo fixedBjoern Schiessle2012-06-291-1/+1
| * - when creating a new text file or directory which name already exist use the...Bjoern Schiessle2012-06-291-1/+3
| * Spelling fixBart Visscher2012-06-281-1/+1
| * Remember the app root information.Bart Visscher2012-06-281-1/+5