summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* delete old previewsGeorg Ehrke2014-09-212-1/+43
* 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-2124-41/+83
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-2031-97/+164
* 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 #11184 from owncloud/typoMorris Jobke2014-09-191-1/+1
|\ \
| * | fix typoVolkan Gezer2014-09-191-1/+1
|/ /
* | Add myself as authorVincent Petry2014-09-191-0/+1
* | Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-1968-113/+153
|\ \
| * | Add select2 cache for complete group listVincent Petry2014-09-111-23/+39
| * | fit select2 to ownCloud input styleJan-Christoph Borchardt2014-09-101-0/+12
| * | Fixed select2 for admin and apps pageVincent Petry2014-09-104-13/+29
| * | Added select2 on the apps pageVincent Petry2014-09-096-88/+99
| * | Remove excludegroup.phpVincent Petry2014-09-091-18/+0
| * | Load select2 on admin pageVincent Petry2014-09-091-0/+2
| * | Now using select2 for the groups excluded from sharingVincent Petry2014-09-093-57/+58
| * | Move select2 from files_external to coreVincent Petry2014-09-0959-2/+2
* | | Merge pull request #11104 from owncloud/enc_create_backup_on_recoveryLukas Reschke2014-09-194-1/+62
|\ \ \
| * | | make sure that we really catch the files folder onlyBjoern Schiessle2014-09-191-1/+1
| * | | create backup from all keys before recoveryBjoern Schiessle2014-09-193-0/+61
* | | | Merge pull request #11171 from owncloud/fix-routeLukas Reschke2014-09-191-1/+1
|\ \ \ \
| * | | | Match more URL fragmentsLukas Reschke2014-09-181-1/+1
* | | | | 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 #11142 from owncloud/fix-windowsLukas Reschke2014-09-191-0/+4
|\ \ \ \ \
| * | | | | Resolves cache tests failing if the directory length is longer than 64Clark Tomlinson2014-09-171-0/+4
* | | | | | 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-192-1/+57
|\ \ \ \ \ \ \
| * | | | | | | Prevent updates between multiple major versionsLukas Reschke2014-09-182-1/+57
* | | | | | | | Merge pull request #10958 from owncloud/db-ilikeRobin Appelman2014-09-198-19/+128
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix ILIKE without wildcards for oracleRobin Appelman2014-09-182-1/+5
| * | | | | | | | 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
| * | | | | | | | add test case for ILIKE with wildcardRobin Appelman2014-09-161-0/+31
| * | | | | | | | adding ILIKE to AdapterSQLSrvThomas Müller2014-09-162-0/+6
| * | | | | | | | Introduce cross-db ILIKERobin Appelman2014-09-165-6/+41
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1994-105/+111
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #11141 from owncloud/update_encrytionlinkMorris Jobke2014-09-182-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | update encryption doc linkVolkan Gezer2014-09-182-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #11151 from owncloud/removeOverflowingFunctionLukas Reschke2014-09-183-29/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Remove unused and overflowing functionLukas Reschke2014-09-183-29/+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-182-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Make 404 page easier to understandLukas Reschke2014-09-172-3/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9541 from owncloud/force_loading_of_encryption_appMorris Jobke2014-09-181-0/+3
|\ \ \ \ \ \ \