aboutsummaryrefslogtreecommitdiff
path: root/routers
Commit message (Collapse)AuthorAge
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* Add timestamps to repository api response (#3255)lstahlman2016-07-12
| | | Additional properties: created_at, updated_at
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-12
| | | | | | | | | | * 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)lstahlman2016-07-11
| | | | 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 Saavedra2016-07-09
| | | | | | | | | | | | | 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_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-08
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* Do not show filename not have suffifx .mdUnknwon2016-07-01
|
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-29
|
* Fixes #3110 (#3136)Franz Schmidt2016-06-27
|
* Minor fix for #3194Unknwon2016-06-27
| | | | - Update locale bindata
* Include repository owner name and description in html title (#3194)Sandro Santilli2016-06-27
| | | Closes #3192
* repo/http: clean codeUnknwon2016-06-01
|
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
| | | | Add start count corrector for Repository.NumClosedIssues
* #809 able to set issue state to closed when createUnknwon2016-05-11
|
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-26
|
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-26
|
* 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
|
* api/admin: add/remove organization team repositoryUnknwon2016-04-04
|
* Fix XORM IN condition table name parseUnknwon2016-03-27
|
* #2842 add quotes to attachment file nameUnknwon2016-03-25
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* 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
|
* #13 fix admin can't search private reposUnknwon2016-03-15
| | | | - update glide info
* Merge pull request #2823 from zacheryph/feature/local-only-password-resetUnknwon2016-03-14
|\ | | | | Prevent `Forgot Password` for non local users
| * ensure we don’t try changing LDAP passswordsZachery Hostens2016-03-14
| |
* | #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | | | | | | - Fix go-gogs-client#10 - Related to #809
* | Convert all API handers to use *context.APIContextUnknwon2016-03-13
| |
* | #1891 attempt to fix invalid csrf tokenUnknwon2016-03-12
| |
* | #13 finish user and repository searchUnknwon2016-03-11
| | | | | | | | Both are possible on explore and admin panel
* | Rename module: middleware -> contextUnknwon2016-03-11
|/
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* readd 'dashboard' to titleAlec S2016-03-10
|
* Merge branch 'develop' of github.com:gogits/gogs into developAlec S2016-03-09
|\
| * Allowing site admins to view private repositories in org/homeJan Christophersen2016-03-08
| |
* | fix indentationAlec S2016-03-09
| |
* | Remove dashboard keyword from titleAlec S2016-03-09
| |
* | change page titles for user and org dashesAlec S2016-03-09
|/
* Fix pull request availability checkUnknwon2016-03-06
|
* Remove duplicated of codeUnknwon2016-03-06
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* #1597 fix premission logic check of pull requestUnknwon2016-03-04
|