aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-1016-8/+347
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-108-19/+182
* 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
* Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-1015-9/+138
* Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
* Make the test pass on repeating callsJoas Schilling2020-11-101-2/+7
* Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-101-0/+20
* Easier debugging and spell fixJoas Schilling2020-11-101-6/+9
* Use a different column for the primary key as we can not insert it on oracleJoas Schilling2020-11-102-12/+36
* Add github action for oci8Julius Härtl2020-11-103-3/+57
* Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke2020-11-1037-92/+380
|\
| * Don't leave cursors open when tests failJoas Schilling2020-11-0937-92/+380
* | Merge pull request #23070 from eleith/complex-recurrance-importseleith2020-11-102-7/+25
|\ \
| * | resolve review commentsleith abdulla2020-10-291-2/+2
| * | handle vcalander documents with recurrence with exemptions or editsleith abdulla2020-10-282-8/+26
* | | Merge pull request #24024 from nextcloud/enhancement/exception-page-full-traceMorris Jobke2020-11-103-5/+22
|\ \ \
| * | | Show the full trace of an exceptionChristoph Wurst2020-11-103-5/+22
|/ / /
* | | Merge pull request #24019 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2020-11-101-3/+0
|\ \ \
| * | | Update psalm baselineNextcloud-PR-Bot2020-11-101-3/+0
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-11-1014-20/+70
* | | Merge pull request #23967 from nextcloud/dependabot/composer/build/integratio...Roeland Jago Douma2020-11-091-1/+1
|\ \ \
| * | | Update behat/behat requirement in /build/integrationdependabot-preview[bot]2020-11-071-1/+1
* | | | Merge pull request #23981 from nextcloud/fix/sharing/undefined-in-searchMorris Jobke2020-11-093-5/+5
|\ \ \ \
| * | | | Fix js search in undefined ocs responseJohn Molakvoæ (skjnldsv)2020-11-093-5/+5
| | |_|/ | |/| |
* | | | Merge pull request #23999 from nextcloud/fix/old-legacy-scriptsMorris Jobke2020-11-092-2/+0
|\ \ \ \
| * | | | Removed config.jsJohn Molakvoæ2020-11-091-1/+0
| * | | | Remove old legacy search scriptJohn Molakvoæ2020-11-091-1/+0
| |/ / /
* | | | 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 #23889 from nextcloud/fix/noid/shortcut-to-avoid-filesyste...Morris Jobke2020-11-092-11/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Shortcut to avoid file system setup when generating the logo URLMorris Jobke2020-11-092-11/+14
* | | | | Merge pull request #23937 from nextcloud/bugfix/noid/files-ocdbJohn Molakvoæ2020-11-093-26/+52
|\ \ \ \ \
| * | | | | Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-093-26/+52
* | | | | | 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
* | | | | | | | Merge pull request #23978 from nextcloud/enh/query_servercontainer_firstMorris Jobke2020-11-091-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | First query the server containerRoeland Jago Douma2020-11-071-0/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #23933 from nextcloud/bugfix/noid/user-ldap-ocdbMorris Jobke2020-11-0920-58/+60
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Test requires the DBJoas Schilling2020-11-091-0/+3
| * | | | | | | fix insert valuesArthur Schiwon2020-11-061-2/+2
| * | | | | | | only delete specified configArthur Schiwon2020-11-061-0/+1
| * | | | | | | Correctly place the array typeJoas Schilling2020-11-061-1/+1
| * | | | | | | Use query builder to interact with member managementJoas Schilling2020-11-061-12/+16