by roundabout, Monday, 25 March 2024, 15:45:03 (1711381503), pushed by roundabout, Wednesday, 31 July 2024, 06:54:42 (1722408882)
Author identity: vlad <vlad.muntoiu@gmail.com>
363654e0deccbc827ca017d40724cce4164e3dd5
app.py
@@ -1,3 +1,5 @@
__version__ = "0.0.0"
import os
import shutil
import random
@@ -107,7 +109,7 @@ def main():
@app.route("/about/")
def about():
return flask.render_template("about.html", platform=platform)
return flask.render_template("about.html", platform=platform, version=__version__)
@app.route("/language", methods=["POST"])
doc/changelog/0.0.0 (2024-03-25).md
@@ -0,0 +1,28 @@
Changelog for version 0.0.0
===========================
Since this is the first public version, there is no previous one to compare it to.
The currently supported features are:
* Git serving
* Basic Authentication
* User account creation
* Email notification infrastructure, but no actual notification types yet
* Localised messages
* Language switching
* Web-based UI
* Server task management
* Saving favourites (does not do anything yet)
* Repository creation
* Visibility settings (public, unlisted, private)
* User access control
* User settings
* User profile with basic information
* Following other users (does not do anything yet)
* File directories
* Commit history (no diffs yet)
* Ref switching
* File navigation
* Pull requests, including between repositories
* Discussion forum
* Nested replies
templates/about.html
@@ -66,7 +66,7 @@
<div id="logo-shadow">
<div id="logo" onmousedown="waitForAnimation(this, 'spinning');"></div>
</div>
<h1 class="headline"><b>{% trans %}Roundabout{% endtrans %}</b> {% trans %}alpha testing{% endtrans %}</h1>
<h1 class="headline"><b>{% trans %}Roundabout{% endtrans %}</b> α {{ version }}</h1>
<span id="tagline">{% trans %}Repository hosting for everyone.{% endtrans %}</span>
<x-frame style="--width: 768px; --height: auto; text-align: initial;" id="infos">
<article class="card">