Releases: partitioncloud/partitioncloud-server
Releases · partitioncloud/partitioncloud-server
v1.11.1
Changes:
- Use google search engine API instead of an unofficial client for online requests
- Add (optional)
GOOGLE_API_KEYandGOOGLE_SEARCH_ENGINE_IDconfig parameters.
Breaking changes:
- Remove
googlefromrequirements.txt - Add
requeststorequirements.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.1v1.11.0
Changes:
- Added env variable
FLASK_CONFIG_PATH="my_config.py"tomake.shandflask 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) andpartition/{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.0The 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
Changes:
- Add the ability to download an album/groupe as
.zipfile - Add
config:ZIP_REQUIRE_LOGIN
v1.9.2
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_SEARCHtoTrueto get the old search
v1.9.1
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.1Be sure to compile the translations before running the server (this has been added to ./make.sh)
v1.8.0
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
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.0Be sure to compile the translations before running the server (this has been added to ./make.sh)
v1.6.1
Changes:
- Add logs. These can be found in
instance/logs.txtor 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
Changes:
- Moved every instance related file to
instance/(can be configured indefault_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.2v1.4.7
Changes:
- Add session
max_age