Lunny Xiao
807938824d
fix gpg tmpl ( #3153 )
7 years ago
harry
41aa0418d2
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
a5c212cd1e
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
e592111427
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
22734ea81b
Rework button styles on repo and commit page ( #3104 )
7 years ago
Ethan Koenig
abb48fc746
Fix repo links ( #3093 )
7 years ago
Lauris BH
d0c132552e
Add reactions to issues/PR and comments ( #2856 )
7 years ago
techknowlogick
faa61247d0
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
6a17ccbd81
Fix avatar URLs ( #3069 )
* Fix avatar URLs
* import order
7 years ago
techknowlogick
ada8c5a804
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
7 years ago
silverwind
e4f0173f81
Remove box-shadow from UI, fix dashboard issue ( #3065 )
7 years ago
Lunny Xiao
cb44160cbd
fix issue list branch link broken ( #3061 )
7 years ago
silverwind
72b3cee75e
Adjust branch button size ( #3063 )
7 years ago
Lunny Xiao
26a3a5a8b8
remove duplicated sanitize ( #3037 )
7 years ago
Sondre Nilsen
6ae8e7c4ca
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
1b0a9047c5
Removed unused field in form ( #3023 )
7 years ago
Ethan Koenig
0e07dffc44
Various wiki bug fixes ( #2996 )
* Update macaron
* Various wiki bug fixes
7 years ago
Duncan Ogilvie
7241ac5616
Remove duplicate "Max Diff Lines" from config view ( #2987 )
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
7 years ago
Ethan Koenig
557195134f
Fix over-escaped characters ( #2956 )
7 years ago
Ethan Koenig
479d7edb8e
Spaces to tabs in templates ( #2953 )
7 years ago
Lunny Xiao
e4c0c3bbd0
Add dingtalk webhook ( #2777 )
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
7 years ago
Michael Kuhn
aa6ef1a0ab
Disable add key button if SSH is disabled ( #2873 )
7 years ago
Lauris BH
68fb68c916
Update go-ini dependency and remove semicolon hack in translations ( #2913 )
7 years ago
Ethan Koenig
765e9bd30e
Add owner to delete repo message ( #2886 )
7 years ago
Lauris BH
0fe3827405
Fix localization texts that contain semicolon ( #2900 )
7 years ago
Shaun
13dd42331f
Fix inconsistencies in user settings ui ( #2901 )
7 years ago
Ethan Koenig
9ade90d9d0
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
bab42918db
Fix new branch creation to new url scheme ( #2884 )
7 years ago
Lunny Xiao
4848552b9d
fix click create pull request button 404 ( #2859 )
7 years ago
harry
3eb0183e83
Link members and repositories count to each page on org home. ( #2787 )
7 years ago
Morlinest
4c3a26ee04
Fix commits page url ( #2823 )
* Fix commits page url
* Check all view types
7 years ago
Morlinest
a4543a3b7c
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
f286c54f25
Fix dropdown menu position on explore repo ( #2808 )
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
7 years ago
Ethan Koenig
6700a0b12a
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
9a2656f66b
Fix copy in email templates ( #2801 )
7 years ago
Bastian Rinsche
c6a0913f73
Add Safari pinned tab icon ( #2799 )
Closes #2753
Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
7 years ago
Ethan Koenig
7aee62e1bc
Code/repo search ( #2582 )
Indexed search of repository contents (for default branch only)
7 years ago
Lauris BH
e65d20ff91
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
1b9d2bddea
Show Sendmail settings on admin config page ( #2782 )
* Show Sendmail settings on admin config page
* Remove unecessary if statement
7 years ago
Lauris BH
001c1c7a81
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
371ec5cb83
Add branch overiew page ( #2108 )
* Add branch overiew page
* fix changed method name on sub menu
* remove unused code
7 years ago
Lunny Xiao
e7ca7b93e2
some fixes
7 years ago
Lunny Xiao
48f3f859b4
fix discord hook bug ( #2778 )
7 years ago
Lauris BH
a83069f381
Fix activity css conflit with semantic ui ( #2758 )
7 years ago
Antoine GIRARD
8611a5e753
Move swagger-ui under /api/v1 ( #2746 )
* Move swagger interface under /api/v1
* Update swagger-ui
* Add /api/swagger and prepare for multiple api version
* Update test links
* Fix footer link
7 years ago
Patrick G
c07f72e0c6
Fix tabs according to semantic-ui docs ( #2733 )
7 years ago
Lauris BH
0ff0ca144b
Fix semantic-ui style conflict with v-cloak ( #2722 )
7 years ago
Jonas Franz
cef6d2e2b7
Render plain text README.txt monospaced ( #2721 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Jonas Franz
02cc58b7d9
Fixing wrong translations on sorttype oldest/latest ( #2720 )
7 years ago
Lunny Xiao
27774a3cce
Merge password and 2fa page on user settings ( #2695 )
* merge password and 2fa page on user settings
7 years ago