Skip to content

Conversation

@OscarBakker
Copy link

No description provided.

IanR01 and others added 9 commits October 13, 2025 15:32
* add rich-text option to resource-from text

* add trix rich-text-editor - quickfix

* commit auto generated files
* Add current user to raw resource

* Add logout functionality

* Expose logout so it can be called from raw html

---------

Co-authored-by: oscarbakker <[email protected]>
* fix map renedering, wait for map ready

* Make finding a polygon more robust and replace toString with String for safety and clarity. Check that polygon is defined.
@OscarBakker OscarBakker force-pushed the versnelde-overstap/temporary-main-deployment branch from b4767bf to 7dad3d7 Compare October 21, 2025 12:32
* Initial copying over of files from openstad-react-admin

* Remove use of packages that are no longer in the new Openstad

* Refresh page on import button window close

* Add loading icon

* Translate from English to Dutch

* Translate index.tsx

* Fix images bug, show error message and fix merging rows

* Fix import button eslint errors

* Fix eslint errors

---------

Co-authored-by: ferhany <[email protected]>
Comment on lines +149 to +153
const response = await fetch(`/api/openstad/api/project/${project}/resource`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(value),
});

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
Comment on lines +181 to +185
const response = await fetch(`/api/openstad/api/project/${project}/resource/${value.id}`, {
method: 'PUT',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(value),
});

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
IanR01 and others added 3 commits October 21, 2025 17:12
* Initial copying over of files from openstad-react-admin

* Remove use of packages that are no longer in the new Openstad

* Refresh page on import button window close

* Add loading icon

* Translate from English to Dutch

* Translate index.tsx

* Fix images bug, show error message and fix merging rows

* Fix import button eslint errors

* Fix eslint errors

* Add dialogstatus string type

---------

Co-authored-by: ferhany <[email protected]>
Co-authored-by: oscarbakker <[email protected]>
* Fix sorting and selecting logic stem-begroot module

* Show resources after filtering

* Fix filtered calculated value

* Remove console logs

* Update tagids in url automatically through useEffect
@IanR01 IanR01 force-pushed the versnelde-overstap/temporary-main-deployment branch from 75e0867 to b791299 Compare October 27, 2025 08:21
* first test to connect to legacy db

* use hardcoded database-name

* make db connection work for both local and azure cloud

* data migration script work in progress

* working on data migration script

* new users are also created in the auth-database now

* make auth-db-name configurable and add auth-users logging

* restructure code over multiple files

* convert 'area' and 'theme' to tags

* convert status

* change log info

* add script to update originalId's in extraData

* use module.exports
@OscarBakker OscarBakker force-pushed the versnelde-overstap/temporary-main-deployment branch 2 times, most recently from 977b8f0 to b791299 Compare October 28, 2025 14:35
OscarBakker and others added 11 commits October 29, 2025 11:44
* Add trix editor types

* Undo d ts file

* Remove trix editor changes, just enable html input in text field
* Refactor localstorage logic and save selected resources

* Implement auto vote

* Logout after vote

* Add succces logic basics

* quick fixes for the voting process

* improve vote-result-message

* improve voting process

---------

Co-authored-by: oscarbakker <[email protected]>
* Refactor StemBegrootResourceDetailDialog and StemBegrootResourceList to streamline original URL handling

* Add an option to the begrootmodule to show linktext

---------

Co-authored-by: ferhany <[email protected]>
Co-authored-by: IanR01 <[email protected]>
OscarBakker and others added 30 commits November 12, 2025 15:00
* Clear cypress cache

* Update cypress versions to be the same as root

* Make package lock in sync

* Remove cache clearance

---------

Co-authored-by: ferhany <[email protected]>
* Fix vote deleting url

* Replace text area with rich text editor

* Remove unused import

* Remove complex expression in dependency array

* Fix rendering and persistence issues with Trix Editor

* Place style import correctly

* Generated index.d.ts file

---------

Co-authored-by: ferhany <[email protected]>
Co-authored-by: IanR01 <[email protected]>
* Add aikido-safe-chain

* Set up aikido safe chain in the same docker layer as npm install

* Enforce safe-chain on npm ci

* Revert change

---------

Co-authored-by: ferhany <[email protected]>
* batch import votes

* batch import users
* temporary solution: show status label

* temporary solution: also show status label in 'cardrow'-displaytype

* remove 'TEST' text

* temporary solution: move tags below text on resource-overview-tile
…ieke-stemmers

Op 610/stemmen teller aantal unieke stemmers
…icht-widget-niet-goed-overgenomen

Fix likes settings
…-zoomniveau

Op 697/klikken op marker reset  zoomniveau
…e the itemLink that is used for the tiles (#60)

Co-authored-by: ferhany <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants