Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -35/+83 |
| | |||||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 | 2 | -2/+6 |
| | |||||
* | Fix misspelled words | Alex Myasoedov | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 3 | -12/+34 |
| | |||||
* | update README | Unknwon | 2015-12-05 | 1 | -0/+2 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 3 | -23/+30 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -1/+13 |
| | |||||
* | init with all enabled | Unknwon | 2015-12-04 | 1 | -6/+9 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -0/+22 |
| | |||||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 | 1 | -3/+0 |
| | |||||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 | 1 | -2/+3 |
| | |||||
* | more fixes on #2045 | Unknwon | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | work on #2093 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | 500 when wiki not exists | Unknwon | 2015-12-03 | 1 | -4/+12 |
| | |||||
* | fix #2090 | Unknwon | 2015-12-03 | 1 | -1/+6 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 2 | -20/+54 |
| | |||||
* | #2071 Diff is not showing full content when has super long one line | Unknwon | 2015-12-02 | 1 | -54/+72 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -0/+10 |
| | |||||
* | #2045 add short version as fallback to Slack payload | Unknwon | 2015-12-01 | 1 | -3/+9 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -6/+22 |
| | | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name. | ||||
* | fix API | Unknwon | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | fix #2042 | Unknwon | 2015-11-30 | 1 | -1/+2 |
| | |||||
* | finish wiki | Unknwon | 2015-11-30 | 3 | -36/+52 |
| | |||||
* | wiki: finish edit | Unknwon | 2015-11-27 | 3 | -4/+43 |
| | |||||
* | wiki: finish new | Unknwon | 2015-11-27 | 4 | -44/+143 |
| | |||||
* | introduce git-shell | Unknwon | 2015-11-26 | 4 | -98/+102 |
| | |||||
* | Wiki: UI for page new | Unknwon | 2015-11-25 | 1 | -0/+13 |
| | |||||
* | add unsupported migration prompt | Unknwon | 2015-11-25 | 1 | -0/+5 |
| | |||||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 1 | -3/+0 |
| | |||||
* | some fix to #2026 | Unknwon | 2015-11-23 | 2 | -4/+4 |
| | |||||
* | fix incorrect | Unknwon | 2015-11-21 | 1 | -2/+5 |
| | |||||
* | add some log | Unknwon | 2015-11-21 | 1 | -0/+1 |
| | |||||
* | fix for #2012 | Unknwon | 2015-11-21 | 1 | -11/+7 |
| | |||||
* | minor fix on #1694 | Unknwon | 2015-11-21 | 1 | -4/+3 |
| | |||||
* | notice | Unknwon | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | add more debug info | Unknwon | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | more fix on #2002 | Unknwon | 2015-11-20 | 1 | -3/+3 |
| | |||||
* | fix #2002 | Unknwon | 2015-11-20 | 3 | -17/+23 |
| | |||||
* | fix #1383 | Unknwon | 2015-11-20 | 3 | -6/+52 |
| | |||||
* | better escape char handle | Unknwon | 2015-11-20 | 1 | -5/+5 |
| | |||||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 | 1 | -14/+49 |
| | |||||
* | fix #1997 | Unknwon | 2015-11-19 | 1 | -10/+10 |
| | |||||
* | fix #878 | Unknwon | 2015-11-18 | 3 | -27/+81 |
| | |||||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 | 1 | -0/+9 |
| | |||||
* | add admin op: delete missing repos | Unknwon | 2015-11-18 | 1 | -0/+36 |
| | |||||
* | clean up code | Unknwon | 2015-11-16 | 1 | -5/+2 |
| | |||||
* | new watchers, stars and forks UI | Unknwon | 2015-11-16 | 1 | -21/+14 |
| | |||||
* | #1922 Pull request fail to merge with BIN | Unknwon | 2015-11-16 | 1 | -0/+1 |
| | |||||
* | fix #1960 | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | work on #1961 | Unknwon | 2015-11-16 | 1 | -0/+6 |
| |