summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-0815-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 #1857Unknwon2015-12-051-0/+6
|
* fix #1829 and fix #890Unknwon2015-12-041-2/+56
|
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-037-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 contentAdam Strzelecki2015-12-027-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/orgUnknwon2015-11-251-0/+3
|
* fix #650Unknwon2015-11-221-1/+1
|
* fix #1448Unknwon2015-11-171-45/+42
|
* minor UI fix and fix ssh raceUnknwon2015-11-146-0/+6
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-1/+1
|
* fix dropdown styleUnknwon2015-09-051-1/+1
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-1/+6
|
* fix dashboard 500 when no issues at allUnknwon2015-09-011-2/+8
| | | | | - update locales - update README
* finish new repo options pageUnknwon2015-08-311-2/+2
|
* new repo options UIUnknwon2015-08-302-143/+155
|
* webhook APIsUnknwon2015-08-291-1/+14
|
* new create webhook eventUnknwon2015-08-282-8/+46
|
* add highlight jsUnknwon2015-08-271-2/+2
|
* add webhook recent deliveriesUnknwon2015-08-271-2/+61
|
* new edit webhook UIUnknwon2015-08-274-14/+10
|
* new create webhook UIUnknwon2015-08-278-115/+134
|
* new webhooks list UIUnknwon2015-08-267-50/+70
|
* new repo git hooks UIUnknwon2015-08-262-74/+67
|
* new user dahsboard issuesUnknwon2015-08-251-0/+2
|
* add confirmation to delete ssh keyUnknwon2015-08-201-4/+4
|
* new access token UIUnknwon2015-08-191-1/+1
|
* new UI on admin/monitorUnknwon2015-08-191-57/+57
|
* fix css stylesUnknwon2015-08-151-2/+2
|
* Fix broken collaboration link in repo settingsJames Anderson2015-08-101-2/+2
|
* finish transforming to v2Unknwon2015-08-102-21/+18
|
* #334: Add Deployment Key SupportUnknwon2015-08-063-1/+117
|
* UI: issues - finish basic frameUnknwon2015-07-246-6/+6
|
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-171-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 #620Unknwon2014-11-171-0/+2
|
* work on #616 and update localesUnknwon2014-11-103-3/+3
|
* update slack hook to use new formatChristopher Brickley2014-10-241-6/+2
|
* Fix #264Unknwon2014-10-063-0/+79
|
* UI: Confirmation boxUnknwon2014-09-291-18/+31
|
* UI: Confirmation boxUnknwon2014-09-281-1/+8
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-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 webhooksChristopher Brickley2014-09-052-2/+2
|
* Mirror fix and hide missing pages for 0.5 releaseUnknwon2014-09-014-5/+5
|
* add Slack API webhook supportChristopher Brickley2014-08-315-35/+73
|
* Removed trailing white spacesTristan Storch2014-08-301-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 dashboardUnknwon2014-08-281-1/+1
|
* Page: Manage social accountsUnknwon2014-08-091-0/+2
|
* UI: Bare repository does not have visual link to settings pageUnknwon2014-08-091-0/+2
|
* Finish new web hook pagesUnknwon2014-08-093-3/+75
|
* Finish new hooks list pageUnknwon2014-08-091-0/+35
|