Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add search mode option to /api/repo/search (#2756) | Morlinest | 2017-10-27 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add repo type option to /api/repo/search * Add tests and fix result of collaborative filter in specific condition * Fix/optimize search & tests * Improve integration tests * Fix lint errors * Fix unit tests * Change and improve internal implementation of repo search * Use NonexistentID * Make search api more general * Change mirror and fork search behaviour * Fix tests & typo in comment | ||||
* | Change default sort order (#2647) | Kazuki Sawada | 2017-10-05 | 1 | -6/+1 |
| | | | | | | | | | | | | * sort repositories by `updated_unix` in Explore * Fix UI problem * Added missing sort order "newest" * Change default sort order * fmt | ||||
* | Use custom type and constants to hold order by options (#2572) | Morlinest | 2017-09-22 | 1 | -10/+10 |
| | |||||
* | fix duplicated feed (#2370) | Lunny Xiao | 2017-08-28 | 1 | -1/+0 |
| | |||||
* | Fix missing collabrative repos (#2367) | Lunny Xiao | 2017-08-24 | 1 | -7/+8 |
| | | | | | | | | * fix missing collabrative repos * fix bug of collabrative * fix SQL quotes | ||||
* | Add collaborative repositories to the dashboard (#2205) | Bwko | 2017-08-23 | 1 | -1/+6 |
| | | | | | | | | | | * Add collaborative repositories to the dashboard Remove some unused code from the Dashboard func * fix some bug and some refactor * fix tests | ||||
* | Make SHOW_USER_EMAIL also apply to profiles (#2258) | Michael Kuhn | 2017-08-17 | 1 | -0/+2 |
| | | | The e-mail address is currently only hidden from the explore page. | ||||
* | Fix "Dashboard shows deleted comments" (#1995) | Jonas Franz | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 1 | -1/+1 |
| | | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections | ||||
* | Show user OpenID URIs in their profile (#1314) | Sandro Santilli | 2017-03-20 | 1 | -0/+8 |
| | |||||
* | fix: 500 error on /explore/repos page. (#946) | Bo-Yi Wu | 2017-02-15 | 1 | -6/+7 |
| | |||||
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -55/+66 |
| | | | | | | | | | | | | | | * feat: support search bar on star tab of user profile. * fix: update testing. * fix: Using loadAttributes * fix: remove empty line. * remove LOWER Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | fix: Admin can also search private user repository. (#869) | Bo-Yi Wu | 2017-02-08 | 1 | -10/+10 |
| | |||||
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 1 | -2/+17 |
| | |||||
* | fix: wrong pages number which includes private repository count. (#844) | Bo-Yi Wu | 2017-02-06 | 1 | -2/+15 |
| | |||||
* | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 1 | -5/+59 |
| | |||||
* | fix: User can see the private activity on public activity history. (#818) | Bo-Yi Wu | 2017-02-02 | 1 | -5/+5 |
| | |||||
* | Tab on user profile to show starred repos (#519) | Andrey Nering | 2016-12-29 | 1 | -5/+8 |
| | | | | | | | | | | | | | | * Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint | ||||
* | golint fixed for parts of routers root, dev, user and org dirs (#167) | Lunny Xiao | 2016-11-18 | 1 | -5/+11 |
| | | | | | | | | * golint fixed for parts of routers root, dev and org dirs * add user/auth.go golint fixed * rename unnecessary exported to unexported and user dir golint fixed | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -9/+16 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -6/+6 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -8/+8 |
| | |||||
* | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 1 | -1/+1 |
| | | | | Also fix that no matter who, still able to see organizations with private membership. | ||||
* | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 | 1 | -2/+3 |
|\ | | | | | Admins and user itself sees private org relations on profile | ||||
| * | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | 1 | -2/+3 |
| | | |||||
* | | Minor fix for #2567 | Unknwon | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | 1 | -1/+1 |
|/ | |||||
* | fix #2529 | Unknwon | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 1 | -3/+3 |
| | |||||
* | Added organization display on profile | ExMex | 2016-01-12 | 1 | -0/+7 |
| | | | | Fixed "Follower" Icon too big | ||||
* | fix cannot show user public ssh keys | Unknwon | 2016-01-09 | 1 | -4/+8 |
| | |||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | 1 | -1/+2 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -0/+145 |
- User profile un/follow - List user's followers/following |