Tom Moor
903e83a618
feat: Batch Import ( #1747 )
...
closes #1846
closes #914
2021-02-20 12:36:05 -08:00
Tom Moor
4ef4ef963a
i18n
2021-02-20 12:31:54 -08:00
Translate-O-Tron
51c6a19dc3
New Crowdin updates ( #1906 )
2021-02-19 09:28:47 -08:00
Tom Moor
bbf434e2f4
fix: Disable 'Invite people…' control for non-admins ( #1903 )
...
closes #1902
2021-02-18 23:35:55 -08:00
Tom Moor
5b7018058d
i18n
2021-02-18 23:30:48 -08:00
Tom Moor
fae54c7957
fix: Mispositioned sticky headers in modals
2021-02-18 23:20:12 -08:00
Tom Moor
fabfa6a491
Tweak language, remove original attachment once complete
2021-02-18 23:08:48 -08:00
Tom Moor
c5f9412ac0
fix: Collection creator not written (bad merge from refactor while this branch has been open)
...
refactor: Move processing to async queue now that file can be loaded from external storage
2021-02-18 22:55:29 -08:00
Tom Moor
f4c871bb62
i18n
2021-02-18 22:36:18 -08:00
Tom Moor
df233c95a9
refactor: Upload file to storage, and then pass attachmentId to collections.import
...
This avoids having large file uploads going directly to the server and allows us to fetch it async into a worker process
2021-02-18 22:36:07 -08:00
Tom Moor
568e271738
lint
2021-02-18 21:05:21 -08:00
Tom Moor
9efed11a3e
Merge branch 'main' of github.com:outline/outline into feat/mass-import
2021-02-18 20:57:01 -08:00
PedroSeda
c30132e558
feat: Embed Cawemo ( #1890 )
2021-02-18 18:48:40 -08:00
Tom Moor
b152a5595e
Merge branch 'main' into feat/mass-import
2021-02-17 23:57:45 -08:00
Tom Moor
887e341e48
Add NODE_ENV to app.json
2021-02-17 19:38:44 -08:00
Tom Moor
ae2f1b47e7
0.53.1
2021-02-17 00:08:04 -08:00
Tom Moor
86d9a14c5c
fix: is virtual host
2021-02-16 23:52:25 -08:00
Tom Moor
6a8a83610f
fix: Input data is not a String when clicking on new collection description
2021-02-16 23:42:31 -08:00
Tom Moor
54bf7a9dea
fix: Restore specifying AWS endpoint for non-S3 support
2021-02-16 23:41:39 -08:00
Tom Moor
43ed7d0343
0.53.0
2021-02-16 21:18:06 -08:00
Tom Moor
a81a18b173
fix: Remove hard-coded ServerSideEncryption on AWS, configure on AWS or storage provider
2021-02-16 00:16:23 -08:00
Tom Moor
f18a2a048d
fix: Sticky heading stacking
2021-02-16 00:15:04 -08:00
Tom Moor
7e922d8716
feat: Installable PWA ( #1882 )
2021-02-15 15:19:51 -08:00
Tom Moor
4b603460cb
chore: Standardized headers ( #1883 )
...
* feat: Collection to standard header
feat: Sticky tabs
* chore: Document to standard header
* chore: Dashboard -> Home
chore: Scene component
* chore: Trash, Templates, Drafts
* fix: Mobile improvements
* fix: Content showing at sides and occassionally ontop of sticky headers
2021-02-14 13:18:33 -08:00
Tom Moor
32a298054d
Bump RME – Editor fixes and improvements
2021-02-13 12:47:44 -08:00
Tom Moor
ca2459361e
chore: de-dupe lockfile
2021-02-13 09:25:04 -08:00
Tom Moor
e49f3ab9fb
ResizeObserver loop completed with undelivered notifications
2021-02-13 08:43:22 -08:00
Tom Moor
e9338df057
Update README screenshot
2021-02-12 20:29:43 -08:00
Tom Moor
2629d6db23
fix: 'Suspended' badge misaligned on user profiles
...
closes #1880
2021-02-12 17:34:40 -08:00
Tom Moor
b017590033
fix: 'bake' release env variables at build time
2021-02-12 17:18:55 -08:00
Tom Moor
7d244dfa1f
'bake' release env variables at build time
2021-02-12 16:53:16 -08:00
Tom Moor
2a225d81d2
chore: Update Sentry to avoid duplicate packages
...
chore: Pass current release version to Sentry and Datadog
2021-02-12 16:39:02 -08:00
Tom Moor
41df5c74be
Add description -> Add a description
2021-02-12 16:24:31 -08:00
Tom Moor
ef026b34fa
Return to App -> Back to App
2021-02-12 16:21:32 -08:00
Tom Moor
1dbcc12648
feat: Inline collection editing ( #1865 )
2021-02-12 16:20:49 -08:00
Tom Moor
2611376b21
chore: Add optional DD tracer
2021-02-11 18:58:56 -08:00
Tom Moor
a1b3cfc7de
Yarn.lock
2021-02-10 20:25:26 -08:00
Tom Moor
5a478ec127
fix: Incorrect policy returned after document create/import
2021-02-09 21:29:24 -08:00
Tom Moor
c0325fcaf3
Merge branch 'main' into feat/mass-import
2021-02-09 20:46:57 -08:00
Tom Moor
df472ac391
feat: add total users to people management screen ( #1878 )
...
* feat: add total users to pagination
* move this.total in runInAction callback
* add total counts + counts to people tabs
* progress: use raw pg query
* progress: add test
* fix: SQL interpolation
* Styling and translation of People page
Co-authored-by: Tim <timothychang94@gmail.com>
2021-02-09 20:13:09 -08:00
Tom Moor
097359bf7c
feat: Added ability to disable sharing at collection ( #1875 )
...
* feat: Added ability to disable sharing at collection
* fix: Disable all previous share links when disabling collection share
Language
* fix: Disable document sharing for read-only collection members
* wip
* test
* fix: Clear policies after updating sharing settings
* chore: Less ambiguous language
* feat: Allow setting sharing choice on collection creation
2021-02-09 19:04:03 -08:00
Tom Moor
3739bb7c55
Update translation.json
2021-02-08 21:50:34 -08:00
Tom Moor
cc90c8de1c
feat: Sidebar Improvements ( #1862 )
...
* wip
* refactor behaviorg
* stash
* simplify
2021-02-07 21:51:56 -08:00
Tom Moor
ac6c48817c
fix: Unable to select .md files by default on some machines depending on installed software
2021-02-07 16:14:03 -08:00
Tom Moor
8e3534dcbc
fix: File import via collection menu regression
2021-02-07 16:13:44 -08:00
Tom Moor
cada91a135
Merge main
2021-02-07 12:58:17 -08:00
Yaroslav Zhavoronkov
e2d7d34f30
fix: Pass credentials with API requests when required to work with Cloudflare Access ( #1867 )
2021-02-06 22:49:49 -08:00
Tom Moor
0d88a1dfda
Update README.md
2021-02-06 21:49:07 -08:00
Tom Moor
df5a2e45c5
chore: Improved deployment documentation ( #1868 )
2021-02-06 21:33:56 -08:00
Tom Moor
1a7a48674b
fix: link in README, add ARCHITECTURE document
2021-02-06 17:46:54 -08:00