summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix escaping changed title in comments (#3530) (#3535)Lauris BH2018-02-182-15/+15
| | | | | * Fix escaping of wiki page titile Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Escape search query (Backport 1.3) (#3489)Jonas Franz2018-02-111-1/+1
| | | | | | | | | | | | * Escape search query Signed-off-by: Jonas Franz <info@jonasfranz.de> (cherry picked from commit 2970889) * Reordered imports Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Open external tracker in blank window, consistently with wiki (#3228)Sandro Santilli2017-12-191-1/+1
| | | Closes #3216
* Change SSL Mode from checkbox to string in admin page (#3211)Sandro Santilli2017-12-161-1/+1
| | | | | | Closes #3207 Use a string, not a checkbox because "require", "verify-full", "verify-ca" and "disable" values are supported ...
* Fix source download link when no code unit allowed (#3166) (#3169)Lunny Xiao2017-12-121-0/+4
|
* Fix repo links (#3093) (#3163)Lauris BH2017-12-121-1/+1
|
* Fix avatar URLs (#3069) (#3143)Ethan Koenig2017-12-114-5/+5
| | | | | * Fix avatar URLs * import order
* fix issue list branch link broken (#3061) (#3070)Lunny Xiao2017-12-031-1/+1
|
* Remove duplicate "Max Diff Lines" from config view (#3001)Duncan Ogilvie2017-11-281-2/+0
| | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Fix over-escaped characters (#2992)Ethan Koenig2017-11-274-13/+13
|
* Fix localization texts that contain semicolon (#2900)Lauris BH2017-11-131-1/+1
|
* Fix inconsistencies in user settings ui (#2901)Shaun2017-11-132-6/+6
|
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-134-7/+5
| | | | | | | | | | * Fix issue link rendering in commit messages * Update page.tmpl * No links for parens * remove comment
* Fix new branch creation to new url scheme (#2884)Lauris BH2017-11-101-1/+1
|
* fix click create pull request button 404 (#2859)Lunny Xiao2017-11-051-1/+1
|
* Link members and repositories count to each page on org home. (#2787)harry2017-11-041-1/+4
|
* Fix commits page url (#2823)Morlinest2017-11-021-1/+1
| | | | | | * Fix commits page url * Check all view types
* Use custom search for each filter type in dashboard (#2343)Morlinest2017-11-011-7/+22
| | | | | | | | | | * Do custom search for each filter in repo-search * Fix search url * Simplify code * Remove loader and reset counts when changing filter
* Fix dropdown menu position on explore repo (#2808)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-307-16/+16
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Fix copy in email templates (#2801)Arif2017-10-292-2/+2
|
* Add Safari pinned tab icon (#2799)Bastian Rinsche2017-10-281-0/+1
| | | | | Closes #2753 Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
* Code/repo search (#2582)Ethan Koenig2017-10-273-5/+70
| | | Indexed search of repository contents (for default branch only)
* Add wrapping to long diff lines (#2789)Lauris BH2017-10-271-1/+1
| | | | | | | | | | * Add wrapping to long diff lines to fix #1827 * Fix css class and make changes to source (less) files * Fix wrong space indentation * Fix indentation inconsistencies and remove very old WebKit workaround
* Show Sendmail settings on admin config page (#2782)Jonas Bröms2017-10-261-4/+13
| | | | | | * Show Sendmail settings on admin config page * Remove unecessary if statement
* Add checks for commits with missing author and time (#2771)Lauris BH2017-10-261-8/+10
| | | | | | * Add checks for commits with missing author and time * Fix validate commits with emails if it has no Author
* Add branch overiew page (#2108)Bwko2017-10-265-18/+109
| | | | | | | | * Add branch overiew page * fix changed method name on sub menu * remove unused code
* some fixesLunny Xiao2017-10-252-2/+3
|
* fix discord hook bug (#2778)Lunny Xiao2017-10-251-0/+2
|
* Fix activity css conflit with semantic ui (#2758)Lauris BH2017-10-211-2/+2
|
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-212-6/+8
| | | | | | | | | | | | * Move swagger interface under /api/v1 * Update swagger-ui * Add /api/swagger and prepare for multiple api version * Update test links * Fix footer link
* Fix tabs according to semantic-ui docs (#2733)Patrick G2017-10-181-11/+7
|
* Fix semantic-ui style conflict with v-cloak (#2722)Lauris BH2017-10-171-1/+1
|
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-2/+4
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fixing wrong translations on sorttype oldest/latest (#2720)Jonas Franz2017-10-161-2/+2
|
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-163-46/+81
| | | * merge password and 2fa page on user settings
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-161-5/+5
| | | | | | | | | | * Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user * Fix multi-actions in PR page * Change error message * Fix comment update and delete functionality in PR
* Fix plain readme didn't render correctly on repo home page (#2705)Lunny Xiao2017-10-161-2/+2
| | | | | | | | * fix plain readme didn't render correctly on repo home page * fix missing render * remove unused template variables
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-18/+39
| | | | | | | | | | * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition
* Fix so that user can still fork his own repository to owned organizations ↵Lauris BH2017-10-152-11/+11
| | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization
* Remove direct user adding to organization members (#2641)Lauris BH2017-10-153-33/+0
|
* Add Activity page to repository (#2674)Lauris BH2017-10-152-0/+190
| | | | | | | | | | | | | | * Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error
* 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
* hide navbar when only 1 sign-in method is available (#2648)Kazuki Sawada2017-10-041-6/+6
|
* Use Semantic UI's Search component for user and repo search (#2636)harry2017-10-034-8/+4
| | | | | | | | | | | | | | | | * Use search component on org invitation user input. * Search component for collaboration and members. * Search component for repo search. * minCharacters for search input * Display full_name for user search. * Fixed missing uid query parameter for repo search. * Removed unused comment.
* Link to gitea-specific Vagrant example (#2624)Sandro Santilli2017-09-301-9/+9
| | | .. rather than a gogs one
* Ctrl + Enter to submit forms (#2540)Jonas Franz2017-09-221-1/+1
| | | | | | | | | | | | | | | | | | | * Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Submit forms if Ctrl+Enter is pressed inside a textarea Signed-off-by: Jonas Franz <info@jonasfranz.software> * Adding separate class for Ctrl+Enter-Submit Checking if alt key is pressed too Signed-off-by: Jonas Franz <info@jonasfranz.software> * Changing .ctrlenter to .js-quick-submit Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-0/+6
| | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-2/+2
| | | | | | | | | | | | | | * add init support of orgmode document type on file view and readme * fix imports * fix imports and readmeExist * fix imports order * fix format * remove unnecessary convert
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-13/+16
| | | | | | | | | | | | | | | * Sync releases table with tags on push and for mirrors * Code style fixes * Fix api to return only releases * Optimize release creation and update Minimize posibility of race conditions * Fix release lower tag name updating * handle tag reference update by addionally comparing commit id