aboutsummaryrefslogtreecommitdiff
path: root/routers/user
Commit message (Collapse)AuthorAge
* Fix API brokenUnknwon2014-10-18
|
* Fix API brokenUnknwon2014-10-18
|
* Mirror fix on add ssh keyUnknwon2014-10-11
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-21
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* fix user's actions on domain/org/name-of-organization/dashboardtobyzxj2014-09-16
|
* Fix #465Unknwon2014-09-15
|
* Mirror issue fixUnknwon2014-08-27
|
* import stringsMarios Andreopoulos2014-08-25
|
* fix typoMarios Andreopoulos2014-08-25
|
* fix wrong variable nameMarios Andreopoulos2014-08-25
|
* remove extra commaMarios Andreopoulos2014-08-25
|
* Remove newline characters from ssh key before processing it.Marios Andreopoulos2014-08-25
| | | | Fixes issue #370: https://github.com/gogits/gogs/issues/370
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Feature: Social sign inUnknwon2014-08-09
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Use toolboxUnknwon2014-08-06
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26
|
* Merge pull request #293 from wmark/master无闻2014-07-20
|\ | | | | Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
| * Utilize ssh-keygen for checking of keys.W-Mark Kubacki2014-07-20
| | | | | | | | | | Removes the limitation to RSA and enables us to use all key types SSH recognizes.
* | Fix #285Unknown2014-07-12
|/
* Finish organization homepageUnknown2014-06-28
|
* Finish delete organizationUnknown2014-06-28
|
* Clean codeUnknown2014-06-27
|
* Add create organizationUnknown2014-06-25
|
* Work on #249 issue1Unknown2014-06-23
|
* Use constants to name template fileUnknown2014-06-22
|
* Code conventionUnknown2014-06-05
|
* Fix #222Unknown2014-05-31
|
* Fixed #209Unknown2014-05-25
|
* Code conventionUnknown2014-05-24
|
* Remove password from log message on failed loginSebastian Jackel2014-05-19
|
* Fix #185Unknown2014-05-14
|
* Fix #183Unknown2014-05-13
|
* Fix issue link in issues pageMichael Litvak2014-05-13
| | | | | | The link assumes that the issue belongs to the signed in user, which is not necessarily the case I changed it to use repository owner name instead
* Show collaborative repositories in dashboardUnknown2014-05-12
|
* merge all login methodsLunny Xiao2014-05-11
|
* Fix #167Unknown2014-05-08
|
* Show private repository activities in dashboard if has accessUnknown2014-05-08
|
* Add mention, read/unread support of issue trackerUnknown2014-05-07
|
* Finish issue designUnknown2014-05-07
|