This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/server/models
Tom Moor 1b6a986986
chore: Refactor authentication pass between subdomains (#1619)
* fix: Use get request instead of cookie to transfer token between domains

* Add domain to database
Add redirects to team domain when present

* 30s -> 1m

* fix: Avoid redirect loop if subdomain and domain set

* fix: Create a transfer specific token to prevent replay requests

* refactor: Move isCustomDomain out of shared as it won't work on the client
2020-11-04 19:54:04 -08:00
..
ApiKey.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
Attachment.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Authentication.js chore: Upgrade pg and sequelize to support node 14+ (#1462) 2020-08-20 20:19:44 -07:00
Backlink.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Collection.js fix: Deeply nested document titles not updated in collection documentStructure cache 2020-09-07 13:41:17 -07:00
Collection.test.js fix: Deeply nested document titles not updated in collection documentStructure cache 2020-09-07 13:41:17 -07:00
CollectionGroup.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
CollectionUser.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Document.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
Document.test.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
Event.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
Group.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
Group.test.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
GroupUser.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
index.js feat: Record search queries (#1554) 2020-09-21 23:05:42 -07:00
Integration.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Notification.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
NotificationSetting.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Revision.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
Revision.test.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
SearchQuery.js fix: Dont dupe record search queries when paging results 2020-09-21 23:31:10 -07:00
Share.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Star.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Team.js chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
Team.test.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
User.js chore: Refactor authentication pass between subdomains (#1619) 2020-11-04 19:54:04 -08:00
User.test.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
View.js feat: Visually differentiate unread documents (#1507) 2020-09-20 22:32:28 -07:00