Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 2 | -3/+188 |
| | | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> | ||||
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 2 | -3/+5 |
| | |||||
* | Fix bug in repos search (#884) | Ethan Koenig | 2017-02-10 | 1 | -5/+9 |
| | |||||
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -1/+8 |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | ||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests | ||||
* | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 1 | -1/+1 |
| | |||||
* | Remove unneeded database loads (#814) | Ethan Koenig | 2017-02-02 | 1 | -3/+1 |
| | | | Remove unnecessary calls to repo.GetOwner() in context handlers | ||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 2 | -2/+2 |
| | |||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -2/+2 |
| | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh | ||||
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 5 | -131/+100 |
| | |||||
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 2 | -3/+5 |
| | |||||
* | Fix crash caused by #647 (#708) | Bwko | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 3 | -120/+136 |
| | |||||
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 2 | -0/+151 |
| | |||||
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment | ||||
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 3 | -6/+51 |
| | |||||
* | API endpoint for subscribers (#598) | Ethan Koenig | 2017-01-07 | 2 | -0/+26 |
| | |||||
* | API endpoint for stargazers (#597) | Ethan Koenig | 2017-01-06 | 2 | -0/+26 |
| | |||||
* | build failed by deleting release by API (#562) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Release API endpoints | Ethan Koenig | 2017-01-02 | 2 | -0/+193 |
| | |||||
* | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 2 | -0/+63 |
| | |||||
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 2 | -5/+7 |
| | |||||
* | Permissions bug fix for webhooks | Ethan Koenig | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 3 | -0/+70 |
| | |||||
* | Remove redundant query in collaborator API (#516) | Ethan Koenig | 2016-12-28 | 1 | -24/+4 |
| | |||||
* | API Endpoints for collaborators (#375) | Ethan Koenig | 2016-12-26 | 2 | -1/+99 |
| | |||||
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 4 | -134/+316 |
| | |||||
* | Added sorting to the labels & milestones page (#199) | Bwko | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | API Endpoint for watching (#191) | Ethan Koenig | 2016-12-24 | 2 | -0/+132 |
| | |||||
* | issue comment api fix (#449) | Kim "BKC" Carlbäcker | 2016-12-22 | 2 | -1/+53 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||||
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+5 |
| | | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString | ||||
* | fixed vulnerabilities (#392) | Lunny Xiao | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Bug fix for edit-hook API endpoint | Ethan Koenig | 2016-12-09 | 1 | -2/+8 |
| | |||||
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 2 | -11/+25 |
| | | | | Also move duplicated code into repo.APIFormat(..) | ||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 2 | -0/+448 |
| | |||||
* | Linting | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -2/+2 |
| | |||||
* | GitHub API Compliance (& linting) | Kim "BKC" Carlbäcker | 2016-12-02 | 3 | -8/+31 |
| | |||||
* | Add undocumented endpoint for /repositories/:id | Kim "BKC" Carlbäcker | 2016-12-02 | 2 | -0/+17 |
| | |||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 3 | -3/+3 |
| | |||||
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -2/+2 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 2 | -2/+2 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 25 | -48/+144 |
| | |||||
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 3 | -34/+92 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 24 | -24/+24 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 27 | -110/+110 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | And others | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | |||||
* | More... | Sandro Santilli | 2016-11-07 | 2 | -2/+2 |
| | |||||
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 2 | -3/+3 |
| |