| Commit message (Expand) | Author | Age | Files | Lines |
* | Add QueryEscape to general funcmap (#17526) | zeripath | 2021-11-02 | 1 | -0/+1 |
* | fix email with + when active (#17518) | Lunny Xiao | 2021-11-02 | 1 | -0/+1 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -2/+3 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -6/+7 |
* | Switch migration icon to svg (#15954) | silverwind | 2021-09-18 | 1 | -3/+3 |
* | Add missing icon set for `ActionRenameRepo` (#16972) | a1012112796 | 2021-09-06 | 1 | -1/+1 |
* | Report the correct number of pushes on the feeds (#16811) | zeripath | 2021-08-25 | 1 | -0/+5 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -29/+0 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -5/+2 |
* | Make Mermaid.js limit configurable (#16519) | zeripath | 2021-07-24 | 1 | -0/+3 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -0/+3 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -6/+28 |
* | Fix incorrect asset URL (#15805) | silverwind | 2021-05-09 | 1 | -1/+1 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -1/+1 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -6/+23 |
* | Prevent incorrect HTML escaping in swagger.json (#14957) | zeripath | 2021-03-11 | 1 | -0/+6 |
* | Fix a couple of issues with a feeds (#14897) | zeripath | 2021-03-06 | 1 | -0/+4 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+5 |
* | stopwatch notif: check if timetracking is enabled (#14750) | Norwin | 2021-02-20 | 1 | -0/+3 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 1 | -0/+3 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+2 |
* | Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) | zeripath | 2021-02-10 | 1 | -0/+4 |
* | Improve label and text wrapping (#14113) | silverwind | 2020-12-29 | 1 | -1/+1 |
* | chore: use octicon-mirror for feeds display (#13928) | Gary Wang | 2020-12-10 | 1 | -1/+1 |
* | Fix avatar template error on repo collaborator page (#13924) | silverwind | 2020-12-10 | 1 | -4/+12 |
* | Fix action avatar loading (#13909) | silverwind | 2020-12-09 | 1 | -5/+12 |
* | Fix frontpage avatars (#13853) | silverwind | 2020-12-09 | 1 | -9/+11 |
* | Repo avatar fixes (#13891) | silverwind | 2020-12-07 | 1 | -13/+16 |
* | Direct avatar rendering (#13649) | silverwind | 2020-12-03 | 1 | -7/+60 |
* | Clickable links in pull request (and issue) titles (#13695) | Jimmy Praet | 2020-12-03 | 1 | -0/+11 |
* | Fix label styles affecting shabox (#13734) | silverwind | 2020-11-28 | 1 | -5/+4 |
* | Issue and Pulls lists rework (#13594) | silverwind | 2020-11-25 | 1 | -17/+13 |
* | Render diff stats server-side (#13579) | silverwind | 2020-11-15 | 1 | -0/+3 |
* | Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o... | zeripath | 2020-11-08 | 1 | -0/+21 |
* | Group Label Changed Comments in timeline (#13304) | Pedro Alves | 2020-10-25 | 1 | -0/+10 |
* | Use a simple format for the big number on ui (#12822) | 赵智超 | 2020-09-16 | 1 | -2/+3 |
* | Make SVG size argument optional (#12814) | silverwind | 2020-09-11 | 1 | -1/+4 |
* | Fix yet another bug with diff file names (#12771) | zeripath | 2020-09-09 | 1 | -1/+1 |
* | File header tweaks, add CSS helpers (#12635) | silverwind | 2020-09-08 | 1 | -2/+12 |
* | Fix emoji replacements, make emoji images consistent (#12567) | silverwind | 2020-08-23 | 1 | -1/+1 |
* | Render the git graph on the server (#12333) | zeripath | 2020-08-06 | 1 | -2/+27 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 1 | -0/+2 |
* | Update Octicons to v10 (#12240) | silverwind | 2020-07-17 | 1 | -1/+1 |
* | Direct SVG rendering (#12157) | silverwind | 2020-07-12 | 1 | -1/+12 |
* | Move EventSource to SharedWorker (#12095) | zeripath | 2020-07-03 | 1 | -2/+2 |
* | Fix ui bug in wiki commit page (#12089) | 赵智超 | 2020-07-02 | 1 | -2/+9 |
* | [UI] Sortable Tables Header By Click (#7980) | 6543 | 2020-06-24 | 1 | -2/+29 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 1 | -3/+4 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -0/+27 |