Pere Lev
bb1685f695
UI: Project: Buttons for removing parents
2024-04-27 11:31:09 +03:00
Pere Lev
c62c1674ee
Homepage: Mention funding, tweak wording, remove IRC channel link
2024-04-27 11:13:04 +03:00
Pere Lev
abefcbd310
UI: Project: Provide buttons for removing children
2024-04-27 10:56:11 +03:00
Pere Lev
fc9d56dd34
UI: When logged in, display my delegated access to a given local resource
...
This displays only delegated Grants, not direct ones. Direct ones will
be added in the next commits, as they require some extra changes in the
database.
2024-04-20 01:59:13 +03:00
Pere Lev
1f36657084
UI: Removal form: Extend to work on children/parents as well
2024-04-18 22:52:26 +03:00
Pere Lev
f326b276c2
UI: Project: Parents: Fix table header
2024-04-10 21:56:11 +03:00
Pere Lev
0b08a7692a
UI: Browse: List project's enabled children
2024-04-10 17:27:40 +03:00
Pere Lev
992e17f1ca
UI, Client: Forms for adding and accepting a parent or child
2024-03-20 01:50:09 +02:00
Pere Lev
b80d897e0c
UI: Project: Parents: Display parent invite info & status
2024-03-18 21:40:14 +02:00
Pere Lev
d32da785b8
UI: Project: Children: Display child invites, their details & status
2024-03-18 20:53:32 +02:00
Pere Lev
ab786eb67c
UI, Vocab: Link from project/team to children & parents pages
2023-12-13 00:09:28 +02:00
Pere Lev
802df6b15b
UI, AP: Display project and team children and parents
2023-12-12 23:21:06 +02:00
Pere Lev
ce1e542401
UI: HomeR: Display personal invites
2023-12-09 08:55:39 +02:00
Pere Lev
119779b9b3
UI: Display personal resources using Permit records
2023-12-09 07:13:34 +02:00
Pere Lev
5af2fdd58b
UI: Group: Buttons for adding and removing members
2023-12-09 03:03:06 +02:00
Pere Lev
7517db9619
Client, UI: Team: Creation, invite/join display, list in personal overview
2023-11-21 18:28:05 +02:00
Pere Lev
2797e5f3be
UI: Team & team members HTML page + AP JSON object
2023-11-21 15:01:51 +02:00
Pere Lev
80a08dea0a
UI: Browse: Update intro text & list projects' components
2023-11-21 10:56:09 +02:00
Pere Lev
840b13eff1
UI: Tweak the footer repo/commit display
2023-11-21 10:55:38 +02:00
Pere Lev
b420c982c0
UI: Add page for publishing a Resolve with custom ticket and OCAP URIs
2023-11-05 20:41:24 +02:00
Pere Lev
91ed2c82b5
UI: Add reopen-this-ticket button to ticket page
2023-11-05 17:50:55 +02:00
Pere Lev
cbd81d1d0b
C2S, UI: Deck ticket closing button on ticket page
...
Ticket closing can now be done via the new C2S, and the "Close ticket"
button on TicketR page is back, and uses that new C2S.
S2S, C2S and pseudo-client are implemented for both Deck and Loom, but
the actual button and POST handler are provided here only for Deck. Will
add ones for Loom soon, as needed.
2023-11-05 16:13:09 +02:00
Pere Lev
7edb7a9760
Fix some little bugs in component implementation
2023-11-02 23:14:29 +02:00
Pere Lev
df6ece2889
UI: Deck: 'Approve' button for accepting invites-to-projects
2023-11-02 22:27:54 +02:00
Pere Lev
47f993d63f
Client: Project UI for adding a component
2023-11-02 18:03:28 +02:00
Pere Lev
fe6f95d497
UI: Deck: Projects list page
2023-11-02 14:48:22 +02:00
Pere Lev
acc1d13c63
UI: Project: Component list HTML version
2023-11-02 12:35:35 +02:00
Pere Lev
c98d8d1cc0
Vocab & UI: Repo, Deck and Loom now serve their collabs URI
2023-06-28 01:09:35 +03:00
Pere Lev
1fd46b0590
UI & Vocab: Project components list & link from collabs JSON to project
2023-06-27 21:07:21 +03:00
Pere Lev
64aae37b4f
UI: Minimal HTML page for Project
2023-06-26 23:50:33 +03:00
Pere Lev
c0103d9564
UI: Fix bug: Project references aren't displayed
2023-06-26 23:40:43 +03:00
Pere Lev
372fd35f2c
Project routes, handlers and creation UI
2023-06-26 22:02:54 +03:00
Pere Lev
c838cece7b
UI: Fix bug: Incorrect table headers for deck collaborator list
2023-06-19 11:22:56 +03:00
Pere Lev
581838e550
Support the 6 ForgeFed roles + launch repo/deck/loom actor upon creation
2023-06-17 21:35:00 +03:00
Pere Lev
c8c2106eab
UI: In deck collaborator list, have a Remove button for each
2023-06-17 01:27:28 +03:00
Pere Lev
58518811e3
UI for publishing a Remove
2023-06-17 00:39:02 +03:00
Pere Lev
928ad8f9a9
UI in deck collaborators list, for adding a new collaborator
2023-06-16 20:12:40 +03:00
Pere Lev
aaa92d8141
UI for publishing an Invite
2023-06-16 17:39:11 +03:00
Pere Lev
906b5e8f44
Update docs for darcs->git switch, and switch from darcs-rev to gitrev
2023-05-25 13:55:56 +03:00
fr33domlover
c9db823c8c
Implement actor-model system and start moving Person actor to it
...
This patch makes Vervis temporarily unusable, because all actors' inbox POST
handlers use the new system, but the actual federation handler code hasn't been
ported. The next patches will port all the S2S activities supported so far, as
well as C2S.
2023-04-29 10:40:44 +00:00
fr33domlover
72796a6bdc
UI, S2S: Implement Join flow in S2S + deck devs page now lists join requests
2022-11-14 15:11:25 +00:00
fr33domlover
d65e4edc6b
Forgot to commit a template file
2022-10-20 14:49:30 +00:00
fr33domlover
fdf6a83c40
DB, UI: Prepare DB schema for Join flow + display deck collaborators & invites
2022-10-20 12:53:54 +00:00
fr33domlover
118b787416
UI: New ticket/MR creation form + deck/loom navigation links
2022-10-17 15:08:00 +00:00
fr33domlover
d8c65930ca
UI, DB: Switch ticket filter to use TicketResolve instead of TicketStatus
2022-10-16 23:44:16 +00:00
fr33domlover
e638ff4117
UI: In ticket/MR pages, display when and by whom the ticket was resolved
2022-10-16 22:25:21 +00:00
fr33domlover
5d5919d75a
UI: Fix typo in comment author link template
2022-10-16 21:17:39 +00:00
fr33domlover
71bceec18b
C2S, S2S: Re-enable createNoteC and personCreateNoteF
2022-10-16 11:26:24 +00:00
fr33domlover
49c898ed6e
UX: In email messages, remove instance link, it's confusing
...
I'd mention the instance host at least, but YesodMailSend (which I wrote)
provides pure functions for the formatting, so can't access environment
Sometime I'll try to patch yesod-mail-send to have a monadic action there
instead of pure function
2022-09-28 14:12:19 +00:00
fr33domlover
a0c988dd3d
UI: Tweak style of header messages
2022-09-28 14:11:38 +00:00