about summary refs log tree commit diff stats
path: root/pkgs/by-name (follow)
Commit message (Collapse)AuthorAge
* pkgs/back/package.nix: Include the html templates in the build sourceBenedikt Peetz3 days
|
* pkgs/back/config: Also try to open a repo if a directory with `.git` existsBenedikt Peetz3 days
|
* pkgs/back: Do not store repositories in configBenedikt Peetz3 days
| | | | | Otherwise, back will need to be restarted every time a new repository is added or removed.
* pkgs/back/assets/style.css: Format with prettierBenedikt Peetz3 days
|
* pkgs/back/README.md: Update to reflect current statusBenedikt Peetz3 days
|
* pkgs/back: Support listing all repos via the `/` pathBenedikt Peetz3 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 Peetz3 days
| | | | | | common name Pebble gives you SAN only certificates.
* pkgs/stalwart-mail-free: Avoid running `stalwart-mail`'s testsBenedikt Peetz3 days
|
* pkgs/stalwart-mail-free: Update `cargoHash`Benedikt Peetz3 days
|
* pkgs/stalwart-mail-free: Also patch to use the platform CA storeBenedikt Peetz3 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` subtreeBenedikt Peetz3 days
|
* pkgs/back/update.sh: Don't worry about incompatible semver changesBenedikt Peetz5 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 shellBenedikt Peetz5 days
|
* treewide: UpdateBenedikt Peetz5 days
|
* feat(pkgs/back): add comments to rss feedSilas Schöffel2024-12-31
|
* fix(pkgs/back/contrib/config.json): add root_urlSilas Schöffel2024-12-31
|
* fix(back): add correct links to rss feedBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* feat(back): add rss feedBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* feat(back/src/issues/issue): implement Display for AuthorBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* fix(pkgs/back): Use the errors display trait not debugBenedikt Peetz2024-12-26
| | | | | Sadly, there seems to be no other way to change the error display, than wrapping main.
* chore(pkgs/back): Add missing license headersBenedikt Peetz2024-12-26
|
* fix(pkgs/back): Sort the issues by descending dateBenedikt Peetz2024-12-26
|
* feat(pkgs/back): Rewrite the `git-bug` interface codeBenedikt Peetz2024-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 valuesBenedikt Peetz2024-12-26
| | | | | This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.
* docs(pkgs/back): Document useful environment variablesBenedikt Peetz2024-12-24
|
* feat(pkgs/back): Add a link to the source codeBenedikt Peetz2024-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 filteringBenedikt Peetz2024-12-24
| | | | | This avoids useless rebuilds, just because files like the `README.md` changed.
* docs(pkgs/back): Add note about needed write accessBenedikt Peetz2024-12-24
|
* fix(pkgs/back): Set `meta.mainProgram`Benedikt Peetz2024-12-24
|
* style(treewide): FormatBenedikt Peetz2024-12-23
|
* feat(pkgs): Hook up to the flake and add needed infrastructureBenedikt Peetz2024-12-23
|
* feat(pkgs/back): InitBenedikt Peetz2024-12-23
Other options, for example `git-bug webui --read-only` is just to bugged to be useful.