summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+42
* | Replace the credentials table with one that can have empty userJoas Schilling2020-11-101-1/+1
* | 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
|/
* 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
* | Show the full trace of an exceptionChristoph Wurst2020-11-102-2/+3
* | Merge pull request #23994 from nextcloud/fix/comment_searchRoeland Jago Douma2020-11-091-0/+1
|\ \ | |/ |/|
| * Update comment search to initFSRoeland Jago Douma2020-11-091-0/+1
* | Merge pull request #23937 from nextcloud/bugfix/noid/files-ocdbJohn Molakvoæ2020-11-092-15/+37
|\ \
| * | Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
| |/
* | Merge pull request #23976 from nextcloud/enh/reduce_getAppPath_and_autoload_regMorris Jobke2020-11-091-3/+6
|\ \
| * | Reduce the getAppPath and autoloader callsRoeland Jago Douma2020-11-071-3/+6
| |/
* | Merge pull request #23982 from nextcloud/fix/quota-storage-getsizeMorris Jobke2020-11-091-1/+4
|\ \
| * | Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
| |/
* | Merge pull request #23741 from Ashod/lock-leakMorris Jobke2020-11-091-1/+7
|\ \
| * | Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-071-1/+7
* | | First query the server containerRoeland Jago Douma2020-11-071-0/+6
| |/ |/|
* | Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-074-4/+73
|\ \ | |/ |/|
| * Update parametersJoas Schilling2020-11-073-2/+28
| * Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
| * Use Query builder functionJoas Schilling2020-11-061-1/+1
| * Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3
* | Merge pull request #23934 from nextcloud/enh/avoid_scss_compileJohn Molakvoæ2020-11-071-3/+13
|\ \
| * | Avoid SCSS compilation if not neededRoeland Jago Douma2020-11-061-3/+13
| |/
* | Merge pull request #23942 from nextcloud/techdebt/cookie-lax-php7.3Morris Jobke2020-11-063-33/+21
|\ \
| * | Remove the cookie paths for php<7.3Christoph Wurst2020-11-063-33/+21
* | | Merge pull request #23938 from nextcloud/bugfix/oci/sharing-ocdbMorris Jobke2020-11-062-29/+39
|\ \ \
| * | | Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling2020-11-062-29/+39
| | |/ | |/|
* | | Merge pull request #23851 from nextcloud/enh/read_env_only_onceMorris Jobke2020-11-061-3/+7
|\ \ \
| * | | Read the env variables only onceRoeland Jago Douma2020-11-021-3/+7
* | | | Merge pull request #23943 from nextcloud/bugfix/oci/fix-ilike-on-oracleMorris Jobke2020-11-061-3/+1
|\ \ \ \
| * | | | Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* | | | | Merge pull request #23922 from nextcloud/bugfix/noid/fix-query-type-detectionMorris Jobke2020-11-061-6/+9
|\ \ \ \ \
| * | | | | Improve query type detectionJoas Schilling2020-11-061-6/+9
* | | | | | Merge pull request #23928 from nextcloud/bugfix/oci/dont-leave-stray-cursors-...Morris Jobke2020-11-062-53/+43
|\ \ \ \ \ \
| * | | | | | Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-062-53/+43
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #23940 from nextcloud/enh/skip_already_loaded_appsMorris Jobke2020-11-061-3/+3
|\ \ \ \ \ \
| * | | | | | Skip already loaded apps in loadAppsRoeland Jago Douma2020-11-061-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #23929 from nextcloud/techdebt/noid/deprecate-prepare-and-...Morris Jobke2020-11-061-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Deprecate OC_DB::prepare and OC_DB::executeAudited as they leak cursorsJoas Schilling2020-11-061-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #23932 from nextcloud/enh/s3/do_not_check_bucket_exists_on...Morris Jobke2020-11-061-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
| |/ / /
* | | | Merge pull request #23921 from nextcloud/techdebt/oci/fix-casting-to-integerJulius Härtl2020-11-061-0/+4
|\ \ \ \ | |/ / / |/| | |