Skip to content

Commit 260ef43

Browse files
author
jvanmalder
committed
feat: release 1.6.0
1 parent 5310a37 commit 260ef43

File tree

603 files changed

+24852
-3328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

603 files changed

+24852
-3328
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
*.tar.gz filter=lfs diff=lfs merge=lfs -text
2-
*.gz filter=lfs diff=lfs merge=lfs -text

RDepot

Lines changed: 350 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,350 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head data-suburl="">
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="x-ua-compatible" content="ie=edge">
7+
<title>Sign In - OA SCM</title>
8+
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
9+
10+
<script>
11+
if ('serviceWorker' in navigator) {
12+
navigator.serviceWorker.register('/serviceworker.js').then(function(registration) {
13+
14+
console.info('ServiceWorker registration successful with scope: ', registration.scope);
15+
}, function(err) {
16+
17+
console.info('ServiceWorker registration failed: ', err);
18+
});
19+
}
20+
</script>
21+
22+
<meta name="theme-color" content="#6cc644">
23+
<meta name="author" content="Gitea - Git with a cup of tea" />
24+
<meta name="description" content="Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go" />
25+
<meta name="keywords" content="go,git,self-hosted,gitea">
26+
<meta name="referrer" content="no-referrer" />
27+
<meta name="_csrf" content="D5UKuO2cIl5LopxUwpjErIwcCTQ6MTYyNjE2OTg0OTg0OTM4Nzk3MQ" />
28+
<meta name="_suburl" content="" />
29+
30+
31+
32+
33+
34+
<script>
35+
/*
36+
@licstart The following is the entire license notice for the
37+
JavaScript code in this page.
38+
39+
Copyright (c) 2016 The Gitea Authors
40+
Copyright (c) 2015 The Gogs Authors
41+
42+
Permission is hereby granted, free of charge, to any person obtaining a copy
43+
of this software and associated documentation files (the "Software"), to deal
44+
in the Software without restriction, including without limitation the rights
45+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46+
copies of the Software, and to permit persons to whom the Software is
47+
furnished to do so, subject to the following conditions:
48+
49+
The above copyright notice and this permission notice shall be included in
50+
all copies or substantial portions of the Software.
51+
52+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58+
THE SOFTWARE.
59+
---
60+
Licensing information for additional javascript libraries can be found at:
61+
{{StaticUrlPrefix}}/vendor/librejs.html
62+
63+
@licend The above is the entire license notice
64+
for the JavaScript code in this page.
65+
*/
66+
</script>
67+
<script>
68+
window.config = {
69+
StaticUrlPrefix: ''
70+
}
71+
</script>
72+
<link rel="shortcut icon" href="/img/favicon.png" />
73+
<link rel="mask-icon" href="/img/gitea-safari.svg" color="#609926">
74+
<link rel="preload" href="/vendor/assets/font-awesome/css/font-awesome.min.css" as="style" onload="this.rel='stylesheet'">
75+
<noscript><link rel="stylesheet" href="/vendor/assets/font-awesome/css/font-awesome.min.css"></noscript>
76+
<link rel="stylesheet" href="/vendor/assets/octicons/octicons.min.css">
77+
78+
79+
80+
81+
82+
83+
<link rel="stylesheet" href="/vendor/plugins/fomantic/semantic.min.css?v=92f195cdcbf1bd7ffe6bc1a12b4bc1f0">
84+
<link rel="stylesheet" href="/css/index.css?v=92f195cdcbf1bd7ffe6bc1a12b4bc1f0">
85+
<noscript>
86+
<style>
87+
.dropdown:hover > .menu { display: block; }
88+
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
89+
</style>
90+
</noscript>
91+
92+
93+
94+
95+
96+
97+
<style class="list-search-style"></style>
98+
99+
<script src="/vendor/plugins/promise-polyfill/polyfill.min.js"></script>
100+
<script src="/vendor/plugins/cssrelpreload/loadCSS.min.js"></script>
101+
<script src="/vendor/plugins/cssrelpreload/cssrelpreload.min.js"></script>
102+
103+
<meta property="og:title" content="OA SCM">
104+
<meta property="og:type" content="website" />
105+
<meta property="og:image" content="/img/gitea-lg.png" />
106+
<meta property="og:url" content="https://scm.openanalytics.eu/" />
107+
<meta property="og:description" content="Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go">
108+
109+
<meta property="og:site_name" content="OA SCM" />
110+
111+
112+
</head>
113+
<body>
114+
115+
116+
<div class="full height">
117+
<noscript>This website works better with JavaScript.</noscript>
118+
119+
120+
121+
122+
<div class="ui top secondary stackable main menu following bar light">
123+
<div class="ui container" id="navbar">
124+
<div class="item brand" style="justify-content: space-between;">
125+
<a href="/">
126+
<img class="ui mini image" src="/img/gitea-sm.png">
127+
</a>
128+
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
129+
<i class="sidebar icon"></i>
130+
</div>
131+
</div>
132+
133+
134+
<a class="item " href="/">Home</a>
135+
<a class="item " href="/explore/repos">Explore</a>
136+
137+
138+
139+
140+
141+
142+
143+
144+
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">Help</a>
145+
<div class="right stackable menu">
146+
147+
<a class="item active" rel="nofollow" href="/user/login?redirect_to=%2fuser%2flogin">
148+
<i class="octicon octicon-sign-in"></i> Sign In
149+
</a>
150+
</div>
151+
152+
153+
</div>
154+
155+
</div>
156+
157+
158+
159+
<div class="user signin">
160+
161+
<div class="ui secondary pointing tabular top attached borderless menu new-menu navbar">
162+
<a class="active item" rel="nofollow" href="/user/login">
163+
Sign In
164+
</a>
165+
166+
<a class=" item" rel="nofollow" href="/user/login/openid">
167+
<i class="fa fa-openid"></i>
168+
&nbsp;OpenID
169+
</a>
170+
171+
172+
</div>
173+
174+
175+
<div class="ui container">
176+
177+
178+
179+
180+
181+
182+
<h4 class="ui top attached header center">
183+
184+
Sign In
185+
186+
</h4>
187+
<div class="ui attached segment">
188+
<form class="ui form" action="/user/login" method="post">
189+
<input type="hidden" name="_csrf" value="D5UKuO2cIl5LopxUwpjErIwcCTQ6MTYyNjE2OTg0OTg0OTM4Nzk3MQ">
190+
<div class="required inline field ">
191+
<label for="user_name">Username or Email Address</label>
192+
<input id="user_name" name="user_name" value="" autofocus required>
193+
</div>
194+
195+
<div class="required inline field ">
196+
<label for="password">Password</label>
197+
<input id="password" name="password" type="password" value="" autocomplete="off" required>
198+
</div>
199+
200+
201+
<div class="inline field">
202+
<label></label>
203+
<div class="ui checkbox">
204+
<label>Remember Me</label>
205+
<input name="remember" type="checkbox">
206+
</div>
207+
</div>
208+
209+
210+
<div class="inline field">
211+
<label></label>
212+
<button class="ui green button">
213+
214+
Sign In
215+
216+
</button>
217+
<a href="/user/forgot_password">Forgot password?</a>
218+
</div>
219+
220+
221+
222+
223+
<div class="ui attached segment">
224+
<div class="oauth2 center">
225+
<div id="oauth2-login-loader" class="ui disabled centered loader"></div>
226+
<div>
227+
<div id="oauth2-login-navigator">
228+
<p>Sign In With</p>
229+
230+
231+
<a href="/user/oauth2/oa-oidc">
232+
<img
233+
alt="OpenID Connect (oa-oidc)"
234+
title="OpenID Connect (oa-oidc)"
235+
class="openidConnect"
236+
src="/img/auth/openid_connect.png"
237+
onclick="window.onOAuthLoginClick()"
238+
></a>
239+
240+
</div>
241+
</div>
242+
</div>
243+
</div>
244+
245+
</form>
246+
</div>
247+
248+
</div>
249+
</div>
250+
251+
252+
253+
254+
</div>
255+
256+
257+
258+
<footer>
259+
<div class="ui container">
260+
<div class="ui left">
261+
Powered by Gitea
262+
</div>
263+
<div class="ui right links">
264+
265+
<div class="ui language bottom floating slide up dropdown link item">
266+
<i class="world icon"></i>
267+
<div class="text">English</div>
268+
<div class="menu">
269+
270+
<a lang="en-US" class="item active selected" href="#">English</a>
271+
272+
<a lang="zh-CN" class="item " href="/user/login?lang=zh-CN">简体中文</a>
273+
274+
<a lang="zh-HK" class="item " href="/user/login?lang=zh-HK">繁體中文(香港)</a>
275+
276+
<a lang="zh-TW" class="item " href="/user/login?lang=zh-TW">繁體中文(台灣)</a>
277+
278+
<a lang="de-DE" class="item " href="/user/login?lang=de-DE">Deutsch</a>
279+
280+
<a lang="fr-FR" class="item " href="/user/login?lang=fr-FR">français</a>
281+
282+
<a lang="nl-NL" class="item " href="/user/login?lang=nl-NL">Nederlands</a>
283+
284+
<a lang="lv-LV" class="item " href="/user/login?lang=lv-LV">latviešu</a>
285+
286+
<a lang="ru-RU" class="item " href="/user/login?lang=ru-RU">русский</a>
287+
288+
<a lang="uk-UA" class="item " href="/user/login?lang=uk-UA">Українська</a>
289+
290+
<a lang="ja-JP" class="item " href="/user/login?lang=ja-JP">日本語</a>
291+
292+
<a lang="es-ES" class="item " href="/user/login?lang=es-ES">español</a>
293+
294+
<a lang="pt-BR" class="item " href="/user/login?lang=pt-BR">português do Brasil</a>
295+
296+
<a lang="pl-PL" class="item " href="/user/login?lang=pl-PL">polski</a>
297+
298+
<a lang="bg-BG" class="item " href="/user/login?lang=bg-BG">български</a>
299+
300+
<a lang="it-IT" class="item " href="/user/login?lang=it-IT">italiano</a>
301+
302+
<a lang="fi-FI" class="item " href="/user/login?lang=fi-FI">suomi</a>
303+
304+
<a lang="tr-TR" class="item " href="/user/login?lang=tr-TR">Türkçe</a>
305+
306+
<a lang="cs-CZ" class="item " href="/user/login?lang=cs-CZ">čeština</a>
307+
308+
<a lang="sr-SP" class="item " href="/user/login?lang=sr-SP">српски</a>
309+
310+
<a lang="sv-SE" class="item " href="/user/login?lang=sv-SE">svenska</a>
311+
312+
<a lang="ko-KR" class="item " href="/user/login?lang=ko-KR">한국어</a>
313+
314+
</div>
315+
</div>
316+
<a href="/vendor/librejs.html" data-jslicense="1">JavaScript licenses</a>
317+
<a href="/api/swagger">API</a>
318+
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">Website</a>
319+
320+
321+
</div>
322+
</div>
323+
</footer>
324+
325+
326+
<script src="/vendor/plugins/jquery/jquery.min.js?v=3.4.1"></script>
327+
<script src="/vendor/plugins/jquery-migrate/jquery-migrate.min.js?v=3.0.1"></script>
328+
<script src="/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js"></script>
329+
330+
331+
332+
333+
334+
335+
336+
337+
338+
339+
<script src="/vendor/plugins/emojify/emojify.custom.js"></script>
340+
<script src="/vendor/plugins/clipboard/clipboard.min.js"></script>
341+
<script src="/vendor/plugins/vue/vue.min.js"></script>
342+
343+
344+
<script src="/vendor/plugins/fomantic/semantic.min.js?v=92f195cdcbf1bd7ffe6bc1a12b4bc1f0"></script>
345+
<script src="/js/index.js?v=92f195cdcbf1bd7ffe6bc1a12b4bc1f0"></script>
346+
347+
348+
</body>
349+
</html>
350+

0 commit comments

Comments
 (0)