Commit Graph

12 Commits (4dbc32285925db0609dd6c2fc97808a63d8af08c)

Author SHA1 Message Date
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 39a3b768bc : Add Deployment Key Support
Peter Smit 7759b9ee6e Remove the "PHP" style formatting function
The "PHP" formatting function doesn't add anything, except an undocumented date format.

All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
Peter Smit fd70f9ec1b Fix by adding a tooltip for all dates in all settings/panels
Unknwon 8c9338a537 add personal access token panel
Unknwon e0de6cb5ad work on and update locales
Unknwon 7ba9257a7f Add suburl support
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
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
Unknwon 8dd07c0ddd New UI merge in progress