1. 17.08.2019 2 коммита
    • Brett Walker's avatar
      UI for disabling group/project email notification
      · 9be16e1f
      Brett Walker создал
      - Adds UI to configure in group and project settings
      - Removes notification configuration for users when
      disabled at group or project level
      9be16e1f
    • Gosia Ksionek's avatar
      Add new table to store email domain
      · 3b32ac56
      Gosia Ksionek создал
      In order to save user preferences regarding
      user emails allowed to be invited to group
      
      Add foreign_key and down method
      
      Change adding foreign key
      
      Add partial call to view
      
      Add changelog entry
      
      Fix schema
      3b32ac56
  2. 12.08.2019 1 коммит
  3. 29.07.2019 1 коммит
  4. 23.07.2019 1 коммит
  5. 19.07.2019 1 коммит
  6. 08.07.2019 1 коммит
  7. 28.06.2019 1 коммит
  8. 25.06.2019 1 коммит
    • Evan Read's avatar
      Add Markdown linting
      · e1282393
      Evan Read создал
      Also adds and one linting rule
      and makes project conform to it.
      e1282393
  9. 20.06.2019 1 коммит
  10. 19.06.2019 2 коммита
  11. 12.06.2019 2 коммита
  12. 11.06.2019 1 коммит
  13. 10.06.2019 1 коммит
  14. 05.06.2019 2 коммита
  15. 31.05.2019 1 коммит
  16. 21.05.2019 9 коммитов
  17. 17.05.2019 1 коммит
  18. 05.05.2019 1 коммит
  19. 26.04.2019 1 коммит
  20. 17.04.2019 1 коммит
  21. 09.04.2019 1 коммит
  22. 08.04.2019 1 коммит
  23. 05.04.2019 1 коммит
    • Gosia Ksionek's avatar
      Add part of needed code
      · 64858317
      Gosia Ksionek создал
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  24. 20.03.2019 1 коммит
  25. 13.03.2019 1 коммит
  26. 05.03.2019 1 коммит
  27. 01.03.2019 1 коммит
  28. 22.02.2019 1 коммит
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines
      · eb866309
      Evan Read создал
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309