Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #2992 set default style name when empty in AfterSet | Unknwon | 2016-04-22 | |
| | ||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | |
| | ||||
* | Fixed #2909 (#2979) | Kim Carlbäcker | 2016-04-19 | |
| | ||||
* | Update locales | Unknwon | 2016-04-11 | |
| | ||||
* | #2878 print error of JSON unmarshal and always returns a valid object | Unknwon | 2016-03-26 | |
| | ||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | |
| | ||||
* | Changed EscapePound function with string replace function | Nikko Miu | 2016-03-24 | |
| | ||||
* | Update locales | Unknwon | 2016-03-23 | |
| | ||||
* | Remove code for checking ssh-keygen | Unknwon | 2016-03-19 | |
| | ||||
* | Prepare release | Unknwon | 2016-03-19 | |
| | ||||
* | #2850 fix potential SSH commands dislocation | Unknwon | 2016-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 locales | Unknwon | 2016-03-18 | |
| | ||||
* | Make separate string variables for space | Odin Ugedal | 2016-03-15 | |
| | ||||
* | Fix relative links in markdown files | Odin Ugedal | 2016-03-15 | |
| | | | | | | Replace spaces with "%20" in "urlPrefix", before markdon processing. The spaces were causing blackfriday (markdown processor) to behave strange. This fixes #2545. | |||
* | Generate bindata for #2823 | Unknwon | 2016-03-14 | |
| | ||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | |||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | |
| | ||||
* | Add APIContext | Unknwon | 2016-03-13 | |
| | ||||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | |
| | ||||
* | Update glide.lock | Unknwon | 2016-03-12 | |
| | ||||
* | Merge pull request #2796 from saboya/custom_app_data_path | Unknwon | 2016-03-12 | |
|\ | | | | | Making AppDataPath customizable. | |||
| * | Making AppDataPath customizable. | Rodrigo Saboya | 2016-03-09 | |
| | | ||||
* | | remove errant debug statement | Alec S | 2016-03-11 | |
| | | ||||
* | | Update locales | Unknwon | 2016-03-11 | |
| | | ||||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 | |
| | | | | | | | | Both are possible on explore and admin panel | |||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 | |
| | | ||||
* | | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | |
| | | ||||
* | | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 | |
|/ | ||||
* | Fix pull request availability check | Unknwon | 2016-03-06 | |
| | ||||
* | Prepare release | Unknwon | 2016-03-06 | |
| | ||||
* | Some minor changes | Unknwon | 2016-03-06 | |
| | ||||
* | Add Finnish support | Unknwon | 2016-03-05 | |
| | ||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | |
| | ||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | |||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | |
| | ||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | |
| | | | | - Allow to delete current avatar | |||
* | Update locales | Unknwon | 2016-03-04 | |
| | ||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | |
| | ||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | |
| | ||||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | |
| | ||||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 | |
| | ||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | |
| | ||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | |
| | ||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | |
| | | | | - Remove unused config settings `[picture] service` | |||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | |||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 | |
| | ||||
* | Post work for #2637 | Unknwon | 2016-02-27 | |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | |||
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 | |
|\ | | | | | allow native and ssh-keygen public key check | |||
| * | use StartSSHServer instead of DisableSSH | Gibheer | 2016-02-23 | |
| | | | | | | | | | | DisableSSH doesn't check the kind of ssh server to use, so that was wrong. Use StartSSHServer instead. | |||
| * | seperate ssh constants from schema constants | Gibheer | 2016-02-23 | |
| | | | | | | | | | | The contants were placed in the same section as the scheme ones, which may lead to confusion. |