Commit Graph

32 Commits

Author SHA1 Message Date
Wyatt Johnson 3448752f6f Added asset settings + improved tests for routes 2016-11-28 17:13:11 -07:00
David Jay 7a6dfbcb4a Returning public user info. 2016-11-18 14:13:42 -05:00
Belen Curcio 6e75b03d6b Empty states, validation and removing availability 2016-11-18 07:41:46 -03:00
Belen Curcio b1824cdc01 Merge branch 'master' of github.com:coralproject/talk into passport 2016-11-18 06:08:23 -03:00
Wyatt Johnson c4ba18778c Merge branch 'master' into passport 2016-11-17 14:26:52 -07:00
Riley Davis 145bb68681 don't use this keyword in UserService methods 2016-11-17 11:31:27 -07:00
Riley Davis 869d871157 always return 204 for password reset. update swagger file 2016-11-17 11:25:19 -07:00
Riley Davis 04decde9fc throw instead of log errors. rename for clarity 2016-11-17 10:31:46 -07:00
Wyatt Johnson e809c479e1 Added all method on user service 2016-11-17 10:30:34 -07:00
Wyatt Johnson 73c681b98f Added missing service function 2016-11-17 10:20:29 -07:00
Belen Curcio da1539422b Using User Interface 2016-11-17 11:18:17 -03:00
Riley Davis 6e932b840e merge master. load reset password template from a view 2016-11-16 15:32:44 -07:00
riley 81299e8add better error reporting. log when env variable is unset 2016-11-16 13:20:07 -07:00
Wyatt Johnson 0755a0783e Added documentation to the user model + abstracted it 2016-11-16 11:59:32 -07:00
Riley Davis 7df7279323 endpoints for updating password 2016-11-16 11:49:58 -07:00
Riley Davis c86e1e8d47 create and decode jwt 2016-11-15 16:21:25 -07:00
Belen Curcio 366e072280 Linting Issues 2016-11-14 23:35:33 -03:00
Dan Zajdband 9c41adf224 Added enum check for the user model 2016-11-14 16:44:21 -05:00
Belén Curcio 5b74beabd6 Community Section - Search Commenters (#60)
* Table

* úsers api

* Ádding envs and version

* Community Table Added

* Ádding redux

* Adding loading data state

* Community Actions

* Adding Inmutable

* Fetching commenters

* Search commenters

* Linting and translations

* Ádding Sort

* sortBuilder

* pagr

* request per page, pager and mor

* package.json

* new Page actiokn

* éslint

* Changes and cleaner comps

* removed console.log
2016-11-11 11:14:26 -05:00
David Erwin f7249c4016 More linting and commenting 2016-11-10 15:12:56 -05:00
David Erwin d9dc198d46 Moved chained funcitons to multiple lines 2016-11-10 14:52:05 -05:00
Wyatt Johnson c203bf16eb Improved tests and fixed them for new users model 2016-11-09 16:26:23 -07:00
Wyatt Johnson 0646645686 Added new cli interface + users model 2016-11-09 12:51:32 -07:00
Wyatt Johnson 4a9c1775f1 Updated linting rules + fixed test layout to standardize 2016-11-07 11:51:45 -07:00
gaba 141c114138 Get back the timestamps to the user model. 2016-11-04 13:20:58 -07:00
David Jay 8e9ebfb1a9 Adding find functions and tests to user and action models. 2016-11-03 17:45:37 -07:00
gaba 94ade6f6fe Renames to userProfile, change name to displayname. Changes objectid for uuid. 2016-11-02 13:44:16 -07:00
gaba 85b7096cec Adds one method. 2016-11-02 09:21:05 -07:00
gaba 0c9b80617c Change to access the foreign keys by ref.
http://mongoosejs.com/docs/populate.html
2016-11-01 14:41:24 -07:00
gaba c56eba1226 * Adds identifier and hide _id.
* Gets only the user for subdocuments and not the whole document.
2016-11-01 14:29:06 -07:00
gaba 4ec6da6ed7 Use mongoose that already is in the repo. It changes var to const. 2016-11-01 13:50:04 -07:00
gaba d80b3bc27f Adding a draft for models. 2016-11-01 13:35:09 -07:00