12 Commits

Author SHA1 Message Date
Tom Moor
5d6f68d399
feat: Move to passport for authentication (#1934)
- Added `accountProvisioner`
- Move authentication to use passport strategies
- Make authentication more pluggable
- Change language of services -> providers

closes #1120
2021-03-11 10:02:22 -08:00
Tom Moor
ba61091c4c
fix: Allow soft deletion of teams (#1754)
* fix: Allow soft deletion of teams

* test: regression specs
2020-12-30 09:40:23 -08:00
Tom Moor
ddd2b82d20 WIP: Successful Google Auth, broke pretty much everything else in the process 2018-05-28 11:36:37 -07:00
Jori Lallo
348e5f0b20 Added email templating, and user welcome email 2017-11-12 15:02:23 -08:00
Tom Moor
66e4995885
💚 ? 2017-07-15 16:08:12 -07:00
Jori Lallo
047cc7b151 Excluded two endpoints that arent now used 2017-07-12 23:04:58 -07:00
Tom Moor
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
Jori Lallo
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
Jori Lallo
fcc83dd2d6 New API responses with good errors 2016-09-17 14:53:30 -07:00
Jori Lallo
ef91cc17d5 More api/auth tests 2016-09-11 23:14:43 -07:00
Jori Lallo
969243c3e4 Added auth.login API 2016-09-11 22:44:44 -07:00
Jori Lallo
48a9a9f285 Added signup API endpoint 2016-09-11 16:34:57 -07:00