Lunny Xiao
48312b2c58
fix duplicated feed ( #2370 )
8 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
8 years ago
Morlinest
544b7491cd
Fix variable name typo ( #2327 )
8 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
8 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 )
9 years ago
Ethan Koenig
0c449a3c32
Cache ctx.User in retrieveFeeds ( #1902 )
9 years ago
Ethan Koenig
57c91032f3
Fix user profile activity feed ( #1848 )
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
9 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
9 years ago
silverwind
a1a5b1ac62
Orgs: fix org page title when full name is not defined ( #1495 )
9 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
9 years ago
Lunny Xiao
60e378e505
bug fixed on issues and pulls
9 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
9 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
9 years ago
Bo-Yi Wu
23df659f10
feat: Add search bar on user profile page. ( #787 )
9 years ago
Ethan Koenig
0ce215bdb5
Cache ctxUser in retrieveFeeds(..) ( #826 )
9 years ago
Ethan Koenig
6c8f6ede64
Fix FIXME and remove superfluous queries in models/org ( #749 )
9 years ago
Ethan Koenig
061fa12949
Search bar for issues/pulls ( #530 )
9 years ago
Ethan Koenig
2e563ee9f0
Bug fixes for Issues filters ( #413 )
Correctly handle simultaneous assignee/poster filters, and conflicting assignee filters
9 years ago
Lunny Xiao
b9a66336a1
resolved #394 ( #396 )
9 years ago
Bwko
fcde7de425
Fixes typos
9 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
9 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
9 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
9 years ago
Sandro Santilli
f2c96b8f93
More MixedCase consts
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 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
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago
Alec S
f1f1580f7b
readd 'dashboard' to title
10 years ago
Alec S
e0eb54efa7
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Alec S
bdfc6fda87
fix indentation
10 years ago
Alec S
93bdc4ad19
Remove dashboard keyword from title
10 years ago
Alec S
103e8008cf
change page titles for user and org dashes
10 years ago
Jan Christophersen
f87ae17a17
Allowing site admins to view private repositories in org/home
10 years ago
Unknwon
184d76a5d4
Minor fix for #2567
10 years ago
Florian Kaiser
1f7e7b39f2
Only show activities for repositories on dashboard, that the user has access to
10 years ago
Florian Kaiser
67b5856061
Only show repositories on organization dashboard, that the user has access to
10 years ago
Florian Kaiser
d960a61127
Remove unnecessary else-block
10 years ago
Florian Kaiser
923824eea4
Evaulate org/team permissions when using the issue/PR view
10 years ago
Florian Kaiser
a850bdd9e7
Remove unnecessary comments
10 years ago
Florian Kaiser
129747beec
Everyone can see public repos
10 years ago
Florian Kaiser
88ae14a8a6
Only show teams the user has access to
10 years ago