mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 13:04:51 +09:00
b3cd7ca28f
* Publish a Create activity and respond with a Grant activity * postProjectsR reuses that code * No automatic following at the moment * Workflow and role specified in new project form are ignored for now * Can't create tracker under a group yet, just under the user
22 lines
793 B
Text
22 lines
793 B
Text
$# This file is part of Vervis.
|
|
$#
|
|
$# Written in 2016, 2022 by fr33domlover <fr33domlover@riseup.net>.
|
|
$#
|
|
$# ♡ 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>
|
|
NOTE: Your workflow and role choices will be ignored. They're temporarily
|
|
not in use while these features are being federated.
|
|
|
|
<form method=POST action=@{ProjectsR shr} enctype=#{enctype}>
|
|
^{widget}
|
|
<div class="submit">
|
|
<input type="submit">
|