aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-22
|
* Set utf-8 charset for text files when serving raw content (#2898)Tamás Molnár2016-04-20
|
* [Feature/WIP] Confirm on editing forms (fixes #2881) (#2980)Kim Carlbäcker2016-04-19
| | | | | | | | | | * Add and start jQuery AreYouSure * Update SimpleMDE to 1.10.1 for `forceSync` support * Forgot to remove old version SimpleMDE 1.10.0 * formatting -.-
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-19
|
* docker: update documentation for container options (#2965)Jean-Philippe Roemer2016-04-12
| | | | | - Created a Container options section in `docker/README.md` - Add documentation for SOCAT_LINK - Move CROND documentation to the new section
* Update localesUnknwon2016-04-11
|
* Merge pull request #2920 from l2dy/patch-1Unknwon2016-04-05
|\ | | | | Update ISC license
| * Update ISC licensel2dy2016-04-03
| |
* | #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-04
| |
* | api/admin: add/remove organization team repositoryUnknwon2016-04-04
| |
* | Merge pull request #2914 from psychomario/linenumoptimizeUnknwon2016-04-04
|\ \ | | | | | | Reduce line number creation to one DOM manipulation
| * | reduce line number creation to one DOM manipulationPsychoMario2016-03-30
|/ /
* | Fix XORM IN condition table name parseUnknwon2016-03-27
| |
* | Merge pull request #2894 from tboerger/feature/join-conditionUnknwon2016-03-27
|\ \ | | | | | | Followup fix for previous query fix
| * | Followup fix for previous query fixThomas Boerger2016-03-28
|/ /
* | Merge pull request #2893 from tboerger/feature/sql-securityUnknwon2016-03-27
|\ \ | | | | | | Try to make the SQL queries cleaner and more secure
| * | Made the issues query more secure and simplerThomas Boerger2016-03-27
| | |
| * | Try to make the SQL queries cleaner and more secureThomas Boerger2016-03-27
|/ /
* | #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
| |
* | #2842 add quotes to attachment file nameUnknwon2016-03-25
| |
* | #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
| |
* | Merge pull request #2883 from nikkomiu/developUnknwon2016-03-25
|\ \ | |/ |/| Fixes #2842 Parses URL through EscapePound template function
| * Changed EscapePound function with string replace functionNikko Miu2016-03-24
|/
* Update localesUnknwon2016-03-23
|
* Merge pull request #2879 from dakira/developUnknwon2016-03-23
|\ | | | | use monospace font for wiki and issue textareas (fix #2869)
| * use monospace font for wiki and issue textareas (fix #2869)Matthias Niess2016-03-23
|/
* Handle windows deletion when startUnknwon2016-03-23
| | | | Fix #2872
* Fix status codeUnknwon2016-03-21
|
* Change list teams API to non-admin specificUnknwon2016-03-21
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Add route for #2846Unknwon2016-03-21
|
* Remove code for checking ssh-keygenUnknwon2016-03-19
|
* Prepare releaseUnknwon2016-03-19
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-18
| | | | | | | 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.
* Update localesUnknwon2016-03-18
|
* Update .gopmfile and fix #2848Unknwon2016-03-17
|
* Merge pull request #2845 from moltam/feature/org-member-full-name-avatarUnknwon2016-03-16
|\ | | | | Display org member's full name in link title.
| * Display org member's full name in link title.Tamás Molnár2016-03-16
| |
* | #2814 LOWER() column value within searchUnknwon2016-03-16
| |
* | Improve repository lable styleUnknwon2016-03-15
| | | | | | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* | Merge pull request #2831 from odinuge/user-search-nameUnknwon2016-03-15
|\ \ | | | | | | Make user search look in username, name and email
| * | Remove email from user searchOdin Ugedal2016-03-15
| | |
| * | Make user search look in username, name and emailOdin Ugedal2016-03-15
| |/ | | | | | | | | | | 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.
* | Merge pull request #2829 from odinuge/htmlmetaUnknwon2016-03-15
|\ \ | | | | | | Set description meta tag correctly
| * | Fix indentOdin Ugedal2016-03-15
| | |
| * | Make description meta tag golang 1.4 compatibleOdin Ugedal2016-03-15
| | |
| * | Set description meta tag correctlyOdin Ugedal2016-03-15
| |/ | | | | | | | | | | 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.
* | Merge pull request #2836 from odinuge/markdown-links-rebaseUnknwon2016-03-15
|\ \ | | | | | | Fix relative links in markdown files
| * | Make separate string variables for spaceOdin Ugedal2016-03-15
| | |
| * | Fix relative links in markdown filesOdin Ugedal2016-03-15
| |/ | | | | | | | | | | Replace spaces with "%20" in "urlPrefix", before markdon processing. The spaces were causing blackfriday (markdown processor) to behave strange. This fixes #2545.