Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 2 | -32/+32 | |
| | ||||||
* | Add PAM authentication | Paolo Borelli | 2015-04-24 | 2 | -0/+12 | |
| | ||||||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 | 2 | -14/+26 | |
| | ||||||
* | Fix for deleting user when gogs instalation is on http://hostname/gogs | Sternik | 2015-03-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 1 | -2/+14 | |
|\ | | | | | Get username, name, surname and e-mail from LDAP server | |||||
| * | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -2/+14 | |
| | | ||||||
* | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 1 | -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/panels | Peter Smit | 2015-01-02 | 1 | -2/+2 | |
| | ||||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 1 | -1/+8 | |
| | ||||||
* | Add suburl support | Unknwon | 2014-09-19 | 3 | -7/+7 | |
| | ||||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 3 | -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 spaces | Tristan Storch | 2014-08-30 | 1 | -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 pages | Unknwon | 2014-08-29 | 3 | -323/+262 | |
| | ||||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 2 | -0/+343 | |