summaryrefslogtreecommitdiffstats
path: root/templates/admin/auth
Commit message (Collapse)AuthorAgeFilesLines
...
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-122-32/+32
|
* 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-131-1/+1
|
* 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-161-2/+2
|/ | | | | | 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-021-2/+2
|
* UI: Confirmation boxUnknwon2014-09-281-1/+8
|
* Add suburl supportUnknwon2014-09-193-7/+7
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-7/+7
| | | | | | | | | | | | | | 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.
* Continue working on new admin pagesUnknwon2014-08-293-323/+262
|
* In progress of name template name constantUnknown2014-06-222-0/+343