Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | admin config fix | Fernando San Julián | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1244 from jamesa/develop | 无闻 | 2015-07-25 | 1 | -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) | James | 2015-04-28 | 1 | -0/+4 |
| | | |||||
* | | update locale | Unknwon | 2015-07-03 | 1 | -0/+2 |
| | | |||||
* | | 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 | 2 | -2/+2 |
| | |||||
* | 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 | 4 | -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 #891 | Unknwon | 2015-02-11 | 1 | -2/+2 |
| | | |||||
* | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 1 | -2/+4 |
| | | |||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 1 | -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 option | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | fix error at admin/config | Alexey Makhov | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | 1 | -0/+5 |
|\ | | | | | add a function to rewrite all public keys on admin request | ||||
| * | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 | 1 | -0/+5 |
| | | | | | | | | refs #763 | ||||
* | | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 | 4 | -5/+5 |
|/ | |||||
* | fix API changes | Unknwon | 2014-12-28 | 1 | -3/+1 |
| | |||||
* | fix #711 | Unknwon | 2014-12-09 | 1 | -2/+2 |
| | |||||
* | fix #580 | Unknwon | 2014-11-30 | 1 | -0/+4 |
| | |||||
* | Fix swapped issue/star columns in /admin/repos | James Cracknell | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | fix invalid user links in admin panels | Unknwon | 2014-11-19 | 2 | -2/+2 |
| | |||||
* | Fix #635 | Unknwon | 2014-11-18 | 1 | -0/+4 |
| | |||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -5/+9 |
| | |||||
* | fix tpl error | Unknwon | 2014-11-04 | 1 | -4/+0 |
| | |||||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | add omitted lang | Vyacheslav Bakhmutov | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Fix #532, add system notice | Unknwon | 2014-10-08 | 2 | -0/+55 |
| | |||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 2 | -3/+17 |
| | |||||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 10 | -30/+30 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 10 | -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 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. | ||||
* | Finish all new admin pages. | Unknwon | 2014-08-30 | 4 | -306/+300 |
| | |||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 10 | -418/+383 |
| | |||||
* | Finish new admin users pages | Unknwon | 2014-08-29 | 5 | -244/+189 |
| | |||||
* | Finish new admin dashboard | Unknwon | 2014-08-28 | 2 | -146/+158 |
| | |||||
* | bug fixed | lunnyxiao | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -3/+3 |
| | |||||
* | Make possible for administrators to change user's password (fix proposal for ↵ | gima | 2014-07-18 | 1 | -0/+7 |
| | | | | #290) | ||||
* | Paging function for users and repositories | Unknown | 2014-07-07 | 2 | -0/+8 |
| | |||||
* | fix typos in users' editing template. | António Meireles | 2014-06-30 | 1 | -3/+3 |
| | |||||
* | Fix #165 | Unknown | 2014-06-24 | 1 | -2/+2 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 4 | -0/+0 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 2 | -1/+7 |
| | |||||
* | Basic process manager | Unknown | 2014-06-19 | 1 | -0/+38 |
| | |||||
* | Add corn rask monitor panel | Unknown | 2014-06-13 | 2 | -0/+41 |
| | |||||
* | Fix #242 | Unknown | 2014-06-08 | 1 | -0/+15 |
| |