summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-143-3/+25
| | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-0/+5
|
* Implement basic Open Graph support. (#901)Andrew2017-02-111-0/+24
|
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-111-8/+10
| | | | | | * bug fixed for deleted label in issue comment * fix indent
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-0/+10
| | | | | | * add delete branch track on pull request comments * don't change vendor
* feat: fill in ssh key title automatically. (#863)Bo-Yi Wu2017-02-091-2/+2
|
* Allow rendering alerts in dashboard (#856)Sandro Santilli2017-02-081-0/+1
| | | NOTE: useful when logging in via OpenID and connecting to user
* show tags on dashboard issues (#860)Lunny Xiao2017-02-071-0/+4
|
* social_register_hepler_msg -> social_register_helper_msg (#855)Sandro Santilli2017-02-071-1/+1
| | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-072-4/+5
|
* Fixes #794 by moving emoji tag to the correct span (#848)Stephen Brown2017-02-061-2/+2
| | | Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk>
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-0/+1
| | | and updating the vendor directory
* track issue title changes (#841)Lunny Xiao2017-02-051-0/+10
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+1
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-042-21/+41
| | | | | | | | | | | | | | | | * 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
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-0/+1
|
* Track assignee for issue (#808)Lunny Xiao2017-02-031-0/+13
| | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-1/+10
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-1/+10
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-302-4/+8
|
* Small UI fixesAndrey Nering2017-01-281-2/+4
|
* Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-281-4/+8
|
* Add ability to fork your own repos (#761)Bwko2017-01-261-1/+1
|
* Fix to reflect selected branch for fork (#762)Bwko2017-01-261-1/+1
| | | | PullRequestCtx.HeadInfo did not contain the current selected branch causing issue #304
* refactor: move js to bottom and move css to top. (#689)Bo-Yi Wu2017-01-252-38/+48
|
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-253-22/+36
|
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-1/+1
|
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-221-1/+1
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* Fix: Pagenation on dashboard->issues does not work well (#698)Kazuki Sawada2017-01-191-3/+3
|
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-182-70/+75
| | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
* Two factor authentication support (#630)Andrew2017-01-165-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for 2FA support Signed-off-by: Andrew <write@imaginarycode.com> * Add vendored files * Add missing depends * A few clean ups * Added improvements, proper encryption * Better encryption key * Simplify "key" generation * Make 2FA enrollment page more robust * Fix typo * Rename twofa/2FA to TwoFactor * UNIQUE INDEX -> UNIQUE
* Attach to release (#673)Philip Couling2017-01-153-1/+14
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-122-23/+55
| | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
* docs: update translation on homepage for zh-tw (#634)Bo-Yi Wu2017-01-111-0/+37
|
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-085-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-052-0/+82
|\ | | | | Notifications - Step 2
| * Add pagination for notificationsAndrey Nering2017-01-031-2/+4
| |
| * Showing index in front of issue titleAndrey Nering2017-01-021-1/+1
| |
| * Notifications - Step 2Andrey Nering2016-12-302-0/+80
| |
* | Fix unified diff view styling (#585)Manuel Kuhlmann2017-01-051-1/+1
| | | | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* | Fix diff split view coloring (#553) (#584)Manuel Kuhlmann2017-01-051-3/+6
| | | | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* | fix config session missing data row & resolved #517 (#549)Lunny Xiao2017-01-021-1/+1
| |
* | UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | resolved #517: fix admin ui data row missingLunny Xiao2016-12-311-5/+5
| |
* | Restrict creating organisations by user (#193)Schwobaland2016-12-312-0/+8
|/ | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-292-10/+19
| | | | | | | | | | | | | | * Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint
* commithgraph / timeline (#428)Kjell Kvinge2016-12-293-2/+65
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Implementation of Folder JumpingSl@ny2016-12-281-2/+15
|
* Replace Gogs with Gitea (#520)Bwko2016-12-281-1/+1
|
* Added Dutch translations to the landingpageBwko2016-12-261-0/+37
|