]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoLimit getIncomplete query to one row 24715/head
Daniel Kesselberg [Tue, 15 Dec 2020 20:42:26 +0000 (21:42 +0100)]
Limit getIncomplete query to one row

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #24630 from nextcloud/enh/noid/unknown_named_parameter
Roeland Jago Douma [Thu, 10 Dec 2020 15:02:19 +0000 (16:02 +0100)]
Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameter

Error: Unknown named parameter $remote_id

3 years agoMerge pull request #23044 from nextcloud/migration-10.5
Roeland Jago Douma [Thu, 10 Dec 2020 13:32:13 +0000 (14:32 +0100)]
Merge pull request #23044 from nextcloud/migration-10.5

Handle owncloud migration to latest release

3 years agoMerge pull request #24605 from nextcloud/enh/share-deck
Roeland Jago Douma [Thu, 10 Dec 2020 13:30:08 +0000 (14:30 +0100)]
Merge pull request #24605 from nextcloud/enh/share-deck

Add deck share provider support

3 years agoMerge pull request #24628 from nextcloud/bugfix/noid/ocs-endpoint-load-issues
Joas Schilling [Thu, 10 Dec 2020 09:43:54 +0000 (10:43 +0100)]
Merge pull request #24628 from nextcloud/bugfix/noid/ocs-endpoint-load-issues

Fix loading order for OCS endpoints

3 years agoFix variable name for test 24630/head
Daniel Kesselberg [Thu, 10 Dec 2020 09:19:48 +0000 (10:19 +0100)]
Fix variable name for test

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoFix loading order for OCS endpoints 24628/head
Vincent Petry [Thu, 10 Dec 2020 07:20:20 +0000 (08:20 +0100)]
Fix loading order for OCS endpoints

The loading order can have side effects in the way how apps register
plugins, listeners, etc.

Recently the order had been changed as part of cleaning up old code, but
caused apps to break.

This brings back the old app loading order to guarantee that apps won't
break, even though it might not semantically make sense.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Dec 2020 02:20:14 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-string
Julius Härtl [Wed, 9 Dec 2020 16:25:59 +0000 (17:25 +0100)]
Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-string

3 years agoAddress minor comments 24605/head
Julius Härtl [Wed, 9 Dec 2020 12:19:14 +0000 (13:19 +0100)]
Address minor comments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMake sure the migrations table schema is always checked 23044/head
Julius Härtl [Wed, 9 Dec 2020 09:10:51 +0000 (10:10 +0100)]
Make sure the migrations table schema is always checked

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Revert "Make sure the migrations table schema is always checked"

This reverts commit 258955ef738a52d9da2ac2fe59466e6093d7e9bc.

Set current vendor during upgrade and perform migrations table change if needed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoChange further columns to be nullable with a default of 0
Julius Härtl [Wed, 9 Dec 2020 11:13:02 +0000 (12:13 +0100)]
Change further columns to be nullable with a default of 0

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoProperly migrate from new owncloud avatar location
Julius Härtl [Wed, 9 Dec 2020 11:04:14 +0000 (12:04 +0100)]
Properly migrate from new owncloud avatar location

as the files are not scanned we cannot use the OCP\Files api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #24614 from nextcloud/bugfix/noid/fix-imagick-tests
Julius Härtl [Wed, 9 Dec 2020 12:56:00 +0000 (13:56 +0100)]
Merge pull request #24614 from nextcloud/bugfix/noid/fix-imagick-tests

Skip the test if Imagick is misconfigured

