Tom Moor
9db6951434
fix: Server side validation for #3112
2022-02-17 22:51:18 -08:00
Tom Moor
7e216109dc
fix: Remove single-usage restriction on magic link tokens as these were consumed by link scanning software
2022-02-16 13:15:06 -08:00
Tom Moor
229f01513c
fix: Export includes documents that have identical names ( #3098 )
2022-02-12 13:35:57 -08:00
Tom Moor
e5c8176ee6
Update email.ts
2022-02-10 21:20:58 -08:00
Tom Moor
af6c5a1f45
fix: Email authentication callback catches all errors as expired-token
2022-02-10 19:18:06 -08:00
Tom Moor
d1e805dfc8
fix: Link to export page in admin section to avoid redirect
2022-02-09 23:00:43 -08:00
Saumya Pandey
42061edbd1
feat: add the ability to choose default collection ( #3029 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-10 10:06:10 +05:30
Tom Moor
b3f33c1101
perf: Remove withStarred scope and starred property on documents
...
closes #3081
2022-02-09 19:51:51 -08:00
Tom Moor
8490cab9b1
fix: Export collections produces empty zip, regressed in #3064
2022-02-09 19:40:40 -08:00
Tom Moor
193ca910f8
Remove Permissions-Policy header, FLOC has now been abandoned
2022-02-08 23:06:04 -08:00
Tom Moor
d643c9453e
feat: Import improvements ( #3064 )
...
* feat: Split and simplify import/export pages in prep for more options
* minor fixes
* File operations for imports
* test
* icons
2022-02-06 22:29:24 -08:00
Tom Moor
a4e9251eb7
fix: Images no longer in original document not included in export archive ( #3063 )
...
closes #2578
2022-02-05 17:13:02 -08:00
Tom Moor
c5a11fe17b
chore: Enable eslint to enforce curly ( #3060 )
2022-02-05 10:15:40 -08:00
Tom Moor
0bee0bbade
fix: Remap event name for Slack integration
2022-02-02 21:31:51 -08:00
Nan Yu
735aaa668a
fix: add toc to mobile views and account for branding on shared view layouts ( #2997 )
...
* fix: add toc to mobile views and center the branding
* add padding to bottom of sidebar
* put the mobile branding inline
* finesse the padding
* make spelling of sign-in email less crazy looking
* move mobile sidebar button into header
* adds scene to search and 404 pages
* fix title alignment
* make filter buttons tight
* clean up unused imports
* lint
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-01 20:58:24 -08:00
Tom Moor
eafb9c5225
fix: Truncate long titles in import
2022-01-28 21:00:52 -08:00
Tom Moor
e7867e52e0
chore: Database index improvements ( #3027 )
2022-01-27 19:51:31 -08:00
Tom Moor
af8e74c373
fix: Should be able to unstar archived and trashed documents ( #2983 )
2022-01-26 19:39:06 -08:00
Tom Moor
dc29fb475d
snapshot
2022-01-25 23:51:15 -08:00
Tom Moor
175857753e
fix: Bag 'o fixes
...
Remove menu hover styles on mobile
Fixed duplicate hover+active behavior on editor menus
Fixed editor menus visibly scroll to the top when reopened
Fixed some minor editor spacing issues
Renamed shred routeHelpers -> urlHelpers
2022-01-25 23:43:11 -08:00
Tom Moor
c8a67c374f
Merge branch 'main' of github.com:outline/outline
2022-01-23 21:02:12 -08:00
Tom Moor
797e5b63e7
tsc
2022-01-23 20:50:48 -08:00
Eugene Sokolov
b52b1b02fe
Fix: consistently check allowed domains ( #2985 )
...
* fix: ensure consistency of checking allowed domain
* chore: update comment to match the logic
2022-01-23 17:40:18 -08:00
Tom Moor
e4dbd67ae1
feat: Support SSL without reverse proxy ( #2959 )
...
* Enable (optional) reading SSL certificates on startup
* Update gitignore
* fix: Expect ssl environment variables to be Base64 encoded
* docs: Add env variables to .env.sample
2022-01-22 17:40:55 -08:00
Tom Moor
79e2cad5b9
feat: Add reordering to starred documents ( #2953 )
...
* draft
* reordering
* JIT Index stars on first load
* test
* Remove unused code on client
* small unrefactor
2022-01-21 18:11:50 -08:00
Nan Yu
c2c7a7190c
fix: trim collection name on save rather than on change ( #2962 )
...
* fix: trim collection name on save rather than on change
* move trim to server
2022-01-20 18:53:29 -08:00
Tom Moor
062016b164
chore: Move editor into codebase ( #2930 )
2022-01-19 18:43:15 -08:00
Nan Yu
266f8c96c4
fix: issue-2956 ( #2957 )
2022-01-19 18:24:25 -08:00
Tom Moor
d0e7f2de65
fix: Emoji in title positioning ( #2927 )
...
* wip
* fix measure on first render
* wip
* refactor
* tsc
* remove fragment
* refactor (again)
* cleanup
2022-01-16 17:02:33 -08:00
Tom Moor
7fa2644caf
chore: Allow immediate login for invites in development
2022-01-14 20:41:20 -08:00
Nan Yu
71820fb3ad
feat: Add navigation sidebar to shared documents ( #2899 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
2022-01-14 19:02:01 -08:00
Tom Moor
c6cc04cad8
chore: More typescript FIXME's removed
2022-01-06 21:25:42 -08:00
Tom Moor
b20a341f0c
chore: Typescript database models ( #2886 )
...
closes #2798
2022-01-06 18:24:28 -08:00
Tom Moor
a01dded55a
fix: Catch no path passed to /static/ route
2022-01-04 22:18:03 -08:00
Tom Moor
eb0c324da8
feat: Pin to home ( #2880 )
2021-12-30 16:54:02 -08:00
Tom Moor
36c0372d62
fix: Loop loading GitHub Gist embeds in Safari
...
closes #2520
2021-12-19 17:38:03 -08:00
Tom Moor
66d5a567c2
feat: Optional full-width toggle for document display ( #2869 )
...
* Migration, model, presenter
* Working implementation
* fix: Account for table of contents
* Checkbox -> Toggle
* Checkbox -> Toggle
2021-12-19 13:58:16 -08:00
Tom Moor
6fc1b5cc22
feat: Show recent searches ( #2868 )
...
* stash
* root hookup
* recent searches UI
* feat: Add search query deletion
* simplify no results state
* lint
2021-12-19 11:08:28 -08:00
Tom Moor
0a89b7b5b9
closes #2747
2021-12-18 11:02:06 -08:00
Tom Moor
e7c3028ef2
fix: Views should be recorded for drafts closes #2862
2021-12-17 16:27:06 -08:00
Tom Moor
d4695f3b5b
feat: Add event selection to Slack post integration ( #2857 )
2021-12-16 22:30:23 -08:00
Tom Moor
9a7b5ea1f4
feat: Added ability to click another user to observe them (sync scroll position) ( #2858 )
...
* feat: Added ability to click another user to observe them, mainly for fun
* language, lower debounce, prevent tooltip from hiding when toggling observation
* fix: Don't allow observing self, added banner at top of screen
* Dont edit tooltip as it's confusing between our actions and theirs
* snapshots
2021-12-16 17:36:39 -08:00
Tom Moor
32126602fd
fix: Duplicate notification for publish event, closes #2757
2021-12-14 17:21:11 -08:00
Tom Moor
74615bfe37
fix: Server error if X-Editor-Version is not valid semver string
2021-12-13 20:28:29 -08:00
Tom Moor
60223f4404
fix: Presenter for empty collection returns undefined for documentStructure
2021-12-11 13:53:11 -08:00
Tom Moor
19e85c63c2
lint, tsc
2021-12-11 12:48:32 -08:00
Tom Moor
7aa4709e69
feat: Show drafts in sidebar when viewing ( #2820 )
2021-12-11 09:34:36 -08:00
Zero King
6713dfcb89
fix: Bind context to util.promisify ( #2844 )
2021-12-10 19:40:02 -08:00
Zero King
11e14bc4f5
feat: Support IAM role authentication for S3 ( #2830 )
...
closes #2829
2021-12-10 17:08:03 -08:00
Tom Moor
355013a160
fix: reassignment to const (from typescript conversion)
...
closes #2837
2021-12-09 22:48:00 -08:00