Skip to content
Snippets Groups Projects
  1. Jun 05, 2019
  2. Jun 04, 2019
  3. Jun 03, 2019
  4. Jun 02, 2019
  5. Jun 01, 2019
  6. May 29, 2019
  7. May 27, 2019
  8. May 26, 2019
  9. May 25, 2019
  10. May 24, 2019
  11. May 23, 2019
  12. May 22, 2019
  13. May 21, 2019
    • Paul Woolcock's avatar
      Add `account_id` param to `GET /api/v1/notifications` (#10796) · 0c933c1b
      Paul Woolcock authored
      * Add `from_account` to notifications API
      
      this adds the ability to filter notifications by the account they
      originated from
      
      * passing a non-existent user should cause none to be returned
      
      * Fix codeclimate warnings
      
      * fix more codeclimate warnings
      
      * make requested changes:
      
      * use account id instead of user@domain
      * name the param `account_id` instead of `from_account`
      
      * Don't use `return` in a lambda
      0c933c1b
Loading