2016-02-14 09:10:21 +00:00
|
|
|
-- This file is part of Vervis.
|
|
|
|
--
|
2019-01-19 01:44:21 +00:00
|
|
|
-- Written in 2016, 2018, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
2016-02-14 09:10:21 +00:00
|
|
|
--
|
|
|
|
-- ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
--
|
|
|
|
-- The author(s) have dedicated all copyright and related and neighboring
|
|
|
|
-- rights to this software to the public domain worldwide. This software is
|
|
|
|
-- distributed without any warranty.
|
|
|
|
--
|
|
|
|
-- You should have received a copy of the CC0 Public Domain Dedication along
|
|
|
|
-- with this software. If not, see
|
|
|
|
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
|
2016-02-17 16:43:23 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
-- Yesod misc
|
|
|
|
-- ----------------------------------------------------------------------------
|
2016-02-13 03:35:30 +00:00
|
|
|
|
2016-05-24 08:50:19 +00:00
|
|
|
/static StaticR Static appStatic
|
|
|
|
/favicon.ico FaviconR GET
|
|
|
|
/robots.txt RobotsR GET
|
2016-02-13 03:35:30 +00:00
|
|
|
|
2019-01-19 01:44:21 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
-- Federation
|
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
|
2019-03-22 05:17:54 +00:00
|
|
|
/publish PublishR GET
|
2019-04-21 10:58:57 +00:00
|
|
|
/inbox InboxR GET
|
2019-02-07 10:34:33 +00:00
|
|
|
/akey1 ActorKey1R GET
|
|
|
|
/akey2 ActorKey2R GET
|
2019-01-19 01:44:21 +00:00
|
|
|
|
2016-02-17 16:43:23 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
2016-05-24 21:48:21 +00:00
|
|
|
-- Current user
|
2016-02-17 16:43:23 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
|
2018-03-17 22:16:02 +00:00
|
|
|
/ HomeR GET
|
2016-05-24 21:48:21 +00:00
|
|
|
|
2018-03-17 22:16:02 +00:00
|
|
|
/auth/!resend ResendVerifyEmailR GET
|
|
|
|
/auth AuthR Auth getAuth
|
|
|
|
|
|
|
|
/k KeysR GET POST
|
|
|
|
/k/!new KeyNewR GET
|
|
|
|
/k/#KyIdent KeyR GET DELETE POST
|
|
|
|
|
|
|
|
/cr ClaimRequestsPersonR GET
|
2016-02-17 16:43:23 +00:00
|
|
|
|
|
|
|
-- ----------------------------------------------------------------------------
|
2016-05-24 21:48:21 +00:00
|
|
|
-- People
|
2016-02-17 16:43:23 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
|
2016-06-07 16:31:55 +00:00
|
|
|
/s SharersR GET
|
|
|
|
/s/#ShrIdent SharerR GET
|
2019-04-21 10:58:57 +00:00
|
|
|
/s/#ShrIdent/inbox SharerInboxR GET POST
|
2019-03-28 21:08:30 +00:00
|
|
|
/s/#ShrIdent/outbox OutboxR GET POST
|
2019-03-29 03:25:32 +00:00
|
|
|
/s/#ShrIdent/outbox/#OutboxItemKeyHashid OutboxItemR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
|
2019-02-14 22:13:58 +00:00
|
|
|
/p PeopleR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
|
|
|
|
/g GroupsR GET POST
|
|
|
|
/g/!new GroupNewR GET
|
|
|
|
/g/#ShrIdent/m GroupMembersR GET POST
|
|
|
|
/g/#ShrIdent/m/!new GroupMemberNewR GET
|
|
|
|
/g/#ShrIdent/m/#ShrIdent GroupMemberR GET DELETE POST
|
|
|
|
|
|
|
|
/s/#ShrIdent/pr ProjectRolesR GET POST
|
|
|
|
/s/#ShrIdent/pr/!new ProjectRoleNewR GET
|
|
|
|
/s/#ShrIdent/pr/#RlIdent ProjectRoleR GET DELETE POST
|
|
|
|
/s/#ShrIdent/pr/#RlIdent/a ProjectRoleOpsR GET POST
|
|
|
|
/s/#ShrIdent/pr/#RlIdent/a/!new ProjectRoleOpNewR GET
|
2016-06-01 08:52:14 +00:00
|
|
|
|
2016-05-24 21:48:21 +00:00
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
-- Projects
|
|
|
|
-- ----------------------------------------------------------------------------
|
|
|
|
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/r ReposR GET POST
|
|
|
|
/s/#ShrIdent/r/!new RepoNewR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent RepoR GET PUT DELETE POST
|
|
|
|
/s/#ShrIdent/r/#RpIdent/edit RepoEditR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent/s/+Texts RepoSourceR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent/c RepoHeadChangesR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent/c/#Text RepoChangesR GET
|
2018-05-17 15:46:57 +00:00
|
|
|
/s/#ShrIdent/r/#RpIdent/p/#Text RepoPatchR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/r/#RpIdent/d RepoDevsR GET POST
|
|
|
|
/s/#ShrIdent/r/#RpIdent/d/!new RepoDevNewR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent/d/#ShrIdent RepoDevR GET DELETE POST
|
2016-06-07 15:29:26 +00:00
|
|
|
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/r/#RpIdent/_darcs/+Texts DarcsDownloadR GET
|
2016-06-07 15:29:26 +00:00
|
|
|
|
2016-07-27 15:17:03 +00:00
|
|
|
/s/#ShrIdent/r/#RpIdent/info/refs GitRefDiscoverR GET
|
|
|
|
/s/#ShrIdent/r/#RpIdent/git-upload-pack GitUploadRequestR POST
|
2016-02-27 05:41:36 +00:00
|
|
|
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p ProjectsR GET POST
|
|
|
|
/s/#ShrIdent/p/!new ProjectNewR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent ProjectR GET PUT POST
|
2019-04-21 10:58:57 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/inbox ProjectInboxR GET POST
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/edit ProjectEditR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/d ProjectDevsR GET POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/d/!new ProjectDevNewR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/d/#ShrIdent ProjectDevR GET DELETE POST
|
|
|
|
|
2016-08-08 11:05:19 +00:00
|
|
|
-- /w GlobalWorkflowsR GET POST
|
|
|
|
-- /w/!new GlobalWorkflowNewR GET
|
|
|
|
-- /w/#WflIdent GlobalWorkflowR GET DELETE POST
|
|
|
|
|
|
|
|
/s/#ShrIdent/w WorkflowsR GET POST
|
|
|
|
/s/#ShrIdent/w/!new WorkflowNewR GET
|
|
|
|
/s/#ShrIdent/w/#WflIdent WorkflowR GET DELETE POST
|
2016-08-08 14:01:06 +00:00
|
|
|
/s/#ShrIdent/w/#WflIdent/f WorkflowFieldsR GET POST
|
|
|
|
/s/#ShrIdent/w/#WflIdent/f/!new WorkflowFieldNewR GET
|
|
|
|
/s/#ShrIdent/w/#WflIdent/f/#FldIdent WorkflowFieldR GET DELETE POST
|
2016-08-08 14:48:38 +00:00
|
|
|
/s/#ShrIdent/w/#WflIdent/e WorkflowEnumsR GET POST
|
|
|
|
/s/#ShrIdent/w/#WflIdent/e/!new WorkflowEnumNewR GET
|
|
|
|
/s/#ShrIdent/w/#WflIdent/e/#EnmIdent WorkflowEnumR GET DELETE POST
|
2016-08-08 17:05:09 +00:00
|
|
|
/s/#ShrIdent/w/#WflIdent/e/#EnmIdent/c WorkflowEnumCtorsR GET POST
|
|
|
|
/s/#ShrIdent/w/#WflIdent/e/#EnmIdent/c/!new WorkflowEnumCtorNewR GET
|
|
|
|
/s/#ShrIdent/w/#WflIdent/e/#EnmIdent/c/#Text WorkflowEnumCtorR PUT DELETE POST
|
2016-08-08 11:05:19 +00:00
|
|
|
|
2019-03-29 03:25:32 +00:00
|
|
|
/s/#ShrIdent/m/#LocalMessageKeyHashid MessageR GET
|
2019-03-22 20:46:42 +00:00
|
|
|
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t TicketsR GET POST
|
2016-08-04 07:36:24 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/!tree TicketTreeR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/!new TicketNewR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int TicketR GET PUT DELETE POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/edit TicketEditR GET
|
2016-08-11 07:58:51 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/accept TicketAcceptR POST
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/close TicketCloseR POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/open TicketOpenR POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/claim TicketClaimR POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/unclaim TicketUnclaimR POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/assign TicketAssignR GET POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/unassign TicketUnassignR POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/tcr ClaimRequestsProjectR GET
|
2016-06-08 01:28:18 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/cr ClaimRequestsTicketR GET POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/cr/new ClaimRequestNewR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/d TicketDiscussionR GET POST
|
2019-03-29 03:25:32 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/d/#MessageKeyHashid TicketMessageR POST
|
2016-06-07 16:31:55 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/d/!reply TicketTopReplyR GET
|
2019-03-29 03:25:32 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/d/#MessageKeyHashid/reply TicketReplyR GET
|
2016-07-28 16:40:10 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/deps TicketDepsR GET POST
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/deps/!new TicketDepNewR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/deps/#Int TicketDepR POST DELETE
|
2016-07-27 08:35:50 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/rdeps TicketReverseDepsR GET
|
2019-04-11 13:44:44 +00:00
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/participants TicketParticipantsR GET
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/t/#Int/team TicketTeamR GET
|
2016-06-07 16:31:55 +00:00
|
|
|
|
|
|
|
/s/#ShrIdent/p/#PrjIdent/w/+Texts WikiPageR GET
|