]> source.dussan.org Git - gitea.git/log
gitea.git
10 years agoFix #258
Unknwon [Fri, 1 Aug 2014 09:20:33 +0000 (05:20 -0400)]
Fix #258

10 years agoMirro fix on PR #311
Unknwon [Fri, 1 Aug 2014 04:24:29 +0000 (00:24 -0400)]
Mirro fix on PR #311

10 years agoMerge pull request #311 from nuss-justin/issue/281
无闻 [Fri, 1 Aug 2014 04:15:06 +0000 (00:15 -0400)]
Merge pull request #311 from nuss-justin/issue/281

Fix #281. Add mouse-over precise time and on-click switch listener.

10 years agoFinish new migrate page
Unknwon [Fri, 1 Aug 2014 04:06:19 +0000 (00:06 -0400)]
Finish new migrate page

10 years agoConvert captcha, cache, csrf as middlewares
Unknwon [Thu, 31 Jul 2014 21:25:34 +0000 (17:25 -0400)]
Convert captcha, cache, csrf as middlewares

10 years agoMirror fix on template
Unknwon [Wed, 30 Jul 2014 14:02:31 +0000 (10:02 -0400)]
Mirror fix on template

10 years agoMerge pull request #336 from adelq/responsive-layouts
无闻 [Mon, 28 Jul 2014 10:27:33 +0000 (06:27 -0400)]
Merge pull request #336 from adelq/responsive-layouts

Avoid using fixed width in CSS for layouts

10 years agoAvoid using fixed width in CSS for layouts
Adel Qalieh [Mon, 28 Jul 2014 00:06:43 +0000 (20:06 -0400)]
Avoid using fixed width in CSS for layouts

10 years agoReser repo owner to organization when error occurs in repo create page, dashboard...
Unknwon [Sun, 27 Jul 2014 03:53:16 +0000 (23:53 -0400)]
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page

10 years agoGit installation check, show image in single file view, show short SHA1 instead of...
Unknwon [Sat, 26 Jul 2014 22:37:18 +0000 (18:37 -0400)]
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module

10 years agoMerge pull request #332 from acusti/dev
无闻 [Sat, 26 Jul 2014 17:55:32 +0000 (13:55 -0400)]
Merge pull request #332 from acusti/dev

Styling plus a couple small fixes for issue attachments (& misc cleanup)

10 years agoMerge pull request #331 from nuss-justin/dev
无闻 [Sat, 26 Jul 2014 17:54:05 +0000 (13:54 -0400)]
Merge pull request #331 from nuss-justin/dev

Use :index instead of :issue in UpdateIssueMilestone

10 years agoMerge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Justin Nuß [Sat, 26 Jul 2014 09:23:58 +0000 (11:23 +0200)]
Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281

Conflicts:
modules/base/tool.go

10 years agoUse :index instead of :issue in UpdateIssueMilestone
Justin Nuß [Sat, 26 Jul 2014 09:10:49 +0000 (11:10 +0200)]
Use :index instead of :issue in UpdateIssueMilestone

10 years agoFix test case
Unknwon [Sat, 26 Jul 2014 07:05:56 +0000 (03:05 -0400)]
Fix test case

10 years agoDocs fix
Unknwon [Sat, 26 Jul 2014 07:02:46 +0000 (03:02 -0400)]
Docs fix

10 years agoHuge updates!!!!! Be careful to merge!!!!
Unknwon [Sat, 26 Jul 2014 06:28:04 +0000 (02:28 -0400)]
Huge updates!!!!! Be careful to merge!!!!

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Sat, 26 Jul 2014 04:25:43 +0000 (00:25 -0400)]
Merge branch 'dev' of github.com:gogits/gogs into dev

Conflicts:
templates/status/500.tmpl

10 years agoNew UI merge in progress
Unknwon [Sat, 26 Jul 2014 04:24:27 +0000 (00:24 -0400)]
New UI merge in progress

10 years agoMerge pull request #329 from ciarand/feature/update-docs
无闻 [Sat, 26 Jul 2014 04:21:28 +0000 (00:21 -0400)]
Merge pull request #329 from ciarand/feature/update-docs

Update the Docker instructions in the README

10 years agoMerge pull request #330 from ciarand/reword-language-on-error-pages
无闻 [Sat, 26 Jul 2014 04:21:07 +0000 (00:21 -0400)]
Merge pull request #330 from ciarand/reword-language-on-error-pages

Reword the language on the error page templates

