Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkgs/back/package.nix: Include the html templates in the build source | Benedikt Peetz | 3 days |
| | |||
* | pkgs/back/config: Also try to open a repo if a directory with `.git` exists | Benedikt Peetz | 3 days |
| | |||
* | pkgs/back: Do not store repositories in config | Benedikt Peetz | 3 days |
| | | | | | Otherwise, back will need to be restarted every time a new repository is added or removed. | ||
* | pkgs/back/assets/style.css: Format with prettier | Benedikt Peetz | 3 days |
| | |||
* | pkgs/back/README.md: Update to reflect current status | Benedikt Peetz | 3 days |
| | |||
* | pkgs/back: Support listing all repos via the `/` path | Benedikt Peetz | 3 days |
| | | | | | | | | | | This change required porting all webhandling from rocket to hyper, because we needed fine grained control over the path the user requested. This should also improve the memory and resources footprint because hyper is more lower level. I also changed all of the templates from `format!()` calls to a real templating language because I needed to touch most code paths anyway. | ||
* | pkgs/fetchmail-common-name: Patch fetchmail to accept certificates without ↵ | Benedikt Peetz | 3 days |
| | | | | | | common name Pebble gives you SAN only certificates. | ||
* | pkgs/stalwart-mail-free: Avoid running `stalwart-mail`'s tests | Benedikt Peetz | 3 days |
| | |||
* | pkgs/stalwart-mail-free: Update `cargoHash` | Benedikt Peetz | 3 days |
| | |||
* | pkgs/stalwart-mail-free: Also patch to use the platform CA store | Benedikt Peetz | 3 days |
| | | | | | | | | This is needed for the test. The general changes are caused by the requirement to update the `chargoHash`, which currently only works with this counter intuitive attribute overriding. | ||
* | modules/stalwart-mail: Move the package to the `pkgs` subtree | Benedikt Peetz | 3 days |
| | |||
* | pkgs/back/update.sh: Don't worry about incompatible semver changes | Benedikt Peetz | 5 days |
| | | | | | `back` is usually not big enough to be affected by semver incompatible changes. (And if it's affected, fixing it is usually really simple.) | ||
* | pkgs/back/.envrc: Stop fetching when loading the shell | Benedikt Peetz | 5 days |
| | |||
* | treewide: Update | Benedikt Peetz | 5 days |
| | |||
* | feat(pkgs/back): add comments to rss feed | Silas Schöffel | 2024-12-31 |
| | |||
* | fix(pkgs/back/contrib/config.json): add root_url | Silas Schöffel | 2024-12-31 |
| | |||
* | fix(back): add correct links to rss feed | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | feat(back): add rss feed | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | feat(back/src/issues/issue): implement Display for Author | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | fix(pkgs/back): Use the errors display trait not debug | Benedikt Peetz | 2024-12-26 |
| | | | | | Sadly, there seems to be no other way to change the error display, than wrapping main. | ||
* | chore(pkgs/back): Add missing license headers | Benedikt Peetz | 2024-12-26 |
| | |||
* | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | 2024-12-26 |
| | |||
* | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt Peetz | 2024-12-26 |
| | | | | | | | | The previous code was more or less reverse engineered, whilst this code is based on the actually git-bug source code. This improves the whole issue and operation handling immensely and also makes the code better maintainable. Furthermore, it also adds support for the operations that had not already used in `vhack.eu/nixos-server.git`. | ||
* | fix(pkgs/back): Use rocket to manage the configuration values | Benedikt Peetz | 2024-12-26 |
| | | | | | This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. | ||
* | docs(pkgs/back): Document useful environment variables | Benedikt Peetz | 2024-12-24 |
| | |||
* | feat(pkgs/back): Add a link to the source code | Benedikt Peetz | 2024-12-24 |
| | | | | | This is required by the AGPL license and should probably also be done, because we do not have a reason to hide or obfuscate the code. | ||
* | build(pkgs/back): Apply source filtering | Benedikt Peetz | 2024-12-24 |
| | | | | | This avoids useless rebuilds, just because files like the `README.md` changed. | ||
* | docs(pkgs/back): Add note about needed write access | Benedikt Peetz | 2024-12-24 |
| | |||
* | fix(pkgs/back): Set `meta.mainProgram` | Benedikt Peetz | 2024-12-24 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-12-23 |
| | |||
* | feat(pkgs): Hook up to the flake and add needed infrastructure | Benedikt Peetz | 2024-12-23 |
| | |||
* | feat(pkgs/back): Init | Benedikt Peetz | 2024-12-23 |
Other options, for example `git-bug webui --read-only` is just to bugged to be useful. |