1156 Commits (740a5ecdd925aec8dcea3e73da07868f70cdacac)

Author SHA1 Message Date
fuxiaohei 7c30ae7002 is utils improvement 10 years ago
Unknwon 5bbeeb0f1b Page: Commits and fix #249 10 years ago
Unknwon 93ee0838eb Page: Repository home page 10 years ago
Unknwon a1109e6fbc Page: Repository home page 10 years ago
Unknwon ebb05475ed Fix #495 and cannot view repository by tag 10 years ago
fuxiaohei a11ed51bbb resize star font size 10 years ago
fuxiaohei e0493259a6 resize star font size 10 years ago
fuxiaohei b3f0d25ce5 pull request ui review, change sidebar 10 years ago
fuxiaohei d750d53422 Merge remote-tracking branch 'origin/dev' into dev 10 years ago
fuxiaohei 8d5a4cc9eb pull request ui review, change sidebar 10 years ago
Unknwon 1476a1a729 Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknwon e3eea745f4 UI fix 10 years ago
fuxiaohei 60c65415dd pull request page ui review, upgrade octicon icons 10 years ago
fuxiaohei 904f799c1a improve ui details 10 years ago
Unknwon 063aacd436 UI: Use tooltip not alert when copy clone URL 10 years ago
Unknwon 196efecaaa Fix #491 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
Unknwon c1ceec45da Fix mirror UI style and work on #475 10 years ago
Unknwon 41386fa91a Fix UI 10 years ago
Unknwon 7027ac9308 Fix #461 10 years ago
Unknwon b9560374cd UI fix 10 years ago
Unknwon a5926f2689 add missing style 10 years ago
Unknwon bba401a5dc Prepare 0.5 release 10 years ago
Unknwon fdc8c34258 Fix clone panel z-index 10 years ago
无闻 e79e4b1580 Merge pull request #442 from compressed/org_hook
Organization-level Webhooks
10 years ago
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release 10 years ago
Christopher Brickley 85c35a6b8b add organization-level webhooks 10 years ago
Vyacheslav Bakhmutov 2a7a03e5b3 take params for milestone and assignee from query instead of path args 10 years ago
Christopher Brickley 00a864e693 add commit compare functionality 10 years ago
Unknwon bf5595f9a0 Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknwon 36661f53e6 Update deps 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 d2aff9a46a Continue working on new admin pages 10 years ago
Unknwon 8829174574 Finish new admin users pages 10 years ago
Unknwon 1aec1a2dda Finish new admin dashboard 10 years ago
Unknwon 74b31566cf Finsih add/remove repo in organization 10 years ago
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team 10 years ago
Unknwon fa60502a70 Working on organization pages 10 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 10 years ago
Unknwon 78add502d7 Finish new organization members and invitation page 10 years ago
Unknwon 36b4c57ff1 Finish new organization members and invitation page 10 years ago
Unknwon 5acc948562 Page: `/org/:orgname/settings` 10 years ago
Unknwon 5fbf8531e6 Finish new home page of organization 10 years ago
Unknwon 7af7584d25 Finish new reset password, etc. 10 years ago
Unknwon 78defd238c Page: Manage social accounts 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 99eeb08419 nowarp fix 10 years ago
Unknwon 6fc2107529 Add missing less files 10 years ago
Unknwon fa0a389dc4 Fix bare repo bug 10 years ago
Justin Nuß 2cb754b5af Fix wrong selector for AJAX issue creation. 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago
无闻 568c9b353e Merge pull request #311 from nuss-justin/issue/281
Fix #281. Add mouse-over precise time and on-click switch listener.
10 years ago
Unknwon dabf5b057c Finish new migrate page 10 years ago
Unknwon 3428baa3b5 Mirror fix on template 10 years ago
无闻 645c194a00 Merge pull request #336 from adelq/responsive-layouts
Avoid using fixed width in CSS for layouts
10 years ago
Adel Qalieh d4cbbc864a Avoid using fixed width in CSS for layouts 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
无闻 02a81ddb62 Merge pull request #332 from acusti/dev
Styling plus a couple small fixes for issue attachments (& misc cleanup)
10 years ago
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
	modules/base/tool.go
