Tom Moor
|
2e427a1e83
|
fix: Menus with accessory in-front of label cannot be navigated with keyboard letters
fix: Flash of outline state when focusing menu item with keyboard
|
2024-04-11 20:51:56 -04:00 |
|
Tom Moor
|
9c179fdd30
|
fix: Editor displayed as member in role menu
|
2024-04-10 23:06:30 -04:00 |
|
Tom Moor
|
d883ba347b
|
lint
|
2024-04-10 07:41:02 -04:00 |
|
Tom Moor
|
c1b30b804c
|
Add direct link to help docs
|
2024-04-10 07:38:32 -04:00 |
|
一颗小土豆
|
fe9a89c060
|
A sentence that is not properly translated under the member option in Settings (#6785)
* Update Members.tsx
* Update translation.json
|
2024-04-10 04:34:02 -07:00 |
|
Tom Moor
|
9b45feb9ee
|
Improve user role management on members (#6775)
|
2024-04-09 19:02:40 -07:00 |
|
Tom Moor
|
b458bb3af9
|
Refactor required route role
|
2024-04-06 21:43:15 -04:00 |
|
Tom Moor
|
79899d051c
|
updateRole -> update_role
|
2024-04-06 21:16:44 -04:00 |
|
Tom Moor
|
3f209101e6
|
Add updateRole endpoint (#6771)
|
2024-04-06 06:32:15 -07:00 |
|
dependabot[bot]
|
52643c511c
|
chore(deps): bump vite from 5.0.12 to 5.0.13 (#6758)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-05 08:31:22 -07:00 |
|
Apoorv Mishra
|
6a4628afef
|
Refactor unfurling related types (#6730)
* wip
* fix: refactor unfurl types
|
2024-04-03 07:28:30 +05:30 |
|
Tom Moor
|
e0ae044f4c
|
fix: Await auth delete request before forwarding to OIDC
|
2024-04-02 21:57:20 -04:00 |
|
Tom Moor
|
40cf70d7ca
|
Separate status and role filters in member management
|
2024-04-02 20:19:23 -04:00 |
|
Tom Moor
|
3f7d351aee
|
Default collection and document permissions based on user role
|
2024-04-02 19:59:35 -04:00 |
|
Tom Moor
|
4311aac4ff
|
fix: Incorrect role information in collection added email
|
2024-04-02 19:05:42 -04:00 |
|
Tom Moor
|
365f4c4b1f
|
Add role parameter to users.list endpoint (#6754)
|
2024-04-02 05:00:12 -07:00 |
|
Tom Moor
|
d2d3adefe6
|
Organize roles in order of access
|
2024-04-01 21:31:33 -04:00 |
|
Tom Moor
|
ec30ef84af
|
Improve InputSelect, Text components
|
2024-04-01 21:23:38 -04:00 |
|
Tom Moor
|
4b54686c76
|
Improve error message around port errors on server start
|
2024-04-01 21:06:22 -04:00 |
|
Tom Moor
|
e9df3db1ef
|
Remove comment for guests with read-only permissions
|
2024-04-01 20:51:13 -04:00 |
|
dependabot[bot]
|
1af25db60e
|
chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 (#6752)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.23.3 to 7.24.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-typescript)
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-01 17:25:11 -07:00 |
|
dependabot[bot]
|
8354fc6c61
|
chore(deps-dev): bump @types/validator from 13.11.7 to 13.11.9 (#6750)
Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.11.7 to 13.11.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)
---
updated-dependencies:
- dependency-name: "@types/validator"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-01 17:24:32 -07:00 |
|
Tom Moor
|
c27cd945a7
|
Policies refactor, guest roles (#6732)
|
2024-03-31 17:28:35 -07:00 |
|
Tom Moor
|
ceb7ae1514
|
Move invite dialog to centered design (#6740)
* wip
* Update invite dialog
|
2024-03-29 19:26:18 -07:00 |
|
Tom Moor
|
09c82bdf40
|
Remove isAdmin, isViewer from API response (#6738)
* Remove isAdmin,isViewer from API response
* snap
|
2024-03-29 06:29:59 -07:00 |
|
Tom Moor
|
7c083b4bfe
|
chore: Remove isViewer and isAdmin columns (#6734)
|
2024-03-28 18:50:50 -07:00 |
|
Tom Moor
|
1c9b8c479e
|
Remove sentence on s3-compatible storage being required (#6733)
|
2024-03-28 18:16:20 -07:00 |
|
Tom Moor
|
0dede0b56e
|
Convert isViewer and isAdmin to getters (#6724)
|
2024-03-28 16:00:35 -07:00 |
|
Tom Moor
|
278b81a8fb
|
fix: Handle github.com links that are not resources
|
2024-03-27 23:14:18 -04:00 |
|
Tom Moor
|
77716f3803
|
chore: Migrate user role to new column (#6721)
* Migration
* Double write
* Backfill script
* Simplify for self-hosted
* flip
* migration
|
2024-03-27 15:57:59 -07:00 |
|
Apoorv Mishra
|
bea36f87a6
|
Refactor GitHub Integration (#6713)
* fix: refactor
* fix: tests
* fix: apply octokit plugin pattern
|
2024-03-27 17:22:06 +05:30 |
|
Viorel Cojocaru
|
6703ea801f
|
build: Vite - set rollup output filenames (#6719)
|
2024-03-26 16:03:59 -07:00 |
|
Manuel Leduc
|
f12b6fdf18
|
Fix spelling in README.md (#6717)
|
2024-03-26 09:33:21 -07:00 |
|
Tom Moor
|
34923d9b8d
|
feat: Enable unfurling comments in Slack (#6716)
|
2024-03-26 06:09:41 -07:00 |
|
dependabot[bot]
|
462b643b7d
|
chore(deps): bump turndown from 7.1.2 to 7.1.3 (#6707)
Bumps [turndown](https://github.com/mixmark-io/turndown) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/mixmark-io/turndown/releases)
- [Commits](https://github.com/mixmark-io/turndown/compare/v7.1.2...v7.1.3)
---
updated-dependencies:
- dependency-name: turndown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-25 15:18:46 -07:00 |
|
dependabot[bot]
|
522a6cd7bd
|
chore(deps): bump @babel/preset-react from 7.22.15 to 7.24.1 (#6708)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.22.15 to 7.24.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-react)
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-25 15:18:32 -07:00 |
|
dependabot[bot]
|
a101a9af4a
|
chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.10.0 (#6710)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.10.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.10.0)
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-25 15:18:23 -07:00 |
|
dependabot[bot]
|
ceb7534daf
|
chore(deps): bump katex from 0.16.9 to 0.16.10 (#6714)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.9 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.9...v0.16.10)
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-25 15:18:14 -07:00 |
|
Tom Moor
|
b6bfae0b2e
|
fix: Merge broke slack connection
|
2024-03-24 21:32:48 -04:00 |
|
Tom Moor
|
26a1f57649
|
Remove use of useEventListener in shared directory
|
2024-03-24 21:16:19 -04:00 |
|
Tom Moor
|
8b6a760e02
|
Improve GitLab embed
|
2024-03-23 22:30:08 -04:00 |
|
Tom Moor
|
d8d60814ce
|
fix: Relative urls cannot be unfurled
|
2024-03-23 10:18:46 -04:00 |
|
Apoorv Mishra
|
450d0d9355
|
Github integration (#6414)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
|
2024-03-23 07:09:28 -07:00 |
|
Tom Moor
|
a648625700
|
fix: Trailing slash on exported markdown files
closes #6672
|
2024-03-21 20:40:36 -04:00 |
|
Tom Moor
|
1f7620c6f5
|
chore: Add warning if enabling debug logging while filtering it out, closes #6691
|
2024-03-21 20:11:15 -04:00 |
|
Tom Moor
|
1924c232fb
|
fix: Enable use of self-hosted Iframely without API key
closes #6694
|
2024-03-21 19:58:12 -04:00 |
|
Apoorv Mishra
|
bd2b32f9d5
|
Helper for cache related utilities (#6696)
Co-authored-by: Tom Moor <tom@getoutline.com>
|
2024-03-21 16:49:38 -07:00 |
|
Tom Moor
|
3b7010337c
|
fix: Missing cascade prevents team permanant deletion
|
2024-03-19 19:06:30 -04:00 |
|
Tom Moor
|
e2c8678855
|
chore: Move some tasks to background priority
|
2024-03-19 18:57:15 -04:00 |
|
Tom Moor
|
5248c95211
|
fix: Shared documents on suspended teams should be hidden
|
2024-03-18 23:10:58 -04:00 |
|