Commit Graph

3046 Commits

Author SHA1 Message Date
3e050727cb fix: New Chinese Simplified translations from Crowdin [ci skip] (#2019) 2021-04-08 21:20:10 -07:00
326518873e fix: Logout suspended users immediately 2021-04-08 21:04:34 -07:00
ed779a250f New Crowdin updates (#2011) 2021-04-08 20:40:34 -07:00
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
1a889e9913 fix: Add embed support for lucid.app domain
closes #2017
2021-04-07 21:48:45 -07:00
b3203857d7 Create FUNDING.yml 2021-04-06 19:32:07 -07:00
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
1101ea428b feat: Drop to import onto collection scene (#2005)
* Refactor to functional component

* feat: Basic drag and drop into collection
2021-04-05 19:05:27 -07:00
b4213e498c New Crowdin updates (#1951) 2021-04-05 18:28:27 -07:00
f9f76d4438 Format local development instructions (#2007) 2021-04-05 17:19:44 -07:00
4a9571a174 fix: Alignment of backlinks and references (#2006)
closes #1998
2021-04-05 17:19:31 -07:00
bf856dbafa Merge branch 'main' of github.com:outline/outline 2021-04-04 11:04:46 -07:00
0e54302d75 stretch email login input (#2004)
* stretch email login input

* Update InputLarge.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-04-04 09:57:44 -07:00
4777176d84 fix: User afterCreate hook using deprecated column 2021-04-03 18:37:39 -07:00
3ffa21b07f fix: Unneeded object keys in API response 2021-04-03 17:18:26 -07:00
8cbc873451 chore: Clarify flow on /create page 2021-04-03 14:29:08 -07:00
d2e8311b39 chore: Add tracking ref to branding on share links 2021-03-31 21:52:49 -07:00
810257bcf5 fix: Improve dark mode styling
fix: Improve user and group list styling
fix: Member list reload when changing permissions, closes #1999
2021-03-31 20:57:30 -07:00
2ef0caba88 fix: Server error when invalid 'sort' field is passed from an API client (#2000) 2021-03-31 18:54:02 -07:00
2e64972574 fix: Error in shares.info endpoint when user originally creating share has been deleted 2021-03-31 18:04:40 -07:00
7e1b07ef98 feat: Add read-only collections (#1991)
closes #1017
2021-03-30 21:02:08 -07:00
d7acf616cf chore: Bump rich-markdown-editor 2021-03-30 20:39:41 -07:00
c5569bd365 feat: Add /logout route for SLO support 2021-03-30 20:10:52 -07:00
25023fb086 chore: Fix modal nesting, remove react-modal (#1996)
* chore: Fix modal nesting, remove react-modal

* tweak

* fix: Janky route jump when accessing Document -> Move from non-document scene
2021-03-30 18:46:14 -07:00
07425f4243 Minor context menu visual updates 2021-03-29 22:28:40 -07:00
b5dcb1b3fe fix: JS error from #1962 refactor when Google or Slack auth credentials are missing 2021-03-29 22:03:40 -07:00
ae57cdea2a fix: GA should load on public share pages, closes #1992 2021-03-29 22:02:38 -07:00
8599b60a6c fix: group -> createGroup 2021-03-26 20:17:46 -07:00
e00a437f2f feat: authenticationProviders API endpoints (#1962) 2021-03-26 11:31:07 -07:00
626c94ecea fix: Bump react-dropzone for eroneous 'green plus' cursor fix
https://github.com/react-dropzone/react-dropzone/issues/1042
2021-03-26 11:17:50 -07:00
889186e510 fix: Close appearance menu when selecting a theme
fix: Position disclosure correctly when menu has submenu
fix: More reliably close context menus
2021-03-26 11:15:58 -07:00
4166257283 chore: Improved context menu behavior 2021-03-24 19:23:16 -07:00
6a7d7af767 fix: Sticky archive header 2021-03-24 18:42:12 -07:00
46912f8ddb fix: Single share record per document (#1984) 2021-03-24 18:28:38 -07:00
877c01f723 feat: Show 'Edit' button when visiting share link as signed in user with permission (#1980) 2021-03-23 19:22:15 -07:00
97158b1337 fix: Invisible list bullets in Firefox 2021-03-23 19:02:19 -07:00
8d8bde4b8b closes #1784 2021-03-22 22:23:03 -07:00
059fca27b3 buildUser -> buildAdmin 2021-03-22 20:59:11 -07:00
9f6ba798c8 Merge branch 'main' of github.com:outline/outline 2021-03-22 20:51:45 -07:00
349e971a8a chore: Serialize domain policies on team (#1970)
* domain policies exposed on team, consistency

* fix: Remove usage of isAdmin in frontend

* test
2021-03-22 20:50:12 -07:00
9af9d3a008 chore: Bump ioredis for fixes
chore: Remove sequelize language from user-facing db migrations
2021-03-22 18:41:54 -07:00
bb5443452b flow 2021-03-21 18:52:42 -07:00
b3353f20d5 chore: Move error logging in passport 2021-03-21 18:36:10 -07:00
200f25c4b2 0.54.0 2021-03-21 10:27:27 -07:00
f1296cc8e3 Add import document menuitem (#1966) 2021-03-20 23:20:49 -07:00
ad8c08497c fix: Moving document in private collection returns incorrect policies (#1969)
* fix: Return no policies when collection doesn't change
fix: Return correct policies when it does change

* test
2021-03-19 08:01:51 -07:00
7891a8ee8b fix: Cannot create collection if all collections deleted 2021-03-19 08:01:13 -07:00
56c4acc18f fix: Background on error details not correct in dark theme 2021-03-18 23:56:05 -07:00
1b972070d7 feat: Enforce single team when self-hosted (#1954)
* fix: Enforce single team when self hosting

* test: positive case

* refactor

* fix: Visible error message on login screen for max teams scenario

* Update Notices.js

* lint
2021-03-18 21:56:24 -07:00
138336639d fix: touch up UI for compact breadcrumbs (#1961) 2021-03-18 19:44:28 -07:00