Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-16Merge pull request #24159 from nextcloud/backport/24069/stable20Daniel Calviño Sánchez
2020-11-16Fix default internal expiration dateDaniel Calviño Sánchez
2020-11-16Merge pull request #24156 from nextcloud/backport/24112/stable20Roeland Jago Douma
2020-11-16Merge pull request #24147 from nextcloud/backport/24146/stable20Roeland Jago Douma
2020-11-16Set up FS before querying storage info in settingsVincent Petry
2020-11-16Merge pull request #24079 from nextcloud/backport/24053/stable20Joas Schilling
2020-11-16Don't throw on SHOW VERSION queryJoas Schilling
2020-11-14[tx-robot] updated from transifexNextcloud bot
2020-11-12Dump autoloaderMorris Jobke
2020-11-12Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-12Replace the credentials table with one that can have empty userJoas Schilling
2020-11-12Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling
2020-11-12Fix comparing the empty string for global credentialsJoas Schilling
2020-11-12Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling
2020-11-12Make sure columns with an empty default are nullable for OracleJoas Schilling
2020-11-11Merge pull request #24033 from nextcloud/backport/23993/stable20Joas Schilling
2020-11-11[tx-robot] updated from transifexNextcloud bot
2020-11-10Don't leave cursors open when tests failJoas Schilling
2020-11-10Fix repair mimetype step to not leave stray cursorsJoas Schilling
2020-11-10Merge pull request #23998 from nextcloud/backport/23937/stable20Morris Jobke
2020-11-10Merge pull request #23995 from nextcloud/backport/23741/stable20Morris Jobke
2020-11-10Merge pull request #23955 from nextcloud/backport/23938/stable20Roeland Jago Douma
2020-11-09Removed config.jsJohn Molakvoæ
2020-11-09Use query builder instead of OC_DB in OC\Files\*Joas Schilling
2020-11-09Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)
2020-11-09Unlock when promoting to exclusive lock failsAshod Nakashian
2020-11-09Merge pull request #23971 from nextcloud/backport/23936/stable20Morris Jobke
2020-11-09Merge pull request #23975 from nextcloud/backport/23923/stable20Morris Jobke
2020-11-09Add explicit typecast for $value.Daniel Kesselberg
2020-11-09[tx-robot] updated from transifexNextcloud bot
2020-11-07Update parametersJoas Schilling
2020-11-07Make sure Oracle always casts everything in the best wayJoas Schilling
2020-11-07Use Query builder functionJoas Schilling
2020-11-07Fix order of GREATEST for OracleJoas Schilling
2020-11-07Merge pull request #23951 from nextcloud/backport/23922/stable20Roeland Jago Douma
2020-11-07Merge pull request #23954 from nextcloud/backport/23943/stable20Roeland Jago Douma
2020-11-07Merge pull request #23948 from nextcloud/backport/23940/stable20Roeland Jago Douma
2020-11-07Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling
2020-11-07Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling
2020-11-07Merge pull request #23935 from nextcloud/backport/23921/stable20Morris Jobke
2020-11-07Improve query type detectionJoas Schilling
2020-11-07Merge pull request #23924 from nextcloud/backport/23920/stable20Morris Jobke
2020-11-07Skip already loaded apps in loadAppsRoeland Jago Douma
2020-11-06Cast bool things to numbers as that is how they are stored in the databaseJoas Schilling
2020-11-06Fix casting to integer on OracleJoas Schilling
2020-11-06Bearer must be in the start of the auth headerRoeland Jago Douma
2020-11-06fix: also remove use statement of UserCreatedEventTobias Assmann
2020-11-06fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann
2020-11-02No need to check if there is an avatar available, because it is generated on ...Morris Jobke
2020-11-01[tx-robot] updated from transifexNextcloud bot