无闻
da0240aacd
Merge pull request #307 from nuss-justin/feature/attachments
...
Feature: Ability to attach files to issues (attachments)
2014-07-24 12:47:55 -04:00
Justin Nuß
9a7349ce64
Change Attachment.Path to TEXT (no maximum size)
2014-07-24 17:02:42 +02:00
Justin Nuß
4d702eb345
Allow disabling uploads
2014-07-24 15:51:40 +02:00
Justin Nuß
9df99681fb
Update default config with comments
2014-07-24 15:23:56 +02:00
Justin Nuß
bfe5b86004
Add file upload for attachments
2014-07-24 15:19:59 +02:00
无闻
3db84c8893
Merge pull request #306 from nuss-justin/dev
...
Fix double decrement of issue counter
2014-07-24 08:21:28 -04:00
Justin Nuß
70b0023b82
Fix double decrement of issue counter
2014-07-24 13:58:39 +02:00
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
2014-07-24 13:50:03 +02:00
Justin Nuß
fa1db64ff0
Add files/ directory to .gitignore
2014-07-24 13:49:27 +02:00
Justin Nuß
ef1cbcd761
Allow admins to delete attachments.
2014-07-24 12:39:03 +02:00
Justin Nuß
1129f756c8
Fix missing . (dot) in issue templates
2014-07-24 12:37:26 +02:00
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
2014-07-24 12:29:37 +02:00
无闻
a76a948a02
Merge pull request #305 from nuss-justin/feature/commit-issue-fix
...
Fix #302 . Show referencing commits in issue.
2014-07-24 04:25:00 -04:00
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
2014-07-24 10:15:05 +02:00
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
2014-07-24 09:05:15 +02:00
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
2014-07-23 21:24:24 +02:00
Justin Nuß
4617bef895
WIP: Allow attachments for comments
2014-07-23 21:15:47 +02:00
Justin Nuß
c850c01007
Update closed issues stats for repository
2014-07-23 13:54:46 +02:00
Justin Nuß
469cbc8813
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
2014-07-23 13:48:06 +02:00
无闻
6e9f1c52b1
Merge pull request #301 from nuss-justin/bugfix/milestone-counter
...
Update milestone issue stats when reopening/closing issue
2014-07-22 16:46:20 -04:00
Justin Nuß
812f71e21b
Update milestone issue stats when reopening/closing issue
2014-07-22 22:35:59 +02:00
无闻
94b100ce43
Merge pull request #299 from nuss-justin/issue/216
...
Fix #216 . Change milestones, labels and assigne without reloading the page
2014-07-22 16:24:16 -04:00
无闻
40557a4f79
Merge pull request #298 from nuss-justin/issue/278
...
Fix issue #278 . Fall back to (default) branch for context data, if no branch selected
2014-07-22 16:23:00 -04:00
无闻
8e4debe99d
Merge pull request #297 from nuss-justin/issue/288
...
Fix issue #288 . Only show label form if repository collaborator/admin
2014-07-22 16:13:22 -04:00
无闻
dc2e140360
Merge pull request #296 from nuss-justin/dev
...
Fix issue 280 & unwatch button in Firefox
2014-07-22 16:03:58 -04:00
无闻
5bbd5be0ca
Merge pull request #300 from nuss-justin/issue/259
...
Fix issue #259 . Allow links in the repository description
2014-07-22 15:48:05 -04:00
Justin Nuß
0d06c7e5f2
Prevent panic when dividing through zero
2014-07-22 20:57:48 +02:00
Justin Nuß
636a78fed1
Escape tags and quotes in links.
2014-07-22 20:08:04 +02:00
Justin Nuß
e194cf3291
Fix issue #259 . Allow links in the repository description
2014-07-22 19:52:37 +02:00
Justin Nuß
ed73af6fa1
Fix #216 . Change milestones, labels and assigne without reloading the page
2014-07-22 15:46:15 +02:00
Justin Nuß
267870537d
Fix issue #278 . Fall back to (default) branch for context data, if no branch selected
2014-07-22 14:46:04 +02:00
Justin Nuß
ccca60a5a1
Fix issue #288 . Only show label form if repository collaborator/admin
2014-07-22 14:20:32 +02:00
Justin Nuß
ec26b78d3c
Fix issue #280 . Update milestone counter when creating an issue
2014-07-22 13:50:34 +02:00
Justin Nuß
18718afb36
Hide watch/unwatch button if not loggedin
2014-07-22 11:57:10 +02:00
Justin Nuß
0b4fcf1224
Fix unwatch button not working in Firefox
2014-07-22 11:56:08 +02:00
无闻
dcb252eff4
Merge pull request #294 from ecnahc515/patch-2
...
Remove apt-get cleanup from Dockerfile
2014-07-21 23:23:37 -04:00
Chance Zibolski
78103f1df3
Remove apt-get cleanup from Dockerfile
...
Purging/cleaning packages using apt doesn't actually reduce image size, and only creates additional layers, which doesn't add any benefit to the overall image.
2014-07-21 20:20:35 -07:00
无闻
536f65b8ad
Merge pull request #293 from wmark/master
...
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
2014-07-20 21:05:27 -04:00
W-Mark Kubacki
887ad1ec8b
Utilize ssh-keygen for checking of keys.
...
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
2014-07-20 18:56:07 +02:00
无闻
aab2dbc505
Merge pull request #291 from gima/dev
...
Make possible for administrators to change user's password (fix proposal...
2014-07-18 01:05:19 -04:00
gima
5a97cc69ed
Make possible for administrators to change user's password (fix proposal for #290 )
2014-07-18 05:30:57 +03:00
Lunny Xiao
6418caf23a
add build script
2014-07-16 09:48:19 +08:00
codeskyblue
9a3e1790a1
update start.sh in order to compatible with supervisor
2014-07-15 10:20:05 +08:00
Unknown
3969d704a0
Merge branch 'dev' of github.com:gogits/gogs into dev
2014-07-12 00:55:35 -04:00
Unknown
0f907301b7
Fix #285
2014-07-12 00:55:19 -04:00
无闻
590f9e599c
Merge pull request #284 from compressed/user_name
...
Only update access usernames where the username is changing
2014-07-11 21:49:50 -04:00
Christopher Brickley
63e47405b2
Only update access usernames where the username is changing #282
2014-07-11 20:57:00 -04:00
fuxiaohei
c127d84777
add organization team-single page
2014-07-07 18:13:42 +08:00
Unknown
63cc14062a
Paging function for users and repositories
2014-07-07 04:15:08 -04:00
Unknown
7ffdabb28f
Move debug router location
2014-07-06 18:25:07 -04:00