508 Commits (dd8a06a397e26c46639eba1313102560dfa49c95)

Author SHA1 Message Date
Unknwon a79586cc54 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
#	templates/repo/header.tmpl
9 years ago
Unknwon 8a3ee795d2 finish transforming to v2 9 years ago
Unknwon 7372042441 list view: issue, label, milestone 9 years ago
Unknwon 590c464c56 UI: create issue with title and content 9 years ago
Unknwon 4b43ffc96c Generate random avatar based on e-mail when disable Gravatar 9 years ago
无闻 56a8d573b0 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
9 years ago
James Anderson fc63422caf Add check to see if comments on an issue are by the repo owner 9 years ago
Unknwon 43a87b0caf auto-redirect when finish filter branch 9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 9 years ago
Unknwon e3bdfd51ff better fork permission check 9 years ago
Unknwon 9db4acc62e improve fork process 9 years ago
Unknwon 9d414d4dd9 remove Index field of milestone 9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support 9 years ago
Unknwon 0705f55ce0 finish new milestone page 9 years ago
Unknwon 6d2f25b9f5 clean files 9 years ago
Unknwon 74bd6b939c milestone: edit 9 years ago
Unknwon cf90312b8f clean file 9 years ago
Unknwon 4081f86654 fix new milestone button visibility 9 years ago
Unknwon 3e4cdccf6b milestone: create page 9 years ago
Unknwon 9311a9858a milestone: pagination 9 years ago
Unknwon e7f015db8c fix template 9 years ago
Unknwon 04458d49a0 milestone: list view 9 years ago
Fernando San Julián b92bb77b54 autofocus for new and edit issue forms 9 years ago
Fernando San Julián 4bfc71c73f pagination in repo issues page only if needed 9 years ago
Vladimir Vissoultchev 2bb1fb8f44 Use EscapePound in link hrefs in diff/file views 9 years ago
无闻 678700b74d Merge pull request #1402 from wqweto/develop
Allow file and directory names to contain percent character
9 years ago
Vladimir Vissoultchev 167265d533 Allow file and directory names to contain percent character 9 years ago
Unknwon 589618c8a5 better paging 9 years ago
Unknwon 2e7b38db9f fix paging links and issue count 9 years ago
Unknwon 1ba837a055 new issue and label page 9 years ago
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues 9 years ago
无闻 e69f09f50e Merge pull request #1275 from jstasiak/develop
Add file permalink button
9 years ago
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
9 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
9 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
9 years ago
Unknwon 4447a20f87 UI: issues - finish basic frame 9 years ago
Unknwon 03011ed307 fix suburl for js 9 years ago
Jakub Stasiak 562ad02a6d 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.
9 years ago
Unknwon 5cf3732339 UI: install - new version 9 years ago
Unknwon 8061447f0e #1114 'New Release' always visible 9 years ago
Unknwon 75cbb32b1e UI compatibility 9 years ago
Unknwon 4aecaf7488 #1082: missing link for help 9 years ago
Unknwon 471b8a18ab Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
This reverts commit c226e92284, reversing
changes made to 80b23854bc.
9 years ago
Nolan Darilek 25dd6f8fa0 Add additional accessibility text to repository navbar. 9 years ago
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition 9 years ago
Filippo Valsorda 5d5d774e03 Handle submodules without a .gitmodules entry - fix #1023 9 years ago
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 9 years ago
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
9 years ago
Alexey Makhov d2f439a241 fix typo mistake 9 years ago
Alexey Makhov c0ad512398 remove not using vars 9 years ago
Alexey Makhov 563e8b4ea9 gitlab-like hash naming 9 years ago
Stefan-Code b508fb041f Merge branch 'dev' of https://github.com/gogits/gogs into dev 10 years ago
Stefan-Code 1628ef4ba5 changed repo-clone-url behaviour for bare repo 10 years ago
Peter Smit e6fc58a744 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 ed89b39984 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
Stefan-Code e5d6f4ce56 Changes to repo-header-download-drop, different repo-clone-url input behaviour 10 years ago
无闻 6ed96b7a20 Merge pull request #911 from TonyTsangHK/dev
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
10 years ago
Unknwon 2a2596fe61 able to disable SSH for #883 10 years ago
Tony Tsang fc6d80d619 Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. 10 years ago
Unknwon 7140f50637 public/ng/js: script fix on #901 10 years ago
Alexey Makhov e91b28eb9b little fix 10 years ago
Alexey Makhov 5d4425bbbc add multifile support to diff view highlighting 10 years ago
Alexey Makhov 7f71fe9dae fix diff lines highlighting 10 years ago
Unknwon faddaff90d templates: fix commit message render issue #828 10 years ago
Unknwon 37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
10 years ago
Unknwon 8e384ce46c fix #828, may cause unintentional break in other features, but security is no.1 10 years ago
fuxiaohei c0cfd62b90 add label-edit and label-delete logic 10 years ago
Unknwon ac4a10456e api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon 2f3a7e53cb fix #735 10 years ago
Unknwon bc8721fb6c Finish new UI for release page 10 years ago
Unknwon 9a1fe801e5 fix #711 10 years ago
fuxiaohei 0daef29053 add label-create ui elements 10 years ago
dennis-smurf 528c075ad6 Added issue link rendering in commit messages 10 years ago
Tony Tsang d4a1d9f82a Display multi-line commit message on commit diff page. 10 years ago
fuxiaohei 0af3a5b603 add issue list filter ui 10 years ago
James Cracknell 4d123d0a93 Fix user links 10 years ago
fuxiaohei 23d53561d1 update milestone page design 10 years ago
fuxiaohei 79dae254cf add milestone page design 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 32dcaefafa fox #620 10 years ago
fuxiaohei d1a60e3643 add pull-request and labels page design 10 years ago
Unknwon 4f360d8f08 Fix #617 and update Germeny locale 10 years ago
Unknwon e0de6cb5ad work on #616 and update locales 10 years ago
Unknwon 35977cd34c continue work on #255 10 years ago
Unknwon 23eec25274 Fix #605, fix #255, fix #101 10 years ago
Unknwon 4e7eb5be9d Work on #5 fork and fix #608 10 years ago
fuxiaohei b866dc92d7 finish issue list ui draft 10 years ago
Christopher Brickley 3794111460 update slack hook to use new format 10 years ago
Eryx 8209bf74f8 Fix #575 10 years ago
Unknwon a342d58d7e Able to fork repo to individuals 10 years ago
无闻 d7d167ac63 Merge pull request #560 from evolvedlight/master
First cut of fork repo
10 years ago
fuxiaohei 9e3a1bc11a add nav bar in issue list 10 years ago
Unknwon 1aa12c7452 Fix #572 10 years ago
Unknwon 9ae92459a5 Fix repo css and rel path img in md 10 years ago
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
10 years ago
evolvedlight 29ac3980ff More changes 10 years ago
Unknwon 3005c4f6db Fix diff css style, hooks \r char 10 years ago
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes 10 years ago
Vyacheslav Bakhmutov 5103f16f78 add omitted lang 10 years ago
Unknwon b2632dec09 Page: Compare 2 commits 10 years ago
Vyacheslav Bakhmutov ce7422473a add omitted lang 10 years ago
Unknwon 64c68220d2 Fix #264 10 years ago
evolvedlight c9e5e38fcf Initial cut of git fork 10 years ago
Unknwon a046a31d2b UI: Confirmation box 10 years ago
Unknwon 3cfa4a581c Bug: 500 when transfer repository to collaborator 10 years ago
Unknwon 11af8658cf Simple fix 10 years ago
Unknwon e3b78c47e2 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/ng/less/gogs/repository.less
	templates/repo/home.tmpl
