aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* templates/label: another minor style improveUnknwon2017-03-22
|
* templates/label: minor style improveUnknwon2017-03-22
| | | | Add an empty space to make <span> have width.
* README: update altsUnknwon2017-03-22
| | | | [CI SKIP]
* issue: fix redirect to random issue if index does not exist (#4315)Unknwon2017-03-22
|
* repo: rename PageIsViewCode -> PageIsViewFilesUnknwon2017-03-22
| | | | Also highlight 'Files' tab when use editor.
* vendor: update github.com/go-macaron/session (#3363)Unknwon2017-03-20
|
* user/settings: fix cannot change profile for non-local users (#4313)Unknwon2017-03-20
|
* user/dashboard: hide More button if reached end on first loadUnknwon2017-03-20
|
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* api/repo: fix incorrect permission values (#4309)Unknwon2017-03-18
|
* setting: add config option for raw file render mode (#3608)Unknwon2017-03-17
| | | | Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'.
* explore: able list and search for private but accessible repositories (#3088)Unknwon2017-03-17
|
* install: able to enable console mode (#3119)Unknwon2017-03-17
|
* repo: allow issues and wiki for bare repository (#4104)Unknwon2017-03-16
|
* setting: add login status cookie (#2885)Unknwon2017-03-16
| | | | Added config options EnableLoginStatusCookie and LoginStatusCookieName under section '[security]'.
* repo/commit: able to config default commits page size (#4230)Unknwon2017-03-16
| | | | Added config option '[ui.user] COMMITS_PAGING_NUM'.
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* setting: able to config dashboard news feed paging number (#4247)Unknwon2017-03-16
|
* repo/setting: filter out deleted branch in protect list (#4288)Unknwon2017-03-16
|
* Add Go 1.8 to .travis.ymlUnknwon2017-03-16
|
* webhook: add file status to push event (#3897)Unknwon2017-03-16
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* templates/repo/webhook: move to its own directoryUnknwon2017-03-16
|
* js: minor fix for #4294Unknwon2017-03-15
|
* ui: added Select class to ui.dropdown menus to prevent label changing (#4294)Brian Paulson2017-03-15
|
* Update localesUnknwon2017-03-13
|
* api: handle new events for hookUnknwon2017-03-13
|
* repo/settings: improve Git hook editorUnknwon2017-03-13
|
* release: improve attachment handleUnknwon2017-03-13
|
* release: able to add attchments to release (#1614)Unknwon2017-03-13
| | | | Added new config section '[release.attachment]’.
* explore: panic if search without login (#3088)Unknwon2017-03-13
|
* models/repo: minor code style and comment fix (#4273)Unknwon2017-03-13
|
* models/repo: allow SearchRepos to return private but accessible repositories ↵Rob Richards2017-03-13
| | | | | | | | | | | | | | | | | | | (#4273) * models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 * models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line * models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc * models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table
* cmd/hook: fixed typo (#4280)Danny Althoff2017-03-12
|
* issue_mail: fix issue poster not receive email if not watching (#2929)Unknwon2017-03-12
|
* migrations/v16: use continue not return for bad recordsUnknwon2017-03-12
|
* migrations/v16: make SQLite3 workUnknwon2017-03-12
|
* migrations/v16: only Warn if repository happens to have bad dataUnknwon2017-03-12
|
* migrations/v16: sync tableUnknwon2017-03-12
|
* repo: able to view size (#1158)Unknwon2017-03-12
|
* refactoring: experimental with models/errors packageUnknwon2017-03-12
|
* models/webhook: add skip check for Release eventUnknwon2017-03-11
|
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* api: make CORS work by handling preflight OPTIONS request (#4264)Girish Sonawane2017-03-11
| | | | | | * make CORS work by handling preflight OPTIONS request * Update api.go
* repo: commits, branches and releases should highlight files tabUnknwon2017-03-11
|
* repo/branches: hide buttons for regular usersUnknwon2017-03-11
|
* repo/branches: overview and all (#2310)Unknwon2017-03-11
|
* api/repo: fix cannot reponse branch with slashes (#4198)Unknwon2017-03-10
|
* markdown: support Smartypants (#4162)Unknwon2017-03-10
| | | | Added new config section '[smartypants]', and disabled by default.
* css/repository: fix undesired style for label template select listUnknwon2017-03-10
|