summaryrefslogtreecommitdiffstats
path: root/routers/user/profile.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-329/+0
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+4
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+10
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+21
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-2/+3
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-041-3/+1
* Heatmap days clickable (#13935)gordon--2021-02-201-0/+1
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-1/+5
* rework heatmap permissions (#14080)Norwin2020-12-221-1/+1
* Remove fetch request from heatmap (#13623)silverwind2020-11-181-2/+10
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+10
* UserProfile Page: Render Description (#12415)65432020-08-051-0/+5
* Add hide activity option (#11353)l-jonas2020-06-051-1/+3
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-1/+0
* Fix followers and following tabs in profile (#10202)Lauris BH2020-02-091-32/+24
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+8
* Restricted users (#6274)Manush Dodunekov2020-01-131-4/+3
* site admin could view org's members (#9346)Lunny Xiao2019-12-141-1/+2
* Include description in repository search. (#7942)David Svantesson2019-08-251-25/+27
* Add golangci (#6418)kolaente2019-06-121-1/+0
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-63/+33
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-13/+9
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-1/+14
* Show email if the authenticated user owns the profile page being requested fo...Lanre Adelowo2019-02-191-1/+1
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+2
* User action heatmap (#5131)kolaente2018-10-231-0/+2
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+4
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-241-0/+8
* remove collaborative repositories from search on user profiles (#3996)David Schneiderbauer2018-05-211-7/+8
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-151-5/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-11/+11
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-15/+16
* Change default sort order (#2647)Kazuki Sawada2017-10-051-6/+1
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-221-10/+10
* fix duplicated feed (#2370)Lunny Xiao2017-08-281-1/+0
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-7/+8
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-1/+6
* Make SHOW_USER_EMAIL also apply to profiles (#2258)Michael Kuhn2017-08-171-0/+2
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-1/+1
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-1/+1
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+8
* fix: 500 error on /explore/repos page. (#946)Bo-Yi Wu2017-02-151-6/+7
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-55/+66
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+1
* fix: Admin can also search private user repository. (#869)Bo-Yi Wu2017-02-081-10/+10
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-2/+17
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-061-2/+15
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-5/+59
* fix: User can see the private activity on public activity history. (#818)Bo-Yi Wu2017-02-021-5/+5
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-291-5/+8