Adam Strzelecki
4d6b9a4736
UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
44482d52ae
fix #1448
9 years ago
Unknwon
65562d2514
minor UI fix and fix ssh race
9 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
9 years ago
Unknwon
a4b9018d92
fix dropdown style
9 years ago
Unknwon
3a0c2096ac
#1021 Forked repo unavailable after deleting original repo
9 years ago
Unknwon
b06f809911
fix dashboard 500 when no issues at all
- update locales
- update README
9 years ago
Unknwon
c4a608c0b9
finish new repo options page
9 years ago
Unknwon
5137368404
new repo options UI
9 years ago
Unknwon
96dbec41f7
webhook APIs
9 years ago
Unknwon
50cf8ca2e0
new create webhook event
9 years ago
Unknwon
2557f2b011
add highlight js
9 years ago
Unknwon
eafb87f1d4
add webhook recent deliveries
9 years ago
Unknwon
72f82c617a
new edit webhook UI
9 years ago
Unknwon
df9986f5a8
new create webhook UI
9 years ago
Unknwon
b95ad93e04
new webhooks list UI
9 years ago
Unknwon
b892366780
new repo git hooks UI
9 years ago
Unknwon
9fa3cab4c1
new user dahsboard issues
9 years ago
Unknwon
14636093e9
add confirmation to delete ssh key
10 years ago
Unknwon
4927fe0600
new access token UI
10 years ago
Unknwon
9f55ee32e4
new UI on admin/monitor
10 years ago
Unknwon
76a1ba90b7
fix css styles
10 years ago
James Anderson
55ff3d4462
Fix broken collaboration link in repo settings
10 years ago
Unknwon
d6925a4ebc
finish transforming to v2
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Peter Smit
2bb8323ab5
Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Unknwon
32dcaefafa
fox #620
10 years ago
Unknwon
e0de6cb5ad
work on #616 and update locales
10 years ago
Christopher Brickley
3794111460
update slack hook to use new format
10 years ago
Unknwon
64c68220d2
Fix #264
10 years ago
Unknwon
a046a31d2b
UI: Confirmation box
10 years ago
Unknwon
49193bebd2
UI: Confirmation box
10 years ago
Unknwon
7ba9257a7f
Add suburl support
10 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
10 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
10 years ago
Unknwon
c5ce33047e
Mirror fix and hide missing pages for 0.5 release
10 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
10 years ago
Unknwon
1aec1a2dda
Finish new admin dashboard
10 years ago
Unknwon
78defd238c
Page: Manage social accounts
11 years ago
Unknwon
08c6d07aad
UI: Bare repository does not have visual link to settings page
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Unknwon
9820b8e134
Finish new hooks list page
11 years ago
Unknwon
e8c9bb2c66
Finish new collaboration page
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago