aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24064 from nextcloud/techdebt/noid/auto-wire-encryption-appMorris Jobke2020-11-211-4/+10
|\
| * Auto-wire as much as possible in the encryption appMorris Jobke2020-11-201-4/+10
* | Merge pull request #24246 from LukasReschke/add-taint-flow-analysisMorris Jobke2020-11-211-0/+2
|\ \ | |/ |/|
| * Add Psalm Taint Flow AnalysisLukas Reschke2020-11-201-0/+2
* | Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
* | Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke2020-11-204-3/+50
|\ \ | |/ |/|
| * Don't drop the table anymore when we create it againJoas Schilling2020-11-161-0/+1
| * Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-113-3/+49
* | Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
* | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-191-1/+7
|\ \
| * | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
* | | Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\ \ \
| * | | Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
* | | | Merge pull request #24164 from nextcloud/fix/lazy-app-registrationMorris Jobke2020-11-194-14/+26
|\ \ \ \
| * | | | Allow lazy app registrationChristoph Wurst2020-11-184-14/+26
* | | | | Fix DataResponse typehintsRoeland Jago Douma2020-11-191-4/+4
* | | | | Merge pull request #24135 from medical-cloud/fix/23357-nextcloud-logo-in-emai...Roeland Jago Douma2020-11-191-2/+2
|\ \ \ \ \
| * | | | | Fix #23357medcloud2020-11-181-2/+2
* | | | | | Merge pull request #24207 from nextcloud/bugfix/noid/missing-level-psrloggedChristoph Wurst2020-11-191-0/+1
|\ \ \ \ \ \
| * | | | | | missing levelMaxence Lange2020-11-181-0/+1
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-11-192-0/+4
|/ / / / / /
* | | | | | Merge pull request #24189 from nextcloud/enh/csp/frame-ancestorsRoeland Jago Douma2020-11-181-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-181-0/+2
* | | | | | Remove some IRouter methodsRoeland Jago Douma2020-11-176-91/+13
|/ / / / /
* | | / / Add types to function builderJoas Schilling2020-11-165-70/+47
| |_|/ / |/| | |
* | | | Merge pull request #24069 from nextcloud/fix-default-internal-expiration-dateRoeland Jago Douma2020-11-161-3/+3
|\ \ \ \
| * | | | Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* | | | | Merge pull request #24112 from nextcloud/bugfix/24099/setup-fs-before-query-s...Christoph Wurst2020-11-161-0/+3
|\ \ \ \ \
| * | | | | Set up FS before querying storage info in settingsVincent Petry2020-11-131-0/+3
* | | | | | Don't throw on SHOW VERSION queryJoas Schilling2020-11-161-1/+2
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-11-142-4/+4
|/ / / /
* | | | Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracleJulius Härtl2020-11-122-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Dump autoloaderMorris Jobke2020-11-112-0/+2
* | | | ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
| |_|/ |/| |
* | | Revert "Installation goes brrrr"Christoph Wurst2020-11-113-49/+3
|/ /
* | Don't create a schema to check if the migrations table existsJoas Schilling2020-11-111-0/+5
* | Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling2020-11-111-0/+41
* | Only update the schema when we install anywayJoas Schilling2020-11-112-3/+3
* | Merge pull request #24041 from nextcloud/techdebt/noid/remove-oc_hooks-for-gr...Julius Härtl2020-11-111-14/+0
|\ \
| * | Remove old OC_Hook for OC_Group eventsMorris Jobke2020-11-101-14/+0
* | | Merge pull request #23882 from nextcloud/tests/oracleJoas Schilling2020-11-118-14/+95
|\ \ \
| * | | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-104-0/+48
| * | | Replace the credentials table with one that can have empty userJoas Schilling2020-11-103-1/+5
| * | | Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling2020-11-101-0/+3
| * | | Fix comparing the empty string for global credentialsJoas Schilling2020-11-102-11/+26
| * | | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-102-2/+11
| * | | Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-102-0/+2
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2020-11-112-0/+2
|/ /
* | Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke2020-11-1012-25/+114
|\ \ | |/ |/|
| * Don't leave cursors open when tests failJoas Schilling2020-11-0912-25/+114