aboutsummaryrefslogtreecommitdiff
path: root/templates/admin/repo
Commit message (Collapse)AuthorAge
* templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182)rokuu2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update view_list.tmpl * Update commits_table.tmpl * Update dashboard.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update notice.tmpl * Update monitor.tmpl * Update view_file.tmpl * Update diff_preview.tmpl * Update box.tmpl
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* repo: able to view size (#1158)Unknwon2017-03-12
|
* Minor HTML fix for delete repository noticeUnknwon2016-07-23
|
* Modify behaviour of repo-delete. (#3232)Pheng Heong TAN2016-07-09
| | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch.
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* remember page number when delete repoUnknwon2015-12-05
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
|
* Fix admin repos new uiAntoine GIRARD2015-09-26
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* Remove the "PHP" style formatting functionPeter Smit2015-02-16
| | | | | | 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.
* Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-02
|
* Fix swapped issue/star columns in /admin/reposJames Cracknell2014-11-28
|
* fix invalid user links in admin panelsUnknwon2014-11-19
|
* 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
* Continue working on new admin pagesUnknwon2014-08-29