Skip to content

Release 0.11.2#604

Open
v1r0x wants to merge 74 commits intomasterfrom
release-0.11.2
Open

Release 0.11.2#604
v1r0x wants to merge 74 commits intomasterfrom
release-0.11.2

Conversation

@v1r0x
Copy link
Copy Markdown
Member

@v1r0x v1r0x commented Apr 16, 2026

No description provided.

v1r0x and others added 30 commits March 24, 2025 09:39
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* check if attribute is already added to entity type

* Added missing error messages and error handling

---------

Co-authored-by: Severino <severin.opel@hotmail.com>
* Moved all pre functions to a single call

* move functions from controller to helper class; fix redundant code

* re-add locale init

* cleanup

* fix pre-endpoint test

* Fixed missing return on  getGeometryTypes

---------

Co-authored-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Severino and others added 28 commits June 10, 2025 14:28
…ed a space separated part of non-alphanumerical characters
* fix patching entity type (#571)

* [0.11.1] Prevent duplicate entity attributes (#570)

* check if attribute is already added to entity type

* Added missing error messages and error handling

---------

Co-authored-by: Severino <severin.opel@hotmail.com>

* [0.11.1] Several Fixes (#575)

* fix csrf request

* fix last editor not visible in entity detail tab

* Removed 'base' default value

* Fixed modal not closing on entity delete

* Fixd absolute download paths

* Fixed entity type color not showing

* Excluded SQL attribute from export

* Fixed color function returning black if value is falsy

* fix migration for uploaded files

* Moved move logic into store

* load plugin pages directly

* Fixed missing color update on entity type update

* Updated composer to version 2

* added changelog

* Plugin un-/publishing now on disk public

* fix role update

* fix i18n for plugins

* fix geodata serialization

* fix displaying deleted entity references in attributes

* 0.11 fix pre loading time (#573)

* Moved all pre functions to a single call

* move functions from controller to helper class; fix redundant code

* re-add locale init

* fix pre-endpoint test

* Fixed missing return on  getGeometryTypes

* Added transaction wrapper for command tests

* fix missing cast after geo package update

* Fixed wrong language in search (was a0f4dc4)

* fix parsing of "malformed" input

* fix label ref

* Fixed undefined 'bootstrap'

* Added 'Bootstrap not defined' on InteractiveMap to changelog

* make plugin scripts downloadable

* Adjusted changelog

* plugin correct script src when plugin is un-/installed

* make store method more flexible; only add '/' if needed

* use src as param to match <script> attribute; fix adding/removing
scripts from <head>

* shorten function name; use existing add/delete logic from directory

* Moved download routes to api.php

* Fixed missing download link

* Changed plugin endpoint to use path instead of query param

* Directory changes, tests and plugin fix un-/install

* use single method to handle file storage again

* Fixed validation when non-top entity type is being imported as top-entity

* Fixed add attribute validation

* add vector tiles for maps

* Added env variable VITE_REVERB_AUTH_ENDPOINT

* fixed error when entity-type is not found

* Fixed when entity_type is undefined

* Added error message when entity-type does not exist

* Fixed data not returned in patch

* Fixed error when generating cite key where bibliography title contained a space separated part of non-alphanumerical characters

* Add pinia to spps

* Add subpath to session cookie

* Removed file routes from api.php

* use env(app_url) as cookie path

* Updated hot to use config

* small reverb improvements

* fix reply to comment from notification

* move reply to button to header

* Fixed avatar being deleted even when file does not exist

* Fixed avatar return type

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* check if attribute is already added to entity type

* Added missing error messages and error handling

---------

Co-authored-by: Severino <severin.opel@hotmail.com>

* fix csrf request

* fix last editor not visible in entity detail tab

* Removed 'base' default value

* Fixed modal not closing on entity delete

* Fixd absolute download paths

* Fixed entity type color not showing

* Excluded SQL attribute from export

* Fixed color function returning black if value is falsy

* fix migration for uploaded files

* Moved move logic into store

* load plugin pages directly

* Fixed missing color update on entity type update

* Updated composer to version 2

* added changelog

* Plugin un-/publishing now on disk public

* fix role update

* fix i18n for plugins

* fix geodata serialization

* fix displaying deleted entity references in attributes

* 0.11 fix pre loading time (#573)

* Moved all pre functions to a single call

* move functions from controller to helper class; fix redundant code

* re-add locale init

* fix pre-endpoint test

* Fixed missing return on  getGeometryTypes

* Added transaction wrapper for command tests

* fix missing cast after geo package update

* Fixed wrong language in search (was a0f4dc4)

* fix parsing of "malformed" input

* fix label ref

* Fixed undefined 'bootstrap'

* Added 'Bootstrap not defined' on InteractiveMap to changelog

* make plugin scripts downloadable

* Adjusted changelog

* plugin correct script src when plugin is un-/installed

* make store method more flexible; only add '/' if needed

* use src as param to match <script> attribute; fix adding/removing
scripts from <head>

* shorten function name; use existing add/delete logic from directory

* Moved download routes to api.php

* Fixed missing download link

* Changed plugin endpoint to use path instead of query param

* Directory changes, tests and plugin fix un-/install

* use single method to handle file storage again

* Fixed validation when non-top entity type is being imported as top-entity

* Fixed add attribute validation

* add vector tiles for maps

* Added env variable VITE_REVERB_AUTH_ENDPOINT

* fixed error when entity-type is not found

* Fixed when entity_type is undefined

* Added error message when entity-type does not exist

* Fixed data not returned in patch

* Fixed error when generating cite key where bibliography title contained a space separated part of non-alphanumerical characters

* Add pinia to spps

* Add subpath to session cookie

* Removed file routes from api.php

* use env(app_url) as cookie path

* Updated hot to use config

* small reverb improvements

* fix reply to comment from notification

* move reply to button to header

* Fixed avatar being deleted even when file does not exist

* Fixed avatar return type

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>

* change cookie name to XSRF-TOKEN-{APP_NAME}

* Fixed axios not using the correct xsrf token

* Removed log

* Fixed base url

* unified cookie names

* replace external trim with internal; cleanup whitespaces/comment
formatting

* Removed legacy remember functionality

* Fixed user login and added auto logout

* users are not only male ;)

* Refactor login logic and remove legacy "Remember Me"; enhance error handling in EntityObserver

* adjusted trim function

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
@v1r0x
Copy link
Copy Markdown
Member Author

v1r0x commented Apr 16, 2026

The custom XSRF code breaks user login test with wrong credentials. Please look into it @Severino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants