Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Releases: TheCacophonyProject/cacophony-api

v5.19.2: No migrations on readonly (#374)

03 May 03:59
f6d9f3a
Compare
Choose a tag to compare
* Don't try to run migrations on browse-readonly; causes installation to fail

* Don't try to use package-lock file when installing (permissions error)

* Update package-lock.json and apply correct permissions to it before attempting to install

v5.19.1

03 May 01:21
b8350a8
Compare
Choose a tag to compare
Don't try to run migrations on browse-readonly; causes installation t…

v5.19.0: Fix typo (#370)

21 Apr 05:19
e72764f
Compare
Choose a tag to compare
* Only show active devices in browse

* - Only show active devices in browse
- Refactor some stations APIs to return more info about what stations were added/updated and how many recordings were matched, if any.
- Simpler get APIs for retrieving group devices, group users.

* Revert docker files

* Fix stations tests

* Python formatting

* Adding missing apidoc info

* All api listing commands will automatically return all results if the user is a super-admin
user.  This PR adds an optional "view-mode" query param to these APIs,
which, if set to "limited", will restrict results to items only directly viewable by the super-admin user.
This is then plumbed through to the various database queries generated.

This does not change any existing behaviour, as that is still the default.

* Fix comparison for retired stations in where clause.

* Fix viewAsSuperAdmin arg passing.

* Addressing review feedback

* Make bulk tagger deliver CPTV files instead of mp4 files.

* Fix query

* Grab correct file key

* Grab correct file key

v5.18.0: Deliver cptv for tagging (#368)

21 Apr 03:30
7632923
Compare
Choose a tag to compare
* Only show active devices in browse

* - Only show active devices in browse
- Refactor some stations APIs to return more info about what stations were added/updated and how many recordings were matched, if any.
- Simpler get APIs for retrieving group devices, group users.

* Revert docker files

* Fix stations tests

* Python formatting

* Adding missing apidoc info

* All api listing commands will automatically return all results if the user is a super-admin
user.  This PR adds an optional "view-mode" query param to these APIs,
which, if set to "limited", will restrict results to items only directly viewable by the super-admin user.
This is then plumbed through to the various database queries generated.

This does not change any existing behaviour, as that is still the default.

* Fix comparison for retired stations in where clause.

* Fix viewAsSuperAdmin arg passing.

* Addressing review feedback

* Make bulk tagger deliver CPTV files instead of mp4 files.

* Fix query

v5.17.0: Visits speed (#366)

12 Apr 03:29
9668f9c
Compare
Choose a tag to compare
* add audio events seperately

* update audio bait query

v5.16.0: Fix device (#365)

12 Apr 00:49
76811d8
Compare
Choose a tag to compare
* device in group request added.

* Test now check only admins can see users.

* Fixed api-doc

* fix apidoc again

* Fixed after code review

Co-authored-by: Clare McLennan <>

v5.15.0: Make global permissions explicit (#359)

24 Mar 00:08
c1959e4
Compare
Choose a tag to compare
  • super-users can opt into viewing only their own groups and devices
  • alerts for stopped devices

v5.14.4: Fix to build release (#357)

01 Mar 03:18
20a5b69
Compare
Choose a tag to compare
Pre-release
Co-authored-by: Clare McLennan <>

Testing release

28 Feb 23:17
da038f3
Compare
Choose a tag to compare
Testing release Pre-release
Pre-release
v5.14.3

add await (#354)

Release 5.14.2

25 Feb 22:04
Compare
Choose a tag to compare
v5.14.2

5.14.2 release