Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-12 | Fix some potential bugs in shell scriptsHEADmaster | Marvin Borner | |
2024-11-03 | Add script to allow Github Actions CI/CD IP addresses in iptables | Lukas Oertel | |
2023-02-10 | Add script for post-update commands for our BBB instance | Lukas Oertel | |
2023-01-22 | scripts/hedgedoc-ldap_to_oauth2: Init | Lukas Oertel | |
2023-01-22 | Remove whitespace from previous commit | Lukas Oertel | |
bff3b4c9d4ea892ec1255dfe479b13b2fa5b0f92 | |||
2023-01-06 | Add script to get all active LDAP users as CSV | Lukas Oertel | |
2020-08-08 | scripts: Add github-get-top-orga-contributors.py | Michael Weiss | |
I wrote this a while ago out of curiosity. | |||
2020-08-08 | scripts/mailing-list-member-retirement: Add a short README | Michael Weiss | |
2020-08-08 | scripts/mailing-list-member-retirement: Add a Bash script to find inactive ↵ | Michael Weiss | |
list members Might make sense to implement that part in Go as well, but that would make the binary less flexible (e.g. [0] for statistics). [0]: ./mailing-list-active-members -mbox fsi.mbox -since 2019-08-01 2> /dev/null | sort | uniq -c | sort -h | |||
2020-08-08 | scripts/mailing-list-member-retirement: Add a flag to ignore mails before a ↵ | Michael Weiss | |
certain date | |||
2020-08-08 | scripts/mailing-list-member-retirement: Improve the error messages and ↵ | Michael Weiss | |
simplify the handling | |||
2020-08-08 | scripts/mailing-list-member-retirement: Add an initial PoC | Michael Weiss | |
Can read fsi.mbox (228 MiB) but lacks features (e.g. limiting the parsing to messages of the past year) and it would be nice to indicate which messages couldn't be read. But it basically works :) |