summaryrefslogtreecommitdiffstats
path: root/templates/admin
Commit message (Collapse)AuthorAgeFilesLines
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* admin config fixFernando San Julián2015-07-251-2/+2
|
* Merge pull request #1244 from jamesa/develop无闻2015-07-251-0/+4
|\ | | | | Add full name field to admin's user edit page (fixes #1130)
| * Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+4
| |
* | update localeUnknwon2015-07-031-0/+2
| |
* | Add PAM authenticationPaolo Borelli2015-04-242-0/+12
|/
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-242-14/+26
|
* Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-132-2/+2
|
* Merge pull request #915 from Lafriks/dev无闻2015-02-231-2/+14
|\ | | | | Get username, name, surname and e-mail from LDAP server
| * Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-2/+14
| |
* | Remove the "PHP" style formatting functionPeter Smit2015-02-164-5/+5
| | | | | | | | | | | | 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.
* | better naming on #891Unknwon2015-02-111-2/+2
| |
* | able to allow insecure certification of webhook for #891Unknwon2015-02-101-2/+4
| |
* | cmd: code fix for #905Unknwon2015-02-081-1/+4
|/ | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* Add ShowRegistrationButton configuration optionRaphael Randschau2015-02-051-0/+2
|
* fix error at admin/configAlexey Makhov2015-02-031-1/+1
|
* Merge pull request #818 from fzerorubigd/master无闻2015-02-011-0/+5
|\ | | | | add a function to rewrite all public keys on admin request
| * add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-011-0/+5
| | | | | | | | refs #763
* | Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-024-5/+5
|/
* fix API changesUnknwon2014-12-281-3/+1
|
* fix #711Unknwon2014-12-091-2/+2
|
* fix #580Unknwon2014-11-301-0/+4
|
* Fix swapped issue/star columns in /admin/reposJames Cracknell2014-11-281-2/+2
|
* fix invalid user links in admin panelsUnknwon2014-11-192-2/+2
|
* Fix #635Unknwon2014-11-181-0/+4
|
* fox #620Unknwon2014-11-171-5/+9
|
* fix tpl errorUnknwon2014-11-041-4/+0
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-1/+1
|
* add omitted langVyacheslav Bakhmutov2014-10-111-1/+1
|
* Fix #532, add system noticeUnknwon2014-10-082-0/+55
|
* UI: Confirmation boxUnknwon2014-09-282-3/+17
|
* Page: Commits and fix #249Unknwon2014-09-231-2/+2
|
* Add suburl supportUnknwon2014-09-1910-30/+30
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-1810-30/+30
| | | | | | | | | | | | | | 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
* 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 all new admin pages.Unknwon2014-08-304-306/+300
|
* Continue working on new admin pagesUnknwon2014-08-2910-418/+383
|
* Finish new admin users pagesUnknwon2014-08-295-244/+189
|
* Finish new admin dashboardUnknwon2014-08-282-146/+158
|
* bug fixedlunnyxiao2014-08-081-1/+1
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-3/+3
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-181-0/+7
| | | | #290)
* Paging function for users and repositoriesUnknown2014-07-072-0/+8
|
* fix typos in users' editing template.António Meireles2014-06-301-3/+3
|
* Fix #165Unknown2014-06-241-2/+2
|
* In progress of name template name constantUnknown2014-06-224-0/+0
|
* Fix #165Unknown2014-06-212-1/+7
|
* Basic process managerUnknown2014-06-191-0/+38
|
* Add corn rask monitor panelUnknown2014-06-132-0/+41
|
* Fix #242Unknown2014-06-081-0/+15
|