|
|
9b4cdb95ef
|
fixes frontend getting resources from backend
|
2026-05-07 04:25:17 +00:00 |
|
|
|
014d258a45
|
stop forcing nightly
|
2026-05-07 01:29:43 +00:00 |
|
|
|
f3e765b578
|
stop stripping project and user prefixes
|
2026-05-07 01:29:07 +00:00 |
|
|
|
b76c650874
|
basic http_fe integration of backend
|
2026-05-07 01:07:06 +00:00 |
|
|
|
f173393f19
|
wip http frontend code
|
2026-05-07 00:54:25 +00:00 |
|
|
|
ca7691ee18
|
src/backend/render.rs: stupidity
|
2026-05-07 00:53:53 +00:00 |
|
|
|
faef0b0c86
|
src/backend/render.rs: formatting
|
2026-05-07 00:49:58 +00:00 |
|
|
|
4fe0f35c9e
|
src/backend/render.rs: updates to not be stupid
|
2026-05-07 00:49:09 +00:00 |
|
|
|
079cfc7a64
|
src/backend/render.rs: updates to use BufWriter instead of Write trait
|
2026-05-07 00:44:39 +00:00 |
|
|
|
b11134c754
|
src/backend/git.rs, src/backend/render.rs: improvements to API; test_render(1): modifications to fit new API
|
2026-05-06 11:00:02 +00:00 |
|
|
|
5940e203b9
|
src/bin/backend: removes leftover files
|
2026-04-28 01:01:09 -06:00 |
|
|
|
ec19975538
|
test.rs: removes mistaken file
|
2026-04-28 00:59:11 -06:00 |
|
|
|
713edfb4cf
|
assets: adds license notices to all files
|
2026-04-28 00:58:33 -06:00 |
|
|
|
4d33e4fe43
|
git.rs, render.rs, test_render.rs: updates rendering code and exposes rendering API
|
2026-04-27 18:27:07 -06:00 |
|
|
|
5d0b1ab208
|
base.html: moved
|
2026-04-27 18:25:54 -06:00 |
|
|
|
58d922b062
|
mint.css: updates style to use dark theme if browser prefers
|
2026-04-26 14:23:48 -06:00 |
|
|
|
08330633fb
|
templates/repo/base.html: adds alternate style sheets
|
2026-04-26 13:25:56 -06:00 |
|
|
|
bfe0f07f4b
|
git.rs: fixes commits being scanned incorrectly; exposes new problem
|
2026-04-23 23:50:25 -06:00 |
|
|
|
ac86e4a13b
|
git.rs: uses default trait for entries
|
2026-04-23 21:10:14 -06:00 |
|
|
|
1f8eed80c7
|
render: updates for integration with frontends
|
2026-04-23 20:39:26 -06:00 |
|
|
|
a2ac39db43
|
git.rs: refactors code
|
2026-04-23 20:38:17 -06:00 |
|
|
|
44418909ff
|
updated gitignore
|
2026-04-23 16:22:46 -06:00 |
|
|
|
8cf63542e7
|
added commit information to repository page
|
2026-04-22 13:04:53 -06:00 |
|
|
|
e42baf3ca9
|
updates templates with new capabilities
|
2026-03-06 19:04:02 -07:00 |
|
|
|
cf3f8b0aea
|
reorganize code & switch to gix
|
2026-03-06 18:05:57 -07:00 |
|
|
|
331387a56a
|
removes original template example pages
|
2026-03-06 18:04:04 -07:00 |
|
|
|
d17d64876a
|
partial code reorganization ; http_fe progress
|
2026-03-05 22:46:15 +00:00 |
|
|
|
ac7d7a44c7
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2026-03-05 00:24:37 +00:00 |
|
|
|
e59322c3cf
|
temp commit for merge
|
2026-03-05 00:24:31 +00:00 |
|
|
|
6e1859943a
|
templates: split the code path into multiple separate links
|
2025-08-25 18:42:03 -04:00 |
|
|
|
0daf300060
|
templates: added a tickets template
still need to replace the file list with a list of issues in the
repository, add discussions, etc.
|
2025-08-24 23:37:56 -04:00 |
|
|
|
27d82a2df5
|
templates: rename nav block to breadcrumbs
|
2025-08-24 23:31:45 -04:00 |
|
|
|
20e6d7328a
|
update tickets example
|
2025-08-24 23:06:32 -04:00 |
|
|
|
c25e347596
|
alignment update to stylesheet
|
2025-08-24 23:06:13 -04:00 |
|
|
|
16911ae1d1
|
add output.html, index2.html to gitignore
|
2025-08-24 23:03:10 -04:00 |
|
|
|
ba30fdc9d2
|
templates: don't show branch name by default, override in code.html
|
2025-08-24 23:01:33 -04:00 |
|
|
|
83b549b6d2
|
test_render: fixed license info
|
2025-08-24 18:37:05 -06:00 |
|
|
|
806a9aebca
|
git.rs: cleaning; render.rs: refactor to fit new git.rs library; test_render: initial commit; assets/*: update templates
|
2025-08-24 18:29:59 -06:00 |
|
|
|
7265642b8b
|
Add tab widget to frontend example
|
2025-08-10 11:11:23 -04:00 |
|
|
|
1d50384bb8
|
backend.rs: expanded git convenience types and moved to git.rs
|
2025-08-10 08:59:02 -06:00 |
|
|
|
2229656a20
|
pushing near-usable frontend progress before attempting full refactor
|
2025-08-10 01:17:44 +00:00 |
|
|
|
caa6f98caa
|
backend.rs: library for frontends.rs until split occurs
|
2025-08-08 19:59:14 -06:00 |
|
|
|
cffe1525e0
|
backend.rs: slight refactor and better reliance on types
|
2025-08-08 04:53:40 -06:00 |
|
|
|
1223e6f84c
|
render.rs: corrects copyright header
|
2025-08-08 00:14:43 -06:00 |
|
|
|
8236925fee
|
partially moves backend repo logic out of render code
|
2025-08-08 00:11:48 -06:00 |
|
|
|
4a5199b08f
|
Relicense yapper.rs to AGPL-3.0-or-later from All Rights Reserved
|
2025-08-08 03:02:46 +00:00 |
|
|
|
20b113d30d
|
routerless http frontend and frontend manager
|
2025-08-08 02:46:35 +00:00 |
|
|
|
d0e556ec3c
|
initial template rendering
|
2025-08-06 10:20:25 -06:00 |
|
|
|
39d0a79bbb
|
Remove stray end tags in the example page
|
2025-08-05 21:32:32 -04:00 |
|
|
|
de5fa6b32f
|
Bring example page in-line with #1 and #3
|
2025-08-05 21:26:01 -04:00 |
|