Commit Graph

237 Commits (400b6fd61c6a1cea590c1b264b588d9a2b0cae28)

Author SHA1 Message Date
Unknwon 71123c816d update hightlight.js
Unknwon 7a3eccc709 Drop 0.5.x support
Angus Gibson 9bd3ebe207 Dropdown on commits page to choose branch
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
Unknwon 404867f206 fix and fix
Unknwon f41360d864 advanced select ops for system notices
Unknwon 98e989d52c minor JS and UI fix
Unknwon e42fcb033d wiki: finish edit
Unknwon 2b10fdc4dc Wiki: UI for page new
Andrey Nering 880849a283 Fixing Dropzone should accept all files when config is "*/*".
Unknwon e6b2a01e5d minor JS fix
Unknwon 52c8f69163 fix
Unknwon b80e848d02 upgrade libs
Unknwon ff5f14431e fix
Unknwon 9c12ed3b6e clean up
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
Unknwon 6a664e88c7 show issue content
Unknwon 0f438ef0b3 new dashboard ui
Unknwon 020fb43b77 space bar as click
Unknwon 908f2924ce fix and fix
Unknwon 92535c9df0 update some libs
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 4465c58f4b new quick start page
Unknwon d9c5b3bcee fix change label title resets color
Unknwon 5f1183cecf add install option
Unknwon 83e747bfda and and new admin edit user UI
Unknwon 8e0a69f86a disable captcha and new admin create user UI
Unknwon 0617448282 finish new add auth UI
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon edc99bc8a4 new org options UI
Unknwon 24658fcbdd dix suburl
Unknwon 46dce2d653 fix emoji edit not rendered
Unknwon 3b0c2cb480 Add Emoji support
Unknwon d023e81a8f explore paginator problem
Unknwon 768c78d143 update semantic
Unknwon dde9ace91b fix rename repo JS
Unknwon ee3e0c3c49 fix dropdown search
Unknwon cb381078ff finish new repo options page
Unknwon c6b039c6f9 new repo options UI
Unknwon 302938e646 Disable Gravatar option when install
Unknwon f509c59ac1 new create webhook event
Unknwon a7686e8749 bundle jquery with gogs
Unknwon 70e0153b93 add highlight js
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon 4275b3720a finsih diff and compare
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 2e30b421b4 comletely remove v1 UI files of Gogs
Unknwon c8bb475abb fix autocomplete on migration
Unknwon e633425f27 and : migration
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 89c2bd4a0d finish create issue attachment UI
Unknwon 17f3e840ec fix cannot parse JSON for attachments
Unknwon 887bc1b594 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
#	modules/bindata/bindata.go
#	public/css/gogs.min.css
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 7372042441 list view: issue, label, milestone
Unknwon 590c464c56 UI: create issue with title and content
Unknwon 43a87b0caf auto-redirect when finish filter branch
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 0705f55ce0 finish new milestone page
Unknwon 74bd6b939c milestone: edit
Unknwon b9527cd1bf force downcase e-mail
Unknwon 3e4cdccf6b milestone: create page
Fernando San Julián eebcbf9d34 add clipboard API support
Unknwon 04458d49a0 milestone: list view
Fernando San Julián b92bb77b54 autofocus for new and edit issue forms
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
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 b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon 5dd3dd71a0 UI: install - database settings
Unknwon ffd17924fd update UI framework
Unknwon 4b9fb43a70 home: new UI
Unknwon 3d9cda2d98 public/ng: fix auto-completion
Deiwin Sarjas 54ef1cee1d add full name to found users' list
Vyacheslav Bakhmutov 2a7a03e5b3 take params for milestone and assignee from query instead of path args
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.
Justin Nuß 2cb754b5af Fix wrong selector for AJAX issue creation.
无闻 568c9b353e Merge pull request from nuss-justin/issue/281
Fix . Add mouse-over precise time and on-click switch listener.
无闻 02a81ddb62 Merge pull request from acusti/dev
Styling plus a couple small fixes for issue attachments (& misc cleanup)
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
	modules/base/tool.go
无闻 0a739cf9ac Merge pull request from nuss-justin/dev
Remove 'None yet' message when adding first label to issue.
Andrew Patton 6407caa761 Semicolons for consistency ;);
Andrew Patton ef8eef7519 Trivial cleanup
using `event.preventDefault` instead of `return false` for being more
explicit
Andrew Patton 71cefc95ab Use console.log instead of breakpoint
Andrew Patton 957361d755 Fix typos
Andrew Patton cd369b667f Fix “Submitting” state of Close issue input
If .btn-default isn’t removed, .btn-default and .btn-warning styles
conflict
Andrew Patton ef430ae7ab Small whitespace cleanup