| Commit message (Expand) | Author | Age | Files | Lines |
* | In authorized_keys use double-quote for windows compatibility (#10841) | zeripath | 2020-03-27 | 1 | -1/+2 |
* | Fix branch api canPush and canMerge (#10776) | Lunny Xiao | 2020-03-20 | 1 | -0/+2 |
* | Add restricted user filter to LDAP authentication (#10600) | Lauris BH | 2020-03-05 | 1 | -11/+19 |
* | Logout POST action (#10582) | John Olheiser | 2020-03-02 | 1 | -1/+1 |
* | adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) | Gustavo Marin | 2020-02-29 | 1 | -0/+96 |
* | Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) | guillep2k | 2020-02-27 | 1 | -1/+1 |
* | Code Refactor of IssueWatch related things (#10401) | 6543 | 2020-02-26 | 1 | -5/+8 |
* | Change action GETs to POST (#10462) | John Olheiser | 2020-02-25 | 1 | -1/+1 |
* | Use local timezone to compare (#10446) | 6543 | 2020-02-25 | 1 | -2/+3 |
* | update integration README (#10400) | 6543 | 2020-02-23 | 1 | -5/+6 |
* | Render READMEs in docs/ .gitea or .github from root (#10361) | zeripath | 2020-02-21 | 1 | -1/+0 |
* | Prevent panic on merge to PR (#10403) | zeripath | 2020-02-21 | 1 | -0/+11 |
* | Fix wrong num closed issues on repository when close issue via commit (#10364) | Lunny Xiao | 2020-02-20 | 1 | -7/+15 |
* | Fix "access" fixtures and tests (#10247) | guillep2k | 2020-02-15 | 1 | -1/+1 |
* | Issue search support elasticsearch (#9428) | Lunny Xiao | 2020-02-13 | 1 | -0/+2 |
* | Add API branch protection endpoint (#9311) | David Svantesson | 2020-02-12 | 1 | -0/+68 |
* | Add Octicon SVG spritemap (#10107) | John Olheiser | 2020-02-11 | 1 | -6/+6 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -2/+1 |
* | Only check for conflicts/merging if the PR has not been merged in the interim... | zeripath | 2020-02-10 | 1 | -9/+1 |
* | [API] Fix inconsistent label color format (#10129) | 6543 | 2020-02-09 | 1 | -0/+71 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -0/+16 |
* | Cache last commit to accelerate the repository directory page visit (#10069) | Lunny Xiao | 2020-02-01 | 1 | -2/+63 |
* | API endpoint for repo transfer (#9947) | 6543 | 2020-01-31 | 1 | -0/+51 |
* | Remove migration support from versions earlier than 1.6.0 (#10026) | guillep2k | 2020-01-31 | 5 | -0/+0 |
* | Fix milestone API state parameter unhandled (#10049) | Lunny Xiao | 2020-01-29 | 1 | -0/+47 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 1 | -0/+6 |
* | Fix wiki raw view on sub path (#10002) | Lunny Xiao | 2020-01-28 | 4 | -1/+1 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -0/+54 |
* | Fix activity count in TestRepoActivity (#9959) | guillep2k | 2020-01-24 | 1 | -2/+2 |
* | Remove statements not supported by SQLExpress from migration te… (#9929) | guillep2k | 2020-01-22 | 3 | -0/+0 |
* | Fix wrong hint when status checking is running on pull request view (#9886) | Lunny Xiao | 2020-01-22 | 1 | -13/+12 |
* | Fix missing defer prepareTestEnv(t)() on some tests (#9906) | guillep2k | 2020-01-21 | 1 | -3/+3 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 6 | -5/+67 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 17 | -5/+147 |
* | [API] add endpoint to check notifications [Extend #9488] (#9595) | 6543 | 2020-01-14 | 1 | -0/+8 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 2 | -7/+16 |
* | [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685) | 6543 | 2020-01-13 | 1 | -2/+25 |
* | [API] add GET /orgs endpoint (#9560) | 6543 | 2020-01-12 | 1 | -0/+14 |
* | [BugFix] [API] /repos/issues/search (#9698) | 6543 | 2020-01-12 | 1 | -0/+45 |
* | [API] orgEditTeam make Fields optional (#9556) | 6543 | 2020-01-09 | 1 | -5/+19 |
* | [API] Add notification endpoint (#9488) | 6543 | 2020-01-09 | 1 | -0/+106 |
* | times Add filters (#9373) | 6543 | 2020-01-08 | 1 | -0/+12 |
* | [API] add comments endpoint for single comment (#9494) | 6543 | 2020-01-08 | 1 | -0/+27 |
* | Branches not at ref commit ID should not be listed as Merged (#9614) | zeripath | 2020-01-07 | 4 | -0/+1 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 1 | -1/+8 |
* | Add a /user/login landing page option (#9622) | Timon Engelke | 2020-01-06 | 1 | -0/+5 |
* | Only serve attachments when linked to issue/release and if accessible by user... | Antoine GIRARD | 2020-01-05 | 2 | -88/+137 |
* | Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539) | 6543 | 2020-01-01 | 1 | -0/+58 |
* | [API] Fix 9544 | return 200 when reaction already exist (#9550) | 6543 | 2019-12-31 | 1 | -9/+9 |
* | [BugFix] use default avatar for ghost user (fix 500 error) (#9536) | 6543 | 2019-12-29 | 1 | -0/+1 |