aboutsummaryrefslogtreecommitdiff
path: root/templates/admin
Commit message (Collapse)AuthorAge
* better naming on #891Unknwon2015-02-11
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* cmd: code fix for #905Unknwon2015-02-08
| | | | | | | - 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-05
|
* fix error at admin/configAlexey Makhov2015-02-03
|
* Merge pull request #818 from fzerorubigd/master无闻2015-02-01
|\ | | | | add a function to rewrite all public keys on admin request
| * add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-01
| | | | | | | | refs #763
* | Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-02
|/
* fix API changesUnknwon2014-12-28
|
* fix #711Unknwon2014-12-09
|
* fix #580Unknwon2014-11-30
|
* Fix swapped issue/star columns in /admin/reposJames Cracknell2014-11-28
|
* fix invalid user links in admin panelsUnknwon2014-11-19
|
* Fix #635Unknwon2014-11-18
|
* fox #620Unknwon2014-11-17
|
* fix tpl errorUnknwon2014-11-04
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* add omitted langVyacheslav Bakhmutov2014-10-11
|
* Fix #532, add system noticeUnknwon2014-10-08
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* 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
* 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 all new admin pages.Unknwon2014-08-30
|
* Continue working on new admin pagesUnknwon2014-08-29
|
* Finish new admin users pagesUnknwon2014-08-29
|
* Finish new admin dashboardUnknwon2014-08-28
|
* bug fixedlunnyxiao2014-08-08
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-18
| | | | #290)
* Paging function for users and repositoriesUnknown2014-07-07
|
* fix typos in users' editing template.António Meireles2014-06-30
|
* Fix #165Unknown2014-06-24
|
* In progress of name template name constantUnknown2014-06-22
|
* Fix #165Unknown2014-06-21
|
* Basic process managerUnknown2014-06-19
|
* Add corn rask monitor panelUnknown2014-06-13
|
* Fix #242Unknown2014-06-08
|
* Code conventionUnknown2014-06-05
|
* Fix #209Unknown2014-05-28
|
* Registeration -> RegistrationBruno Bigras2014-05-26
|
* Make gmail auth workUnknown2014-05-15
|
* Merge pull request #192 from DerDackel/ldapsslLunny Xiao2014-05-15
|\ | | | | Add LDAP over SSL support
| * Add LDAP over SSL supportSebastian Jackel2014-05-15
| |
* | Finish add new milestoneUnknown2014-05-12
| |
* | Fix edit auth page bugUnknown2014-05-12
| |
* | Log to different adapter according to levelUnknown2014-05-11
|/
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-05-11
|\
| * add user new jsFuXiaoHei2014-05-11
| |