summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Removed empty line, multi return argsJofkos2015-12-201-3/+3
|
* Wiki pages containing question marks in their name weren't loadingJofkos2015-12-201-2/+4
| | | (untested)
* fix #1436Unknwon2015-12-191-23/+5
|
* #1692 add organization APIsUnknwon2015-12-172-5/+10
|
* #1692 add user email APIsUnknwon2015-12-151-10/+36
|
* fix #2205Unknwon2015-12-151-6/+10
|
* rename import pathUnknwon2015-12-159-9/+9
|
* fix possible disclosureUnknwon2015-12-142-6/+39
|
* fix huge diff hangsUnknwon2015-12-141-0/+2
|
* #2176 fix 500 on /watchers & /stars for pgUnknwon2015-12-141-4/+14
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-2/+2
|
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+1
|
* #2152 fix SMTP authentication makes invalid assumption on protocolUnknwon2015-12-111-1/+6
|
* #2155 fix org max repo limit default to -1Unknwon2015-12-111-0/+1
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-111-2/+3
|
* #2147 fix rewrites authorized_keys when builtin SSH server is enabledUnknwon2015-12-111-0/+10
|
* #2114 External URL for wikiUnknwon2015-12-111-0/+2
|
* Drop 0.5.x supportUnknwon2015-12-101-296/+11
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-102-32/+37
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-103-6/+5
| | | | commits
* fix user repo limit default valueUnknwon2015-12-101-1/+1
|
* #1301 "read-only" usersUnknwon2015-12-101-4/+4
|
* #1575 Limit repo creationUnknwon2015-12-103-0/+39
|
* move out git module and #1573 send push hookUnknwon2015-12-097-70/+109
|
* #1943 Able to config fsck timeoutUnknwon2015-12-091-3/+1
|
* #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
|