summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-301-1/+21
|
* #2497 incorrect error handle for team nameUnknwon2016-01-292-11/+37
|
* Record error when fail to health check repositoryUnknwon2016-01-281-1/+1
|
* Minor fix for #2494Unknwon2016-01-282-6/+6
| | | | - Change tooltip size from mini to tiny in profile page
* Merge pull request #2494 from mhartkorn/pullreq-name-changeUnknwon2016-01-282-0/+13
|\ | | | | Change user name in Pull Requests to avoid errors (fixes #2495)
| * Change user name in Pull RequestsMartin Hartkorn2016-01-272-0/+13
| |
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-271-31/+30
|/
* Fixed Webhook URL-length Issue #2465Kim "BKC" Carlbäcker2016-01-271-1/+1
|
* #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-151-37/+10
|
* URL fix for #2287Unknwon2016-01-151-0/+4
|
* Fix username display in lower-cased for comment in DashboardAntoine GIRARD2016-01-121-3/+3
|
* #2287 Truncate repository name if too longUnknwon2016-01-112-20/+27
|
* #2349 fix convert typeUnknwon2016-01-111-3/+3
|
* #2349 try to handle []int8 caseUnknwon2016-01-111-1/+12
|
* Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.Andrey Nering2016-01-091-3/+3
|
* roll back a small changeUnknwon2016-01-091-1/+2
|
* minor fix to #2335Unknwon2016-01-091-23/+32
|
* Merge pull request #2335 from andreynering/highlight-diffUnknwon2016-01-092-7/+165
|\ | | | | Highlight diff
| * Fix: now highlights in diff view are getting the correct lines.Andrey Nering2016-01-082-22/+59
| |
| * Semantic fixes.Andrey Nering2016-01-071-11/+11
| |
| * Declaring specific types for enums constants.Andrey Nering2016-01-061-14/+21
| | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast.
| * Highlighting differences of lines in the diff view.Andrey Nering2016-01-062-0/+114
| |
* | typo fixzhuharev2016-01-061-2/+2
|/
* #2185 fall back to use custom chardet libUnknwon2015-12-311-2/+2
|
* #2273 URL consistency on webhook payloadUnknwon2015-12-251-1/+1
|
* Merge pull request #2262 from angus-g/fixes/user-following-migrationUnknwon2015-12-241-1/+1
|\ | | | | Add default for NumFollowing field (fixes #2261)
| * Add default for NumFollowing field (fixes #2261)Angus Gibson2015-12-221-1/+1
| | | | | | | | | | We set the default value for the non-NULL field NumFollowing of the User model to 0, which stops an error when the ORM tries to sync.
* | Merge pull request #2257 from Jofkos/patch-1Unknwon2015-12-241-3/+5
|\ \ | |/ |/| Wiki pages containing question marks in their name weren't loading
| * 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)
* | #1692 APIs: Users FollowersUnknwon2015-12-212-72/+114
|/ | | | | - User profile un/follow - List user's followers/following
* 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
|