10 years agoChange "an error is occurred" to "has occurred"
Ciaran Downey [Sat, 26 Jul 2014 03:51:05 +0000 (20:51 -0700)]
Change "an error is occurred" to "has occurred"

10 years agoUpdate the Docker instructions in the README
Ciaran Downey [Sat, 26 Jul 2014 03:13:17 +0000 (20:13 -0700)]
Update the Docker instructions in the README

10 years agoMerge pull request #325 from nuss-justin/dev
无闻 [Sat, 26 Jul 2014 00:58:31 +0000 (20:58 -0400)]
Merge pull request #325 from nuss-justin/dev

Remove 'None yet' message when adding first label to issue.

10 years agoMerge pull request #327 from ciarand/dev
无闻 [Fri, 25 Jul 2014 23:13:05 +0000 (19:13 -0400)]
Merge pull request #327 from ciarand/dev

Update the Docker build's Go source and version

10 years agoSemicolons for consistency ;);
Andrew Patton [Fri, 25 Jul 2014 21:51:41 +0000 (17:51 -0400)]
Semicolons for consistency ;);

10 years agoTrivial cleanup
Andrew Patton [Fri, 25 Jul 2014 21:51:18 +0000 (17:51 -0400)]
Trivial cleanup

using `event.preventDefault` instead of `return false` for being more
explicit

10 years agoUse console.log instead of breakpoint
Andrew Patton [Fri, 25 Jul 2014 21:50:25 +0000 (17:50 -0400)]
Use console.log instead of breakpoint

10 years agoFix typos
Andrew Patton [Fri, 25 Jul 2014 21:50:03 +0000 (17:50 -0400)]
Fix typos

10 years agoFix “Submitting” state of Close issue input
Andrew Patton [Fri, 25 Jul 2014 21:49:51 +0000 (17:49 -0400)]
Fix “Submitting” state of Close issue input

If .btn-default isn’t removed, .btn-default and .btn-warning styles
conflict

10 years agoSmall whitespace cleanup
Andrew Patton [Fri, 25 Jul 2014 21:48:26 +0000 (17:48 -0400)]
Small whitespace cleanup

10 years agoFix for erroneous Submitting mode on button
Andrew Patton [Fri, 25 Jul 2014 21:47:01 +0000 (17:47 -0400)]
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 agoUse the official Go source, follow redirects
Ciaran Downey [Fri, 25 Jul 2014 19:47:41 +0000 (12:47 -0700)]
Use the official Go source, follow redirects

10 years agoAdd the set -e option to dockerfiles/build.sh
Ciaran Downey [Fri, 25 Jul 2014 19:43:44 +0000 (12:43 -0700)]
Add the set -e option to dockerfiles/build.sh

10 years agoStyle finesse for “Attachments:” list in issues
Andrew Patton [Fri, 25 Jul 2014 19:35:47 +0000 (15:35 -0400)]
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 agoMerge pull request #326 from nuss-justin/feature/keep-text
无闻 [Fri, 25 Jul 2014 19:05:45 +0000 (15:05 -0400)]
Merge pull request #326 from nuss-justin/feature/keep-text

Save comment/issue drafts in sessionStorage.

10 years agoSave comment/issue drafts in sessionStorage.
Justin Nuß [Fri, 25 Jul 2014 18:56:17 +0000 (20:56 +0200)]
Save comment/issue drafts in sessionStorage.

10 years agoRemove 'None yet' message when adding first label to issue.
Justin Nuß [Fri, 25 Jul 2014 18:15:58 +0000 (20:15 +0200)]
Remove 'None yet' message when adding first label to issue.

10 years agoMerge pull request #324 from nuss-justin/issue/318
无闻 [Fri, 25 Jul 2014 17:35:25 +0000 (13:35 -0400)]
Merge pull request #324 from nuss-justin/issue/318

Fix #318. Issues attachments: allow Select Attachments to append files

10 years agoRemove debug comment.
Justin Nuß [Fri, 25 Jul 2014 13:47:42 +0000 (15:47 +0200)]
Remove debug comment.

10 years agoFix IE bug and show errors.
Justin Nuß [Fri, 25 Jul 2014 09:13:42 +0000 (11:13 +0200)]
Fix IE bug and show errors.

10 years agoFix #318. Switch to JS(ON) implementation for issue/comment creation.
Justin Nuß [Fri, 25 Jul 2014 08:47:37 +0000 (10:47 +0200)]
Fix #318. Switch to JS(ON) implementation for issue/comment creation.