10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
无闻 0a739cf9ac Merge pull request #325 from nuss-justin/dev
Remove 'None yet' message when adding first label to issue.
10 years ago
Andrew Patton 6407caa761 Semicolons for consistency ;); 10 years ago
Andrew Patton ef8eef7519 Trivial cleanup
using `event.preventDefault` instead of `return false` for being more
explicit
10 years ago
Andrew Patton 71cefc95ab Use console.log instead of breakpoint 10 years ago
Andrew Patton 957361d755 Fix typos 10 years ago
Andrew Patton cd369b667f Fix “Submitting” state of Close issue input
If .btn-default isn’t removed, .btn-default and .btn-warning styles
conflict
10 years ago
Andrew Patton ef430ae7ab Small whitespace cleanup 10 years ago
Andrew Patton a447aecd95 Fix for erroneous Submitting mode on button
Click handler was also attaching to “Select Attachments” button, so
modified selector to grab #issue-reply-btn by ID and submit button
10 years ago
Andrew Patton c084a5ba73 Style finesse for “Attachments:” list in issues
Make `#attached-list` attachment labels wrap, make spacing more
consistent, add hover stats to `.attachment-remove` icon, adjust
padding of labels to compensate for `.attachment-remove` icon
10 years ago
Justin Nuß 09cb8c67cb Save comment/issue drafts in sessionStorage. 10 years ago
Justin Nuß a03a1e87e9 Remove 'None yet' message when adding first label to issue. 10 years ago
Justin Nuß f0da8a68c2 Remove debug comment. 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
无闻 0f3414ec39 Merge pull request #315 from nuss-justin/issue/313
Fix #313. Repair broken image extension detection regex.
10 years ago
Andrew Patton 8ccde45c5f Fix #319 (user not-logged in error) 10 years ago
Justin eafa365453 Fix #313. Repair broken image extension detection regex. 10 years ago
Justin Nuß 835e85b5ce Fix #281. Add mouse-over precise time and on-click switch listener. 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ß 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ß 34304e6a0c WIP: Allow attachments for issues, not only comments 10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago
无闻 94b100ce43 Merge pull request #299 from nuss-justin/issue/216
Fix #216. Change milestones, labels and assigne without reloading the page
10 years ago
Justin Nuß ed73af6fa1 Fix #216. Change milestones, labels and assigne without reloading the page 10 years ago
Justin Nuß 0b4fcf1224 Fix unwatch button not working in Firefox 10 years ago
fuxiaohei c127d84777 add organization team-single page 10 years ago
Unknown e4ea5cf598 Finish Teams page 10 years ago
fuxiaohei 1d55ecd29c add organization team-create page 10 years ago
fuxiaohei b5ba2bd268 add organization team-create page 10 years ago
fuxiaohei 72ba273cc9 select owner when creating repository 10 years ago
fuxiaohei 80be060735 select owner when creating repository 10 years ago
fuxiaohei cc703ee663 select owner when creating repository 10 years ago
fuxiaohei f393dc6520 add organization dashboard page 10 years ago
fuxiaohei ea507e20d4 add organization create page 10 years ago
fuxiaohei adda10f4a4 add organization teams page 10 years ago
fuxiaohei 514d7e1922 add organization memebers page 10 years ago
fuxiaohei bf703ef617 add dashboard context switch button 10 years ago
Unknown d952b4200c Add corn rask monitor panel 10 years ago
Unknown fb0972afad Fix #199 10 years ago
Unknown f160b4f33c Add tar.gz download button and other mirror updates 10 years ago
FuXiaoHei 4fcbf553aa organisation main page ui 10 years ago
FuXiaoHei e0a6e6dd1a issue ui update 10 years ago
FuXiaoHei 50ba08e2c6 fix issue label ajax 10 years ago
FuXiaoHei 1331134316 finish issue edit content preview 10 years ago
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug 10 years ago
FuXiaoHei c82807a713 add issue label attach-detach ui 10 years ago
FuXiaoHei 342baf1dda add label edit and manage ui 10 years ago
FuXiaoHei 61641d9c63 issue label ui design 10 years ago
FuXiaoHei a1bb3741d5 add milestone in new-issue page 10 years ago
FuXiaoHei 4a4392192b add milestone issue view ui 10 years ago
FuXiaoHei 3fe87cba85 fix preview js 10 years ago
Unknown 68fb62347f Finish issue assignee 10 years ago
Unknown 2c73ced0db Fix #173 10 years ago
FuXiaoHei 2eabeba6b7 finish milestone add page 10 years ago
FuXiaoHei 045c21de4f assignee ui in issue view 10 years ago
FuXiaoHei a03f380fa8 assignee ui in issue view 10 years ago
FuXiaoHei 11ca10ab2f issue assignee ui 10 years ago
FuXiaoHei d76772adb9 add milestone list page 10 years ago
Unknown bbdfe25769 User code clean and ui improve 10 years ago
Unknown c1eb4d894a Clean api code 10 years ago
FuXiaoHei 3e856928a2 add webhooks page ui 10 years ago
Unknown 0a187dbef5 Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknown f6c4fbeb37 Collaborator 10 years ago
FuXiaoHei ad71775ae8 fix collaboration js bug 10 years ago
FuXiaoHei 1c88a541cb fix profile ui 10 years ago
FuXiaoHei 52fbb9788a add collaboration page ui 10 years ago
Robert Speicher 494e5fd40c Install: Set the default host string based on database type 10 years ago
Unknown 2401e68d7e Prepare for v0.3.1 hotfix 10 years ago
Unknown 59d0e73c35 Batch mirror fix 10 years ago
Unknown 660b47373d Prepare for release v0.3.0 10 years ago
Unknown 006c45e21d Mirror change 10 years ago
FuXiaoHei 8549b47e04 fix repo-new ui, fix top-nav search-bar ui 10 years ago
FuXiaoHei 5f3a6a9d74 social login button ui 10 years ago
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page 10 years ago
FuXiaoHei 555b6976a3 add search form in top navbar 10 years ago
FuXiaoHei df000245d1 add pager in commit-page, finish commit search form 10 years ago
FuXiaoHei 668007592a upgrade bootstrap to 3.1.1, upgrade todc bootstrap theme 10 years ago
zhsso a4cbe79567 fix 10 years ago
zhsso f3ed11d177 mistakes 10 years ago
FuXiaoHei a354f33ac2 new-repo dropdown in top navbar 10 years ago
FuXiaoHei c72e1b5c2a repo-import page ui 10 years ago
FuXiaoHei 721834a267 change new-repo button to dropdown menu in dashboard page 10 years ago
FuXiaoHei d3a987eded username & repo-name changing help message 10 years ago
FuXiaoHei 1b0142513e release-new page ui 10 years ago
FuXiaoHei 75db79b4b6 release list page ui 10 years ago
FuXiaoHei 1757a59a99 js clipboard 10 years ago
Unknown d9005ee970 Improve issue mail content 10 years ago
crackcomm 5a07b5430e .admin-dl-horizontal 10 years ago
crackcomm 868d921f7b Description list instead of div's in admin Dashboard & Configuration. 10 years ago
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0 10 years ago
FuXiaoHei be45057c3a fix issue ajax update 10 years ago
FuXiaoHei ecce694d77 issue content ajax preview 10 years ago
FuXiaoHei f0d5c3992b issue ajax edit 10 years ago
FuXiaoHei 9047cadcd3 issue close and reopen block ui 10 years ago
FuXiaoHei e1e2eee508 update issue view page 10 years ago
FuXiaoHei c796ed3849 update install page ui 10 years ago
Unknown dd6246877d Almost done diff page 10 years ago
FuXiaoHei 08405a4fea add issue view ui 10 years ago
FuXiaoHei 84bec2842f issue style change 10 years ago
FuXiaoHei 8ce9458d65 issue style change 10 years ago
FuXiaoHei 23d103c721 issue list in user 10 years ago
FuXiaoHei 124c4d72bf issue list in repo 10 years ago
FuXiaoHei e5d8fe41c4 issue create page ui 10 years ago
FuXiaoHei 5d67960b1e fix style 10 years ago
FuXiaoHei 2a2f025388 change css name style 10 years ago
FuXiaoHei 7f6126dd04 install sample page 10 years ago
FuXiaoHei 79633ab1fb file size and file raw style update 10 years ago
FuXiaoHei 92a6058e29 zip download button, repo single file buttons 10 years ago
FuXiaoHei c9e1eb0a0d diff page ui 10 years ago
FuXiaoHei 5e22f1437a diff page ui 10 years ago
Unknown b31070faf5 Merge branch 'master' of github.com:gogits/gogs 10 years ago
Unknown 6bc7ae971a Mirror fix 10 years ago
slene dd12d0cf82 remove 10 years ago
skyblue 4bac361605 merge with branch master 10 years ago
skyblue b9302749dd update default image 10 years ago
slene f7f175a079 fix code select range 10 years ago
slene 559cd63fc5 fix code view indentation 10 years ago
Gogs 964e537479 append route to web 10 years ago
FuXiaoHei c9e830cefb fix dropdown close bug 10 years ago
FuXiaoHei 7b9d4d126a Merge branch 'master' of https://github.com/gogits/gogs 10 years ago
slene 406afa3c32 markdown img max-width 10 years ago
FuXiaoHei 13b6e06943 404 and 500 page ui 10 years ago
FuXiaoHei 1a16b3e99a repo options ui 10 years ago
slene 076fc98d98 add csrf check 10 years ago
FuXiaoHei 011134e0af add clone link in repo index page 10 years ago
FuXiaoHei 67c4e54298 fix navbar button ui 10 years ago
FuXiaoHei 14ddb8b1fa fix dashboard repo link 10 years ago
FuXiaoHei ecc61ced41 update admin nav ui 10 years ago
slene 686348974b fix code style 10 years ago
slene c44aa757d0 fix style 10 years ago
slene 88eaa68763 Merge branch 'master' of github.com:gogits/gogs 10 years ago
slene ef3c0b215d fix 10 years ago
FuXiaoHei 1a0d7c54a2 repo watching ajax 10 years ago
slene 7c6c6125f3 fix line num 10 years ago
slene d9991603e6 Merge branch 'master' of github.com:gogits/gogs 10 years ago
slene fa455ab757 fix offset 10 years ago
FuXiaoHei 4efd73d37a fix single bare page link 10 years ago
slene c8790eb7d3 overflow 10 years ago
slene de956c4776 linenums 10 years ago
slene c6bd723ce1 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/js/app.js
10 years ago
FuXiaoHei c7b6fbfd46 clean padding in single file page 10 years ago
FuXiaoHei cb80111e89 guide page for bare repo
some ui fix
10 years ago
slene 21379e30a1 fix link 10 years ago
slene c3532718a7 add anchor 10 years ago
FuXiaoHei a0e73e2b54 top nav arrow update 10 years ago
FuXiaoHei 89041248d4 repo commit list ui 10 years ago
FuXiaoHei 06af48503c repo description ui update 10 years ago
FuXiaoHei 78097a2c5a Merge branch 'master' of https://github.com/gogits/gogs 10 years ago
Gogs c593578a55 fix styles 10 years ago
FuXiaoHei 9533b23272 theme changes 10 years ago
slene 26f9962b6e clone in ssh 10 years ago
FuXiaoHei 3a3ac1f0f3 repo branch page ui 10 years ago
FuXiaoHei 24d91ecda8 ui and js update 10 years ago
FuXiaoHei c101471bdf ui update, repo-assignment panic bug fix 10 years ago
FuXiaoHei cc3cbf8cbe ui css fix 10 years ago
Unknown 7015c3d491 Merge branch 'master' of github.com:gogits/gogs 10 years ago
Unknown ec65be79f0 Fix commit feed ui 10 years ago
slene c569b91c89 add jquery cookie / select2 / autosize plugins 10 years ago
slene c9bf526be7 markdown & code style 10 years ago
slene 8c2597b5d9 fix 10 years ago
slene 9557cfc653 set width = 1030 when max-width > 1200 10 years ago
slene 1f9ced7960 file list style 10 years ago
slene f6e32b1b08 finish delete ssh key and delete account. all with confirm. 10 years ago
slene 606ad6dcd0 update user repos style 10 years ago
slene b3919c577f fix margin 10 years ago
slene c7acb9552a remove padding 10 years ago
slene 0791d01513 update tmpl 10 years ago
slene 06deed820d Add HomeLink and AvatarLink to User model. Please use .SignedUser in template. 10 years ago
FuXiaoHei 8d1fcdaf2c repo page ui 10 years ago
FuXiaoHei 9c0672e0dd user update-password page ui 10 years ago
Unknown 52de63e7bb Allow 1 letter usernames 10 years ago
FuXiaoHei a8d8e72562 single repository setting page ui 10 years ago
FuXiaoHei 4fff38856e single repository page ui preview 10 years ago
FuXiaoHei 4f4ec9321f dashboard ui 10 years ago
FuXiaoHei 63d2f74c21 begin dashboard ui 10 years ago
FuXiaoHei 7f92579905 finish user delete page ui 10 years ago
FuXiaoHei efa039a0f7 finish ssh key pages ui 10 years ago
FuXiaoHei 46687f391c ssh keys operation page ui 10 years ago
FuXiaoHei 4c1858c07b navbar active status 10 years ago
FuXiaoHei 9cd14f97c2 register js validation 10 years ago
FuXiaoHei 4b912b9ae6 signed-in dashboard and navbar changes 10 years ago
FuXiaoHei 39ac95e5a2 nav ui for user logged 10 years ago
FuXiaoHei 71bae3ebd3 ui for repo/create page 10 years ago
FuXiaoHei ffe0ba562c ui for user/profile page, only skeleton 10 years ago
FuXiaoHei ffcfd428b8 ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
10 years ago
Unknown 3628964795 Fix CSS issue 11 years ago
Unknown b1c5adc2f2 Setup templates structure 11 years ago
Unknown b5ba387891 Setup static resources 11 years ago