Bo-Yi Wu
b491d2e450
refactor: reduce sql query in retrieveFeeds ( #3547 )
7 years ago
Morgan Bazalgette
8c916631f0
Handle refactor ( #3339 )
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
7 years ago
Antoine GIRARD
d248be2068
Remove useless fmt.Errorf("%v", err) ( #3337 )
7 years ago
Ethan Koenig
93c99f76e2
Fix bugs in issue dashboard stats ( #3073 )
7 years ago
Ethan Koenig
cdcf0a7f8e
Remove unnecessary function call ( #3109 )
7 years ago
Ethan Koenig
87eaef2859
Sort repos in issues dashboard sidebar ( #3072 )
* Sort repos in issues dashboard sidebar
* Sort repos by name
7 years ago
Lunny Xiao
48312b2c58
fix duplicated feed ( #2370 )
7 years ago
Bwko
b26bcf9b11
Add collaborative repositories to the dashboard ( #2205 )
* Add collaborative repositories to the dashboard
Remove some unused code from the Dashboard func
* fix some bug and some refactor
* fix tests
7 years ago
Morlinest
544b7491cd
Fix variable name typo ( #2327 )
7 years ago
Morlinest
0e6f1cbe92
Fix and improve dashboard repo UI ( #2285 )
* Fix and improve dashboard repo UI
* Change order of scripts loading
* Remove "mirror" tab
* Remove single tab panel for "org user"
* Add localization strings
* Create vue component and change event for search
* Add "mirrors" filter
7 years ago
Ethan Koenig
1a50678894
Fix counts on issues dashboard ( #2215 )
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 years ago
Jonas Franz
4ae5b416b7
Fix "Dashboard shows deleted comments" ( #1995 )
8 years ago
Ethan Koenig
cd5e857ec5
Fix 500 in public activity page ( #1901 )
8 years ago
Ethan Koenig
0c449a3c32
Cache ctx.User in retrieveFeeds ( #1902 )
8 years ago
Ethan Koenig
57c91032f3
Fix user profile activity feed ( #1848 )
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
8 years ago
Ethan Koenig
66ee05fd53
Fix activity feed ( #1779 )
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
8 years ago
silverwind
a1a5b1ac62
Orgs: fix org page title when full name is not defined ( #1495 )
8 years ago
Lunny Xiao
49bec3eb86
Fix all the bugs in issues and pulls on dashboard ( #943 )
* fix all the bugs in issues and pulls on dashboard
* small fix and refactor
* add method getRepoIDs for IssueList
8 years ago
Lunny Xiao
60e378e505
bug fixed on issues and pulls
8 years ago
Lunny Xiao
0e3c632388
Fix assigned issues dashboard ( #920 )
* Fix assigned/created issues in dashboard. (#3560 )
* Fix assigned/created issues in dashboard.
* Use GetUserIssueStats for getting all Dashboard stats.
* Use gofmt to format the file properly.
* Replace &Issue{} with new(Issue).
* Check if user has access to given repository.
* Remove unnecessary filtering of issues.
* Return 404 error if invalid repository is given.
* Use correct number of issues in paginater.
* fix issues on dashboard
8 years ago
Lunny Xiao
9effd446fd
Add units concept for modulable functions of a repository ( #742 )
* Add units concept for modulable functions of a repository
* remove unused comment codes & fix lints and tests
* remove unused comment codes
* use struct config instead of map
* fix lint
* rm wrong files
* fix tests
8 years ago
Bo-Yi Wu
23df659f10
feat: Add search bar on user profile page. ( #787 )
8 years ago
Ethan Koenig
0ce215bdb5
Cache ctxUser in retrieveFeeds(..) ( #826 )
8 years ago
Ethan Koenig
6c8f6ede64
Fix FIXME and remove superfluous queries in models/org ( #749 )
8 years ago
Ethan Koenig
061fa12949
Search bar for issues/pulls ( #530 )
8 years ago
Ethan Koenig
2e563ee9f0
Bug fixes for Issues filters ( #413 )
Correctly handle simultaneous assignee/poster filters, and conflicting assignee filters
8 years ago
Lunny Xiao
b9a66336a1
resolved #394 ( #396 )
8 years ago
Bwko
fcde7de425
Fixes typos
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Lunny Xiao
cb56320d28
golint fixed for parts of routers root, dev, user and org dirs ( #167 )
* 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
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- 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
8 years ago
Sandro Santilli
f2c96b8f93
More MixedCase consts
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
lstahlman
bc5b42b53a
Fix for #3410 overall issues for organisations is limited to num_repos from the user ( #3412 )
9 years ago
Unknwon
8217099a3d
Ignore repository with issue disabled or use external tracker in dashboard issues
9 years ago
Unknwon
ad3b586d6e
#3348 always use relative avatar link in the template
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
9835377f9c
Use struct for UI settings
9 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
9 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Alec S
f1f1580f7b
readd 'dashboard' to title
9 years ago
Alec S
e0eb54efa7
Merge branch 'develop' of github.com:gogits/gogs into develop
9 years ago
Alec S
bdfc6fda87
fix indentation
9 years ago
Alec S
93bdc4ad19
Remove dashboard keyword from title
9 years ago
Alec S
103e8008cf
change page titles for user and org dashes
9 years ago
Jan Christophersen
f87ae17a17
Allowing site admins to view private repositories in org/home
9 years ago
Unknwon
184d76a5d4
Minor fix for #2567
9 years ago
Florian Kaiser
1f7e7b39f2
Only show activities for repositories on dashboard, that the user has access to
9 years ago