aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* allow edit issue and commentUnknwon2015-08-202-11/+42
|
* fix timezone!Unknwon2015-08-203-6/+24
|
* fix timezoneUnknwon2015-08-202-3/+6
|
* print time to debugUnknwon2015-08-201-1/+1
|
* work #1500Unknwon2015-08-202-15/+28
|
* minor fix on API responseUnknwon2015-08-192-2/+2
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-1/+2
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* token recent activityUnknwon2015-08-191-2/+8
|
* only assign auto-admin when sign up by webUnknwon2015-08-191-9/+1
|
* new access token UIUnknwon2015-08-191-2/+2
|
* work on #986 and fix a LDAP crashUnknwon2015-08-182-47/+98
|
* make cron task configurableUnknwon2015-08-182-4/+44
|
* work on #1493Unknwon2015-08-173-45/+85
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-161-4/+4
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-4/+4
| |
* | Merge pull request #1475 from donbowman/master无闻2015-08-151-3/+3
|\ \ | | | | | | Fix race condition on ssh key delete, and revert re-revert of hard line break
| * | remove empty line as per https://github.com/gogits/gogs/pull/1475Don Bowman2015-08-151-1/+0
| | |
| * | race condition on keydeleteDon Bowman2015-08-121-2/+3
| | |
* | | able sort issuesUnknwon2015-08-151-9/+5
| | |
* | | more on #1319Unknwon2015-08-151-1/+2
| | |
* | | #1419: 500 when visit a issue with issue/comments of deleted userUnknwon2015-08-152-2/+21
| | |
* | | Creates hooks directory when init update hookUnknwon2015-08-151-1/+3
| | |
* | | able edit issue labels/milestone/assigneeUnknwon2015-08-151-39/+120
| | |
* | | delete attachments when delete repoUnknwon2015-08-141-1/+21
| | |
* | | Show owner/poster tags of comments and fix #1312Unknwon2015-08-143-2/+33
| | |
* | | finish close/reopen issueUnknwon2015-08-132-8/+15
| | |
* | | finish view comments on issue pageUnknwon2015-08-133-96/+256
| | |
* | | add comment form UIUnknwon2015-08-121-10/+6
| | |
* | | finish view issue without comments and opsUnknwon2015-08-122-28/+53
| |/ |/|
* | delete avatar when del userUnknwon2015-08-121-1/+3
| |
* | finish attachments when create issueUnknwon2015-08-113-31/+191
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-1/+1
|\ \
| * \ Merge pull request #1464 from jamesa/hide-gravatar-tooltip无闻2015-08-101-1/+1
| |\ \ | | | | | | | | Hide avatar tooltips unless you're looking at your own profile
| | * | Resize avatars to the same size they are displayedJames Anderson2015-08-101-1/+1
| | | |
* | | | fix template errorUnknwon2015-08-101-1/+0
|/ / /
* | | finish new issue action and mentionsUnknwon2015-08-102-9/+24
| | |
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * | | minor fix on #1460Unknwon2015-08-101-0/+3
| |/ /
* | | rename functionsUnknwon2015-08-101-2/+2
| | |
* | | finish create issue with milestone and assigneeUnknwon2015-08-103-82/+179
| | |
* | | finish create issue with milestoneUnknwon2015-08-102-44/+55
| | |
* | | finish create issue with labelsUnknwon2015-08-101-2/+12
| | |
* | | add migrate from issue.label_ids to issue_labelUnknwon2015-08-104-50/+220
| | |
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-102-11/+42
|\| | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * | list view: issue, label, milestoneUnknwon2015-08-091-10/+10
| | |
| * | remove sync.Pool and support go1.2 againUnknwon2015-08-091-1/+2
| | |
| * | Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-091-1/+31
| |/
* | UI: create issue with title and contentUnknwon2015-08-091-13/+13
| |
* | WIP: create PR - choose branchUnknwon2015-08-088-107/+106
|/
* better fork permission checkUnknwon2015-08-081-0/+7
|