summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #24147 from nextcloud/backport/24146/stable20Roeland Jago Douma2020-11-161-1/+2
|\ \ | |/ |/|
| * Don't throw on SHOW VERSION queryJoas Schilling2020-11-161-1/+2
* | Merge pull request #24079 from nextcloud/backport/24053/stable20Joas Schilling2020-11-162-0/+2
|\ \ | |/ |/|
| * Dump autoloaderMorris Jobke2020-11-122-0/+2
* | [tx-robot] updated from transifexNextcloud bot2020-11-142-4/+4
|/
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-124-0/+48
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-123-1/+5
* 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
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-123-1/+3
* Merge pull request #24033 from nextcloud/backport/23993/stable20Joas Schilling2020-11-1112-25/+114
|\
| * Don't leave cursors open when tests failJoas Schilling2020-11-1012-25/+114
* | [tx-robot] updated from transifexNextcloud bot2020-11-112-0/+2
|/
* 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
* | | Removed config.jsJohn Molakvoæ2020-11-091-1/+0
* | | 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-092-2/+2
|\ \
| * | Add explicit typecast for $value.Daniel Kesselberg2020-11-092-2/+2
* | | Merge pull request #23975 from nextcloud/backport/23923/stable20Morris Jobke2020-11-095-10/+77
|\ \ \
| * | | Update parametersJoas Schilling2020-11-074-8/+32
| * | | 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
* | | | [tx-robot] updated from transifexNextcloud bot2020-11-092-0/+2
|/ / /
* | | 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
* | fix: also remove use statement of UserCreatedEventTobias Assmann2020-11-051-1/+0
* | fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann2020-11-051-4/+0
|/
* No need to check if there is an avatar available, because it is generated on ...Morris Jobke2020-11-021-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-11-012-2/+2