| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing stylesheets on installation page (#13736) | Simon | 2020-11-28 | 1 | -0/+6 |
* | HTTP cache rework and enable caching for storage assets (#13569) | silverwind | 2020-11-17 | 2 | -11/+20 |
* | Move metrics from macaron to chi (#13601) | Lunny Xiao | 2020-11-17 | 2 | -15/+15 |
* | Use mount but not register for chi routes (#13555) | Lunny Xiao | 2020-11-16 | 1 | -6/+15 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 2 | -182/+265 |
* | [RFC] Make archival asynchronous (#11296) | Kyle Evans | 2020-11-07 | 1 | -1/+4 |
* | Add the tag list page to the release page (#12096) | a1012112796 | 2020-11-02 | 1 | -1/+5 |
* | Store task errors following migrations and display them (#13246) | zeripath | 2020-10-23 | 1 | -2/+1 |
* | Move install pages out of main macaron routes (#13195) | zeripath | 2020-10-19 | 1 | -0/+9 |
* | When handling errors in storageHandler check underlying error (#13178) | zeripath | 2020-10-17 | 1 | -2/+3 |
* | Prevent panics with missing storage (#13164) | zeripath | 2020-10-15 | 1 | -4/+20 |
* | Avatars and Repo avatars support storing in minio (#12516) | Lunny Xiao | 2020-10-14 | 1 | -16/+61 |
* | Attachments: Add extension support, allow all types for releases (#12465) | silverwind | 2020-10-05 | 1 | -7/+12 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 1 | -0/+2 |
* | Support slashes in release tags (#12864) | zeripath | 2020-09-17 | 1 | -2/+2 |
* | Issue templates directory (#11450) | John Olheiser | 2020-09-11 | 1 | -2/+5 |
* | Change/remove a branch of an open issue (#9080) | Vedran | 2020-09-08 | 1 | -0/+1 |
* | Hide 'New Project board' button for users that are not signed in (#12547) | wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf | 2020-08-22 | 1 | -17/+20 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 1 | -1/+26 |
* | Fix ignored login on compare (#12476) | Lunny Xiao | 2020-08-12 | 1 | -1/+1 |
* | Move serviceworker to workbox and fix SSE interference (#11538) | silverwind | 2020-05-21 | 1 | -4/+0 |
* | Support view individual commit for wiki pages (#11415) | mrsdizzie | 2020-05-16 | 1 | -1/+5 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 1 | -0/+3 |
* | Allow unauthenticated users to compare (#11240) | Kyle Evans | 2020-05-04 | 1 | -3/+3 |
* | repo: milestone: make /milestone/:id endpoint accessible (#11264) | Kyle Evans | 2020-05-03 | 1 | -3/+8 |
* | Add single release page and latest redirect (#11102) | John Olheiser | 2020-04-18 | 1 | -1/+3 |
* | Add a way to mark Conversation (code comment) resolved (#11037) | 赵智超 | 2020-04-18 | 1 | -0/+1 |
* | [suggest] change merge strategy: do not check write access if user in merge... | j.yao.SUSE | 2020-04-08 | 1 | -2/+1 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 1 | -0/+1 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 1 | -0/+8 |
* | Add Matrix webhook (#10831) | S7evinK | 2020-03-28 | 1 | -0/+6 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 1 | -0/+2 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 1 | -6/+6 |
* | Logout POST action (#10582) | John Olheiser | 2020-03-02 | 1 | -1/+1 |
* | Admin page for managing user e-mail activation (#10557) | guillep2k | 2020-03-02 | 1 | -0/+5 |
* | Fix admin notices (#10480) | John Olheiser | 2020-02-26 | 1 | -1/+1 |
* | Change admin dashboard to POST (#10465) | John Olheiser | 2020-02-25 | 1 | -0/+1 |
* | Change action GETs to POST (#10462) | John Olheiser | 2020-02-25 | 1 | -6/+6 |
* | Prevent Firefox from using apple-touch-icon (#10402) | silverwind | 2020-02-23 | 1 | -0/+4 |
* | Add feishu webhook support (#10229) | Lunny Xiao | 2020-02-12 | 1 | -0/+6 |
* | Fix followers and following tabs in profile (#10202) | Lauris BH | 2020-02-09 | 1 | -6/+1 |
* | Movde dependents on macaron from modules/setting (#10050) | Lunny Xiao | 2020-01-29 | 1 | -3/+19 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 1 | -0/+1 |
* | Fix wrong permissions check when issues/prs shared operations (#9885) | Lunny Xiao | 2020-01-20 | 1 | -7/+1 |
* | Add setting to set default and global disabled repository units. (#8788) | David Svantesson | 2020-01-17 | 1 | -0/+5 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -0/+1 |
* | Fix missing msteam webhook on organization (#9781) | Lunny Xiao | 2020-01-15 | 1 | -1/+3 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 1 | -2/+10 |
* | Only serve attachments when linked to issue/release and if accessible by user... | Antoine GIRARD | 2020-01-05 | 1 | -29/+1 |
* | remove since it is there for 3years (#9538) | 6543 | 2019-12-29 | 1 | -18/+0 |