aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11204 from owncloud/fix_oc_stream_seekMorris Jobke2014-09-223-3/+3
|\
| * in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1
| * return boolean in Ciose::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
| * return boolean in OC::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* | Merge pull request #11210 from owncloud/issue/11209Morris Jobke2014-09-221-1/+20
|\ \
| * | Also match routes without trailing slashJoas Schilling2014-09-221-1/+20
* | | Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz2014-09-221-11/+29
|\ \ \
| * | | 1. remove sizeof($filteredUsers) > 0 as conditionvoxsim2014-09-181-2/+2
| * | | add more logic in displayNamesInGroup for big user basesvoxsim2014-09-151-5/+16
| * | | change logic in displayNamesInGroup and add some unit testsvoxsim2014-08-281-10/+17
| * | | fix in displayNamesInGroup: when specified limit N, we did complex search onl...voxsim2014-06-261-1/+1
* | | | Merge pull request #10939 from owncloud/add-port-to-trusted-domain-wizardThomas Müller2014-09-221-2/+10
|\ \ \ \
| * | | | Append port to trusted domain in case it's not 80 or 443Lukas Reschke2014-09-081-2/+10
| | |/ / | |/| |
* | | | Merge pull request #10499 from owncloud/mkcol-headers-afterbindThomas Müller2014-09-221-1/+1
|\ \ \ \
| * | | | Use afterBind to send fileId header for files and directoriesVincent Petry2014-08-181-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-221-1/+6
* | | | | Merge pull request #11199 from owncloud/delete_bogus_previewsMorris Jobke2014-09-212-1/+43
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | delete old previewsGeorg Ehrke2014-09-212-1/+43
* | | | | make sure preview prop is instanceof OC_Image before using it in showPreviewGeorg Ehrke2014-09-211-1/+3
|/ / / /
* | | | Merge pull request #11196 from owncloud/sqlite-migration-smallint-masterMorris Jobke2014-09-211-0/+1
|\ \ \ \
| * | | | adding 'smallint unsigned' to type mapping for sqliteThomas Müller2014-09-201-0/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-212-2/+17
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-201-0/+4
* | | | Merge pull request #11178 from owncloud/throw-error-on-preview-instead-in-the...Morris Jobke2014-09-191-7/+7
|\ \ \ \
| * | | | Throw error in showPreview instead the constructorLukas Reschke2014-09-191-7/+7
* | | | | Merge pull request #11158 from owncloud/fix_basic_authLukas Reschke2014-09-192-34/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-182-34/+9
* | | | | Merge pull request #11119 from owncloud/removeOldUpgradeRoutinesVincent Petry2014-09-191-20/+0
|\ \ \ \ \
| * | | | | Remove old upgrade routinesLukas Reschke2014-09-161-20/+0
* | | | | | Merge pull request #11163 from owncloud/check-for-updates-between-major-versionsVincent Petry2014-09-191-1/+23
|\ \ \ \ \ \
| * | | | | | Prevent updates between multiple major versionsLukas Reschke2014-09-181-1/+23
* | | | | | | Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-197-19/+73
|\ \ \ \ \ \ \
| * | | | | | | Fix ILIKE without wildcards for oracleRobin Appelman2014-09-181-1/+1
| * | | | | | | Use ILIKE in cache searchRobin Appelman2014-09-171-13/+1
| * | | | | | | Implement ILIKE for sqliteRobin Appelman2014-09-171-1/+1
| * | | | | | | Make sqlite LIKE case sensitive on defaultRobin Appelman2014-09-172-0/+45
| * | | | | | | adding ILIKE to AdapterSQLSrvThomas Müller2014-09-161-0/+1
| * | | | | | | Introduce cross-db ILIKERobin Appelman2014-09-164-6/+26
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-192-0/+6
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11151 from owncloud/removeOverflowingFunctionLukas Reschke2014-09-182-24/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove unused and overflowing functionLukas Reschke2014-09-182-24/+0
* | | | | | | Merge pull request #11130 from owncloud/moveBasicAuthCheckLukas Reschke2014-09-181-12/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Move basic auth checkLukas Reschke2014-09-171-12/+4
* | | | | | | Merge pull request #11143 from owncloud/improve-404Morris Jobke2014-09-181-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Make 404 page easier to understandLukas Reschke2014-09-171-1/+0
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-181-0/+3
* | | | | | | | Error needs to push body-id for new guest layoutRemco Brenninkmeijer2014-09-171-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #9554 from owncloud/fix_preview_orientationLukas Reschke2014-09-172-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix orientation in image-backend, not in preview system itselfGeorg Ehrke2014-07-092-2/+1
* | | | | | | Merge pull request #10622 from owncloud/recursive-delete-forbiddenLukas Reschke2014-09-174-15/+41
|\ \ \ \ \ \ \