Skip to content

Releases: partitioncloud/partitioncloud-server

v1.11.1

26 Dec 17:52

Choose a tag to compare

Changes:

Breaking changes:

  • Remove google from requirements.txt
  • Add requests to requirements.txt

Run the following commands for upgrading

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

v1.11.0

26 Apr 20:17
839f70f

Choose a tag to compare

Changes:

  • Added env variable FLASK_CONFIG_PATH="my_config.py" to make.sh and flask run
  • Added a default font

Fixes:

  • Rewrite the permissions system that was greatly inconsistent
  • Many other backend changes that should induce less bugs (and already fixed a large number of them)

Breaking changes:

  • Merge partition/{uuid}/details (which was admin only) and partition/{uuid}/edit (which was for the partition owner)

Run the following commands for upgrading

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

The migration hook will just clean database as some records were previously incorrectly removed.

Be sure to get the fonts before running the server (with ./make.sh fonts)
./make.sh production should already take care of that for you.

v1.10.0

10 Apr 16:52

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

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

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

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

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

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

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

Choose a tag to compare

Changes:

  • Add session max_age