summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-241-1/+1
* | Merge pull request #24353 from nextcloud/backport/24162/stable20Roeland Jago Douma2020-11-253-13/+48
|\ \
| * | send expected format of cloud idArthur Schiwon2020-11-251-1/+2
| * | set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-13/+47
| |/
* / Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
|/
* Merge pull request #24249 from nextcloud/backport/24241/stable20Morris Jobke2020-11-202-0/+8
|\
| * Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
* | Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
* | Merge pull request #24230 from nextcloud/backport/24007/stable20Morris Jobke2020-11-201-1/+7
|\ \
| * | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-191-1/+7
* | | Merge pull request #24228 from nextcloud/backport/24135/stable20Morris Jobke2020-11-201-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix #23357medcloud2020-11-191-2/+2
| |/
* / use file name instead of path in 'not allowed to share' messageRobin Appelman2020-11-191-2/+1
|/
* missing levelMaxence Lange2020-11-191-0/+1
* Merge pull request #24159 from nextcloud/backport/24069/stable20Daniel Calviño Sánchez2020-11-161-3/+3
|\
| * Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* | Merge pull request #24156 from nextcloud/backport/24112/stable20Roeland Jago Douma2020-11-161-0/+3
|\ \ | |/ |/|
| * Set up FS before querying storage info in settingsVincent Petry2020-11-161-0/+3
* | Don't throw on SHOW VERSION queryJoas Schilling2020-11-161-1/+2
|/
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-121-0/+42
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-121-1/+1
* Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling2020-11-121-0/+3
* Fix comparing the empty string for global credentialsJoas Schilling2020-11-122-11/+26
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-122-2/+11
* Don't leave cursors open when tests failJoas Schilling2020-11-1012-25/+114
* Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-102-53/+43
* Merge pull request #23998 from nextcloud/backport/23937/stable20Morris Jobke2020-11-102-15/+37
|\
| * Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
* | Merge pull request #23995 from nextcloud/backport/23741/stable20Morris Jobke2020-11-101-1/+7
|\ \
| * | Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-091-1/+7
| |/
* | Merge pull request #23955 from nextcloud/backport/23938/stable20Roeland Jago Douma2020-11-102-29/+39
|\ \
| * | Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling2020-11-062-29/+39
* | | Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
| |/ |/|
* | Merge pull request #23971 from nextcloud/backport/23936/stable20Morris Jobke2020-11-091-1/+1
|\ \
| * | Add explicit typecast for $value.Daniel Kesselberg2020-11-091-1/+1
* | | Update parametersJoas Schilling2020-11-073-2/+28
* | | Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-071-0/+43
* | | Use Query builder functionJoas Schilling2020-11-071-1/+1
* | | Fix order of GREATEST for OracleJoas Schilling2020-11-071-3/+3
* | | Merge pull request #23951 from nextcloud/backport/23922/stable20Roeland Jago Douma2020-11-071-6/+9
|\ \ \ | |/ / |/| |
| * | Improve query type detectionJoas Schilling2020-11-061-6/+9
* | | Merge pull request #23954 from nextcloud/backport/23943/stable20Roeland Jago Douma2020-11-071-3/+1
|\ \ \
| * | | Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
| | |/ | |/|
* | | Merge pull request #23948 from nextcloud/backport/23940/stable20Roeland Jago Douma2020-11-071-3/+3
|\ \ \ | |/ / |/| |
| * | Skip already loaded apps in loadAppsRoeland Jago Douma2020-11-061-3/+3
* | | Merge pull request #23935 from nextcloud/backport/23921/stable20Morris Jobke2020-11-061-0/+4
|\ \ \ | |_|/ |/| |
| * | Cast bool things to numbers as that is how they are stored in the databaseJoas Schilling2020-11-061-1/+1
| * | Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
| |/
* | Merge pull request #23924 from nextcloud/backport/23920/stable20Morris Jobke2020-11-061-3/+3
|\ \ | |/ |/|
| * Bearer must be in the start of the auth headerRoeland Jago Douma2020-11-061-3/+3