10 years agoIgnore EOF error when parsing form.
Justin Nuß [Fri, 25 Jul 2014 08:18:42 +0000 (10:18 +0200)]
Ignore EOF error when parsing form.

10 years agoMerge pull request #322 from nuss-justin/issue/321
无闻 [Fri, 25 Jul 2014 06:41:22 +0000 (02:41 -0400)]
Merge pull request #322 from nuss-justin/issue/321

Fix #321. Allow empty comments as long as there are attachments.

10 years agoFix #321. Allow empty comments as long as there are attachments.
Justin Nuß [Fri, 25 Jul 2014 06:01:34 +0000 (08:01 +0200)]
Fix #321. Allow empty comments as long as there are attachments.

10 years agoMerge pull request #314 from nuss-justin/issue/312
无闻 [Fri, 25 Jul 2014 05:14:33 +0000 (01:14 -0400)]
Merge pull request #314 from nuss-justin/issue/312

Fix #312. Quote file names of attachments.

10 years agoMerge pull request #315 from nuss-justin/issue/313
无闻 [Fri, 25 Jul 2014 05:14:02 +0000 (01:14 -0400)]
Merge pull request #315 from nuss-justin/issue/313

Fix #313. Repair broken image extension detection regex.

10 years agoMerge pull request #320 from acusti/patch-2
无闻 [Fri, 25 Jul 2014 05:10:52 +0000 (01:10 -0400)]
Merge pull request #320 from acusti/patch-2

Fix #319 (user not-logged in error)

10 years agoFix #319 (user not-logged in error)
Andrew Patton [Thu, 24 Jul 2014 22:23:46 +0000 (18:23 -0400)]
Fix #319 (user not-logged in error)

10 years agoFix #313. Repair broken image extension detection regex.
Justin [Thu, 24 Jul 2014 21:19:21 +0000 (23:19 +0200)]
Fix #313. Repair broken image extension detection regex.

10 years agoFix #312. Quote file names of attachments.
Justin [Thu, 24 Jul 2014 21:13:35 +0000 (23:13 +0200)]
Fix #312. Quote file names of attachments.

10 years agoFix #281. Add mouse-over precise time and on-click switch listener.
Justin Nuß [Thu, 24 Jul 2014 20:31:59 +0000 (22:31 +0200)]
Fix #281. Add mouse-over precise time and on-click switch listener.

10 years agoMerge pull request #310 from nuss-justin/issue/303
无闻 [Thu, 24 Jul 2014 19:26:04 +0000 (15:26 -0400)]
Merge pull request #310 from nuss-justin/issue/303

Fix #303. Specify updated columns explicitly.

10 years agoFix #303. Specify updated columns explicitly.
Justin Nuß [Thu, 24 Jul 2014 18:07:07 +0000 (20:07 +0200)]
Fix #303. Specify updated columns explicitly.

10 years agoMerge pull request #309 from nuss-justin/trello/244
无闻 [Thu, 24 Jul 2014 17:25:00 +0000 (13:25 -0400)]
Merge pull request #309 from nuss-justin/trello/244

