summaryrefslogtreecommitdiffstats
path: root/templates/admin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Code conventionUnknown2014-06-051-3/+3
|
* Fix #209Unknown2014-05-281-0/+4
|
* Registeration -> RegistrationBruno Bigras2014-05-262-2/+2
|
* Make gmail auth workUnknown2014-05-154-12/+26
|
* Merge pull request #192 from DerDackel/ldapsslLunny Xiao2014-05-152-2/+17
|\ | | | | Add LDAP over SSL support
| * Add LDAP over SSL supportSebastian Jackel2014-05-152-2/+17
| |
* | Finish add new milestoneUnknown2014-05-121-1/+1
| |
* | Fix edit auth page bugUnknown2014-05-122-23/+26
| |
* | Log to different adapter according to levelUnknown2014-05-111-2/+4
|/
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-05-111-23/+43
|\
| * add user new jsFuXiaoHei2014-05-111-1/+0
| |
| * add user new jsFuXiaoHei2014-05-111-23/+44
| |
* | Fix #173Unknown2014-05-111-31/+27
|/
* spell bug fixedLunny Xiao2014-05-111-1/+1
|
* UI fixUnknown2014-05-111-13/+23
|
* add support for smtp authenticationLunny Xiao2014-05-112-30/+83
|
* add auth new jsFuXiaoHei2014-05-111-50/+99
|
* add login name for auth typeLunny Xiao2014-05-112-0/+14
|
* Add mention, read/unread support of issue trackerUnknown2014-05-071-2/+2
|
* Finish issue designUnknown2014-05-071-0/+2
|
* Improve delete SSH keyUnknown2014-05-061-1/+1
|
* Batch of mirror fixesUnknown2014-05-062-2/+26
|
* Clean repo codeUnknown2014-05-051-1/+1
|
* Clean api codeUnknown2014-05-051-1/+1
|
* finish webhook ui,FuXiaoHei2014-05-051-1/+1
| | | | some ui fix
* fix codeUnknown2014-05-054-74/+77
|
* Merge branch 'dev-ldap' into devLunny Xiao2014-05-056-0/+268
|\
| * basic authenticationsLunny Xiao2014-05-055-14/+145
| |
| * ldap supportLunny Xiao2014-05-033-0/+137
| |
* | Add disable gravatar optionUnknown2014-05-011-0/+2
| |