You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/auth/builtin.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ New users can submit a form and site admins will see the request in the navbar o
57
57
58
58

59
59
60
+
## Disable account requests from users
61
+
60
62
The account request feature can be disabled by setting `"auth.accessRequest": { "enabled": false }`. When disabled, new user accounts can only be created by the site admin manually.
Copy file name to clipboardExpand all lines: docs/cody/capabilities/commands.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Prompts
6
6
7
-
<Callouttype="note">Prompts and Prompts Library are currently available in Cody's VS Code extension and the Sourcegraph Web UI.</Callout>
7
+
<Callouttype="note">Prompts and Prompts Library are currently available in Cody's VS Code extension and the Sourcegraph Web UI. Some functionalities that are mentioned on this page need to be enabled by adding the following feature flag and setting it to true: _prompt-creation-v2_. [See here for instructions on how to create a feature flag](https://sourcegraph.com/docs/admin/executors/native_execution#enable). </Callout>
8
8
9
9
Cody offers quick, ready-to-use **Prompts** to automate key tasks in your workflow. Prompts are created and saved in the **Prompt Library** and can be accessed from the **Tools > Prompt Library** in the top navigation bar in Sourcegraph's web UI.
- Fix wrong offset in policy iteration [#1559](https://github.com/sourcegraph/sourcegraph/pull/1559)
24
+
25
+
#### Cody
26
+
27
+
- fix broken homepage redirect for cody only plans [#1626](https://github.com/sourcegraph/sourcegraph/pull/1626)
28
+
- When using an instance with a Cody-only license, accessing the home page now correctly redirects you to /cody/dashboard, instead of a non-existent /cody page.
29
+
Backport a4cb5a0723bad18e1c215d81231db457d1abfbdb from #1621
30
+
31
+
#### Search
32
+
33
+
- (new web ui) Disable persistence for history/explore panel [#1614](https://github.com/sourcegraph/sourcegraph/pull/1614)
34
+
35
+
### Chore
36
+
37
+
#### Release
38
+
39
+
- remove extra v identifier for version in artifact exporter [#1594](https://github.com/sourcegraph/sourcegraph/pull/1594)
40
+
- OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c)
41
+
Backport c4b838103ce2f71e7591ade720e8bdf17f9a5b39 from #1490
42
+
43
+
### Reverts
44
+
45
+
There were no reverts for this release
46
+
47
+
### Uncategorized
48
+
49
+
#### Others
50
+
51
+
-[Backport 5.9.x] azure: Add support for repositoryPathPattern [#1629](https://github.com/sourcegraph/sourcegraph/pull/1629)
52
+
- Added support for the `repositoryPathPattern` property to Azure DevOps code host connections.
53
+
- Fixed an issue where Azure DevOps repo names included a port number - aligning with other code host connection implementations Backport 762bd89a12825ff05de98d9c2d8adfcf1ef5bf4a from #1543
0 commit comments