summaryrefslogtreecommitdiffstats
path: root/templates/explore/search.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-231-1/+1
| | | | | | | | | | | 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.
* 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
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-6/+7
| | | | | | | | | | | | | | * 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>
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-1/+18
|
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* #13 finish user and repository searchUnknwon2016-03-111-0/+7
Both are possible on explore and admin panel