Tom Moor
|
509a22a5b4
|
chore: Add more descriptive error for missing file system permission
|
2024-04-24 20:47:32 -04:00 |
|
Tom Moor
|
9b12d486f5
|
fix: Disable smart text replacements in code mark (#6839)
|
2024-04-23 19:30:52 -07:00 |
|
Tom Moor
|
3f8990520b
|
fix: Squashed image in email diff #6612
|
2024-04-23 21:47:52 -04:00 |
|
Tom Moor
|
c8a0343cf5
|
fix: Margin jumping on empty paragraph below heading
|
2024-04-23 19:48:09 -04:00 |
|
Tom Moor
|
d5500540a4
|
fix: Incorrect icon color on completed issue unfurl
|
2024-04-23 08:50:57 -04:00 |
|
Tom Moor
|
da29aa5fcb
|
Add onFocus,onBlur callback props to InputSearch
|
2024-04-23 07:26:59 -04:00 |
|
Tom Moor
|
a60e464f71
|
Document share dialog should allow inviting new users (#6827)
closes #6796
|
2024-04-23 04:23:09 -07:00 |
|
dependabot[bot]
|
3dbb7106a5
|
chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.21.0 (#6830)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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-23 04:20:32 -07:00 |
|
dependabot[bot]
|
67e98f4aff
|
chore(deps): bump react-router-dom from 5.2.0 to 5.3.4 (#6832)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.2.0 to 5.3.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router-dom
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-04-23 04:20:20 -07:00 |
|
Tom Moor
|
ac0fd2adbb
|
Move event list to shared
|
2024-04-22 21:19:53 -04:00 |
|
Tom Moor
|
3825bc4181
|
Improve the quality of snippets for search results (#6828)
* Improve the quality of snippets for search results
* Prefer full match
* tweak highlight regex
|
2024-04-22 04:40:13 -07:00 |
|
Tom Moor
|
9855adcd3b
|
fix: Clear IndexedDB cache command on FF, closes #6821
|
2024-04-21 20:48:01 -04:00 |
|
Tom Moor
|
0c997bfd8c
|
Change behavior of Enter in tables, closes #6281
|
2024-04-21 20:13:48 -04:00 |
|
Tom Moor
|
3f7b377022
|
0.76.0-2
|
2024-04-21 12:39:38 -04:00 |
|
Tom Moor
|
6d3080e686
|
fix: Missing 'New doc' button on collection header for users without collection admin policy
|
2024-04-21 12:39:20 -04:00 |
|
Tom Moor
|
e928c173d8
|
fix: '+' button appearing on collections in sidewith without document creation policy
|
2024-04-21 12:33:16 -04:00 |
|
Tom Moor
|
96758437fd
|
fix: Only display collections for move/publish with permission
|
2024-04-21 12:26:41 -04:00 |
|
Tom Moor
|
d80ef8329b
|
fix: Only show scrollbars on settings table when neccessary
|
2024-04-21 11:54:50 -04:00 |
|
Tom Moor
|
21537b069b
|
Special-case searching for urls as these are not indexed in whole by postgres.
closes OLN-276
|
2024-04-21 11:51:52 -04:00 |
|
Tom Moor
|
e2bc4c277b
|
Remove restriction on floated images being max 33% of document width
closes OLN-354
|
2024-04-21 11:14:18 -04:00 |
|
dependabot[bot]
|
1d01cb46e6
|
chore(deps): bump reflect-metadata from 0.1.14 to 0.2.2 (#6811)
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.14 to 0.2.2.
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)
---
updated-dependencies:
- dependency-name: reflect-metadata
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-04-21 07:21:01 -07:00 |
|
Dmitry Dygalo
|
ea2c7cfcd4
|
chore: Replace css-inline with @css-inline/css-inline-wasm (#6336)
* chore: Replace `css-inline` with `@css-inline/css-inline-wasm`
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
* Update yarn.lock
* Import order
* lint
---------
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
Co-authored-by: Tom Moor <tom@getoutline.com>
|
2024-04-21 07:20:12 -07:00 |
|
Tom Moor
|
9f3dd51b48
|
fix: Infinite request loop when changing user preferences with window open twice
|
2024-04-20 17:04:24 -04:00 |
|
Tom Moor
|
f543792640
|
Revert "fix: Only show scrollbars on settings table when neccessary"
This reverts commit 573c372f09.
|
2024-04-18 11:26:43 -04:00 |
|
Tom Moor
|
6b6156b032
|
fix: Reduce size of teamPermanentDeleter transactions for reliability
|
2024-04-18 09:32:13 -04:00 |
|
Tom Moor
|
18129a4bbb
|
0.76.0-1
|
2024-04-18 09:10:19 -04:00 |
|
Tom Moor
|
e09826d1d1
|
fix: Race condition where inline comments could be removed, closes #6580
|
2024-04-17 22:39:32 -04:00 |
|
Tom Moor
|
573c372f09
|
fix: Only show scrollbars on settings table when neccessary
|
2024-04-17 19:55:42 -04:00 |
|
Tom Moor
|
2d947fb56b
|
Realtime sync UI preferences between tabs
|
2024-04-17 19:50:42 -04:00 |
|
Tom Moor
|
30b7079508
|
fix: Clarify new doc insertion menu items
|
2024-04-17 19:40:38 -04:00 |
|
Tom Moor
|
9d3ff7f35f
|
fix: Auto-focus name input on collection create/edit
|
2024-04-17 19:36:11 -04:00 |
|
Tom Moor
|
e33ca19e64
|
fix: Compact invite dialog layout
closes #6819
|
2024-04-17 19:26:54 -04:00 |
|
一颗小土豆
|
2a5c13c2ba
|
Handle several translation issues (#6820)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
|
2024-04-17 07:11:54 -07:00 |
|
一颗小土豆
|
89e88c1afd
|
Update Details.tsx (#6816)
|
2024-04-17 04:59:46 -07:00 |
|
Tom Moor
|
dffb6604dd
|
fix: Mermaid diagram styling in exported HTML/PDF
closes #6726
|
2024-04-16 22:21:28 -04:00 |
|
Tom Moor
|
1f6d8f8471
|
fix: Format view count correctly on shared links table
|
2024-04-16 21:06:18 -04:00 |
|
Tom Moor
|
780c3f8f04
|
fix: Settings table layout on mobile
closes #6807
|
2024-04-16 20:38:31 -04:00 |
|
Tom Moor
|
c259c9617b
|
Add color scheme setting to Settings -> Preferences
|
2024-04-16 20:19:07 -04:00 |
|
Tom Moor
|
f6786945a0
|
fix: Missing scope on collection query
|
2024-04-16 20:02:11 -04:00 |
|
Tom Moor
|
38a65a0c59
|
0.76.0-0
|
2024-04-16 09:18:22 -04:00 |
|
Hemachandar
|
ef0fb74308
|
feat: Add button to empty trash (#6772)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
|
2024-04-16 06:04:56 -07:00 |
|
dependabot[bot]
|
a5d2752122
|
chore(deps): bump i18next-http-backend from 2.2.2 to 2.5.0 (#6812)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.2.2 to 2.5.0.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.2.2...v2.5.0)
---
updated-dependencies:
- dependency-name: i18next-http-backend
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-04-15 19:13:40 -07:00 |
|
dependabot[bot]
|
f78e73a860
|
chore(deps-dev): bump jest-environment-jsdom from 29.6.4 to 29.7.0 (#6813)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
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-15 19:13:25 -07:00 |
|
Tom Moor
|
54c6abbba9
|
Allow setting permission of collections during import (#6799)
* Allow setting permission of collections during import
closes #6767
* Remove unused column
|
2024-04-15 19:13:12 -07:00 |
|
一颗小土豆
|
3315db449f
|
Untranslated button: Notification settings (#6809)
* Update NotificationMenu.tsx
* Update translation.json
|
2024-04-15 06:02:13 -07:00 |
|
Tom Moor
|
34a8b8146d
|
Shorten document filter labels
|
2024-04-13 22:39:54 -04:00 |
|
Tom Moor
|
ca4d85cf19
|
fix: Allow duplicating a draft as a published doc
|
2024-04-13 22:32:52 -04:00 |
|
Tom Moor
|
9e8df4dd2d
|
fix: Display @ infront of mentions
|
2024-04-13 22:30:29 -04:00 |
|
Tom Moor
|
bc74f92999
|
fix: User mention hover previews not working
|
2024-04-13 22:18:17 -04:00 |
|
Tom Moor
|
1f50ce7d36
|
Highlight mentions of self in documents and comments
|
2024-04-13 22:15:01 -04:00 |
|