Thomas Boerger
dd29e46802
Made the issue stats query more secure with parameterized placeholders ( #2895 )
9 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
9 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
9 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Tamás Molnár
630c23b750
Set utf-8 charset for text files when serving raw content ( #2898 )
9 years ago
Kim Carlbäcker
dee35a8ed2
[Feature/WIP] Confirm on editing forms ( fixes #2881 ) ( #2980 )
* Add and start jQuery AreYouSure
* Update SimpleMDE to 1.10.1 for `forceSync` support
* Forgot to remove old version SimpleMDE 1.10.0
* formatting -.-
9 years ago
Kim Carlbäcker
36073d6951
Fixed #2909 ( #2979 )
9 years ago
Jean-Philippe Roemer
84062365c7
docker: update documentation for container options ( #2965 )
- Created a Container options section in `docker/README.md`
- Add documentation for SOCAT_LINK
- Move CROND documentation to the new section
9 years ago
Unknwon
0248b05674
Update locales
9 years ago
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