summaryrefslogtreecommitdiffstats
path: root/templates/explore
Commit message (Collapse)AuthorAgeFilesLines
* Update UI for topics labels on projects (#6639)하윤2019-04-151-2/+2
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-182-2/+10
|
* Feature - #3031 - search for org repos (#5986)Richard Mahn2019-02-081-0/+1
|
* Feature: Archive repos (#5009)kolaente2019-01-231-1/+4
|
* Fix missing AppSubUrl in some templates (#5020)SagePtr2018-10-051-1/+1
|
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-1/+1
| | | | * feat(repo): support search repository by topic name
* Added repository search ordered by stars or forks. Forks column in admin ↵Alexey Terentyev2018-05-242-1/+30
| | | | | | | | | | | | | repo list. (#3969) * Added repository search order by stars or forks. Added Forks column to admin repository list. Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed search repo template Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fix blank topic on explore repo list (#3956)techknowlogick2018-05-131-3/+7
|
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * add topic models and unit tests * fix comments * fix comment * add the UI to show or add topics for a repo * show topics on repositories list * fix test * don't show manage topics link when no permission * use green basic as topic label * fix topic label color * remove trace content * remove debug function
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-232-2/+2
| | | | | | | | | | | The choice regarding which forms should or should not trigger a warning is subjective. I tried to be consistent and not warn about forms that: - run an action, rather than edit data: search, send an email. - delete data: a warning about losing data would be confusing Note that forms on sign-in pages were already ignored (using a selector, rather than an explicit class on the form element). Fixes #3698.
* Global code search support (#3664)Lunny Xiao2018-03-162-0/+60
| | | | | | | | | | | | * add global code search on explore * fix bug when no anyone public repos * change the icon * fix typo and add UnitTypeCode check for login non-admin user * fix ui description when no match
* Responsive view (#2750)Morgan Bazalgette2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* Fix repo links on user profile (#3197)Ethan Koenig2017-12-151-1/+1
|
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-113-3/+3
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Fix repo links (#3093)Ethan Koenig2017-12-051-1/+1
|
* Fix dropdown menu position on explore repo (#2808)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Change default sort order (#2647)Kazuki Sawada2017-10-051-1/+1
| | | | | | | | | | | | * sort repositories by `updated_unix` in Explore * Fix UI problem * Added missing sort order "newest" * Change default sort order * fmt
* fix template error on explore repos (#2319)Lunny Xiao2017-08-171-1/+1
|
* Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-154-77/+62
| | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-142-7/+8
| | | | | | | | | | | | | | * 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>
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE. - Add the new option to the install and admin/config pages. - Add the new option to app.ini in the service section. - Add the new option to the settings struct. - Add English text strings to i18n. - Add field KeepEmailPrivate to user struct. - Add field KeepEmailPrivate to user form. - Add option to UI. - Add using noreply email address if user has "Keep Email Private". An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit messages (and hopefully all other git log relevant places). The change relies on the fact that git commands should use user.NetGitSig(). - Add hiding of email address in UI, if user has set "Keep Email Private". - Add condition to show email address only on explore/users and user pages, if user has not set "Keep Email Private". - Add noreply email in API if set "Keep Email Private". - Add a new service setting NO_REPLY_ADDRESS. The value of this setting is used as the domain part for the user's email address in git log, iff he decides to keep his email address private. If the user decides to keep his email address private and this option is not set 'noreply.example.org' is used, which no MTA should send email to. Add NO_REPLY_ADDRESS to conf/app.ini.
* UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-1/+1
| | | | | | | | | | | | | | | | | | * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#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)
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-1/+18
|
* Resolved #296 (#324)Lunny Xiao2016-12-013-0/+8
| | | | | | * resolved #296 * Indentation fixed
* bug fixed caused by #295 (#299)Lunny Xiao2016-11-291-1/+1
|
* Merge all pagination-templates into 'base/paginate'Kim "BKC" Carlbäcker2016-11-074-24/+3
| | | | to reduce code-duplicity
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-012-0/+38
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-242-2/+2
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-3/+3
|
* #13 finish user and repository searchUnknwon2016-03-115-25/+71
| | | | Both are possible on explore and admin panel
* Using HTML Description of repositories in the 'Explore' view. Fixes #2800Jan Christophersen2016-03-101-1/+1
|
* Render emojis in more places.Andrey Nering2016-03-021-1/+1
|
* #2287 Truncate repository name if too longUnknwon2016-01-111-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-083-42/+42
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix #650Unknwon2015-11-222-16/+24
|
* fix #1960Unknwon2015-11-161-1/+1
|
* minor fixes on #1551Unknwon2015-09-012-20/+35
|
* use localization stringMichael Peppler2015-08-311-1/+1
|
* new explore UIMichael Peppler2015-08-312-33/+40
|
* Fix HTML indentationDhuan2015-04-181-17/+17
|
* Display author's name on explore pageDhuan2015-04-181-2/+4
|
* Add suburl supportUnknwon2014-09-192-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-182-2/+2
| | | | | | | | | | | | | | 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
* Fix #348Unknwon2014-09-052-0/+33