Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update locales and .gopmfile | Unknwon | 2016-07-17 | 2 | -1/+5 |
| | |||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 3 | -27/+13 |
| | |||||
* | api: delete repository webhooks (#3275) | Dennis Chen | 2016-07-17 | 2 | -3/+15 |
| | | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com> | ||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -0/+1 |
| | |||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 3 | -3/+8 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 9 | -88/+17 |
| | |||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 3 | -3/+3 |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | ||||
* | Add timestamps to repository api response (#3255) | lstahlman | 2016-07-12 | 1 | -0/+2 |
| | | | Additional properties: created_at, updated_at | ||||
* | [Fix] Don't display way too large files #1513 (#3253) | Kim Carlbäcker | 2016-07-12 | 1 | -12/+18 |
| | | | | | | | | | | * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge | ||||
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 | 1 | -0/+5 |
| | | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count. | ||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function | ||||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 | 2 | -2/+2 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 1 | -16/+35 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | 2 | -8/+23 |
| | |||||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 2 | -4/+8 |
| | |||||
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Minor fix for #3194 | Unknwon | 2016-06-27 | 1 | -1/+5 |
| | | | | - Update locale bindata | ||||
* | Include repository owner name and description in html title (#3194) | Sandro Santilli | 2016-06-27 | 1 | -1/+1 |
| | | | Closes #3192 | ||||
* | repo/http: clean code | Unknwon | 2016-06-01 | 1 | -258/+194 |
| | |||||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 | 1 | -1/+7 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||||
* | #809 able to set issue state to closed when create | Unknwon | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 | 1 | -1/+3 |
| | |||||
* | Made the issue stats query more secure with parameterized placeholders (#2895) | Thomas Boerger | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | 1 | -0/+1 |
| | |||||
* | Set utf-8 charset for text files when serving raw content (#2898) | Tamás Molnár | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | api/admin: add/remove organization team repository | Unknwon | 2016-04-04 | 2 | -18/+74 |
| | |||||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | 1 | -1/+1 |
| | |||||
* | #2842 add quotes to attachment file name | Unknwon | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 4 | -24/+75 |
| | |||||
* | Fix status code | Unknwon | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 4 | -22/+38 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 11 | -15/+70 |
| | |||||
* | Add route for #2846 | Unknwon | 2016-03-21 | 2 | -3/+13 |
| | |||||
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 4 | -31/+75 |
| | | | | - update glide info | ||||
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 | 1 | -0/+6 |
|\ | | | | | Prevent `Forgot Password` for non local users | ||||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 | 1 | -0/+6 |
| | | |||||
* | | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 16 | -113/+309 |
| | | | | | | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 16 | -170/+174 |
| | | |||||
* | | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -0/+6 |
| | | |||||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 | 8 | -93/+131 |
| | | | | | | | | Both are possible on explore and admin panel | ||||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 | 45 | -335/+375 |
|/ | |||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
| | | | | newly named fields. | ||||
* | readd 'dashboard' to title | Alec S | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Alec S | 2016-03-09 | 1 | -4/+13 |
|\ | |||||
| * | Allowing site admins to view private repositories in org/home | Jan Christophersen | 2016-03-08 | 1 | -4/+13 |
| | | |||||
* | | fix indentation | Alec S | 2016-03-09 | 1 | -1/+1 |
| | | |||||
* | | Remove dashboard keyword from title | Alec S | 2016-03-09 | 1 | -1/+1 |
| | | |||||
* | | change page titles for user and org dashes | Alec S | 2016-03-09 | 1 | -2/+2 |
|/ | |||||
* | Fix pull request availability check | Unknwon | 2016-03-06 | 2 | -4/+14 |
| |