Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: hhucn/dbas

v1.13.1

22 Jan 13:15
@n2o n2o
3c814bc
Compare
Choose a tag to compare

1.13.1 (2019-01-12)

  • Add key-paths for production build to compose file

v1.13.0

22 Jan 12:22
@n2o n2o
64fb54c
Compare
Choose a tag to compare

1.13.0 (2019-01-12)

Common

  • Remove bootstrap-toggle !641
  • Optimize building process and don't minify minified files twice !642
  • Increase performance of search-engine !646
  • Restrict review-queue access to users who participated in the discussion !637
  • Let the API handle authors as objects when communicating with EDEN !645

API

  • Add JWT support !644
  • Add PATCH route for issues !640
  • Add status-flag of issue !643
  • Add Cypher Output to retrieve neo4j-compatible discussions !649
  • Add route to bind a reference to a newly created position !648
  • Add uid to login-response !638
  • Extend API to return single Users !635
  • Change HTTP Method to POST to send token to API and revoke it !636
  • Remove /discuss prefix in jump-interface !647
  • Refactor fields of StatementReferences !639

v1.12.1

22 Nov 10:50
@n2o n2o
22cdce7
Compare
Choose a tag to compare

1.12.1 (2018-11-22)

  • Fix API routes, add second positional argument to JSONBase !633

v1.12.0

21 Nov 09:32
@n2o n2o
1712397
Compare
Choose a tag to compare

1.12.0 (2018-11-21)

  • Add GraphQL Route to return all statements below a specific position !627
  • Add GraphQL Route to export complete graph as JSON data !623
  • Add origin to statements !620
  • Extend API to support jumps, adding references and retrieving reference usages !618
  • Improve search results to only present statements, which have not already been seen !629
  • Improve search results when no ElasticSearch is enabled !621
  • Remove unused code !626
  • Replace deprecated google-closure library !624
  • Refactor api.models !632
  • Fix timezone !628
  • Fix infinite loop in review queue !622
  • Fix flake8 issues !625
  • Fix wrong transaction commits !631

When updating from 1.11.0: The GraphQL Route "premise.users" has been renamed to "premise.author"

v1.11.0

26 Oct 13:52
@n2o n2o
11726d2
Compare
Choose a tag to compare

1.11.0 (2018-10-26)

  • Add overview to see link-only discussions in "My Discussions" !610
  • Add new spinner icon, which does not block the website !614
  • Fix build process so that build script really fails if there is an error !612
  • Fix mutable return values in validators !617
  • Fix Model resolving with GraphQL !616
  • Fix URL in sent mails !611

v1.10.6

15 Oct 10:08
@n2o n2o
v1.10.6
65f0a72
Compare
Choose a tag to compare

1.10.6 (2018-10-12)

  • Add CLI function to promote / demote a user to an admin !595
  • Add more detailed error-msgs in issues !604
  • Add route to add new position !605
  • Add validators for form-inputs in the discussion !605
  • Add public API route /api/search?q=foo to search for statements (support for 3rd party applications) !607
  • Fix resolve of statements in GraphiQL !600
  • Fix Login-problem for API users, which could no longer change their passwords !598
  • Refactor magic numbers in Fuzzy Mode !601 !602
  • Refactor environment variables !597 !607
  • Language fixes !603
  • Use Abstract Base Class and generalize Queues !596 !597
  • Remove deprecated cryptacular with bcrypt !594

v1.10.5

21 Sep 12:22
@n2o n2o
f57f360
Compare
Choose a tag to compare

1.10.5 (2018-09-21)

  • Fix login flow for LDAP users !591
  • Kick hardcoded admin from notifications !590
  • Add abstract base class for review queues !589

v1.10.4

19 Sep 11:25
@n2o n2o
9a9da69
Compare
Choose a tag to compare

1.10.4 (2018-09-19)

  • Precompile chameleon templates for production !587
  • Remove own logger and use built-in python logger !586 !578
  • Re-add "change password" for dbas-users !585
  • Simplify reference retrieval via API !584
  • Fix loop in review queue after user participated !583
  • Remove RSS feed !582

v1.10.3

14 Sep 12:36
@n2o n2o
8eb0597
Compare
Choose a tag to compare

1.10.3 (2018-09-14)

  • Fix parse error of history in URL
  • Make discussion-sidebar more mobile friendly
  • Move "Restart discussion" into the discussion

v1.10.2

13 Sep 08:09
@n2o n2o
v1.10.2
685e4e4
Compare
Choose a tag to compare

1.10.2 (2018-09-13)

  • Fix selection of conclusion
  • Fix js dependency problem