无闻
be05124181
Merge pull request #1451 from jamesa/fix-owner-tag-on-issues
Add check to see if comments on an issue are by the repo owner
10 years ago
James Anderson
310a8af7b2
Add check to see if comments on an issue are by the repo owner
10 years ago
Unknwon
c56c034021
auto-redirect when finish filter branch
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
d80617f29c
better fork permission check
10 years ago
Unknwon
c95ef7c546
improve fork process
10 years ago
Unknwon
94654a8bf1
remove Index field of milestone
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
04f1db0139
finish new milestone page
10 years ago
Unknwon
1e3bd29c36
clean files
10 years ago
Unknwon
8504baffed
milestone: edit
10 years ago
Unknwon
21e4f5762e
clean file
10 years ago
Unknwon
2935a335fa
fix new milestone button visibility
10 years ago
Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
a8b859a626
milestone: pagination
10 years ago
Unknwon
02b700d1ed
fix template
10 years ago
Unknwon
fb2d1e450d
milestone: list view
10 years ago
Fernando San Julián
639a9a6fb5
autofocus for new and edit issue forms
10 years ago
Fernando San Julián
0857cb0bbb
pagination in repo issues page only if needed
10 years ago
Vladimir Vissoultchev
397b0ed950
Use EscapePound in link hrefs in diff/file views
10 years ago
无闻
4b4e033a3c
Merge pull request #1402 from wqweto/develop
Allow file and directory names to contain percent character
10 years ago
Vladimir Vissoultchev
42fe2274e6
Allow file and directory names to contain percent character
10 years ago
Unknwon
a4fe163f2f
better paging
10 years ago
Unknwon
1f61482f71
fix paging links and issue count
10 years ago
Unknwon
63b288a5fe
new issue and label page
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
无闻
f93bff894d
Merge pull request #1275 from jstasiak/develop
Add file permalink button
10 years ago
Unknwon
6e4a3e4f9d
UI: CURD labels
- fix update lable break connection with repository
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
7dd092c0f7
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Unknwon
3c6699625f
fix suburl for js
10 years ago
Jakub Stasiak
d32d422a8c
Add file permalink button
The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content.
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Unknwon
a773e1800e
#1114 'New Release' always visible
10 years ago
Unknwon
0f9a1090bb
UI compatibility
10 years ago
Unknwon
798ea03317
#1082 : missing link for help
10 years ago
Unknwon
28645f79bc
Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing
changes made to 80b23854bc
.
10 years ago
Nolan Darilek
a1a87bf999
Add additional accessibility text to repository navbar.
10 years ago
Unknwon
80667e87b6
remove unused scripts and simplify migrate form definition
10 years ago
Filippo Valsorda
0d8a70e957
Handle submodules without a .gitmodules entry - fix #1023
10 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
10 years ago
Unknwon
51da9e41f0
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
10 years ago
Alexey Makhov
0d33a62765
fix typo mistake
10 years ago
Alexey Makhov
642b2e74a8
remove not using vars
10 years ago
Alexey Makhov
dabc9f4991
gitlab-like hash naming
10 years ago
Stefan-Code
ce7e96765e
Merge branch 'dev' of https://github.com/gogits/gogs into dev
10 years ago
Stefan-Code
83a8ad573b
changed repo-clone-url behaviour for bare repo
10 years ago
Peter Smit
2bb8323ab5
Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Peter Smit
16bfbe24e7
Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
10 years ago