summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* #1984 Better mirror repo managementUnknwon2015-12-081-35/+83
|
* fix wrong slack webhook payload URLUnknwon2015-12-062-2/+6
|
* Fix misspelled wordsAlex Myasoedov2015-12-061-1/+1
|
* APIs: admin usersUnknwon2015-12-053-12/+34
|
* update READMEUnknwon2015-12-051-0/+2
|
* fix #2105 and fix #1857Unknwon2015-12-053-23/+30
|
* #2052 advanced select ops for system noticesUnknwon2015-12-051-1/+13
|
* init with all enabledUnknwon2015-12-041-6/+9
|
* fix #1829 and fix #890Unknwon2015-12-041-0/+22
|
* #2045 have fallback but empty valueUnknwon2015-12-041-3/+0
|
* #2045 move fallback to empty stringUnknwon2015-12-041-2/+3
|
* more fixes on #2045Unknwon2015-12-041-9/+9
|
* work on #2093Unknwon2015-12-031-1/+1
|
* 500 when wiki not existsUnknwon2015-12-031-4/+12
|
* fix #2090Unknwon2015-12-031-1/+6
|
* fix #976Unknwon2015-12-032-20/+54
|
* #2071 Diff is not showing full content when has super long one lineUnknwon2015-12-021-54/+72
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+10
|
* #2045 add short version as fallback to Slack payloadUnknwon2015-12-011-3/+9
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-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 APIUnknwon2015-12-011-1/+1
|
* fix #2042Unknwon2015-11-301-1/+2
|
* finish wikiUnknwon2015-11-303-36/+52
|
* wiki: finish editUnknwon2015-11-273-4/+43
|
* wiki: finish newUnknwon2015-11-274-44/+143
|
* introduce git-shellUnknwon2015-11-264-98/+102
|
* Wiki: UI for page newUnknwon2015-11-251-0/+13
|
* add unsupported migration promptUnknwon2015-11-251-0/+5
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-3/+0
|
* some fix to #2026Unknwon2015-11-232-4/+4
|
* fix incorrectUnknwon2015-11-211-2/+5
|
* add some logUnknwon2015-11-211-0/+1
|
* fix for #2012Unknwon2015-11-211-11/+7
|
* minor fix on #1694Unknwon2015-11-211-4/+3
|
* noticeUnknwon2015-11-201-1/+1
|
* add more debug infoUnknwon2015-11-201-1/+1
|
* more fix on #2002Unknwon2015-11-201-3/+3
|
* fix #2002Unknwon2015-11-203-17/+23
|
* fix #1383Unknwon2015-11-203-6/+52
|
* better escape char handleUnknwon2015-11-201-5/+5
|
* fix #1119 and data race in timming tasksUnknwon2015-11-201-14/+49
|
* fix #1997Unknwon2015-11-191-10/+10
|
* fix #878Unknwon2015-11-183-27/+81
|
* UI: long organization name in create repository owner listUnknwon2015-11-181-0/+9
|
* add admin op: delete missing reposUnknwon2015-11-181-0/+36
|
* clean up codeUnknwon2015-11-161-5/+2
|
* new watchers, stars and forks UIUnknwon2015-11-161-21/+14
|
* #1922 Pull request fail to merge with BINUnknwon2015-11-161-0/+1
|
* fix #1960Unknwon2015-11-161-1/+1
|
* work on #1961Unknwon2015-11-161-0/+6
|