Commit Graph

34 Commits (cb362513f027ca8e2c53204f5f2ea447ad06bf05)

Author SHA1 Message Date
Bo-Yi Wu 95574a3640 fix: Admin can see all private repositories on Explore page. ()
* fix: Admin can see all private repositories on Explore page.

* refactor: fix session
Bo-Yi Wu 9d2b830275 refactor: small optimize for sql query ()
* refactor: small optimize for sql query

* fix: get owner name if Searcher is not nil or user star page.
Bo-Yi Wu 3576e1ee73 fix: trim the whitespaces for the search keyword ()
Thiago Avelino 787fda53ef UI config to toggle whether user email shows up in Explore Users ()
* UI config to toggle whether user email shows up in Explore Users

* Recommendation made by @tboerger
66a1c59fe7 (r94122732)

* fixed typo, rename ShowUserEmailInExplore to ShowUserEmail

* Fixed typo merged conflict

* Hide email in the user profile page

if you are active ShowUserEmail
ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725

* Please replace MustBool() with MustBool(true)
Bwko fa3abc22c0 Added sorting to organizations, repos & users page ()
Lunny Xiao 590a79ff8a Resolved ()
* resolved 

* Indentation fixed
Lunny Xiao 94da472717 Golint fixed for modules/setting ()
* golint fixed for modules/setting

* typo fixed and renamed UNIXSOCKET to UnixSocket
Lunny Xiao cf045b029c golint fixed for parts of routers root, dev, user and org dirs ()
* 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
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- 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
Thibault Meyer 3a10a0c1ca
Ordering organizations and users by name
Sandro Santilli aadd7dcdc3 And others
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Daniel Oaks b3d9ca4ccd Add the ability to explore organizations ()
* Add ability to explore organizations

* Use right icon for org explore links
Unknwon e74630ae3b add pagination for repositories
Unknwon 46e96c008c Use struct for UI settings
Unknwon 149d62a648 fix admin can't search private repos
- update glide info
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 3fb1b6a608 drop oauth2 feature support
Unknwon ed5a61153f fix
Unknwon d023e81a8f explore paginator problem
Unknwon 7714e792a4 minor fixes on
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 216683004e code fix for , and work for
Raphael Randschau 3c65265871 Hide the registration button depending on the setting
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
Unknwon ab7206d6b7 Fix
Unknwon 7af7584d25 Finish new reset password, etc.
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon 8dd07c0ddd New UI merge in progress
Unknown b1c5adc2f2 Setup templates structure
Unknown 96b317d3ff Init commit
Unknown 4836fea876 Init commit