summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-1329-381/+459
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24088 from ↵Roeland Jago Douma2020-11-131-9/+0
|\ | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * Update psalm baselineNextcloud-PR-Bot2020-11-131-9/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* [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 enforce
| * Fix default internal expiration date enforceJohn Molakvoæ (skjnldsv)2020-11-123-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 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
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Also make direct_edit.accessed nullableJoas Schilling2020-11-113-2/+63
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make is_user_defined nullable so we can store false on oracleJoas Schilling2020-11-115-2/+66
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #24072 from nextcloud/fix-storage-credential-migrationMorris Jobke2020-11-121-23/+25
|\ \ \ | | | | | | | | fix migration of oc_credentials table
| * | | fix migration of oc_credentials tableRobin Appelman2020-11-121-23/+25
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #24065 from nextcloud/enh/pimp_accessibilitycontrollerChristoph Wurst2020-11-121-31/+4
|\ \ \ | |_|/ |/| | Pimp the accesibility controller
| * | Pimp the accesibility controllerRoeland Jago Douma2020-11-111-31/+4
| | | | | | | | | | | | | | | | | | | | | | | | * No usused members * appRoot member * less constructor args Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-1228-388/+60
| | |
* | | Merge pull request #24063 from ↵Morris Jobke2020-11-112-46/+46
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/switch-to-class-names-for-encryption-DI Change to full class names for the encryption app DI in preparation of auto-wiring
| * | | Change to full class names for the encryption app DI in preparation of ↵Morris Jobke2020-11-112-46/+46
| | |/ | |/| | | | | | | | | | | | | auto-wiring Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #24037 from ↵Roeland Jago Douma2020-11-111-6/+6
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/enh/reflectionparamter_getclass_deprecatred ReflectionParamter::getClass is deprecated
| * | ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
|/ / | | | | | | | | | | | | | | In php8 this starts throwing warnings. And since we use it quite often we flood the log. This moves it to getType which does the same. Only non deprecated now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24060 from nextcloud/revert-24039-faster-installationMorris Jobke2020-11-113-49/+3
|\ \ | | | | | | Revert "Installation goes brrrr"
| * | 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 used
| * Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #24039 from nextcloud/faster-installationJoas Schilling2020-11-113-3/+49
|\ \ | | | | | | Installation goes brrrr
| * | Don't create a schema to check if the migrations table existsJoas Schilling2020-11-111-0/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling2020-11-111-0/+41
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Only update the schema when we install anywayJoas Schilling2020-11-112-3/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #23915 from ↵Morris Jobke2020-11-116-8/+8
|\ \ | | | | | | | | | | | | st3iny/fix/noid/png-icons-in-caldav-reminder-emails Use png icons in caldav reminder emails
| * | Use png icons in caldav reminder emailsRichard Steinmetz2020-11-076-8/+8
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #24038 from ↵Morris Jobke2020-11-111-49/+0
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/techdebt/noid/remove-unused-static-methods-files_external Remove unused and deprecated methods from files_external MountConfig
| * | Remove unused and deprecated methods from files_external MountConfigMorris Jobke2020-11-101-49/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #24041 from ↵Julius Härtl2020-11-111-14/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-oc_hooks-for-group-management Remove old OC_Hook for OC_Group events
| * | | Remove old OC_Hook for OC_Group eventsMorris Jobke2020-11-101-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those mappings exist and we will remove the first ones (labeled as `old`): old: `\OC_Hook::listen('OC_Group', 'pre_createGroup', array('run' => true, 'gid' => $gid));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'preCreate', function ($gid) { ... });` since NC 17 (#18350): `OCP\Group\Events\BeforeGroupCreatedEvent` old: `\OC_Hook::emit('OC_User', 'post_createGroup', array('gid' => $gid->getGID()));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'postCreate', function (\OC\Group\Group $gid) { ... });` since NC 17 (#18350): `OCP\Group\Events\GroupCreatedEvent` old: `\OC_Hook::emit('OC_Group', 'pre_deleteGroup', array('run' => true, 'gid' => $group->getGID()));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'preDelete', function (\OC\Group\Group $group) { ... });` since NC 17 (#18350): `OCP\Group\Events\BeforeGroupDeletedEvent` old: `\OC_Hook::emit('OC_User', 'post_deleteGroup', array('gid' => $group->getGID()));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'postDelete', function (\OC\Group\Group $group) { ... });` since NC 17 (#18350): `OCP\Group\Events\GroupDeletedEvent` old: `\OC_Hook::emit('OC_Group', 'pre_addToGroup', array('run' => true, 'uid' => $user->getUID(), 'gid' => $group->getGID()));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'preAddUser', function (\OC\Group\Group $group, \OC\User\User $user) { ... });` since NC 17 (#18350): `OCP\Group\Events\BeforeUserAddedEvent` old: `\OC_Hook::emit('OC_Group', 'post_addToGroup', array('uid' => $user->getUID(), 'gid' => $group->getGID()));` since OC 8 (owncloud/core#12618): `$groupManager->listen('\OC\Group', 'postAddUser', function (\OC\Group\Group $group, \OC\User\User $user) { ... });` since NC 17 (#18350): `OCP\Group\Events\UserAddedEvent` Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #23882 from nextcloud/tests/oracleJoas Schilling2020-11-1141-91/+905
|\ \ \ \ | | | | | | | | | | Run unit tests against oracle
| * | | | Fix unique key in test tableJoas Schilling2020-11-101-4/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix naming of jobs and stepsJoas Schilling2020-11-101-17/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Update baseline, I'm sorryJoas Schilling2020-11-101-5/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix CSJoas Schilling2020-11-104-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-1016-8/+347
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Replace the credentials table with one that can have empty userJoas Schilling2020-11-108-19/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primary key columns on Oracle can not have empty strings Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't try to update on NotNullConstraintViolationException, only on unique ↵Joas Schilling2020-11-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or foreign key Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix comparing the empty string for global credentialsJoas Schilling2020-11-102-11/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Empty string is returned as null, but empty string in file cache is the root ↵Joas Schilling2020-11-102-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and exists Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-1015-9/+138
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make the test pass on repeating callsJoas Schilling2020-11-101-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-101-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Easier debugging and spell fixJoas Schilling2020-11-101-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use a different column for the primary key as we can not insert it on oracleJoas Schilling2020-11-102-12/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>