Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix required fields check on csv upload #618

Conversation

aine-etke
Copy link

The problem is originally mentioned in the #552, but the actual reason is a bit different.

Attached file "example-bad.csv" contains a supposedly good file for import that fails either with "required field displayname is missing" or with "required field id is missing"

Attached file "example-good.csv"
contains an unexpectedly good file for import that passes the required fields check (note that in this file id is renamed as i_d and displayname is renamed as display_name).

Nevertheless, even after that synapse-admin does not see IDs

example-bad.csv
example-good.csv

beastafk and others added 30 commits August 31, 2024 01:00
update links, allow working without tags
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…4.0.8

Bump micromatch from 4.0.5 to 4.0.8
Fix user's Edit action defualt Tab not being shown
For example, erased users don't have display name, so header was `User "null"`.
With this change, if there is no display name, the MXID will be show, e.g. `User "@user:example.com"`
Fix user's display name in header on user's page
aine-etke and others added 25 commits September 3, 2024 13:46
… as it causes issues with CDN deploy - workflow

should be adjusted first

This reverts commit 317df5a.
* Fix redirect URL after user creation

* increment version; update readme
* Display actual synapse errors

* Show actual errors from dataProvider requests

* update README
* Fix base_url being undefined on unsuccessful login

* update readme
…ate (#19)

Federation page improvements
This is almost a copy of Awesome-Technologies/synapse-admin#583 PR,
authored by @rkfg
Add UI option to block deleted rooms from being rejoined
This is almost a copy of Awesome-Technologies/synapse-admin#166 PR,
authored by @jkanefendt
@aine-etke aine-etke closed this Sep 17, 2024
@aine-etke
Copy link
Author

sorry, wrong base branch

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