10 years ago
Unknwon 49193bebd2 UI: Confirmation box 10 years ago
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview 10 years ago
fuxiaohei e3a27aeb25 template and ui fix 10 years ago
fuxiaohei dccc50e9d4 template and ui fix 10 years ago
Unknwon b8368f98ff Add directory level commit message 10 years ago
fundon 54724c33ec no neet for md5 email 10 years ago
fuxiaohei 7c30ae7002 is utils improvement 10 years ago
Unknwon 25268577a5 Fix download archive issue 10 years ago
Unknwon 5bbeeb0f1b Page: Commits and fix #249 10 years ago
Unknwon a1109e6fbc Page: Repository home page 10 years ago
fuxiaohei b3f0d25ce5 pull request ui review, change sidebar 10 years ago
fuxiaohei 8d5a4cc9eb pull request ui review, change sidebar 10 years ago
fuxiaohei 60c65415dd pull request page ui review, upgrade octicon icons 10 years ago
Unknwon 063aacd436 UI: Use tooltip not alert when copy clone URL 10 years ago
lunnyxiao 7df60af60e submodule support and closed #478 10 years ago
lunnyxiao 150eef93b2 add submodule basic support & buf fixed #478 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
10 years ago
lunnyxiao 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
10 years ago
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines 10 years ago
Benjamin Peng cff3ca23a5 Fix TimeSince arguments error. 10 years ago
Unknwon 7027ac9308 Fix #461 10 years ago
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count 10 years ago
Christopher Brickley 85c35a6b8b add organization-level webhooks 10 years ago
Michael Dyrynda dcb10a41d4 Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses #431
10 years ago
Christopher Brickley 00a864e693 add commit compare functionality 10 years ago
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release 10 years ago
Christopher Brickley 2bce24068d add Slack API webhook support 10 years ago
Unknwon 676bd764fa UI: SSH/HTTPS address switch and copy 10 years ago
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
10 years ago
Unknwon 1aec1a2dda Finish new admin dashboard 10 years ago
Unknwon 81287ba022 Mirror issue fix 10 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 10 years ago
Unknwon 5fbf8531e6 Finish new home page of organization 10 years ago
Unknwon 78defd238c Page: Manage social accounts 10 years ago
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page 10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 10 years ago
Unknwon 9820b8e134 Finish new hooks list page 10 years ago
Unknwon e8c9bb2c66 Finish new collaboration page 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago
Unknwon dabf5b057c Finish new migrate page 10 years ago
Unknwon 3428baa3b5 Mirror fix on template 10 years ago
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page 10 years ago
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module 10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Justin Nuß 12fb42de5a Fix IE bug and show errors. 10 years ago
Justin Nuß 4e2477a1a5 Fix #318. Switch to JS(ON) implementation for issue/comment creation. 10 years ago
Justin Nuß dedb156d4a Fix #321. Allow empty comments as long as there are attachments. 10 years ago
Justin Nuß 4d702eb345 Allow disabling uploads 10 years ago
Justin Nuß bfe5b86004 Add file upload for attachments 10 years ago
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images 10 years ago
Justin Nuß 1129f756c8 Fix missing . (dot) in issue templates 10 years ago
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
10 years ago
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository 10 years ago
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments 10 years ago
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments 10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago
无闻 8e4debe99d Merge pull request #297 from nuss-justin/issue/288
Fix issue #288. Only show label form if repository collaborator/admin
10 years ago
无闻 dc2e140360 Merge pull request #296 from nuss-justin/dev
Fix issue 280 & unwatch button in Firefox
10 years ago
Justin Nuß e194cf3291 Fix issue #259. Allow links in the repository description 10 years ago
Justin Nuß ccca60a5a1 Fix issue #288. Only show label form if repository collaborator/admin 10 years ago
Justin Nuß 18718afb36 Hide watch/unwatch button if not loggedin 10 years ago
Unknown be8ac7fb75 fix #273 10 years ago
Unknown cdffdeddc9 Fix bug that collaborators are able to modify settings of repository 10 years ago
Unknown 5dbfe3c26c Finish organization homepage 10 years ago
Unknown 32b09681b2 Migrate repository by organization 10 years ago
Unknown 43b33440b5 Work on create organization repo and #257 10 years ago
fuxiaohei 72ba273cc9 select owner when creating repository 10 years ago
Unknown 4cf7a1fca5 Mirror update on create repo page 10 years ago
fuxiaohei 80be060735 select owner when creating repository 10 years ago
Unknown 8e6c254c03 Mirror fix on create repo 10 years ago
fuxiaohei cc703ee663 select owner when creating repository 10 years ago
Unknown 314193029a Use constants to name template file 10 years ago
Unknown 9924e65ca1 In progress of name template name constant 10 years ago
Unknown f160b4f33c Add tar.gz download button and other mirror updates 10 years ago
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug 10 years ago
Jason 7fd22bea1e Add dropdown-menu-right class to the repo-watching dropdown
The dropdown menu was dropping down to the right and appearing outside of the page container. This made it not visible at smaller browser widths.

This commit makes it drop down into the page container, instead of out, and keeps it visible at all screen sizes.
10 years ago
Unknown 33ec0632ff Fix #183 10 years ago
Unknown 98dbbae2ef Fix #166 10 years ago
Unknown c117f9e73f Fix #166 10 years ago
FuXiaoHei d76772adb9 add milestone list page 10 years ago
Unknown e573855a4f Fix #98, support web hook 10 years ago
Unknown 94bccbb148 Finish edit and remove web hook 10 years ago
Unknown 24f614f6db Finish add web hook 10 years ago
Unknown bbdfe25769 User code clean and ui improve 10 years ago
Unknown c1eb4d894a Clean api code 10 years ago
FuXiaoHei d189b83ac1 some ui fix 10 years ago
FuXiaoHei d34c3bb751 finish webhook ui,
some ui fix
10 years ago
FuXiaoHei 3e856928a2 add webhooks page ui 10 years ago
Unknown 75109bbd65 Fix panic when no master branch 10 years ago
Unknown f6c4fbeb37 Collaborator 10 years ago
FuXiaoHei 1c88a541cb fix profile ui 10 years ago