sourcegraph/internal
david-sandy fbb976a76d
New Password Policy (#31881)
* Changes for backend

* Corrected operator

* Update security.go

* Updated Unit Tests

* Temp push

* Fixup schema definition

* Final Changes

* Updated for testing

* Updated test-cases

* Removed unused import

* Moved to sync

* Updated format.

* Update internal/security/security.go

Co-authored-by: Erik Seliger <erikseliger@me.com>

* Update internal/security/security.go

Co-authored-by: Erik Seliger <erikseliger@me.com>

* Update internal/security/security.go

Co-authored-by: Erik Seliger <erikseliger@me.com>

* Updated test-cases

* Added Password Requirements

* Updated test cases

* Updated formatting

* Added minLength

* Added note to keep in sync

* This shouldn't have been updated.

* Update internal/database/users.go

Co-authored-by: Erik Seliger <erikseliger@me.com>

* Update security.go

* Fixup formatting of site.schema.json

* Updated format

* Update security.go

* Update security.go

* Update security.go

* Update UserSettingsSecurityPage.tsx

* ESLint Fixes

* Update SignUpForm.tsx

* Update SignUpForm.tsx

* Update users_test.go

* Update users_test.go

* Update users_test.go

* Update users_test.go

* Update users_test.go

* Update users_test.go

* Added experimental features to context

* Update security.go

* Update SignUpForm.tsx

* Updated string conversion

* Resolved undefined reference

* Update SignUpForm.tsx

* fix failing test

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>

* update signuppage snapshot

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>

* fix linter complaint about optional chains

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>

* pass experimentalFeatures through

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>

* Format

* properly pass context to functions

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>

* Format after Stephen Change

* Updated tests

* Update mock_client.go

Co-authored-by: Erik Seliger <erikseliger@me.com>
Co-authored-by: Stephen Gutekanst <stephen@sourcegraph.com>
2022-04-11 11:29:35 -05:00
..
actor Backend: add AnonymousUID to Actor struct (#32475) 2022-03-11 07:58:07 -06:00
api gitserver: Add BatchLog (#33195) 2022-04-07 18:19:20 +00:00
authz Remove roaring.Bitmaps from all of the authz/permissions code (#33333) 2022-04-11 09:22:08 -04:00
cmd search-blitz: add back select repo queries (#33708) 2022-04-11 13:20:40 +00:00
codeintel chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
comby all: replace regexp with grafana/regexp (#30948) 2022-02-14 09:08:21 +00:00
conf repos: Introduce Go dependency repos integration (#32999) 2022-03-29 17:42:31 +02:00
cookie usage stats: Send device id in backend logs (#25920) 2021-10-12 17:41:33 +08:00
database New Password Policy (#31881) 2022-04-11 11:29:35 -05:00
debugserver debugserver: Add /healthz and /ready endpoints (#19846) 2021-04-08 20:21:29 +00:00
deviceid middleware: only register device id on dotcom (#25954) 2021-10-12 21:45:36 +08:00
diskcache diskcache: Refactor EncodeKeyComponents (#32301) 2022-03-08 12:08:07 -07:00
encryption Add metric for payload size (#33655) 2022-04-11 10:28:18 +02:00
endpoint endpoint: recover from errors in discovery (#31225) 2022-02-16 14:32:46 +00:00
env errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
errcode errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
eventlogger api: seperate internal client into internalapi (#28151) 2021-11-25 11:02:57 -08:00
extsvc gomodproxy: Look up the rate limiter based on extsvc urn (#33710) 2022-04-11 17:16:27 +02:00
featureflag chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
gitserver gitserver: go generate (#33720) 2022-04-11 14:11:26 +00:00
goroutine chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
gosyntect syntax-highlighter: Add C# Support (#31811) 2022-03-02 12:02:36 -05:00
gqltestutil insights: Add backend integration tests (#33451) 2022-04-07 15:39:41 -04:00
honey Add Datadog tracing library (#31939) 2022-02-28 11:18:56 -07:00
hostname Store hostname of workerutil Record processor on job dequeue (#21739) 2021-06-21 13:10:11 +01:00
httpcli golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
httpserver httpserver: Make pre-shutdown sleep configurable (#28159) 2021-11-24 18:16:40 -06:00
httptestutil errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
insights chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
inventory golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
jsonc errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
lazyregexp all: replace regexp with grafana/regexp (#30948) 2022-02-14 09:08:21 +00:00
logging logging: Print iTerm link to the log's source file:line in VS Code (#30439) 2022-02-01 20:55:40 +00:00
luasandbox luasandbox: Add CallGenerator method (#33684) 2022-04-11 17:26:53 +01:00
metrics repo-updater: Increase time allowed to sync repo in background (#33490) 2022-04-06 14:47:01 +02:00
mutablelimiter mutablelimiter: Clean up comments (#23712) 2021-08-09 14:36:44 +02:00
observation lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00
oobmigration chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
pathmatch all: replace regexp with grafana/regexp (#30948) 2022-02-14 09:08:21 +00:00
profiler Add Datadog profiler (#32020) 2022-03-01 17:44:03 -07:00
pubsub errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
randstring
ratelimit ratelimit: Increase default burst to 10 (#33608) 2022-04-08 10:13:43 +02:00
rcache rcache: handle redis not instantly expiring (#33724) 2022-04-11 17:34:06 +02:00
redispool errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
repos gomodproxy: Look up the rate limiter based on extsvc urn (#33710) 2022-04-11 17:16:27 +02:00
repotrackutil Enforce unconvert lint (#18746) 2021-03-01 12:28:08 -07:00
repoupdater search: Quickly sync new versions of dependency repos (#31925) 2022-02-28 14:54:59 +00:00
resetonce add resetable sync.Once for timed caching of ctags globs (#32082) 2022-03-02 22:08:35 +00:00
search Search: make ComputeExcludedRepos aware of dependency search (#33722) 2022-04-11 09:36:24 -06:00
security New Password Policy (#31881) 2022-04-11 11:29:35 -05:00
sentry lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00
services/executors golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
slack errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
src-cli Bump src-cli version for 3.38 release (#32724) 2022-03-17 14:09:52 +01:00
src-prometheus errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
symbols Squirrel: local code intel for Java using tree-sitter (#32122) 2022-03-30 14:51:34 -06:00
sysreq errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
temporarysettings temporary settings: graphql backend (#24295) 2021-08-26 07:57:22 -07:00
testutil gitserver: add db connections which are needed for future instantiation of gitserver clients with db connections (#32769) 2022-03-22 11:07:54 +03:00
timeutil search: Move FakeClock to timeutil (#17283) 2021-01-14 11:24:46 -07:00
trace Add Datadog traceID support (#31970) 2022-02-28 21:52:47 -07:00
tracer If only sampling is set, use opentracer (#32813) 2022-03-21 19:54:45 +00:00
txemail errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
types Squirrel: local code intel for Java using tree-sitter (#32122) 2022-03-30 14:51:34 -06:00
unpack repos: Introduce Go dependency repos integration (#32999) 2022-03-29 17:42:31 +02:00
uploadstore chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00
usagestats gitserver: refactor gitserver.Client and its usage (#32890) 2022-03-23 14:39:54 +03:00
vcs repo-updater: move vcs/git/tree/ReadTree to gitserver/commands/ReadTree (#33610) 2022-04-11 16:00:37 +03:00
version errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
workerutil chore: Update go-mockgen (#33678) 2022-04-08 16:07:50 -05:00