2016-02-23 04:19:55 +01:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
2024-03-20 00:50:09 +01:00
|
|
|
$# Written in 2016, 2018, 2019, 2022, 2023, 2024
|
2023-06-16 16:39:11 +02:00
|
|
|
$# by fr33domlover <fr33domlover@riseup.net>.
|
2016-02-23 04:19:55 +01: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/>.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This is the homepage for logged-in users. You should eventually see a
|
|
|
|
personal overview here. Your projects, repos, news, notifications, settings
|
|
|
|
and so on.
|
2016-02-25 04:10:30 +01:00
|
|
|
|
2022-09-27 10:04:55 +02:00
|
|
|
<h2>Actions
|
|
|
|
|
2016-02-25 04:10:30 +01:00
|
|
|
<ul>
|
2022-09-26 14:54:28 +02:00
|
|
|
<li>
|
|
|
|
<a href=@{KeysR}>
|
|
|
|
SSH key settings
|
2019-10-19 05:17:53 +02:00
|
|
|
<li>
|
2023-11-21 17:28:05 +01:00
|
|
|
Create a new…
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href=@{ProjectNewR}>
|
|
|
|
project
|
|
|
|
<li>
|
|
|
|
<a href=@{GroupNewR}>
|
|
|
|
team
|
|
|
|
<li>
|
|
|
|
component:
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href=@{RepoNewR}>
|
|
|
|
repository
|
|
|
|
<li>
|
|
|
|
<a href=@{DeckNewR}>
|
|
|
|
ticket tracker
|
|
|
|
<li>
|
|
|
|
<a href=@{LoomNewR}>
|
|
|
|
patch tracker
|
2024-08-02 17:31:06 +02:00
|
|
|
$if canCreateFactories
|
|
|
|
<li>
|
|
|
|
<a href=@{FactoryNewR}>
|
|
|
|
factory
|
2022-09-23 07:20:39 +02:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishOfferMergeR}>
|
|
|
|
Open a merge request
|
2023-04-29 12:40:44 +02:00
|
|
|
$# <li>
|
|
|
|
$# <a href=@{PublishCommentR}>
|
|
|
|
$# Comment on a ticket or merge request
|
2023-11-05 19:41:24 +01:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishResolveR}>
|
|
|
|
Close a ticket or MR
|
2022-09-24 23:15:40 +02:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishMergeR}>
|
|
|
|
Merge a merge request
|
2023-06-16 16:39:11 +02:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishInviteR}>
|
|
|
|
Invite someone to a resource
|
2023-06-16 23:39:02 +02:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishRemoveR}>
|
2024-04-18 21:52:26 +02:00
|
|
|
Remove a collaborator/component/project/team from a
|
|
|
|
component/project/team/child/parent
|
2024-03-20 00:50:09 +01:00
|
|
|
<li>
|
|
|
|
<a href=@{PublishAddR}>
|
|
|
|
Add a component/child/parent to a project/team
|
|
|
|
<li>
|
|
|
|
<a href=@{PublishAcceptR}>
|
|
|
|
Accept parent/child
|
2022-09-27 10:04:55 +02:00
|
|
|
|
|
|
|
<h2>Your teams
|
|
|
|
|
2023-11-21 17:28:05 +01:00
|
|
|
<ul>
|
2023-12-09 06:13:34 +01:00
|
|
|
$forall i <- groups
|
2023-11-21 17:28:05 +01:00
|
|
|
<li>
|
2023-12-09 06:13:34 +01:00
|
|
|
^{item i}
|
2022-09-27 10:04:55 +02:00
|
|
|
|
|
|
|
<h2>Your repos
|
|
|
|
|
|
|
|
<ul>
|
2023-12-09 06:13:34 +01:00
|
|
|
$forall i <- repos
|
2022-09-27 10:04:55 +02:00
|
|
|
<li>
|
2023-12-09 06:13:34 +01:00
|
|
|
^{item i}
|
2022-09-27 10:04:55 +02:00
|
|
|
|
|
|
|
<h2>Your ticket trackers
|
|
|
|
|
|
|
|
<ul>
|
2023-12-09 06:13:34 +01:00
|
|
|
$forall i <- decks
|
2022-09-27 10:04:55 +02:00
|
|
|
<li>
|
2023-12-09 06:13:34 +01:00
|
|
|
^{item i}
|
2022-09-27 10:04:55 +02:00
|
|
|
|
|
|
|
<h2>Your patch trackers
|
|
|
|
|
|
|
|
<ul>
|
2023-12-09 06:13:34 +01:00
|
|
|
$forall i <- looms
|
2022-09-27 10:04:55 +02:00
|
|
|
<li>
|
2023-12-09 06:13:34 +01:00
|
|
|
^{item i}
|
2023-06-26 21:02:54 +02:00
|
|
|
|
|
|
|
<h2>Your projects
|
|
|
|
|
|
|
|
<ul>
|
2023-12-09 06:13:34 +01:00
|
|
|
$forall i <- projects
|
2023-06-26 21:02:54 +02:00
|
|
|
<li>
|
2023-12-09 06:13:34 +01:00
|
|
|
^{item i}
|
|
|
|
|
2024-08-02 17:31:06 +02:00
|
|
|
<h2>Your factories
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
$forall i <- factories
|
|
|
|
<li>
|
|
|
|
^{item i}
|
|
|
|
|
2023-12-09 06:13:34 +01:00
|
|
|
<h2>Your resources of unrecognized type
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
$forall i <- others
|
|
|
|
<li>
|
|
|
|
^{item i}
|
2023-12-09 07:55:39 +01:00
|
|
|
|
|
|
|
<h2>Your invites
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
$forall i <- invites
|
|
|
|
<li>
|
|
|
|
^{invite i}
|