Chris Woodward
5332052019
Fixed missing end tag for organization link ( #3229 )
7 years ago
Jesstern Rays
1123313240
Use correct camel casing for JavaScript ( #3224 )
...
JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript )
7 years ago
Sandro Santilli
7e59587173
Open external tracker in blank window, consistently with wiki ( #3227 )
...
Closes #3216
7 years ago
Sandro Santilli
eb2b4df0ed
Change SSL Mode from checkbox to string in admin page ( #3208 )
...
Closes #3207
Use a string, not a checkbox because "require", "verify-full",
"verify-ca" and "disable" values are supported ...
7 years ago
Ethan Koenig
bde0409433
Fix repo links on user profile ( #3197 )
7 years ago
silverwind
1687aa59e6
Improve suppressed diff boxes ( #3193 )
7 years ago
Ethan Koenig
0b77dbc11c
Fix new pull request link ( #3133 )
...
* Fix new pull request link
* Only show button for branches
7 years ago
Lunny Xiao
e3f88719ab
fix source download link when no code unit allowed ( #3166 )
7 years ago
haytona
f27a6461e3
Enable emoji for wiki view ( #3158 )
...
Enable emoji for wiki page content. It is enabled in the edit preview so the view should match.
Signed-off-by: Hamish Carpenter <hamish@hamishcarpenter.com>
7 years ago
Lunny Xiao
3b525d5696
fix gpg tmpl ( #3153 )
7 years ago
harry
03ec35ed79
Mention completion for issue editor. ( #3136 )
...
* new issue mention
* Mention completion on new issue and view issue page.
* Code format.
* Require tribute in pull request page.
7 years ago
Lunny Xiao
f2e20c81b6
Refactor struct's time to remove unnecessary memory usage ( #3142 )
...
* 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
7 years ago
Sasha Varlamov
7ec6cddd27
Add 'mark all read' option to notifications ( #3097 )
...
* Add 'mark all read' option to notifications
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Tests for reactions (#3083 )
* Unit tests for reactions
* Fix import order
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Fix reaction possition when there is attachments (#3099 )
Refactor notifications swap function
* Accept change to drop beforeupdate call
* Update purge notifications error message for consistency
* Drop unnecessary check for mark all as read button
* Remove debugging comment
7 years ago
silverwind
1ed7f18815
Rework button styles on repo and commit page ( #3104 )
7 years ago
Ethan Koenig
03eb47b216
Fix repo links ( #3093 )
7 years ago
Lauris BH
5dc37b187c
Add reactions to issues/PR and comments ( #2856 )
7 years ago
techknowlogick
993b86628b
Minor copy changes ( #3074 )
...
* Minor copy changes
Fixes #3058
* Use TrN for translations that depend on count
Fix minor type with branches count
7 years ago
Ethan Koenig
ab62da283a
Fix avatar URLs ( #3069 )
...
* Fix avatar URLs
* import order
7 years ago
techknowlogick
b0971ae37c
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
7 years ago
silverwind
4947cfb7b0
Remove box-shadow from UI, fix dashboard issue ( #3065 )
7 years ago
Lunny Xiao
ef5364950b
fix issue list branch link broken ( #3061 )
7 years ago
silverwind
f9db60e3bd
Adjust branch button size ( #3063 )
7 years ago
Lunny Xiao
9a8805d785
remove duplicated sanitize ( #3037 )
7 years ago
Sondre Nilsen
86ee41ec03
Expandable commit bodies ( #2980 )
...
* Initial working state of expandable commit bodies
* Fix all commits having showing button for multiline commits
* Refactor checking multiline messages method
* Force newlines with <br> in commit body
* Show multiple lines in the list view of repositories
* Fixed proper newlines and minor refactor
Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.
* Fix commit list messages jumping around
* Fix indentation in view_list.tmpl
* Use vertical-align: baseline instead of top
* Refactor commit button toggle function
* Remove RenderCommitBodyLink function
* Add comments
* Add newline at the end of _repository.less
* Fix long commit bodies not properly wrapping inside <pre>
* Don't split on double newlines
* Show the commit body in commit view
* Update stylesheets
* Add/fix comments and run make fmt
* Fix spaces not being tabs
7 years ago
Ethan Koenig
013db70fce
Removed unused field in form ( #3023 )
7 years ago
Ethan Koenig
b7ebaf6d20
Various wiki bug fixes ( #2996 )
...
* Update macaron
* Various wiki bug fixes
7 years ago
Duncan Ogilvie
8ee08fe8bc
Remove duplicate "Max Diff Lines" from config view ( #2987 )
...
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
7 years ago
Ethan Koenig
2cb6c51158
Fix over-escaped characters ( #2956 )
7 years ago
Ethan Koenig
ea78a6db57
Spaces to tabs in templates ( #2953 )
7 years ago
Lunny Xiao
10b54df2b2
Add dingtalk webhook ( #2777 )
...
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
7 years ago
Michael Kuhn
420fc8efc2
Disable add key button if SSH is disabled ( #2873 )
7 years ago
Lauris BH
a6f337046f
Update go-ini dependency and remove semicolon hack in translations ( #2913 )
7 years ago
Ethan Koenig
bd23e36bec
Add owner to delete repo message ( #2886 )
7 years ago
Lauris BH
134958fd9f
Fix localization texts that contain semicolon ( #2900 )
7 years ago
Shaun
4725f91543
Fix inconsistencies in user settings ui ( #2901 )
7 years ago
Ethan Koenig
5481be0ac5
Fix issue link rendering in commit messages ( #2897 )
...
* Fix issue link rendering in commit messages
* Update page.tmpl
* No links for parens
* remove comment
7 years ago
Lauris BH
0a9fd454da
Fix new branch creation to new url scheme ( #2884 )
7 years ago
Lunny Xiao
ff9daa3e9b
fix click create pull request button 404 ( #2859 )
7 years ago
harry
93f726352c
Link members and repositories count to each page on org home. ( #2787 )
7 years ago
Morlinest
122a66f6e0
Fix commits page url ( #2823 )
...
* Fix commits page url
* Check all view types
7 years ago
Morlinest
25acd6c822
Use custom search for each filter type in dashboard ( #2343 )
...
* Do custom search for each filter in repo-search
* Fix search url
* Simplify code
* Remove loader and reset counts when changing filter
7 years ago
Mulia Nasution
e22549747c
Fix dropdown menu position on explore repo ( #2808 )
...
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
7 years ago
Ethan Koenig
513375c429
Make URL scheme unambiguous ( #2408 )
...
* 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
7 years ago
Arif
6e98812ecf
Fix copy in email templates ( #2801 )
7 years ago
Bastian Rinsche
638509b217
Add Safari pinned tab icon ( #2799 )
...
Closes #2753
Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
7 years ago
Ethan Koenig
5866eb2321
Code/repo search ( #2582 )
...
Indexed search of repository contents (for default branch only)
7 years ago
Lauris BH
762f1d7237
Add wrapping to long diff lines ( #2789 )
...
* 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
7 years ago
Jonas Bröms
4d01ecaef3
Show Sendmail settings on admin config page ( #2782 )
...
* Show Sendmail settings on admin config page
* Remove unecessary if statement
7 years ago
Lauris BH
6a107e57f6
Add checks for commits with missing author and time ( #2771 )
...
* Add checks for commits with missing author and time
* Fix validate commits with emails if it has no Author
7 years ago
Bwko
3ab580c8d6
Add branch overiew page ( #2108 )
...
* Add branch overiew page
* fix changed method name on sub menu
* remove unused code
7 years ago