3 years agoAdjust mountprovider tests
Julius Härtl [Tue, 8 Dec 2020 16:30:08 +0000 (17:30 +0100)]
Adjust mountprovider tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoUpdate psalm baseline
Julius Härtl [Tue, 8 Dec 2020 16:18:34 +0000 (17:18 +0100)]
Update psalm baseline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoSuppress psalm warnings about app classes
Julius Härtl [Tue, 8 Dec 2020 16:14:06 +0000 (17:14 +0100)]
Suppress psalm warnings about app classes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoExtend dummy factory in tests
Julius Härtl [Tue, 8 Dec 2020 15:52:34 +0000 (16:52 +0100)]
Extend dummy factory in tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoBump bundles
Julius Härtl [Tue, 8 Dec 2020 15:50:36 +0000 (16:50 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoIndicate deck shares as shared in the file list
Julius Härtl [Tue, 8 Dec 2020 15:45:56 +0000 (16:45 +0100)]
Indicate deck shares as shared in the file list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAllow share results to have a detailed description and share entries to have a link
Julius Härtl [Tue, 8 Dec 2020 12:01:29 +0000 (13:01 +0100)]
Allow share results to have a detailed description and share entries to have a link

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd share type deck to search results
Julius Härtl [Tue, 8 Dec 2020 12:00:43 +0000 (13:00 +0100)]
Add share type deck to search results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoInclude deck shares in sharing mounts
Julius Härtl [Tue, 8 Dec 2020 11:59:30 +0000 (12:59 +0100)]
Include deck shares in sharing mounts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd internal DECK_USER type to allow unsharing for individual users
Julius Härtl [Tue, 8 Dec 2020 11:59:09 +0000 (12:59 +0100)]
Add internal DECK_USER type to allow unsharing for individual users

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoIntroduce deck share type to ShareAPIController
Julius Härtl [Thu, 3 Dec 2020 15:03:35 +0000 (16:03 +0100)]
Introduce deck share type to ShareAPIController

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoHandle deck share type in audit and dav app
Julius Härtl [Tue, 8 Dec 2020 11:56:54 +0000 (12:56 +0100)]
Handle deck share type in audit and dav app

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDummy general share checks for deck
Julius Härtl [Thu, 3 Dec 2020 15:03:09 +0000 (16:03 +0100)]
Dummy general share checks for deck

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoLet sharees endpoint properly handle deck shares
Julius Härtl [Thu, 3 Dec 2020 15:02:47 +0000 (16:02 +0100)]
Let sharees endpoint properly handle deck shares

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd share type for deck
Julius Härtl [Thu, 3 Dec 2020 14:52:43 +0000 (15:52 +0100)]
Add share type for deck

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAllow apps to register their share providers from outside
Julius Härtl [Thu, 3 Dec 2020 14:51:58 +0000 (15:51 +0100)]
Allow apps to register their share providers from outside

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #24612 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 9 Dec 2020 11:58:43 +0000 (12:58 +0100)]
Merge pull request #24612 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoDump autoloader
Julius Härtl [Mon, 7 Dec 2020 14:16:14 +0000 (15:16 +0100)]
Dump autoloader

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoReadd repair steps that are relevant when migrating from ownCloud
Julius Härtl [Mon, 7 Dec 2020 13:30:08 +0000 (14:30 +0100)]
Readd repair steps that are relevant when migrating from ownCloud

This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoHandle oc_dav_properties migration
Julius Härtl [Mon, 7 Dec 2020 12:51:17 +0000 (13:51 +0100)]
Handle oc_dav_properties migration

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing index on oc_cards and rename if it previously existed
Julius Härtl [Fri, 27 Nov 2020 12:24:33 +0000 (13:24 +0100)]
Add missing index on oc_cards and rename if it previously existed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove authtoken login_name column to varchar(255)
Julius Härtl [Fri, 27 Nov 2020 11:54:12 +0000 (12:54 +0100)]
Move authtoken login_name column to varchar(255)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing mount_id index
Julius Härtl [Fri, 27 Nov 2020 11:53:51 +0000 (12:53 +0100)]
Add missing mount_id index

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop attributes on oc_share table
Julius Härtl [Fri, 20 Nov 2020 15:29:02 +0000 (16:29 +0100)]
Drop attributes on oc_share table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop assignable systemtag column
Julius Härtl [Fri, 20 Nov 2020 15:24:03 +0000 (16:24 +0100)]
Drop assignable systemtag column

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop oc_dav_job_status table
Julius Härtl [Fri, 20 Nov 2020 15:16:31 +0000 (16:16 +0100)]
Drop oc_dav_job_status table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdjust execution duration to 0
Vincent Petry [Thu, 29 Oct 2020 16:58:12 +0000 (17:58 +0100)]
Adjust execution duration to 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdjust further columns
Vincent Petry [Thu, 29 Oct 2020 14:27:22 +0000 (15:27 +0100)]
Adjust further columns

- calendarsubscriptions.lastmodified -> not null
- external_config.value -> allow null

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdjust calendars.components to 64 chars
Vincent Petry [Thu, 29 Oct 2020 14:12:21 +0000 (15:12 +0100)]
Adjust calendars.components to 64 chars

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAllow major/minor match for owncloud version
Julius Härtl [Fri, 25 Sep 2020 10:04:11 +0000 (12:04 +0200)]
Allow major/minor match for owncloud version

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAvoid checking for brute force protection capabilities when upgrading
Julius Härtl [Fri, 25 Sep 2020 10:03:55 +0000 (12:03 +0200)]
Avoid checking for brute force protection capabilities when upgrading

This might happen a releases that doesn't have this table yet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix missing authtoken scope
Julius Härtl [Fri, 25 Sep 2020 10:03:15 +0000 (12:03 +0200)]
Fix missing authtoken scope

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop fk constraints on locks table
Julius Härtl [Fri, 25 Sep 2020 07:12:26 +0000 (09:12 +0200)]
Drop fk constraints on locks table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAllow upgrade from oc 10.5
Julius Härtl [Fri, 25 Sep 2020 07:03:34 +0000 (09:03 +0200)]
Allow upgrade from oc 10.5

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing table columns
Julius Härtl [Fri, 25 Sep 2020 07:03:22 +0000 (09:03 +0200)]
Add missing table columns

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #24398 from nextcloud/fix/do-not-update-incompatible-app
Joas Schilling [Wed, 9 Dec 2020 08:28:25 +0000 (09:28 +0100)]
Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-app

Do not update incompatible apps

3 years agoSkip the test if Imagick is misconfigured 24614/head
Joas Schilling [Wed, 9 Dec 2020 08:07:20 +0000 (09:07 +0100)]
Skip the test if Imagick is misconfigured

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 24612/head
Nextcloud-PR-Bot [Wed, 9 Dec 2020 04:31:11 +0000 (04:31 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Dec 2020 02:19:47 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24598 from nextcloud/techdebt/noid/wrap-the-exception-to-make...
Joas Schilling [Tue, 8 Dec 2020 16:10:20 +0000 (17:10 +0100)]
Merge pull request #24598 from nextcloud/techdebt/noid/wrap-the-exception-to-make-debuggin-easier

Make debugging migration exceptions easier

3 years agoMerge pull request #24486 from nextcloud/feature/noid/phone-number-validation
Joas Schilling [Tue, 8 Dec 2020 16:05:38 +0000 (17:05 +0100)]
Merge pull request #24486 from nextcloud/feature/noid/phone-number-validation

Phone number validation and search

3 years agoUpdate psalm baseline 24247/head
Julius Härtl [Fri, 4 Dec 2020 08:13:17 +0000 (09:13 +0100)]
Update psalm baseline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd temporary test for migrating int to string
Julius Härtl [Fri, 4 Dec 2020 07:23:12 +0000 (08:23 +0100)]
Add temporary test for migrating int to string

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdjust default
Julius Härtl [Thu, 3 Dec 2020 16:39:56 +0000 (17:39 +0100)]
Adjust default

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDo not register share menu in cases where the files app has not been registered yet
Julius Härtl [Thu, 3 Dec 2020 15:08:41 +0000 (16:08 +0100)]
Do not register share menu in cases where the files app has not been registered yet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoGet rid of database.xml in files_sharing
Julius Härtl [Fri, 20 Nov 2020 14:40:30 +0000 (15:40 +0100)]
Get rid of database.xml in files_sharing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove columns to bigint
Julius Härtl [Fri, 20 Nov 2020 14:38:59 +0000 (15:38 +0100)]
Move columns to bigint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMigrate files_sharing to migrations and move remote_id to a string in share_external
Julius Härtl [Fri, 20 Nov 2020 14:30:36 +0000 (15:30 +0100)]
Migrate files_sharing to migrations and move remote_id to a string in share_external

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove remoteId of remote reshares to string
Julius Härtl [Fri, 20 Nov 2020 12:29:36 +0000 (13:29 +0100)]
Move remoteId of remote reshares to string

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix PHP code style 24486/head
Joas Schilling [Tue, 8 Dec 2020 12:08:47 +0000 (13:08 +0100)]
Fix PHP code style

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #23780 from nextcloud/enh/ci/php8
Roeland Jago Douma [Tue, 8 Dec 2020 08:39:45 +0000 (09:39 +0100)]
Merge pull request #23780 from nextcloud/enh/ci/php8

PHP8 CI

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Dec 2020 02:20:20 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoAdd a repairstep to validate the phone numbers
Joas Schilling [Mon, 7 Dec 2020 15:36:49 +0000 (16:36 +0100)]
Add a repairstep to validate the phone numbers

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMake debugging migration exceptions easier 24598/head
Joas Schilling [Mon, 7 Dec 2020 18:35:01 +0000 (19:35 +0100)]
Make debugging migration exceptions easier

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 23780/head
Roeland Jago Douma [Mon, 7 Dec 2020 14:06:28 +0000 (15:06 +0100)]
Update psalm baseline

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agophp cs fix
Roeland Jago Douma [Fri, 4 Dec 2020 07:39:26 +0000 (08:39 +0100)]
php cs fix

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoCancel 1 LDAP test for php8
Roeland Jago Douma [Thu, 3 Dec 2020 19:32:12 +0000 (20:32 +0100)]
Cancel 1 LDAP test for php8

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoGD images
Roeland Jago Douma [Thu, 3 Dec 2020 18:50:45 +0000 (19:50 +0100)]
GD images

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoHarde CapabiltiesTest
Roeland Jago Douma [Thu, 3 Dec 2020 15:38:25 +0000 (16:38 +0100)]
Harde CapabiltiesTest

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agofix appconfig tests
Roeland Jago Douma [Thu, 3 Dec 2020 15:33:38 +0000 (16:33 +0100)]
fix appconfig tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFIXME use default RC4 method
Roeland Jago Douma [Thu, 3 Dec 2020 15:31:02 +0000 (16:31 +0100)]
FIXME use default RC4 method

* We should pick better default method!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix filesystem tests
Roeland Jago Douma [Thu, 3 Dec 2020 15:18:01 +0000 (16:18 +0100)]
Fix filesystem tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMake sure we can also run with escapedshell args
Roeland Jago Douma [Thu, 3 Dec 2020 11:38:45 +0000 (12:38 +0100)]
Make sure we can also run with escapedshell args

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoWe can no longe mock multiple interfaces
Roeland Jago Douma [Wed, 2 Dec 2020 19:53:17 +0000 (20:53 +0100)]
We can no longe mock multiple interfaces

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix encryption test
Roeland Jago Douma [Mon, 30 Nov 2020 12:23:02 +0000 (13:23 +0100)]
Fix encryption test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix locking logic
Roeland Jago Douma [Mon, 30 Nov 2020 12:02:56 +0000 (13:02 +0100)]
Fix locking logic

The comparrison on php8 return true while <php8 it is false.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFIX
Roeland Jago Douma [Mon, 30 Nov 2020 11:29:31 +0000 (12:29 +0100)]
FIX

the assertAttributeEquals got removed.
So we can't run these tests anymore.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix MoveCalendarTest
Roeland Jago Douma [Mon, 30 Nov 2020 11:25:37 +0000 (12:25 +0100)]
Fix MoveCalendarTest

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix notifier test
Roeland Jago Douma [Mon, 30 Nov 2020 11:24:23 +0000 (12:24 +0100)]
Fix notifier test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMake sure we just check for the keys
Roeland Jago Douma [Fri, 27 Nov 2020 15:55:55 +0000 (16:55 +0100)]
Make sure we just check for the keys

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoDo not run image tests on php8
Roeland Jago Douma [Fri, 27 Nov 2020 15:46:57 +0000 (16:46 +0100)]
Do not run image tests on php8

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoDo not run on php8
Roeland Jago Douma [Fri, 27 Nov 2020 15:46:49 +0000 (16:46 +0100)]
Do not run on php8

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMove to new phpunit
Roeland Jago Douma [Fri, 27 Nov 2020 15:42:48 +0000 (16:42 +0100)]
Move to new phpunit

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoDon't check on php8
Roeland Jago Douma [Wed, 11 Nov 2020 19:46:52 +0000 (20:46 +0100)]
Don't check on php8

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoAvatar fixes
Roeland Jago Douma [Tue, 10 Nov 2020 19:38:09 +0000 (20:38 +0100)]
Avatar fixes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix test traits for phpunit 9
Roeland Jago Douma [Thu, 29 Oct 2020 13:34:47 +0000 (14:34 +0100)]
Fix test traits for phpunit 9

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoAdd php8 CI
Roeland Jago Douma [Thu, 29 Oct 2020 13:32:22 +0000 (14:32 +0100)]
Add php8 CI

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoUnit tests for searching by phone number
Joas Schilling [Thu, 3 Dec 2020 19:44:29 +0000 (20:44 +0100)]
Unit tests for searching by phone number

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMake the throwing optional, so background tasks don't break
Joas Schilling [Thu, 3 Dec 2020 11:16:39 +0000 (12:16 +0100)]
Make the throwing optional, so background tasks don't break

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd and fix unit tests
Joas Schilling [Thu, 3 Dec 2020 10:51:42 +0000 (11:51 +0100)]
Add and fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd a config for default region of phone numbers
Joas Schilling [Thu, 3 Dec 2020 10:12:41 +0000 (11:12 +0100)]
Add a config for default region of phone numbers

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd an integration test for the phone search API
Joas Schilling [Wed, 2 Dec 2020 15:03:54 +0000 (16:03 +0100)]
Add an integration test for the phone search API

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAlso translate the phone number when coming in via the accounts manager API directly
Joas Schilling [Wed, 2 Dec 2020 15:03:08 +0000 (16:03 +0100)]
Also translate the phone number when coming in via the accounts manager API directly

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd an endpoint to search for accounts based on phone number
Joas Schilling [Wed, 2 Dec 2020 13:11:47 +0000 (14:11 +0100)]
Add an endpoint to search for accounts based on phone number

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd a database table for the accounts data so we can search it better
Joas Schilling [Wed, 2 Dec 2020 10:40:36 +0000 (11:40 +0100)]
Add a database table for the accounts data so we can search it better

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoValidate and standardize the phone number on saving
Joas Schilling [Tue, 1 Dec 2020 14:38:43 +0000 (15:38 +0100)]
Validate and standardize the phone number on saving

Signed-off-by: Joas Schilling <coding@schilljs.com>