aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge phpunit into filesystemRobin Appelman2012-10-08207-35277/+2660
|\
| * merge master into phpunitRobin Appelman2012-10-0861-319/+2090
| |\
| | * destroy invalid sessionsArthur Schiwon2012-10-081-0/+4
| | * Merge branch 'master' of https://github.com/owncloud/coreFrank Karlitschek2012-10-081-1/+1
| | |\
| | | * added "uid_owner" to select statementBjörn Schießle2012-10-081-1/+1
| | * | no garbage on the screen pleaseFrank Karlitschek2012-10-081-0/+1
| | |/
| | * add a sane socket timeout so that the interface stays responsive with a slow ...Frank Karlitschek2012-10-081-5/+50
| | * use socket timeout of 10 sec to stay responsive even with a slow internet con...Frank Karlitschek2012-10-081-1/+10
| | * add ID to upload form and check if ID exist to avoid loading invalid javascri...Björn Schießle2012-10-082-3/+4
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-10-0815-147/+199
| | * Remove old Shared folders from the file cache, fixes bug oc-1911Michael Gapczynski2012-10-072-1/+9
| | * Revert part of 5beca59b, fixes file upload bug oc-1926Michael Gapczynski2012-10-071-4/+1
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-10-0731-60/+1622
| | * Update AUTHORSLukas Reschke2012-10-071-0/+1
| | * better detect if we need to init the filesystem for the hooks testRobin Appelman2012-10-071-1/+1
| | * fix hook test when not logged inRobin Appelman2012-10-071-1/+6
| | * Fix - "Correct checking item source for share from same owner when generating...Michael Gapczynski2012-10-061-2/+8
| | * check for SimpleXML which seems to bw non default on Free BSDFrank Karlitschek2012-10-061-0/+5
| | * skip some test for storage backends that don't support touchRobin Appelman2012-10-061-13/+15
| | * add support to mount a specific folder from dropboxRobin Appelman2012-10-061-0/+11
| | * test case for dropbox storageRobin Appelman2012-10-062-0/+37
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-10-0617-133/+162
| | * LDAP: we're good for 0.3 now. No code changeArthur Schiwon2012-10-061-1/+1
| | * set folder size to 0 when scanning the filesystemRobin Appelman2012-10-051-0/+1
| * | make archive test cases work againRobin Appelman2012-10-053-37/+29
| * | Merge branch 'master' into phpunitRobin Appelman2012-10-0551-275/+453
| |\|
| | * prevent xss attacksBjörn Schießle2012-10-051-2/+2
| | * enable user to download selected files from publically shared directoryBjörn Schießle2012-10-052-2/+9
| | * breadcrumbs fixed for public share viewBjörn Schießle2012-10-051-1/+5
| | * register download action for directoriesBjörn Schießle2012-10-051-0/+6
| | * register download action for filesBjörn Schießle2012-10-051-0/+6
| | * fix download link for single files in publicly shared directoryBjörn Schießle2012-10-051-3/+7
| | * really fix checkstyle on archive tarJörn Friedrich Dreyer2012-10-051-1/+2
| | * fix checkstyle on archive zip/tarJörn Friedrich Dreyer2012-10-053-7/+13
| | * cache tar archive headersJörn Friedrich Dreyer2012-10-051-4/+13
| | * fix download of single publically shared files.Björn Schießle2012-10-051-1/+6
| | * fixed download of complete publically shared folderBjörn Schießle2012-10-051-8/+1
| | * stripsplashes doesn't work if the slash is the only character -> creating fil...Björn Schießle2012-10-051-4/+3
| | * baseDir has to be the whole path to work with shared directories below the ro...Björn Schießle2012-10-051-1/+1
| | * no content area, it overlaps the file listBjörn Schießle2012-10-051-2/+0
| | * check if element really exists before calling it. (e.g. for public shared fil...Björn Schießle2012-10-051-2/+8
| | * always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle2012-10-053-4/+6
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-10-0511-19/+25
| | * don´t show negative numbers. this is only a quickfix. I still dont get why t...Frank Karlitschek2012-10-041-0/+1
| | * share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-10-0435-226/+343
| | * Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
| | * Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
| * | remove cache ttl tests, take a lot of time and don't work correctly for most ...Robin Appelman2012-10-033-21/+0
| * | initual phpunit supportRobin Appelman2012-10-0310-118/+57