summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #23588 from nextcloud/enh/23558/override-dashboard-default...Julien Veyssier2020-11-1311-20/+40
|\ \ \ \ | |/ / / |/| | |
| * | | override default dashboard background with theming oneJulien Veyssier2020-11-1311-20/+40
| |/ /
* | | Merge pull request #24088 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2020-11-131-9/+0
|\ \ \
| * | | Update psalm baselineNextcloud-PR-Bot2020-11-131-9/+0
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2020-11-1318-14/+52
|/ /
* | Merge pull request #24066 from nextcloud/fix/sharing/expiration-date-internalJulius Härtl2020-11-123-4/+4
|\ \
| * | Fix default internal expiration date enforceJohn Molakvoæ (skjnldsv)2020-11-123-4/+4
* | | Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracleJulius Härtl2020-11-1210-4/+131
|\ \ \
| * | | Dump autoloaderMorris Jobke2020-11-112-0/+2
| * | | Also make direct_edit.accessed nullableJoas Schilling2020-11-113-2/+63
| * | | Make is_user_defined nullable so we can store false on oracleJoas Schilling2020-11-115-2/+66
* | | | Merge pull request #24072 from nextcloud/fix-storage-credential-migrationMorris Jobke2020-11-121-23/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix migration of oc_credentials tableRobin Appelman2020-11-121-23/+25
|/ / /
* | | Merge pull request #24065 from nextcloud/enh/pimp_accessibilitycontrollerChristoph Wurst2020-11-121-31/+4
|\ \ \ | |_|/ |/| |
| * | Pimp the accesibility controllerRoeland Jago Douma2020-11-111-31/+4
* | | [tx-robot] updated from transifexNextcloud bot2020-11-1228-388/+60
* | | Merge pull request #24063 from nextcloud/techdebt/noid/switch-to-class-names-...Morris Jobke2020-11-112-46/+46
|\ \ \
| * | | Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke2020-11-112-46/+46
| | |/ | |/|
* | | Merge pull request #24037 from nextcloud/enh/reflectionparamter_getclass_depr...Roeland Jago Douma2020-11-111-6/+6
|\ \ \ | |_|/ |/| |
| * | ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
|/ /
* | Merge pull request #24060 from nextcloud/revert-24039-faster-installationMorris Jobke2020-11-113-49/+3
|\ \
| * | Revert "Installation goes brrrr"Christoph Wurst2020-11-113-49/+3
|/ /
* | Merge pull request #24054 from nextcloud/bugfix/noid/calendar-repair-oracleMorris Jobke2020-11-111-0/+32
|\ \ | |/ |/|
| * Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
* | Merge pull request #24039 from nextcloud/faster-installationJoas Schilling2020-11-113-3/+49
|\ \
| * | 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 #23915 from st3iny/fix/noid/png-icons-in-caldav-reminder-e...Morris Jobke2020-11-116-8/+8
|\ \
| * | Use png icons in caldav reminder emailsRichard Steinmetz2020-11-076-8/+8
* | | Merge pull request #24038 from nextcloud/techdebt/noid/remove-unused-static-m...Morris Jobke2020-11-111-49/+0
|\ \ \ | |_|/ |/| |
| * | Remove unused and deprecated methods from files_external MountConfigMorris Jobke2020-11-101-49/+0
* | | 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-1141-91/+905
|\ \ \ \
| * | | | Fix unique key in test tableJoas Schilling2020-11-101-4/+8
| * | | | Fix naming of jobs and stepsJoas Schilling2020-11-101-17/+20
| * | | | Update baseline, I'm sorryJoas Schilling2020-11-101-5/+19
| * | | | Fix CSJoas Schilling2020-11-104-0/+4
| * | | | 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