Commit Graph

389 Commits (a5444fb3db35c3f42ee9303f2c230ff38c602160)

Author SHA1 Message Date
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
Unknwon 928d9fc1d4 fix access token style
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 81b8427438 new UI on admin/monitor
Unknwon 6d3e5a36a1 update octicons to 3.1
Unknwon 77ade6855d fix style and locale name
Unknwon 7bb5cb444c fix css styles
Unknwon 2e30b421b4 comletely remove v1 UI files of Gogs
Unknwon c8bb475abb fix autocomplete on migration
Unknwon e633425f27 and : migration
Unknwon a52324a5f9 able sort issues
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 0efe80d60d fix issue list assignee position
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon a01867cc1a Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	public/css/gogs.min.css
Unknwon 33f33e055a fix on
Unknwon ab2d0b3b44 add comment form UI
Unknwon b4c0b7b98b finish view issue without comments and ops
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 89c2bd4a0d finish create issue attachment UI
Unknwon cbc7b7132f finish new issue action and mentions
Unknwon 887bc1b594 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
Unknwon 2aea247208 minor fix on
Fernando San Julián 4cc198179c new top menu
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon 09a1b2a1f5 finish create issue with milestone
Unknwon 922f3f3062 finish create issue with labels
Unknwon 48f12d4ead upgrade new issue to SUI v2
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
Unknwon 8a3ee795d2 finish transforming to v2
Unknwon 7372042441 list view: issue, label, milestone
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon d015d951bd fix css rule
Unknwon 9db4acc62e improve fork process
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 0705f55ce0 finish new milestone page
Unknwon 3e4cdccf6b milestone: create page
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
Fernando San Julián c5be40decb new markdown styles
Unknwon 589618c8a5 better paging
Unknwon 1ba837a055 new issue and label page
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon 3426ae42b3 fix css compression
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon 4447a20f87 UI: issues - finish basic frame
Unknwon 5cf3732339 UI: install - new version
Unknwon 5dd3dd71a0 UI: install - database settings
Unknwon ffd17924fd update UI framework
Unknwon 9fb2d49b93 issue ID constraint failed
Unknwon b6f8b486c7 add sr-only class, change to new tag line
Unknwon 4b9fb43a70 home: new UI
Christopher Brickley 00a864e693 add commit compare functionality
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.
无闻 645c194a00 Merge pull request from adelq/responsive-layouts
Avoid using fixed width in CSS for layouts
Adel Qalieh d4cbbc864a Avoid using fixed width in CSS for layouts
无闻 02a81ddb62 Merge pull request from acusti/dev
Styling plus a couple small fixes for issue attachments (& misc cleanup)
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
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
Justin Nuß 12fb42de5a Fix IE bug and show errors.
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
fuxiaohei c127d84777 add organization team-single page
Unknown e4ea5cf598 Finish Teams page
fuxiaohei 1d55ecd29c add organization team-create page
fuxiaohei b5ba2bd268 add organization team-create page
fuxiaohei cc703ee663 select owner when creating repository
fuxiaohei f393dc6520 add organization dashboard page
fuxiaohei ea507e20d4 add organization create page
fuxiaohei adda10f4a4 add organization teams page
fuxiaohei 514d7e1922 add organization memebers page
fuxiaohei bf703ef617 add dashboard context switch button
Unknown d952b4200c Add corn rask monitor panel
Unknown f160b4f33c Add tar.gz download button and other mirror updates
FuXiaoHei 4fcbf553aa organisation main page ui
FuXiaoHei e0a6e6dd1a issue ui update
FuXiaoHei 1331134316 finish issue edit content preview
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug
FuXiaoHei c82807a713 add issue label attach-detach ui
FuXiaoHei 342baf1dda add label edit and manage ui
FuXiaoHei 61641d9c63 issue label ui design
FuXiaoHei a1bb3741d5 add milestone in new-issue page
FuXiaoHei 4a4392192b add milestone issue view ui
FuXiaoHei 2eabeba6b7 finish milestone add page
FuXiaoHei 045c21de4f assignee ui in issue view
FuXiaoHei a03f380fa8 assignee ui in issue view
FuXiaoHei 11ca10ab2f issue assignee ui
FuXiaoHei d76772adb9 add milestone list page
FuXiaoHei 3e856928a2 add webhooks page ui
Unknown f6c4fbeb37 Collaborator
FuXiaoHei 1c88a541cb fix profile ui
FuXiaoHei 52fbb9788a add collaboration page ui
FuXiaoHei 8549b47e04 fix repo-new ui, fix top-nav search-bar ui
FuXiaoHei 5f3a6a9d74 social login button ui
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page
FuXiaoHei 555b6976a3 add search form in top navbar
FuXiaoHei df000245d1 add pager in commit-page, finish commit search form
FuXiaoHei 668007592a upgrade bootstrap to 3.1.1, upgrade todc bootstrap theme
zhsso a4cbe79567 fix
zhsso f3ed11d177 mistakes
FuXiaoHei a354f33ac2 new-repo dropdown in top navbar
FuXiaoHei c72e1b5c2a repo-import page ui
FuXiaoHei 721834a267 change new-repo button to dropdown menu in dashboard page
FuXiaoHei 1b0142513e release-new page ui
FuXiaoHei 75db79b4b6 release list page ui
Unknown d9005ee970 Improve issue mail content
crackcomm 5a07b5430e .admin-dl-horizontal
crackcomm 868d921f7b Description list instead of div's in admin Dashboard & Configuration.
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
FuXiaoHei 9047cadcd3 issue close and reopen block ui
FuXiaoHei e1e2eee508 update issue view page
Unknown dd6246877d Almost done diff page
FuXiaoHei 08405a4fea add issue view ui
FuXiaoHei 84bec2842f issue style change
FuXiaoHei 8ce9458d65 issue style change
FuXiaoHei 23d103c721 issue list in user
FuXiaoHei 124c4d72bf issue list in repo
FuXiaoHei e5d8fe41c4 issue create page ui
FuXiaoHei 5d67960b1e fix style
FuXiaoHei 2a2f025388 change css name style
FuXiaoHei 7f6126dd04 install sample page
FuXiaoHei 79633ab1fb file size and file raw style update
FuXiaoHei c9e1eb0a0d diff page ui
FuXiaoHei 5e22f1437a diff page ui
slene 559cd63fc5 fix code view indentation
slene 406afa3c32 markdown img max-width
FuXiaoHei 1a16b3e99a repo options ui
FuXiaoHei 011134e0af add clone link in repo index page
FuXiaoHei 67c4e54298 fix navbar button ui
FuXiaoHei 14ddb8b1fa fix dashboard repo link
FuXiaoHei ecc61ced41 update admin nav ui
slene 686348974b fix code style
slene c44aa757d0 fix style
FuXiaoHei 1a0d7c54a2 repo watching ajax
slene fa455ab757 fix offset
slene c8790eb7d3 overflow
slene de956c4776 linenums
slene c6bd723ce1 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/js/app.js
FuXiaoHei c7b6fbfd46 clean padding in single file page
FuXiaoHei cb80111e89 guide page for bare repo
some ui fix
slene 21379e30a1 fix link
slene c3532718a7 add anchor
FuXiaoHei a0e73e2b54 top nav arrow update
FuXiaoHei 89041248d4 repo commit list ui
FuXiaoHei 06af48503c repo description ui update
FuXiaoHei 78097a2c5a Merge branch 'master' of https://github.com/gogits/gogs
Gogs c593578a55 fix styles
FuXiaoHei 9533b23272 theme changes
slene 26f9962b6e clone in ssh
FuXiaoHei 3a3ac1f0f3 repo branch page ui
FuXiaoHei 24d91ecda8 ui and js update
FuXiaoHei c101471bdf ui update, repo-assignment panic bug fix
FuXiaoHei cc3cbf8cbe ui css fix
Unknown ec65be79f0 Fix commit feed ui
slene c9bf526be7 markdown & code style
slene 8c2597b5d9 fix
slene 9557cfc653 set width = 1030 when max-width > 1200
slene 1f9ced7960 file list style
slene f6e32b1b08 finish delete ssh key and delete account. all with confirm.
slene 606ad6dcd0 update user repos style
slene b3919c577f fix margin
slene c7acb9552a remove padding
slene 0791d01513 update tmpl
slene 06deed820d Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
FuXiaoHei 8d1fcdaf2c repo page ui
FuXiaoHei 9c0672e0dd user update-password page ui
FuXiaoHei a8d8e72562 single repository setting page ui
FuXiaoHei 4fff38856e single repository page ui preview
FuXiaoHei 4f4ec9321f dashboard ui
FuXiaoHei 63d2f74c21 begin dashboard ui
FuXiaoHei 7f92579905 finish user delete page ui
FuXiaoHei efa039a0f7 finish ssh key pages ui
FuXiaoHei 46687f391c ssh keys operation page ui
FuXiaoHei 4c1858c07b navbar active status
FuXiaoHei 4b912b9ae6 signed-in dashboard and navbar changes
FuXiaoHei 39ac95e5a2 nav ui for user logged
FuXiaoHei 71bae3ebd3 ui for repo/create page
FuXiaoHei ffe0ba562c ui for user/profile page, only skeleton
FuXiaoHei ffcfd428b8 ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
Unknown 3628964795 Fix CSS issue
Unknown b1c5adc2f2 Setup templates structure
Unknown b5ba387891 Setup static resources