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
Saumya Pandey 3610a7f4a2
fix: Add default role option for new users (#2665)
* Add defaultUserRole on server

* Handle defaultUserRole on frontend

* Handle tests

* Handle user role in userCreator

* Minor improvments

* Fix prettier issue

* Undefined when isNewTeam is false

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Update app/scenes/Settings/Security.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>

* Remove duplicate validation

* Update Team.js

* fix: Move note out of restricted width wrapper

* Move language setting to use 'note' prop

* Remove admin option

Co-authored-by: Tom Moor <tom.moor@gmail.com>
2021-10-20 09:26:11 +05:30
..
ApiKey.js chore: Serialize domain policies on team (#1970) 2021-03-22 20:50:12 -07:00
Attachment.js chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
AuthenticationProvider.js chore: Move all routes under routes directory (#2513) 2021-08-29 13:25:06 -07:00
Backlink.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Collection.js fix: Forward to incorrect collection url on first signin (#2565) 2021-09-13 21:35:52 -07:00
Collection.test.js fix: Use friendly urls for collections (#2162) 2021-06-09 17:48:48 -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 Collaborative editing (#1660) 2021-09-10 22:46:57 -07:00
Document.test.js fix: Show tasks completion on document list items (#2342) 2021-07-27 11:31:27 +05:30
Event.js fix: Various fixes for collaborative editing beta (#2561) 2021-09-13 17:36:26 -07:00
FileOperation.js fix: Delete collection exports (#2595) 2021-10-06 21:08:45 -07:00
Group.js chore: Upgrade Babel, Jest, Eslint (#1437) 2020-08-08 22:53:59 -07:00
Group.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
GroupUser.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Integration.js chore: Rename `Authentication` -> `IntegrationAuthentication` (#2091) 2021-04-27 18:42:45 -07:00
IntegrationAuthentication.js chore: Rename `Authentication` -> `IntegrationAuthentication` (#2091) 2021-04-27 18:42:45 -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 perf: Remove no-longer-used 'backup' columns (#2396) 2021-07-30 07:22:17 -07:00
Revision.test.js chore: Refactor backlinks and revisions (#1611) 2020-11-01 10:26:39 -08:00
SearchQuery.js fix: Long search term causes server error writing query to db (#2237) 2021-06-17 23:23:35 -07:00
Share.js fix: Improvements in share feat (#2502) 2021-08-29 10:44:09 +05:30
Star.js chore: Upgrade Prettier 1.8 -> 2.0 (#1436) 2020-08-08 18:53:11 -07:00
Team.js fix: Add default role option for new users (#2665) 2021-10-20 09:26:11 +05:30
Team.test.js feat: Add read-only collections (#1991) 2021-03-30 21:02:08 -07:00
User.js chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
User.test.js fix: Improved handling of authentication edge-cases (#2023) 2021-04-11 19:39:31 -07:00
UserAuthentication.js chore: Migrate authentication to new tables (#1929) 2021-03-09 12:22:08 -08:00
View.js chore: Permanent team deletion (#2493) 2021-09-20 20:58:39 -07:00
index.js fix: Refactor collection exports to not send email attachment (#2460) 2021-08-29 02:57:07 +05:30