Commit Graph

302 Commits (485ea6f14f38cfa5da4fa27865f62fcc7691ffb4)

Author SHA1 Message Date
Unknwon e3b78c47e2 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/ng/less/gogs/repository.less
	templates/repo/home.tmpl
Unknwon 49193bebd2 UI: Confirmation box
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview
fuxiaohei e3a27aeb25 template and ui fix
fuxiaohei dccc50e9d4 template and ui fix
Unknwon b8368f98ff Add directory level commit message
fundon 54724c33ec no neet for md5 email
fuxiaohei 7c30ae7002 is utils improvement
Unknwon 25268577a5 Fix download archive issue
Unknwon 5bbeeb0f1b Page: Commits and fix
Unknwon a1109e6fbc Page: Repository home page
fuxiaohei b3f0d25ce5 pull request ui review, change sidebar
fuxiaohei 8d5a4cc9eb pull request ui review, change sidebar
fuxiaohei 60c65415dd pull request page ui review, upgrade octicon icons
Unknwon 063aacd436 UI: Use tooltip not alert when copy clone URL
lunnyxiao 7df60af60e submodule support and closed
lunnyxiao 150eef93b2 add submodule basic support & buf fixed
Unknwon 7ba9257a7f Add suburl support
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
lunnyxiao 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines
Benjamin Peng cff3ca23a5 Fix TimeSince arguments error.
Unknwon 7027ac9308 Fix
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count
Christopher Brickley 85c35a6b8b add organization-level webhooks
Michael Dyrynda dcb10a41d4 Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses 
Christopher Brickley 00a864e693 add commit compare functionality
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release
Christopher Brickley 2bce24068d add Slack API webhook support
Unknwon 676bd764fa UI: SSH/HTTPS address switch and copy
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.
Unknwon 1aec1a2dda Finish new admin dashboard
Unknwon 81287ba022 Mirror issue fix
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon 78defd238c Page: Manage social accounts
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate page
Unknwon 3428baa3b5 Mirror fix on template
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 12fb42de5a Fix IE bug and show errors.
Justin Nuß 4e2477a1a5 Fix . Switch to JS(ON) implementation for issue/comment creation.
Justin Nuß dedb156d4a Fix . Allow empty comments as long as there are attachments.
Justin Nuß 4d702eb345 Allow disabling uploads
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß 1129f756c8 Fix missing . (dot) in issue templates
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
无闻 8e4debe99d Merge pull request from nuss-justin/issue/288
Fix issue . Only show label form if repository collaborator/admin
无闻 dc2e140360 Merge pull request from nuss-justin/dev
Fix issue 280 & unwatch button in Firefox
Justin Nuß e194cf3291 Fix issue . Allow links in the repository description
Justin Nuß ccca60a5a1 Fix issue . Only show label form if repository collaborator/admin
Justin Nuß 18718afb36 Hide watch/unwatch button if not loggedin
Unknown be8ac7fb75 fix
Unknown cdffdeddc9 Fix bug that collaborators are able to modify settings of repository
Unknown 5dbfe3c26c Finish organization homepage
Unknown 32b09681b2 Migrate repository by organization
Unknown 43b33440b5 Work on create organization repo and
fuxiaohei 72ba273cc9 select owner when creating repository
Unknown 4cf7a1fca5 Mirror update on create repo page
fuxiaohei 80be060735 select owner when creating repository
Unknown 8e6c254c03 Mirror fix on create repo
fuxiaohei cc703ee663 select owner when creating repository
Unknown 314193029a Use constants to name template file
Unknown 9924e65ca1 In progress of name template name constant
Unknown f160b4f33c Add tar.gz download button and other mirror updates
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug
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.
Unknown 33ec0632ff Fix
Unknown 98dbbae2ef Fix
Unknown c117f9e73f Fix
FuXiaoHei d76772adb9 add milestone list page
Unknown e573855a4f Fix , support web hook
Unknown 94bccbb148 Finish edit and remove web hook
Unknown 24f614f6db Finish add web hook
Unknown bbdfe25769 User code clean and ui improve
Unknown c1eb4d894a Clean api code
FuXiaoHei d189b83ac1 some ui fix
FuXiaoHei d34c3bb751 finish webhook ui,
some ui fix
FuXiaoHei 3e856928a2 add webhooks page ui
Unknown 75109bbd65 Fix panic when no master branch
Unknown f6c4fbeb37 Collaborator
FuXiaoHei 1c88a541cb fix profile ui
FuXiaoHei 52fbb9788a add collaboration page ui
Unknown 2401e68d7e Prepare for v0.3.1 hotfix
无闻 31805e2bbe Merge pull request from clee/show-parents
Show parents in commit diff page
Chris Lee 6700257558 Show parents in commit diff page
Unknown ce05a8d7b6 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/repo/single_list.tmpl
Unknown 62d23e9154 HTTP no follow and offline mode