Skip to content

Releases: partitioncloud/partitioncloud-server

v1.10.0

10 Apr 16:52
Compare
Choose a tag to compare

Changes:

  • Add the ability to download an album/groupe as .zip file
  • Add config:ZIP_REQUIRE_LOGIN

v1.9.2

29 Feb 20:44
Compare
Choose a tag to compare

Changes:

  • Add config:DISABLE_ACCOUNT_DELETION
  • Add config:PRIVATE_SEARCH

Fixes:

  • Update translations

Breaking changes:

  • The default behavior for local search is now different from older versions, set PRIVATE_SEARCH to True to get the old search

v1.9.1

28 Feb 22:48
Compare
Choose a tag to compare

Changes:

  • Move to GhostScript to generate previews
  • Add settings page (change password, delete account)
  • Add Dockerfile

Fixes:

  • Fix logs always displaying 24 as the day
  • Check URLs received from google search as they may not be PDFs

Breaking changes:

Run the following commands for upgrading

git describe --tags # get your current version
git pull
python3 scripts/migration.py --current {current version} --target v1.9.1

Be sure to compile the translations before running the server (this has been added to ./make.sh)

v1.8.0

29 Jan 17:40
Compare
Choose a tag to compare

Changes:

  • Add launch page, can be disabled by setting LAUNCH_PAGE=False, this exposes the number of users and scores on your instance so you might consider disabling it.

v1.7.0

26 Jan 18:37
bf48ed2
Compare
Choose a tag to compare

Changes:

  • Add localization in #4

Breaking changes:

Run the following commands for upgrading

git describe --tags # get your current version
git pull
python3 scripts/migration.py --current {current version} --target v1.7.0

Be sure to compile the translations before running the server (this has been added to ./make.sh)

v1.6.1

19 Jan 12:52
Compare
Choose a tag to compare

Changes:

  • Add logs. These can be found in instance/logs.txt or in the admin panel: /admin/logs
  • Added config option ENABLED_LOGS

TODO:

  • The logs require JS to be read in dark mode (due to the use of an <iframe>)

v1.5.2

16 Jan 20:04
Compare
Choose a tag to compare

Changes:

  • Moved every instance related file to instance/ (can be configured in default_config.py)

Breaking changes:

Run the following commands for upgrading

git describe --tags # get your current version
git pull
python3 scripts/migration.py --current {current version} --target v1.5.2

v1.4.7

13 Jan 11:48
Compare
Choose a tag to compare

Changes:

  • Add session max_age

v1.4.5

06 Dec 18:58
Compare
Choose a tag to compare

Changes:

  • better results for local search

v1.4.4

24 Nov 12:52
Compare
Choose a tag to compare

Fixes:

  • (Minor) Fix incoherent html for the CLI