Releases: stencila/hub
Releases · stencila/hub
v1.1.1
v1.1.0
1.1.0 (2020-03-23)
Bug Fixes
- API: Normalize API errors (699c190)
- API Auth: Remove JWTs as an authorization option (a4ab72e)
- API docs: Ensure schema is publically accessible; hide auth buttin in swagger (fe5a5ad)
- API docs: Hide routes not being reviewed in this round (787d3c5)
- API URLs: Allow optional trailing slash (c12117d)
- deps: update dependency dj-stripe to v2.2.3 (cb0f725)
- deps: update dependency django to v2.2.11 (65a3ede)
- deps: update dependency django-allauth to v0.41.0 (924a9fa)
- deps: update dependency django-configurations to v2.2 (2b55b7e)
- deps: update dependency django-crispy-forms to v1.9.0 (22be7ab)
- deps: update dependency django-debug-toolbar to v2.2 (ec71452)
- deps: update dependency django-extensions to v2.2.8 (34baf19)
- deps: update dependency django-intercom to v0.1.3 (1d117f2)
- deps: update dependency django-sendgrid-v5 to v0.8.1 (3c746e5)
- Deps: Django extensions is prod dep (4c22046)
- Deps: Update stencila-schema (a50bd30)
- Dockerfile: Upgrade to Encoda 0.85.3 (a545674)
- File browser: Remove reference to removed function (c019242)
- Migrations: Remove the reference to the deleted checkouts app (51557d5)
- Settings: Use unpkg.com CDN in prod (44177be)
- User search: Account for change in API (3ed7c73)
- User search API: Add additional fields to result and alter fields searched (8211723)
- AccountSettingsView fixed (71c217c)
- Added @stencila/style as dependency (8a4e517)
- Added latest node/npm repos for encdoa (2b067f6)
- Added loading spinner to /open intermediary page theme switcher (469d0db)
- Added missing migrations (6d18d7c)
- Added redirect back to files if trying to preview a directory (456c9fc)
- added support for HTTP urls in raw url converter (a36b6ec)
- Added transaction handling to migration scripts (79673b5)
- Better errors if trying to preview a non-convertible file and hiding publish/preview menu options for these files. (c25ab4a)
- Blocking access to hub URLs in /open get (29b3781)
- Catching FileNotFound when trying to open a media item that's not found and raising Http404 instead (bad2798)
- Cleanups to Publish create errors and tidying up if conversion of published doc fails (cf20554)
- Converted PublishedItem getters to get_object_or_404 (b803d75)
- Default (personal) accounts being created in '-personal-account' format (bdff18a)
- Filtering by project event status (3cdf138)
- Fix conflict of conversions footer with main footer (6bfa0f3)
- Fix detection of mimetype for linked sources (797f9f9)
- Fix detection of mimetype for linked sources (130b327)
- Fix for parsing HackMD Urls with query string (c964c9e)
- Fix for previewing URL with trailing slash. (be42310)
- Fix test runner (2ccaeba)
- Fix/refactor GoogleAuthHelper and GoogleDocsFacade to be more sure of re-using updated credentials. (102f1e4)
- Fixed arg to publish item create view (beb00d5)
- Fixed bottom padding on main_section covering content (dfcb455)
- Fixed display of negative projects available (4ad1e8c)
- Flattened and camelCased sparkla manifest (3efebab)
- Handle IntegrityError when Project name already exists in account (be050a3)
- Handling 404 (and others) in /open file fetching gracefully. Close #266 (6f90f10)
- Handling connection errors in /open fetch. Close #267 (51aa0f3)
- Improve tooltip UI to not jump around on mobile (179f5cb)
- Inconsistencies in version getting when incrementing (afe8fef)
- Increase z-index on /open footer to be above feedback footer. Close #251 (28116ba)
- Interaction and menu fixes for intermediary /open page (d1b4cb2)
- Linting (c87670c)
- Locked thema version to 1.5.6 throughout (3127f66)
- Made alert/message title text dark colour (bd259f7)
- Move help text into a tool tip to make page less busy (93c03a9)
- Only working with active plans (e057358)
- Opening Google Structured Data Testing Tool in a new tab (abd4bec)
- Prevent /open from /opening itself (71601e2)
- project_files_redirect works without dirname (33c2b94)
- Providing full URL to stencila schema to fix travis builds (maybe) (a29277d)
- Raise Http404 instead of less appropriate exception when trying to preview a file that does not exist (ba40abd)
- Raising Http404 if a file path for sync_content does not exist ([b263e02](b263e024505cac02b50eac86ebcfd...
v0.9.2
0.9.2 (2020-03-23)
Bug Fixes
- deps: update dependency django to v2.2.11 (65a3ede)
- deps: update dependency django-allauth to v0.41.0 (924a9fa)
- deps: update dependency django-configurations to v2.2 (2b55b7e)
- deps: update dependency django-crispy-forms to v1.9.0 (22be7ab)
- User search: Account for change in API (3ed7c73)
- User search API: Add additional fields to result and alter fields searched (8211723)
v0.9.1
0.9.1 (2020-03-21)
Bug Fixes
- deps: update dependency dj-stripe to v2.2.3 (cb0f725)
- deps: update dependency django-debug-toolbar to v2.2 (ec71452)
- deps: update dependency django-extensions to v2.2.8 (34baf19)
- deps: update dependency django-intercom to v0.1.3 (1d117f2)
- deps: update dependency django-sendgrid-v5 to v0.8.1 (3c746e5)
- Deps: Update stencila-schema (a50bd30)
v0.9.0
0.9.0 (2020-03-21)
Bug Fixes
- API: Normalize API errors (699c190)
- API Auth: Remove JWTs as an authorization option (a4ab72e)
- API docs: Ensure schema is publically accessible; hide auth buttin in swagger (fe5a5ad)
- API docs: Hide routes not being reviewed in this round (787d3c5)
- API URLs: Allow optional trailing slash (c12117d)
- File browser: Remove reference to removed function (c019242)
- Filtering by project event status (3cdf138)
- Record status for completed SNAPSHOT events. (30824b3)
- Recording ProjectEvents for anonymous users (2d479e4)
- Remove pesudo-terminal code from page overview (4ac79e0)
- Migrations: Remove the reference to the deleted checkouts app (51557d5)
Features
- API: Add and document additional project fields (8032f6e)
- API: Complete initial OpenID JWT granting (df224f6)
- API: Use knox to provide user authentication tokens "UATs" (e836525)
- API Tokens: Allow for refreshing and revoking both token types (edf2f4e)
- API Tokens: Generate JWT token from Google auth JWT (23b0e3e)