Tom Moor
6bf2069fa7
fixes #1115 ( #1118 )
2019-12-22 14:54:12 -08:00
Tom Moor
6d8216c54e
feat: Guest email authentication ( #1088 )
...
* feat: API endpoints for email signin
* fix: After testing
* Initial signin flow working
* move shared middleware
* feat: Add guest signin toggle, obey on endpoints
* feat: Basic email signin when enabled
* Improve guest signin email
Disable double signin with JWT
* fix: Simple rate limiting
* create placeholder users in db
* fix: Give invited users default avatar
add invited users to people settings
* test
* add transaction
* tmp: test CI
* derp
* md5
* urgh
* again
* test: pass
* test
* fix: Remove usage of data values
* guest signin page
* Visually separator 'Invited' from other people tabs
* fix: Edge case attempting SSO signin for guest email account
* fix: Correctly set email auth method to cookie
* Improve rate limit error display
* lint: cleanup / comments
* Improve invalid token error display
* style tweaks
* pass guest value to subdomain
* Restore copy link option
* feat: Allow invite revoke from people management
* fix: Incorrect users email schema does not allow for user deletion
* lint
* fix: avatarUrl for deleted user failure
* change default to off for guest invites
* fix: Changing security settings wipes subdomain
* fix: user delete permissioning
* test: Add user.invite specs
2019-12-15 18:46:08 -08:00
Tom Moor
3f7d4f7873
fix: tweak wording
2019-09-21 13:27:00 -07:00
Sherriff Agboola
593aa80abf
Show last active date on people list instead of joined date
2019-09-15 23:07:43 +01:00
Tom Moor
8e76c4e8f1
fix: Add missing audit log events UI
2019-08-23 21:51:05 -07:00
Tom Moor
d024d31f66
refactor: flow typing ( #1012 )
...
* fix: padding
* fix: Minor button alignment issues
* feat: Add icon to invite people button
* WIP
2019-08-08 23:09:09 -07:00
Tom Moor
978eda3ad2
fix: Deleted collections not showing in audit log
...
feat: Show titles of objects in audit log
fix: modelId not saved with share events
fix: List item squashes avatar at small screen sizes
2019-08-07 20:52:59 -07:00
Tom Moor
fb4f6822a4
feat: Events / audit log ( #1008 )
...
* feat: Record events in DB
* feat: events API
* First pass, hacky activity feed
* WIP
* Reset dashboard
* feat: audit log UI
feat: store ip address
* chore: Document events.list api
* fix: command specs
* await event create
* fix: backlinks service
* tidy
* fix: Hide audit log menu item if not admin
2019-08-05 20:38:31 -07:00
Tom Moor
b93824915d
fix: Settings screen cleanup
2019-06-25 21:53:23 -07:00
Tom Moor
8d3dc3a92e
User Profile ( #858 )
...
* First pass user profile
* 💚
* More collaborator tooltip improvements
2019-01-12 19:41:45 -08:00
Tom Moor
f80e4ab04c
Improved button styling
...
Added toast when collection permissions are saved
Removed usage of setState (old habits die hard)
2019-01-05 18:23:57 -08:00
Tom Moor
8c02b0028c
Collection Permissions ( #829 )
...
see https://github.com/outline/outline/issues/668
2019-01-05 13:37:33 -08:00
Tom Moor
8cbcb77486
Base model refactor ( #810 )
...
* Big upgrades
* WIP: Stash
* Stash, 30 flow errors left
* Downgrade mobx
* WIP
* When I understand the difference between class and instance methods
* 💚
* Fixes: File import
Model saving edge cases
pinning and starring docs
Collection editing
Upgrade mobx devtools
* Notification settings saving works
* Disabled settings
* Document mailer
* Working notifications
* Colletion created notification
Ensure not notified for own actions
* Tidy up
* Document updated event only for document creation
Add indexes
Notification setting on user creation
* Commentary
* Fixed: Notification setting on signup
* Fix document move / duplicate stale data
Add BaseModel.refresh method
* Fixes: Title in sidebar not updated after editing document
* 💚
* Improve / restore error handling
Better handle offline errors
* 👕
2018-12-04 22:24:30 -08:00
Tom Moor
6e32f292c2
Allow filtering of people in admin
2018-11-17 18:43:46 -08:00
Tom Moor
d74b99635e
Fixes: Save profile picture automatically after upload
...
Fix jank when cropping large photos
2018-11-17 18:25:10 -08:00
Tom Moor
b02e5184fd
Closes #764 - Visual feedback that avatar is uploading
2018-09-30 18:09:35 -07:00
Tom Moor
a049e0e9bc
SlackButton does not need to be connected
2018-07-02 22:37:07 -07:00
Tom Moor
2fd8b35ca9
Fixed: Modified time display on dashboard
...
New Time component for relative time formatting with accessibility
2018-07-01 19:56:58 -07:00
Tom Moor
fa4453a476
Fixes #687
...
Tidied people list, now displaying joined at date
2018-06-20 22:10:03 -07:00
Tom Moor
434129a434
ThemeProvider ( #677 )
...
closes #655
2018-06-09 19:10:30 -07:00
Tom Moor
4c9f86c7f7
Save avatars to le cloud in beforeSave hooks
...
Added encryption to uploads
Updated icon for team settings
2018-06-01 18:00:48 -04:00
Tom Moor
0b3feef47a
Hide settings items for non admins
...
Update image uploader for use with team logo
Fix can't cancel cropping modal
2018-05-31 12:52:03 -07:00
Tom Moor
fb7a8f0312
Toast type (success/warning/etc)
2018-05-31 12:07:49 -07:00
Tom Moor
55e1451160
Slack commands and post working agagain with new flow
2018-05-29 23:33:30 -07:00
Tom Moor
de54698408
👕
2018-05-24 23:50:40 -07:00
Tom Moor
214f2505a5
API tokens to standard list item
2018-05-24 23:39:17 -07:00
Tom Moor
54e5037aaf
Cleanup user list
2018-05-24 23:07:44 -07:00
Tom Moor
47fb968009
Ability to revoke, ShareMenu
2018-05-23 22:09:14 -07:00
Tom Moor
518015f55b
Upgrade to Flow 0.71
2018-05-05 16:16:08 -07:00
Tom Moor
41a96e4331
Remove Icons
2018-05-02 21:51:39 -07:00
Tom Moor
44cb509ebf
Post to Slack ( #603 )
...
* Migrations
* WIP: Integration model, slack perms / hooks
* So so rough it pains me. Building this new model is revealing just how much needs to be refactored
* Working connect and post
* Cleanup UI, upating documents
* Show when slack command is connected
* stash
* 💚
* Add documents.update trigger
* Authorization, tidying
* Fixed integration policy
* pick integration presenter keys
2018-04-03 20:36:25 -07:00
Jori Lallo
71270bcb93
Members -> Users
2018-03-04 22:34:06 -08:00
Jori Lallo
a0f58583b5
UI work
2018-03-04 16:53:57 -08:00
Jori Lallo
06a6573feb
Initial work on the frontend
2018-03-04 15:39:17 -08:00
Tom Moor
8f3c82fe57
Remove Flow suppression
2017-12-17 14:14:49 -08:00
Jori Lallo
7d756e4fae
Avatar upload
2017-12-13 23:23:22 -08:00
Tom Moor
505310c172
Settings Routes ( #449 )
...
* Building out settings area
* Flow and refactoring
* TeamLogo
* Add temporary profile screen
* 💚
* PR feedback
2017-11-26 18:09:55 -08:00
Tom Moor
ab13f51d5d
Upgrade prettier
2017-11-10 14:14:30 -08:00
Tom Moor
fc45d6a180
Sharing global styles
2017-10-26 22:42:08 -07:00
Tom Moor
4863680d86
frontend > app
2017-10-25 22:49:04 -07:00