aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings
Commit message (Collapse)AuthorAge
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | 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-25
|
* fix #650Unknwon2015-11-22
|
* fix #1448Unknwon2015-11-17
|
* minor UI fix and fix ssh raceUnknwon2015-11-14
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* fix dropdown styleUnknwon2015-09-05
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* fix dashboard 500 when no issues at allUnknwon2015-09-01
| | | | | - update locales - update README
* finish new repo options pageUnknwon2015-08-31
|
* new repo options UIUnknwon2015-08-30
|
* webhook APIsUnknwon2015-08-29
|
* new create webhook eventUnknwon2015-08-28
|
* add highlight jsUnknwon2015-08-27
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* new edit webhook UIUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* new repo git hooks UIUnknwon2015-08-26
|
* new user dahsboard issuesUnknwon2015-08-25
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|
* new access token UIUnknwon2015-08-19
|
* new UI on admin/monitorUnknwon2015-08-19
|
* fix css stylesUnknwon2015-08-15
|
* Fix broken collaboration link in repo settingsJames Anderson2015-08-10
|
* finish transforming to v2Unknwon2015-08-10
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
| | | | 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-17
|
* work on #616 and update localesUnknwon2014-11-10
|
* update slack hook to use new formatChristopher Brickley2014-10-24
|
* Fix #264Unknwon2014-10-06
|
* UI: Confirmation boxUnknwon2014-09-29
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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-05
|
* Mirror fix and hide missing pages for 0.5 releaseUnknwon2014-09-01
|
* add Slack API webhook supportChristopher Brickley2014-08-31
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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-28
|
* Page: Manage social accountsUnknwon2014-08-09
|
* UI: Bare repository does not have visual link to settings pageUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new hooks list pageUnknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Finish new repo settings pageUnknwon2014-08-02