Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 15 | -533/+533 |
| | | | | | | | | | | | | 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 | ||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -0/+6 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -2/+56 |
| | |||||
* | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 7 | -7/+0 |
| | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | 7 | -7/+7 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 1 | -0/+3 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | fix #1448 | Unknwon | 2015-11-17 | 1 | -45/+42 |
| | |||||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 | 6 | -0/+6 |
| | |||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | fix dropdown style | Unknwon | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -1/+6 |
| | |||||
* | fix dashboard 500 when no issues at all | Unknwon | 2015-09-01 | 1 | -2/+8 |
| | | | | | - update locales - update README | ||||
* | finish new repo options page | Unknwon | 2015-08-31 | 1 | -2/+2 |
| | |||||
* | new repo options UI | Unknwon | 2015-08-30 | 2 | -143/+155 |
| | |||||
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -1/+14 |
| | |||||
* | new create webhook event | Unknwon | 2015-08-28 | 2 | -8/+46 |
| | |||||
* | add highlight js | Unknwon | 2015-08-27 | 1 | -2/+2 |
| | |||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 1 | -2/+61 |
| | |||||
* | new edit webhook UI | Unknwon | 2015-08-27 | 4 | -14/+10 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 8 | -115/+134 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 7 | -50/+70 |
| | |||||
* | new repo git hooks UI | Unknwon | 2015-08-26 | 2 | -74/+67 |
| | |||||
* | new user dahsboard issues | Unknwon | 2015-08-25 | 1 | -0/+2 |
| | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -4/+4 |
| | |||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | 1 | -57/+57 |
| | |||||
* | fix css styles | Unknwon | 2015-08-15 | 1 | -2/+2 |
| | |||||
* | Fix broken collaboration link in repo settings | James Anderson | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | finish transforming to v2 | Unknwon | 2015-08-10 | 2 | -21/+18 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 3 | -1/+117 |
| | |||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 6 | -6/+6 |
| | |||||
* | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 1 | -5/+0 |
| | | | | 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. | ||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -0/+2 |
| | |||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | 3 | -3/+3 |
| | |||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | 1 | -6/+2 |
| | |||||
* | Fix #264 | Unknwon | 2014-10-06 | 3 | -0/+79 |
| | |||||
* | UI: Confirmation box | Unknwon | 2014-09-29 | 1 | -18/+31 |
| | |||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 1 | -1/+8 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 2 | -2/+2 |
| | |||||
* | Mirror fix and hide missing pages for 0.5 release | Unknwon | 2014-09-01 | 4 | -5/+5 |
| | |||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 5 | -35/+73 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Finish new admin dashboard | Unknwon | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 1 | -0/+2 |
| | |||||
* | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 | 1 | -0/+2 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 3 | -3/+75 |
| | |||||
* | Finish new hooks list page | Unknwon | 2014-08-09 | 1 | -0/+35 |
| |