Tom Moor
a99f6bed42
feat: Return publicly shared document title in SSR HTML ( #2191 )
...
* feat: Return publicly shared document title in SSR HTML
closes #2146
* tests
2021-06-09 17:41:39 -07:00
Tom Moor
d8ca9c6111
fix: Server error if non-array passed to users.invite
2021-06-07 20:28:28 -07:00
Tom Moor
74e0f4dfb3
fix: Parallelize loading attachments in document presenter ( #2184 )
...
closes #2157
2021-06-05 18:40:55 -07:00
Tom Moor
5c7f2cf164
feat: Add optional http logging in production ( #2183 )
...
* feat: Add optional http logging in production
closes #2174
* Update app.js
2021-06-05 15:19:54 -07:00
Tom Moor
6c011eb9b5
fix: Guard empty documentStructure
2021-05-22 21:12:47 -07:00
Tom Moor
44920a25f4
feat: Nested document sharing ( #2075 )
...
* migration
* frontend routing, api permissioning
* feat: apiVersion=2
* feat: re-writing document links to point to share
* poc nested documents on share links
* fix: nested shareId permissions
* ui and language tweaks, comments
* breadcrumbs
* Add icons to reference list items
* refactor: Breadcrumb component
* tweaks
* Add shared parent note
2021-05-22 19:34:05 -07:00
Tom Moor
b0196f0cf0
feat: Rebuilt member admin ( #2139 )
2021-05-19 21:36:10 -07:00
Tom Moor
14d9adefe7
test
2021-05-15 18:22:42 -07:00
Tom Moor
ec3ea09b2d
fix: Return lastActiveAt
2021-05-15 18:14:44 -07:00
Tom Moor
2c0f14f07b
fix: Explicit import of fetch-with-proxy
2021-05-13 17:20:24 -07:00
Tom Moor
a93d034091
fix: Moving documents between collections does not update attachment permissions ( #2136 )
...
* fix: Copy attachments when neccessary and moving between collections
* test: regression
2021-05-12 22:38:24 -07:00
Tom Moor
447371f35a
fix: Add server-side proxy support via fetch-with-proxy ( #2044 )
...
* fix: Add server-side proxy support via fetch-with-proxy
closes #1893
For some fun discussion on why this is required, see this issue: https://github.com/nodejs/node/issues/8381
* lint
2021-05-12 22:37:32 -07:00
Tom Moor
3bd56fff9e
fix: Search query backslash replacement only touched first instance
...
closes #2111
2021-05-12 20:27:14 -07:00
Tom Moor
9d03c89c02
chore: Return new permissions-policy header on app pages
...
closes #2040
2021-05-12 20:16:55 -07:00
Tom Moor
2cb0bab82a
fix: Welcome emails should not be sent when inviting a user ( #2132 )
...
* chore: Bump nodemailer
* fix: Welcome email sent to invites
* test: Add regression test for emails from accountProvisioner
2021-05-11 18:59:31 -07:00
Saumya Pandey
985f0da674
fix: Move collection index validation logic to a context assert function ( #2116 )
...
* Abstract validation logic for readability
* Add index validation in collections.move
* Add tests
2021-05-09 22:30:37 -07:00
Tom Moor
8e1d9f0a7d
fix: Welcome collection should be visible to all by default
2021-05-05 21:12:49 -07:00
Tom Moor
896ee5c20d
feat: Improved viewers popover ( #2106 )
...
* refactoring popover
* feat: DocumentViews popover
* i18n
* fix: tab focus warnings
* test: Add tests around users.info changes
* snapshots
2021-05-05 19:35:23 -07:00
Tom Moor
69802cc985
fix: Add application/octet-stream as a valid mimetype for docx uploads ( #2105 )
...
* fix: Add application/octet-stream as a valid mimetype for docx uploads
* fix: Include application/octet-stream in frontend filter
fix: Add file size and file type guards
* Validate .docx extension in files with application/octet-stream mimetype
* refactor: Move MAXIMUM_IMPORT_SIZE to an optional environment config
fix: Add file size check on server too
Co-authored-by: Saumya Pandey <sp160899@gmail.com>
2021-05-05 18:48:37 -07:00
Saumya Pandey
6ef8d9ddb3
fix: Handle null case ( #2118 )
2021-05-05 18:47:23 -07:00
Tom Moor
aa3cb22703
test: Fix tests around utils.gc
2021-05-03 21:39:01 -07:00
Tom Moor
49ffcda8e0
fix: 'Post to channel' functionality does not work unless Slack SSO used ( #2099 )
...
* fix: 'Post to channel' functionality does not work unless Slack SSO used
* test: And this is why we have tests
2021-05-01 16:35:00 -07:00
Tom Moor
77d6adb73b
feat: Signup query params tracking ( #2098 )
...
* feat: Add tracking of signup query params
* fix: Headers already sent to client
* fix: OAuth error wipes previously written query params cookie
2021-05-01 13:46:08 -07:00
Tom Moor
b89f4c36f4
chore: Rename Authentication
-> IntegrationAuthentication
( #2091 )
2021-04-27 18:42:45 -07:00
Tom Moor
6de793e94e
fix: uuid import broken by dep bump 🤦♂️
2021-04-25 12:54:06 -07:00
Tom Moor
2d22399bbc
fix: Correctly guard against last admin deleting their account ( #2069 )
...
* fix: Correctly guard against last admin deleting their account
* test
2021-04-24 20:52:46 -07:00
Tom Moor
c8055e40bb
fix: Content appearing behind status bar in iOS PWA on some models of phone 🤷
2021-04-23 14:57:38 -07:00
Tom Moor
16c60a0d59
fix: URLSearchParams polyfill via core-js upgrade ( #2059 )
...
* fix: URLSearchParams polyfill via core-js upgrade
* deduplicate
* testing, remove manual imports
* chore: bump rme
2021-04-22 18:21:27 -07:00
Tom Moor
317c52df62
fix: Improve error handling for Azure-specific errors not captured in OAuth2 strategy
2021-04-18 22:41:27 -07:00
Tom Moor
fa52bc5afd
chore: Slack integration screen improvements ( #2049 )
...
* feat: Add collection iconography and colors to Slack settings page
fix: Use standardized list components
fix: Slack icon size
chore: Convert to translation strings
* fix: Missing translation, convert to Scene
2021-04-18 18:34:49 -07:00
Tom Moor
7f9cba9819
feat: Record share link last accessed time ( #2047 )
...
* chore: Migrations
* chore: Add recording of share link views
* feat: Add display of share link accessed date in admin
* translations
* test
* translations, admin pagination
2021-04-18 09:38:13 -07:00
Tom Moor
e9f083feb8
fix: Document title with slashes produces folders in exported zip file
...
closes #2036
2021-04-17 19:30:31 -07:00
Tom Moor
7a8ccdb229
feat: Microsoft authentication ( #1953 )
...
closes #755
2021-04-17 13:22:18 -07:00
Tom Moor
940ad8479e
perf: Remove collaborators from documents.list response ( #2039 )
...
* fix: Remove unused, unperformant query
* lint
* collaborators -> collaboratorIds
2021-04-15 22:49:16 -07:00
Tom Moor
62f9262b2c
fix: Improved handling of authentication edge-cases ( #2023 )
...
* fix: authentication records not cleaned up for deleted user
closes #2022
* fix: Improve debugging for duplicate providerId sign-in requests
2021-04-11 19:39:31 -07:00
Saumya Pandey
bc4fe05147
feat: Read-only users ( #1955 )
...
* Introduce isViewer field
* Update policies
* Make users read-only feature
* Remove not demoting current user validation
* Update tests
* Catch the unhandled promise rejection
* Hide unnecessary ui elements for read-only user
* Update app/scenes/Settings/People.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Remove redundant logic for admin only policies
* Use can logic
* Update snapshot
* Remove lint error
* Update snapshot
* Minor fix
* Update app/menus/UserMenu.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Update server/api/users.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Update app/components/DocumentListItem.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Update app/stores/UsersStore.js
Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Use useCurrentTeam hook in functional component
* Update translation
* Update ternary
* Remove punctuation
* Move the functions to User model
* Update share policy and shareMenu
* Rename makeAdmin to promote
* Create updateCounts function and Rank enum
* Update tests
* Remove enum
* Use async await, remove enum and create computed accessor
* Remove unused variable
* Fix lint issues
* Hide templates
* Create shared/types and use rank type from it
* Delete shared/utils/rank type file
Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-04-11 19:39:17 -07:00
Tom Moor
cdc7f61fa1
chore: Enable HMR for frontend code ( #2024 )
...
* chore: Enable HMR for frontend code
closes #2021
* revert
2021-04-11 15:09:00 -07:00
Tom Moor
190f0b6dc5
fix: Improve handling of suspended users signing in with email ( #2012 )
...
* chore: Separate signin/auth middleware
fix: Email signin token parsed by JWT middleware
fix: Email signin marked as active when logging in as suspended
fix: Suspended email signin correctly redirected to login screen
closes #1740
* refactor middleware -> lib
* lint
2021-04-08 20:40:04 -07:00
Tom Moor
5762fb33d9
chore: Improve display of configuration errors ( #2014 )
...
* chore: Show all configuration errors at once
fix: Remove requirement for deprecated Slack key
fix: Add requirement for UTILS_SECRET
* chore: Add funding/sponsorship message
2021-04-06 19:29:59 -07:00
Tom Moor
4777176d84
fix: User afterCreate hook using deprecated column
2021-04-03 18:37:39 -07:00
Tom Moor
3ffa21b07f
fix: Unneeded object keys in API response
2021-04-03 17:18:26 -07:00
Tom Moor
2ef0caba88
fix: Server error when invalid 'sort' field is passed from an API client ( #2000 )
2021-03-31 18:54:02 -07:00
Tom Moor
2e64972574
fix: Error in shares.info endpoint when user originally creating share has been deleted
2021-03-31 18:04:40 -07:00
Tom Moor
7e1b07ef98
feat: Add read-only collections ( #1991 )
...
closes #1017
2021-03-30 21:02:08 -07:00
Tom Moor
b5dcb1b3fe
fix: JS error from #1962 refactor when Google or Slack auth credentials are missing
2021-03-29 22:03:40 -07:00
Tom Moor
e00a437f2f
feat: authenticationProviders API endpoints ( #1962 )
2021-03-26 11:31:07 -07:00
Tom Moor
46912f8ddb
fix: Single share record per document ( #1984 )
2021-03-24 18:28:38 -07:00
Tom Moor
877c01f723
feat: Show 'Edit' button when visiting share link as signed in user with permission ( #1980 )
2021-03-23 19:22:15 -07:00
Tom Moor
8d8bde4b8b
closes #1784
2021-03-22 22:23:03 -07:00
Tom Moor
059fca27b3
buildUser -> buildAdmin
2021-03-22 20:59:11 -07:00