[Trello#244] Mention all members of team by mention team name

10 years agoMerge branch 'dev' of https://github.com/gogits/Gogs into trello/244
Justin Nuß [Thu, 24 Jul 2014 17:15:35 +0000 (19:15 +0200)]
Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244

10 years agoMention organisation users when organisation gets mentioned
Justin Nuß [Thu, 24 Jul 2014 17:15:31 +0000 (19:15 +0200)]
Mention organisation users when organisation gets mentioned

10 years agoMerge branch 'dev' of github.com:gogits/gogs into dev
Unknwon [Thu, 24 Jul 2014 16:49:43 +0000 (12:49 -0400)]
Merge branch 'dev' of github.com:gogits/gogs into dev

10 years agoMirror fix
Unknwon [Thu, 24 Jul 2014 16:49:40 +0000 (12:49 -0400)]
Mirror fix

10 years agoMerge pull request #307 from nuss-justin/feature/attachments
无闻 [Thu, 24 Jul 2014 16:47:55 +0000 (12:47 -0400)]
Merge pull request #307 from nuss-justin/feature/attachments

Feature: Ability to attach files to issues (attachments)

10 years agoChange Attachment.Path to TEXT (no maximum size)
Justin Nuß [Thu, 24 Jul 2014 15:02:42 +0000 (17:02 +0200)]
Change Attachment.Path to TEXT (no maximum size)

10 years agoAllow disabling uploads
Justin Nuß [Thu, 24 Jul 2014 13:51:40 +0000 (15:51 +0200)]
Allow disabling uploads

10 years agoUpdate default config with comments
Justin Nuß [Thu, 24 Jul 2014 13:23:56 +0000 (15:23 +0200)]
Update default config with comments

10 years agoAdd file upload for attachments
Justin Nuß [Thu, 24 Jul 2014 13:19:59 +0000 (15:19 +0200)]
Add file upload for attachments

10 years agoMerge pull request #306 from nuss-justin/dev
无闻 [Thu, 24 Jul 2014 12:21:28 +0000 (08:21 -0400)]
Merge pull request #306 from nuss-justin/dev

Fix double decrement of issue counter

10 years agoFix double decrement of issue counter
Justin Nuß [Thu, 24 Jul 2014 11:58:39 +0000 (13:58 +0200)]
Fix double decrement of issue counter

10 years agoShow attachments in issues/comments and add preview for images
Justin Nuß [Thu, 24 Jul 2014 11:50:03 +0000 (13:50 +0200)]
Show attachments in issues/comments and add preview for images

10 years agoAdd files/ directory to .gitignore
Justin Nuß [Thu, 24 Jul 2014 11:49:27 +0000 (13:49 +0200)]
Add files/ directory to .gitignore

10 years agoAllow admins to delete attachments.
Justin Nuß [Thu, 24 Jul 2014 10:39:03 +0000 (12:39 +0200)]
Allow admins to delete attachments.

10 years agoFix missing . (dot) in issue templates
Justin Nuß [Thu, 24 Jul 2014 10:37:26 +0000 (12:37 +0200)]
Fix missing . (dot) in issue templates

10 years agoMerge branch 'dev' into feature/attachments
Justin Nuß [Thu, 24 Jul 2014 10:29:37 +0000 (12:29 +0200)]
Merge branch 'dev' into feature/attachments

Conflicts:
models/issue.go
routers/repo/issue.go

10 years agoMerge pull request #305 from nuss-justin/feature/commit-issue-fix
无闻 [Thu, 24 Jul 2014 08:25:00 +0000 (04:25 -0400)]
Merge pull request #305 from nuss-justin/feature/commit-issue-fix

Fix #302. Show referencing commits in issue.

10 years agoUpdate template and style, only close commit if commit is in same repository
Justin Nuß [Thu, 24 Jul 2014 08:15:05 +0000 (10:15 +0200)]
Update template and style, only close commit if commit is in same repository

10 years agoAdd delete route for attachments, remove upload buttons from issues/comments
Justin Nuß [Thu, 24 Jul 2014 07:04:09 +0000 (09:04 +0200)]
Add delete route for attachments, remove upload buttons from issues/comments

10 years agoWIP: Allow attachments for issues, not only comments
Justin Nuß [Wed, 23 Jul 2014 19:24:24 +0000 (21:24 +0200)]
WIP: Allow attachments for issues, not only comments

10 years agoWIP: Allow attachments for comments
Justin Nuß [Wed, 23 Jul 2014 19:15:47 +0000 (21:15 +0200)]
WIP: Allow attachments for comments

10 years agoUpdate closed issues stats for repository
Justin Nuß [Wed, 23 Jul 2014 11:54:46 +0000 (13:54 +0200)]
Update closed issues stats for repository

10 years agoUpdate progress of milestones when closing/reopening issues and allow closing of...
Justin Nuß [Wed, 23 Jul 2014 11:48:06 +0000 (13:48 +0200)]
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages

10 years agoMerge pull request #301 from nuss-justin/bugfix/milestone-counter
无闻 [Tue, 22 Jul 2014 20:46:20 +0000 (16:46 -0400)]
Merge pull request #301 from nuss-justin/bugfix/milestone-counter

Update milestone issue stats when reopening/closing issue

10 years agoUpdate milestone issue stats when reopening/closing issue
Justin Nuß [Tue, 22 Jul 2014 20:35:59 +0000 (22:35 +0200)]
Update milestone issue stats when reopening/closing issue

10 years agoMerge pull request #299 from nuss-justin/issue/216
无闻 [Tue, 22 Jul 2014 20:24:16 +0000 (16:24 -0400)]
Merge pull request #299 from nuss-justin/issue/216

Fix #216. Change milestones, labels and assigne without reloading the page

10 years agoMerge pull request #298 from nuss-justin/issue/278
无闻 [Tue, 22 Jul 2014 20:23:00 +0000 (16:23 -0400)]
Merge pull request #298 from nuss-justin/issue/278

Fix issue #278. Fall back to (default) branch for context data, if no branch selected

10 years agoMerge pull request #297 from nuss-justin/issue/288
无闻 [Tue, 22 Jul 2014 20:13:22 +0000 (16:13 -0400)]
Merge pull request #297 from nuss-justin/issue/288

Fix issue #288. Only show label form if repository collaborator/admin

10 years agoMerge pull request #296 from nuss-justin/dev
无闻 [Tue, 22 Jul 2014 20:03:58 +0000 (16:03 -0400)]
Merge pull request #296 from nuss-justin/dev

Fix issue 280 & unwatch button in Firefox

10 years agoMerge pull request #300 from nuss-justin/issue/259
无闻 [Tue, 22 Jul 2014 19:48:05 +0000 (15:48 -0400)]
Merge pull request #300 from nuss-justin/issue/259

Fix issue #259. Allow links in the repository description

10 years agoPrevent panic when dividing through zero
Justin Nuß [Tue, 22 Jul 2014 18:57:48 +0000 (20:57 +0200)]
Prevent panic when dividing through zero

10 years agoEscape tags and quotes in links.
Justin Nuß [Tue, 22 Jul 2014 18:08:04 +0000 (20:08 +0200)]
Escape tags and quotes in links.

10 years agoFix issue #259. Allow links in the repository description
Justin Nuß [Tue, 22 Jul 2014 17:52:37 +0000 (19:52 +0200)]
Fix issue #259. Allow links in the repository description

10 years agoFix #216. Change milestones, labels and assigne without reloading the page
Justin Nuß [Tue, 22 Jul 2014 13:46:15 +0000 (15:46 +0200)]
Fix #216. Change milestones, labels and assigne without reloading the page

10 years agoFix issue #278. Fall back to (default) branch for context data, if no branch selected
Justin Nuß [Tue, 22 Jul 2014 12:46:04 +0000 (14:46 +0200)]
Fix issue #278. Fall back to (default) branch for context data, if no branch selected

10 years agoFix issue #288. Only show label form if repository collaborator/admin
Justin Nuß [Tue, 22 Jul 2014 12:20:32 +0000 (14:20 +0200)]
Fix issue #288. Only show label form if repository collaborator/admin

10 years agoFix issue #280. Update milestone counter when creating an issue
Justin Nuß [Tue, 22 Jul 2014 11:50:34 +0000 (13:50 +0200)]
Fix issue #280. Update milestone counter when creating an issue

10 years agoHide watch/unwatch button if not loggedin
Justin Nuß [Tue, 22 Jul 2014 09:57:10 +0000 (11:57 +0200)]
Hide watch/unwatch button if not loggedin

10 years agoFix unwatch button not working in Firefox
Justin Nuß [Tue, 22 Jul 2014 09:56:08 +0000 (11:56 +0200)]
Fix unwatch button not working in Firefox

10 years agoMerge pull request #293 from wmark/master
无闻 [Mon, 21 Jul 2014 01:05:27 +0000 (21:05 -0400)]
Merge pull request #293 from wmark/master

Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)

10 years agoUtilize ssh-keygen for checking of keys.
W-Mark Kubacki [Sun, 20 Jul 2014 16:02:59 +0000 (18:02 +0200)]
Utilize ssh-keygen for checking of keys.

Removes the limitation to RSA and enables us to use all key types
SSH recognizes.

10 years agoMerge pull request #291 from gima/dev
无闻 [Fri, 18 Jul 2014 05:05:19 +0000 (01:05 -0400)]
Merge pull request #291 from gima/dev

Make possible for administrators to change user's password (fix proposal...

10 years agoMake possible for administrators to change user's password (fix proposal for #290)
gima [Fri, 18 Jul 2014 02:11:40 +0000 (05:11 +0300)]
Make possible for administrators to change user's password (fix proposal for #290)

10 years agoadd build script
Lunny Xiao [Wed, 16 Jul 2014 01:48:19 +0000 (09:48 +0800)]
add build script

10 years agoupdate start.sh in order to compatible with supervisor
codeskyblue [Tue, 15 Jul 2014 02:20:05 +0000 (10:20 +0800)]
update start.sh in order to compatible with supervisor