1. 01 Jan, 2018 3 commits
  2. 31 Dec, 2017 2 commits
  3. 29 Dec, 2017 1 commit
  4. 28 Dec, 2017 2 commits
  5. 27 Dec, 2017 7 commits
  6. 26 Dec, 2017 7 commits
  7. 23 Dec, 2017 2 commits
  8. 22 Dec, 2017 7 commits
  9. 21 Dec, 2017 7 commits
  10. 20 Dec, 2017 2 commits
    • Add avatar to team and team members page (#10305) · af34f997
      * teams: add db migration for email column in teams table
      
      * teams: /teams should render index page with a 200 OK
      
      * teams: additional backend functionality for team and team members
      
      Possibility to save/update email for teams.
      Possibility to retrive avatar url when searching for teams.
      Possibility to retrive avatar url when searching for team members.
      
      * teams: display team avatar and team member avatars
      
      Possibility to save and update email for a team
      
      * teams: create team on separate page instead of modal dialog
      Marcus Efraimsson committed
    • Various dashboard folders improvements (#10309) · d41ce4f9
      * dashfolders: fix url for create dashboard from manage dashboards
      
      Don't include folderId querystring if you don't manage a folder and
      creating a new dashboard from there.
      
      * dashfolders: don't store folderId in dashboard model
      
      Use folderId from meta instead
      #10307
      
      * dashfolders: minor ux fix
      
      * dashfolders: minor fix for edit folder title
      Marcus Efraimsson committed