Skip to content
Snippets Groups Projects
  1. Apr 03, 2018
  2. Mar 30, 2018
    • Jure's avatar
      chore(release): publish · 523fcf6f
      Jure authored
       - pubsweet@2.1.6
       - pubsweet-client@2.3.1
       - pubsweet-components@5.0.0
       - @pubsweet/db-manager@1.0.6
       - pubsweet-server@3.0.0
       - @pubsweet/styleguide@1.2.2
       - @pubsweet/ui@3.3.2
       - pubsweet-component-form-group@1.1.6
       - pubsweet-component-password-reset-frontend@1.0.9
       - pubsweet-component-posts-manager@1.0.10
       - pubsweet-component-signup@1.0.9
       - pubsweet-component-teams-manager@1.1.0
       - pubsweet-component-users-manager@2.0.0
       - pubsweet-component-xpub-app@0.0.8
       - xpub-connect@0.0.8
       - pubsweet-component-xpub-dashboard@0.1.2
       - xpub-edit@0.0.8
       - pubsweet-component-xpub-find-reviewers@0.0.8
       - pubsweet-component-xpub-manuscript@0.0.9
       - pubsweet-component-xpub-review@0.1.2
       - xpub-styleguide@0.0.8
       - pubsweet-component-xpub-submit@0.0.8
      22 tags
      523fcf6f
    • Jure's avatar
      chore(components): remove old class names · 5cfb3120
      Jure authored
      5cfb3120
    • Jure's avatar
      bb06148d
    • Jure's avatar
      feat(users-manager): add way to add global teams · 9bbccab1
      Jure authored
      BREAKING CHANGE: Depends on a validation change for teamType -> string, and additionally, a validation change where team's objects are no longer required.
      9bbccab1
    • Jure's avatar
      feat(components): remove react-bootstrap · e66c9332
      Jure authored
      e66c9332
  3. Mar 29, 2018
  4. Mar 28, 2018
    • Giannis Kopanas's avatar
      fix(components): fix test backend · 1e647f7a
      Giannis Kopanas authored
      1e647f7a
    • Giannis Kopanas's avatar
      fix(components): check configuration missing · 98e96ec6
      Giannis Kopanas authored
      fix(components): enrich failure messages
      98e96ec6
    • Giannis Kopanas's avatar
      084be2fe
    • Jure's avatar
      chore(release): publish · 22717c4e
      Jure authored and Giannis Kopanas's avatar Giannis Kopanas committed
       - pubsweet@2.1.4
       - pubsweet-client@2.2.5
       - pubsweet-components@4.2.0
       - @pubsweet/db-manager@1.0.4
       - pubsweet-server@2.0.4
       - @pubsweet/styleguide@1.2.0
       - @pubsweet/ui@3.3.0
       - @pubsweet/component-aws-s3@1.0.2
       - pubsweet-component-blog@1.0.3
       - pubsweet-component-epub-frontend@0.1.4
       - pubsweet-component-form-group@1.1.4
       - pubsweet-component-navigation@1.0.2
       - pubsweet-component-password-reset-backend@1.0.3
       - pubsweet-component-password-reset-frontend@1.0.7
       - @pubsweet/component-polling-server@0.0.4
       - pubsweet-component-posts-manager@1.0.8
       - @pubsweet/component-send-email@0.2.2
       - pubsweet-component-signup@1.0.7
       - pubsweet-component-teams-manager@1.0.7
       - pubsweet-component-xpub-app@0.0.6
       - xpub-connect@0.0.6
       - pubsweet-component-xpub-dashboard@0.1.0
       - xpub-edit@0.0.6
       - pubsweet-component-xpub-find-reviewers@0.0.6
       - xpub-journal@0.0.5
       - pubsweet-component-xpub-manuscript@0.0.6
       - pubsweet-component-xpub-review-backend@0.1.4
       - pubsweet-component-xpub-review@0.1.0
       - xpub-styleguide@0.0.6
       - pubsweet-component-xpub-submit@0.0.6
       - xpub-theme@0.0.5
       - xpub-upload@0.0.5
      22717c4e
    • Jure's avatar
      chore(release): publish · 6d53f1c2
      Jure authored
       - pubsweet-client@2.3.0
       - pubsweet-components@4.3.0
       - pubsweet-component-xpub-manuscript@0.0.8
      3 tags
      6d53f1c2
    • Jure's avatar
      chore(release): publish · cfde3eb0
      Jure authored
       - pubsweet@2.1.5
       - pubsweet-client@2.2.6
       - @pubsweet/coko-theme@0.1.0
       - pubsweet-components@4.2.1
       - @pubsweet/db-manager@1.0.5
       - pubsweet-server@2.0.5
       - @pubsweet/styleguide@1.2.1
       - @pubsweet/ui@3.3.1
       - pubsweet-component-form-group@1.1.5
       - pubsweet-component-password-reset-frontend@1.0.8
       - pubsweet-component-posts-manager@1.0.9
       - pubsweet-component-signup@1.0.8
       - pubsweet-component-teams-manager@1.0.8
       - pubsweet-component-xpub-app@0.0.7
       - xpub-connect@0.0.7
       - pubsweet-component-xpub-dashboard@0.1.1
       - xpub-edit@0.0.7
       - pubsweet-component-xpub-find-reviewers@0.0.7
       - pubsweet-component-xpub-manuscript@0.0.7
       - pubsweet-component-xpub-review@0.1.1
       - xpub-styleguide@0.0.7
       - pubsweet-component-xpub-submit@0.0.7
      22 tags
      cfde3eb0
    • Tamlyn Rhodes's avatar
      feat(client): add Apollo Client · 2fe9d939
      Tamlyn Rhodes authored
      Add ApolloProvider.
      Add mutation load state tracking HoC.
      Support multipart uploads over GraphQL.
      2fe9d939
  5. Mar 27, 2018
    • Mihail Dunaev's avatar
      refactor(ink-backend): perform sanity checks at root of middleware · 855c2d14
      Mihail Dunaev authored
      instead of doing sanity checks in each function, we can assume they will not be used independently
      and check for missing config only once
      
      re #351
      855c2d14
    • Jure's avatar
      chore(release): publish · 13b83076
      Jure authored
       - pubsweet@2.1.4
       - pubsweet-client@2.2.5
       - pubsweet-components@4.2.0
       - @pubsweet/db-manager@1.0.4
       - pubsweet-server@2.0.4
       - @pubsweet/styleguide@1.2.0
       - @pubsweet/ui@3.3.0
       - @pubsweet/component-aws-s3@1.0.2
       - pubsweet-component-blog@1.0.3
       - pubsweet-component-epub-frontend@0.1.4
       - pubsweet-component-form-group@1.1.4
       - pubsweet-component-navigation@1.0.2
       - pubsweet-component-password-reset-backend@1.0.3
       - pubsweet-component-password-reset-frontend@1.0.7
       - @pubsweet/component-polling-server@0.0.4
       - pubsweet-component-posts-manager@1.0.8
       - @pubsweet/component-send-email@0.2.2
       - pubsweet-component-signup@1.0.7
       - pubsweet-component-teams-manager@1.0.7
       - pubsweet-component-xpub-app@0.0.6
       - xpub-connect@0.0.6
       - pubsweet-component-xpub-dashboard@0.1.0
       - xpub-edit@0.0.6
       - pubsweet-component-xpub-find-reviewers@0.0.6
       - xpub-journal@0.0.5
       - pubsweet-component-xpub-manuscript@0.0.6
       - pubsweet-component-xpub-review-backend@0.1.4
       - pubsweet-component-xpub-review@0.1.0
       - xpub-styleguide@0.0.6
       - pubsweet-component-xpub-submit@0.0.6
       - xpub-theme@0.0.5
       - xpub-upload@0.0.5
      32 tags
      13b83076
  6. Mar 26, 2018
  7. Mar 22, 2018
  8. Mar 21, 2018
  9. Mar 19, 2018
    • Tamlyn Rhodes's avatar
      chore(styleguide): remove redundant styleguides · 17e27f7c
      Tamlyn Rhodes authored
      Add an npm script to the root to start the styleguide.
      Remove the ui and component styleguides which are just a subset of the full styleguide.
      17e27f7c
    • Tamlyn Rhodes's avatar
      125a3170
    • Jure's avatar
      chore(release): publish · c88ca6ad
      Jure authored
       - pubsweet@2.1.3
       - pubsweet-client@2.2.4
       - pubsweet-components@4.1.0
       - @pubsweet/db-manager@1.0.3
       - pubsweet-server@2.0.3
       - @pubsweet/styleguide@1.1.4
       - @pubsweet/ui@3.2.1
       - @pubsweet/component-aws-s3@1.0.1
       - pubsweet-component-draft@0.3.6
       - pubsweet-component-form-group@1.1.3
       - pubsweet-component-ink-backend@0.2.7
       - pubsweet-component-password-reset-backend@1.0.2
       - pubsweet-component-password-reset-frontend@1.0.6
       - @pubsweet/component-polling-server@0.0.3
       - pubsweet-component-posts-manager@1.0.7
       - @pubsweet/component-send-email@0.2.1
       - pubsweet-component-signup@1.0.6
       - pubsweet-component-sortable-list@0.1.2
       - pubsweet-component-teams-manager@1.0.6
       - pubsweet-component-xpub-app@0.0.5
       - xpub-connect@0.0.5
       - pubsweet-component-xpub-dashboard@0.0.5
       - xpub-edit@0.0.5
       - pubsweet-component-xpub-find-reviewers@0.0.5
       - pubsweet-component-xpub-manuscript@0.0.5
       - pubsweet-component-xpub-review-backend@0.1.3
       - pubsweet-component-xpub-review@0.0.5
       - xpub-styleguide@0.0.5
       - pubsweet-component-xpub-submit@0.0.5
      29 tags
      c88ca6ad
  10. Mar 16, 2018
  11. Mar 15, 2018
    • Jure's avatar
      chore(release): publish · 545a432b
      Jure authored
       - pubsweet@2.1.2
       - pubsweet-client@2.2.3
       - pubsweet-components@4.0.0
       - @pubsweet/db-manager@1.0.2
       - @pubsweet/default-theme@0.2.1
       - pubsweet-server@2.0.2
       - @pubsweet/styleguide@1.1.3
       - @pubsweet/ui@3.2.0
       - @pubsweet/component-aws-s3@1.0.0
       - pubsweet-component-epub@0.2.13
       - pubsweet-component-epub-frontend@0.1.3
       - pubsweet-component-form-group@1.1.2
       - pubsweet-component-ink-backend@0.2.6
       - pubsweet-component-login@1.1.1
       - pubsweet-component-password-reset-backend@1.0.1
       - pubsweet-component-password-reset-frontend@1.0.5
       - pubsweet-component-posts-manager@1.0.6
       - pubsweet-component-signup@1.0.5
       - pubsweet-component-sortable-list@0.1.1
       - pubsweet-component-teams-manager@1.0.5
       - pubsweet-component-xpub-app@0.0.4
       - xpub-connect@0.0.4
       - pubsweet-component-xpub-dashboard@0.0.4
       - xpub-edit@0.0.4
       - pubsweet-component-xpub-find-reviewers@0.0.4
       - xpub-journal@0.0.4
       - pubsweet-component-xpub-manuscript@0.0.4
       - pubsweet-component-xpub-review-backend@0.1.2
       - pubsweet-component-xpub-review@0.0.4
       - xpub-selectors@0.0.4
       - xpub-styleguide@0.0.4
       - pubsweet-component-xpub-submit@0.0.4
       - xpub-theme@0.0.4
       - xpub-upload@0.0.4
       - xpub-validators@0.0.4
      35 tags
      545a432b
    • Jure's avatar
      fix(login): add missing recompose dependency · a3b5a805
      Jure authored
      fix #353
      a3b5a805
  12. Mar 14, 2018
  13. Mar 12, 2018