2493454587
new delete account UI and password confirmation
2015-08-19 02:49:44 +08:00
407385db7e
work on #1493
2015-08-17 17:05:37 +08:00
817b48ed1e
Show owner/poster tags of comments and fix #1312
2015-08-14 02:43:40 +08:00
b4c0b7b98b
finish view issue without comments and ops
2015-08-12 17:04:23 +08:00
75aff60c90
finish create issue with milestone and assignee
2015-08-10 21:47:23 +08:00
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
39a3b768bc
#334 : Add Deployment Key Support
2015-08-06 22:48:11 +08:00
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
2015-08-05 20:26:00 +08:00
0705f55ce0
finish new milestone page
2015-08-05 20:23:08 +08:00
e50982f5ec
allow anonymous SSH clone
2015-08-05 11:14:17 +08:00
eea9302d8f
fix #1204
2015-07-31 13:53:14 +08:00
333ab1b2b4
Merge pull request #1317 from smcquay/keys
...
fix .keys route
2015-07-25 00:46:39 +08:00
73698d292a
fix .keys route
...
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
2015-06-08 00:40:38 -07:00
698b9e2acc
#1070 Clearer error message for illegal characters
2015-03-26 17:11:47 -04:00
e312634286
Merge pull request #1091 from sapk/fix-ng-issue-pages
...
Apply ng to issue dashboard
2015-03-19 17:03:03 -04:00
1cb57b1a44
#1094 : fix locale
2015-03-19 15:26:04 -04:00
96a71aaed8
Apply ng to issue dashboard
2015-03-19 00:35:17 +01:00
466facc009
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
2015-03-17 21:51:39 -04:00
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
2015-03-16 04:04:27 -04:00
f92bfabf86
Merge pull request #960 from phsmit/access_action
...
Fix that owners also see actions on their repositories
2015-02-23 13:51:02 -05:00
7ccab9cd09
Merge branch 'dev' of github.com:gogits/gogs into access
...
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
2015-02-22 22:51:25 -05:00
04164eada3
models: able to rename user with diff letter cases #981
...
- templates/org: mirror fix on name output
- routers: add missing error check
2015-02-22 18:24:49 -05:00
1654e9ecab
templates/user/settings/emial.tmpl: little fix on UI
...
- routers/user: little code format
- conf/locale: update French locale
2015-02-21 22:13:47 -05:00
0fa209d07b
Update/simplify fix that owners also see actions on their repositories
2015-02-18 08:59:22 +02:00
455fad0fbd
Fix that owners also see actions on their repositories
...
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.
It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
2015-02-16 13:16:24 +02:00
6d0f3a07d4
code fix #941 caution: undertest
2015-02-13 00:58:46 -05:00
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
2015-02-09 13:36:33 +02:00
4e79adf6b5
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
2015-02-06 13:18:11 +02:00
76f8904718
Introducing Collaboration Struct
2015-01-23 09:54:16 +02:00
6251626de4
Implement #798 Flexible ssh-key input
...
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
2015-01-02 15:38:11 +02:00
a18decf4cc
Merge pull request #755 from phsmit/multiple_emails
...
Multiple emails
2014-12-20 22:47:05 -05:00
20b5c23a19
Small fixes to multiple_emails feature
2014-12-20 09:26:51 +02:00
0a697517ac
work on #754
2014-12-18 03:37:31 -05:00
c4820f119d
work on #754
2014-12-18 03:26:09 -05:00
57b3be4016
work on #756
2014-12-17 23:04:05 -05:00
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
2014-12-17 17:42:54 +02:00
ec71d538fc
Method for activating email addresses through verification email
2014-12-17 17:41:49 +02:00
d01f2f3c22
fix #751
2014-12-16 20:47:10 -05:00
b6437b5a4c
safe check
2014-11-28 21:54:49 -05:00
db4951bc61
mirror fix on oauth2
2014-11-28 21:38:35 -05:00
d6132aaa88
fix oauth2
2014-11-28 21:20:13 -05:00
1b66600bd0
Fix #652
2014-11-23 02:33:47 -05:00
dc53270da9
Fix 653
2014-11-22 10:22:53 -05:00
ef275ebf62
more on change avatar
2014-11-21 12:51:36 -05:00
22ab4fa1b0
fix #139
2014-11-21 11:08:24 -05:00
55dfe2c978
custom avatar upload
2014-11-21 10:58:08 -05:00
9e22840483
fix #622
2014-11-13 05:27:01 -05:00
8c9338a537
add personal access token panel #12
2014-11-12 06:48:50 -05:00
146c8efee3
Fix API broken
2014-10-18 23:42:43 -04:00
3abc41ccca
Fix API broken
2014-10-18 23:26:55 -04:00