aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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.
* Finish all new admin pages.Unknwon2014-08-30
|
* Finish new admin users pagesUnknwon2014-08-29
|
* Bug fix on organizationUnknwon2014-08-27
|
* fix #367Unknwon2014-08-25
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Fix #362, update code with upstreamUnknwon2014-08-23
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* 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 web hook pagesUnknwon2014-08-09
|
* Fix bare repo bugUnknwon2014-08-05
|
* Fix invalid struct tags and remove unreachable code.Justin Nuß2014-08-04
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Fix #340Unknwon2014-08-01
|
* Mirro fix on PR #311Unknwon2014-08-01
|
* Merge pull request #311 from nuss-justin/issue/281无闻2014-08-01
|\ | | | | Fix #281. Add mouse-over precise time and on-click switch listener.
| * Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281Justin Nuß2014-07-26
| |\ | | | | | | | | | | | | Conflicts: modules/base/tool.go
| * | Fix #281. Add mouse-over precise time and on-click switch listener.Justin Nuß2014-07-24
| | |
* | | Finish new migrate pageUnknwon2014-08-01
| | |
* | | Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
| | |
* | | Mirror fix on templateUnknwon2014-07-30
| | |
* | | 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
* | Fix test caseUnknwon2014-07-26
| |
* | Docs fixUnknwon2014-07-26
| |
* | Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
| |
* | New UI merge in progressUnknwon2014-07-26
| |
* | Ignore EOF error when parsing form.Justin Nuß2014-07-25
|/
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-07-24
|\
| * Allow disabling uploadsJustin Nuß2014-07-24
| |
| * Add file upload for attachmentsJustin Nuß2014-07-24
| |
| * WIP: Allow attachments for commentsJustin Nuß2014-07-23
| |
* | Mirror fixUnknwon2014-07-24
|/
* Fix issue #278. Fall back to (default) branch for context data, if no branch ↵Justin Nuß2014-07-22
| | | | selected
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-18
| | | | #290)
* Paging function for users and repositoriesUnknown2014-07-07
|
* Able to set timeout for process monitorUnknown2014-07-06
|
* Change martini.Static to custom Static functionUnknown2014-07-04
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-04
|
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-04
|
* Finish create organization teamUnknown2014-07-02
|
* Add uuidUnknown2014-06-29
|
* bug fixed for message tagLunny Xiao2014-06-28
|
* Finish delete organizationUnknown2014-06-28
|
* Organization settings pageUnknown2014-06-27
|