Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-04 | Extend edit/commit end-points to push to bare repo. | Munyoki Kilyungi | |
* web/view/markdown.scm: Export git-invoke. * web/webserver.scm [+global-repo+]: Delete. [+current-repo-path+]: New variable. (+cgit-repo-path+): New variable. (commit-file-handler): Commit changes to a normal repository and later puh to the bare repository. (controller): Uupdate "GET /edit" and "POST commit" to use the +current-repo+. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-09-04 | Set the branch name to a default value for github links. | Munyoki Kilyungi | |
* web/view/markdown.scm (form-github-raw-url): Make branch an optional value that defaults to "master". (form-github-edit-url): Ditto. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-09-04 | Remove dead comments. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-09-04 | Properly unquote lists using "," | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-09 | Apply guix style formatting to files. | Alexander_Kabui | |
2024-08-09 | Replace string-append with format. | Alexander_Kabui | |
2024-08-09 | Fix naming for predicates. | Alexander_Kabui | |
2024-08-09 | Use kebab case for Variables. | Alexander_Kabui | |
2024-08-09 | Markdown code Linting. | Alexander_Kabui | |
2024-08-09 | Use camelcase for json responses. | Alexander_Kabui | |
2024-08-09 | Refactor: Guile Code formatting. | Alexander_Kabui | |
2024-08-05 | Use env variable REPO_PATH. | Alexander_Kabui | |
2024-08-02 | Cleanup: Delete empty lines | Alexander_Kabui | |
2024-08-02 | Add validator to check if prev_commit and current commit match | Alexander_Kabui | |
* this is to prevent merge conflict | |||
2024-08-02 | refactoring: code cleanup | Alexander_Kabui | |
2024-08-02 | add commit procedures | Alexander_Kabui | |
2024-07-26 | Add git util procedures | Alexander_Kabui | |
2024-07-26 | Add fetch file procedure. | Alexander_Kabui | |
2023-09-22 | Markdown and edit button | Pjotr Prins | |
2023-09-14 | Added edit button | Pjotr Prins | |
2023-09-13 | fix | Pjotr Prins | |
2023-09-13 | Added github resolving and MSK home | Pjotr Prins | |
2023-09-13 | Added github resolving and MSK home | Pjotr Prins | |
2023-09-13 | Fetch from github | Pjotr Prins | |
2023-09-13 | wip | Pjotr Prins | |
2023-09-12 | Adding markdown support | Pjotr Prins | |
2023-09-12 | Update MSK | Pjotr Prins | |
2023-09-12 | Updated l&f | Pjotr Prins | |
2023-09-12 | pico.css works | Pjotr Prins | |
2023-09-11 | Adding pico css | Pjotr Prins | |
2023-09-11 | farmer | Pjotr Prins | |
2023-09-11 | Aging | Pjotr Prins | |
2023-09-11 | Missing module | Pjotr Prins | |
2023-09-11 | Support for aging | Pjotr Prins | |
2023-08-30 | msk: spelling | Pjotr Prins | |
2023-08-30 | MSK: added image | Pjotr Prins | |
2023-08-30 | MSK: added image | Pjotr Prins | |
2023-08-30 | MSK home | Pjotr Prins | |
2023-08-28 | Serve images | Pjotr Prins | |
2023-08-28 | Serve image | Pjotr Prins | |
2023-08-27 | Started on branding | Pjotr Prins | |
2023-08-10 | Render HTML on species | Pjotr Prins | |
2023-08-10 | Restore doctype | Pjotr Prins | |
2023-08-10 | Remove doctype header | Pjotr Prins | |
2023-08-10 | HTML viewing | Pjotr Prins | |
2023-08-07 | Added first HTML view using code from mumi/dave | Pjotr Prins | |