Unknwon
003d6c6646
Merge pull request #2920 from l2dy/patch-1
Update ISC license
9 years ago
Unknwon
ab4d2d3a25
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
d497e31faa
api/admin: add/remove organization team repository
9 years ago
Unknwon
2a35398747
Merge pull request #2914 from psychomario/linenumoptimize
Reduce line number creation to one DOM manipulation
9 years ago
l2dy
d6e18776a3
Update ISC license
9 years ago
PsychoMario
24f1d90bce
reduce line number creation to one DOM manipulation
9 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
9 years ago
Unknwon
bebc9a37cc
Merge pull request #2894 from tboerger/feature/join-condition
Followup fix for previous query fix
9 years ago
Thomas Boerger
48c23658a6
Followup fix for previous query fix
9 years ago
Unknwon
c38581052a
Merge pull request #2893 from tboerger/feature/sql-security
Try to make the SQL queries cleaner and more secure
9 years ago
Thomas Boerger
4737525ca5
Made the issues query more secure and simpler
9 years ago
Thomas Boerger
25ffa44602
Try to make the SQL queries cleaner and more secure
9 years ago
Unknwon
6ba31f0be3
#2878 print error of JSON unmarshal and always returns a valid object
9 years ago
Unknwon
019cd8b3db
#2842 add quotes to attachment file name
9 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
9 years ago
Unknwon
9923aa7292
Merge pull request #2883 from nikkomiu/develop
Fixes #2842 Parses URL through EscapePound template function
9 years ago
Nikko Miu
a92890a5fa
Changed EscapePound function with string replace function
9 years ago
Unknwon
f1b1d8d153
Update locales
9 years ago
Unknwon
82087056cd
Merge pull request #2879 from dakira/develop
use monospace font for wiki and issue textareas (fix #2869 )
9 years ago
Matthias Niess
79389ef2fc
use monospace font for wiki and issue textareas ( fix #2869 )
9 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
9 years ago
Unknwon
d2f481e85f
Fix status code
9 years ago
Unknwon
11c481a053
Change list teams API to non-admin specific
9 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
9 years ago
Unknwon
b77b57dec2
Add route for #2846
9 years ago
Unknwon
2f317884d3
Remove code for checking ssh-keygen
9 years ago
Unknwon
9ef4c2c088
Prepare release
9 years ago
Unknwon
762a19a143
#2850 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.
Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
9 years ago
Unknwon
59ad7aaeb6
Update locales
9 years ago
Unknwon
380b0e8992
Update .gopmfile and fix #2848
9 years ago
Unknwon
2c6323de5c
Merge pull request #2845 from moltam/feature/org-member-full-name-avatar
Display org member's full name in link title.
9 years ago
Tamás Molnár
9a7a1edce9
Display org member's full name in link title.
9 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
9 years ago
Unknwon
8f4ab731b5
Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
9 years ago
Unknwon
bb0341d2ec
Merge pull request #2831 from odinuge/user-search-name
Make user search look in username, name and email
9 years ago
Unknwon
e66607c1ab
Merge pull request #2829 from odinuge/htmlmeta
Set description meta tag correctly
9 years ago
Unknwon
4a12b7bcaf
Merge pull request #2836 from odinuge/markdown-links-rebase
Fix relative links in markdown files
9 years ago
Odin Ugedal
9f473f376f
Fix indent
9 years ago
Odin Ugedal
831d6fb09b
Make separate string variables for space
9 years ago
Odin Ugedal
8723c15ae3
Fix relative links in markdown files
Replace spaces with "%20" in "urlPrefix", before markdon processing.
The spaces were causing blackfriday (markdown processor) to behave
strange. This fixes #2545 .
9 years ago
Odin Ugedal
4f0a4fe5a7
Make description meta tag golang 1.4 compatible
9 years ago
Odin Ugedal
e148dc6fd5
Remove email from user search
9 years ago
Unknwon
0be8eeb9cd
Merge pull request #2832 from dankm/build-flags
Make go's build flags a variable
9 years ago
Unknwon
9dc1db9391
Merge pull request #2830 from odinuge/branchname-compare
Fix problems with '#' in branchname
9 years ago
Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
9 years ago
Dan McGregor
b840d8e0f4
Make go's build flags a variable
This allows the user to specify build flags from the make command
line. For example to force a complete rebuild one could use:
make BUILD_FLAGS='-v -a' TAGS="sqlite"
9 years ago
Odin Ugedal
bccbe89a32
Make user search look in username, name and email
Make user search function look in username (lower_name), full name
(full_name) and primary email (email). This will benefit searching after
user in "explore", admin panel and when adding new collaborators.
9 years ago
Odin Ugedal
12eca78897
Add prorper escaping of url in issue form
9 years ago
Odin Ugedal
328ede550c
Fix problems with '#' in branchname
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 .
9 years ago
Odin Ugedal
4586b95fff
Set description meta tag correctly
Set the description meta tag correctly when there is no repo
description. Also use the ability to trim trailing whitespaces,
to make the template cleaner.
9 years ago