260 Commits (647b2649b1600107c5fec3505db691f78b2c1e2a)

Author SHA1 Message Date
Josh Frye f3358f5927 Repo setting to delete and disable wiki 8 years ago
Unknwon 7140dbac95 Fix #857 8 years ago
Download-Fritz a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 8 years ago
Unknwon 632c27802c Minor fix for #2624 8 years ago
Martin Hartkorn 15d37b7a95 Refactored according to suggestions 8 years ago
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories. 8 years ago
Unknwon 40f3142264 #2114 External URL for wiki 9 years ago
Unknwon 120cd4e471 #1984 Better mirror repo management 9 years ago
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
9 years ago
Unknwon 404867f206 fix #2105 and fix #1857 9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Adam Strzelecki 2580e7b57e UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
9 years ago
Adam Strzelecki 3eae4ecde7 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 144663a3cf allow admin to migrate for any user/org 9 years ago
Unknwon 52c8f69163 fix #650 9 years ago
Unknwon ff5f14431e fix #1448 9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race 9 years ago
Unknwon 6f0a41b8b2 #1511 Allow local import only for admin users 9 years ago
Unknwon 1c2dbd7183 fix dropdown style 9 years ago
Unknwon 398569f6f8 #1021 Forked repo unavailable after deleting original repo 9 years ago
Unknwon 17c2d1fc7c fix dashboard 500 when no issues at all
- update locales
- update README
9 years ago
Unknwon cb381078ff finish new repo options page 9 years ago
Unknwon c6b039c6f9 new repo options UI 9 years ago
Unknwon 55ddf225bb webhook APIs 9 years ago
Unknwon f509c59ac1 new create webhook event 9 years ago
Unknwon 70e0153b93 add highlight js 9 years ago
Unknwon 23f42d92c9 add webhook recent deliveries 9 years ago
Unknwon c08600c59b new edit webhook UI 9 years ago
Unknwon 4217c2333c new create webhook UI 9 years ago
Unknwon 2881456421 new webhooks list UI 9 years ago
Unknwon 1cb03135b7 new repo git hooks UI 9 years ago
Unknwon f808df5a7b new user dahsboard issues 9 years ago
Unknwon 062adbed8a add confirmation to delete ssh key 9 years ago
Unknwon 4c7b6414eb new access token UI 9 years ago
Unknwon 81b8427438 new UI on admin/monitor 9 years ago
Unknwon 7bb5cb444c fix css styles 9 years ago
James Anderson b2bd6c4c5a Fix broken collaboration link in repo settings 9 years ago
Unknwon 8a3ee795d2 finish transforming to v2 9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support 9 years ago
Unknwon 4447a20f87 UI: issues - finish basic frame 9 years ago
Peter Smit e6fc58a744 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 10 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 10 years ago
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page 10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 10 years ago
Unknwon 9820b8e134 Finish new hooks list page 10 years ago
Unknwon e8c9bb2c66 Finish new collaboration page 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago