Commit Graph

242 Commits (02289479ef9fb6fb529b5e38f65418c728ca2502)

Author SHA1 Message Date
Unknwon 461f715ae4 fix css 10 years ago
Unknwon 4275b3720a finsih diff and compare 10 years ago
Unknwon aa65761d81 new commits table 10 years ago
Unknwon 371572cf5f allow edit issue and comment 10 years ago
Unknwon 87f5ca8e1f able edit issue title 10 years ago
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs 10 years ago
Unknwon 928d9fc1d4 fix access token style 10 years ago
Unknwon 4c7b6414eb new access token UI 10 years ago
Unknwon 2493454587 new delete account UI and password confirmation 10 years ago
Unknwon 81b8427438 new UI on admin/monitor 10 years ago
Unknwon 6d3e5a36a1 update octicons to 3.1 10 years ago
Unknwon 77ade6855d fix style and locale name 10 years ago
Unknwon 7bb5cb444c fix css styles 10 years ago
Unknwon 2e30b421b4 comletely remove v1 UI files of Gogs 10 years ago
Unknwon c8bb475abb fix autocomplete on migration 10 years ago
Unknwon e633425f27 #1180 and #1250: migration 10 years ago
Unknwon a52324a5f9 able sort issues 10 years ago
Unknwon cec38f2a8c able edit issue labels/milestone/assignee 10 years ago
Unknwon 0efe80d60d fix issue list assignee position 10 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312 10 years ago
Unknwon 1fb53067f4 finish close/reopen issue 10 years ago
Unknwon a01867cc1a Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	public/css/gogs.min.css
10 years ago
Unknwon 33f33e055a fix on #1466 10 years ago
Unknwon ab2d0b3b44 add comment form UI 10 years ago
Unknwon b4c0b7b98b finish view issue without comments and ops 10 years ago
Unknwon 34f6cbfc2a finish attachments when create issue 10 years ago
Unknwon 89c2bd4a0d finish create issue attachment UI 10 years ago
Unknwon cbc7b7132f finish new issue action and mentions 10 years ago
Unknwon 887bc1b594 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
10 years ago
Unknwon 2aea247208 minor fix on #1460 10 years ago
Fernando San Julián 4cc198179c new top menu 10 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee 10 years ago
Unknwon 09a1b2a1f5 finish create issue with milestone 10 years ago
Unknwon 922f3f3062 finish create issue with labels 10 years ago
Unknwon 48f12d4ead upgrade new issue to SUI v2 10 years ago
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
10 years ago
Unknwon 8a3ee795d2 finish transforming to v2 10 years ago
Unknwon 7372042441 list view: issue, label, milestone 10 years ago
Unknwon 590c464c56 UI: create issue with title and content 10 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 10 years ago
Unknwon d015d951bd fix css rule 10 years ago
Unknwon 9db4acc62e improve fork process 10 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support 10 years ago
Unknwon 0705f55ce0 finish new milestone page 10 years ago
Unknwon 3e4cdccf6b milestone: create page 10 years ago
Unknwon 9311a9858a milestone: pagination 10 years ago
Unknwon 04458d49a0 milestone: list view 10 years ago
Fernando San Julián c5be40decb new markdown styles 10 years ago
Unknwon 589618c8a5 better paging 10 years ago
Unknwon 1ba837a055 new issue and label page 10 years ago
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
10 years ago
Unknwon 3426ae42b3 fix css compression 10 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
10 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon 4447a20f87 UI: issues - finish basic frame 10 years ago
Unknwon 5cf3732339 UI: install - new version 10 years ago
Unknwon 5dd3dd71a0 UI: install - database settings 10 years ago
Unknwon ffd17924fd update UI framework 10 years ago
Unknwon 9fb2d49b93 #1073 #1162 issue ID constraint failed 10 years ago
Unknwon b6f8b486c7 add sr-only class, change to new tag line 10 years ago
Unknwon 4b9fb43a70 home: new UI 10 years ago
Christopher Brickley 00a864e693 add commit compare functionality 11 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.
11 years ago
无闻 645c194a00 Merge pull request #336 from adelq/responsive-layouts
Avoid using fixed width in CSS for layouts
11 years ago
Adel Qalieh d4cbbc864a Avoid using fixed width in CSS for layouts 11 years ago
无闻 02a81ddb62 Merge pull request #332 from acusti/dev
Styling plus a couple small fixes for issue attachments (& misc cleanup)
11 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 11 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
11 years ago
Justin Nuß 12fb42de5a Fix IE bug and show errors. 11 years ago
Justin Nuß bfe5b86004 Add file upload for attachments 11 years ago
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images 11 years ago
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository 11 years ago
fuxiaohei c127d84777 add organization team-single page 11 years ago
Unknown e4ea5cf598 Finish Teams page 11 years ago
fuxiaohei 1d55ecd29c add organization team-create page 11 years ago
fuxiaohei b5ba2bd268 add organization team-create page 11 years ago
fuxiaohei cc703ee663 select owner when creating repository 11 years ago
fuxiaohei f393dc6520 add organization dashboard page 11 years ago
fuxiaohei ea507e20d4 add organization create page 11 years ago
fuxiaohei adda10f4a4 add organization teams page 11 years ago
fuxiaohei 514d7e1922 add organization memebers page 11 years ago
fuxiaohei bf703ef617 add dashboard context switch button 11 years ago
Unknown d952b4200c Add corn rask monitor panel 11 years ago
Unknown f160b4f33c Add tar.gz download button and other mirror updates 11 years ago
FuXiaoHei 4fcbf553aa organisation main page ui 11 years ago
FuXiaoHei e0a6e6dd1a issue ui update 11 years ago
FuXiaoHei 1331134316 finish issue edit content preview 11 years ago
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug 11 years ago
FuXiaoHei c82807a713 add issue label attach-detach ui 11 years ago
FuXiaoHei 342baf1dda add label edit and manage ui 11 years ago
FuXiaoHei 61641d9c63 issue label ui design 11 years ago
FuXiaoHei a1bb3741d5 add milestone in new-issue page 11 years ago
FuXiaoHei 4a4392192b add milestone issue view ui 11 years ago
FuXiaoHei 2eabeba6b7 finish milestone add page 11 years ago
FuXiaoHei 045c21de4f assignee ui in issue view 11 years ago
FuXiaoHei a03f380fa8 assignee ui in issue view 11 years ago
FuXiaoHei 11ca10ab2f issue assignee ui 11 years ago
FuXiaoHei d76772adb9 add milestone list page 11 years ago
FuXiaoHei 3e856928a2 add webhooks page ui 11 years ago
Unknown f6c4fbeb37 Collaborator 11 years ago