summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #13 finish user and repository searchUnknwon2016-03-1131-461/+634
| | | | Both are possible on explore and admin panel
* Use glideUnknwon2016-03-113-0/+187
|
* Rename module: middleware -> contextUnknwon2016-03-1154-669/+666
|
* Merge pull request #2810 from maxlazio/fix_updated_and_createdUnknwon2016-03-116-10/+11
|\ | | | | Update uses of updated and created
| * Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-116-10/+11
|/ | | | newly named fields.
* Fix ref comment from commit create empty feedUnknwon2016-03-115-6/+9
|
* Merge pull request #2803 from Rukenshia/developUnknwon2016-03-101-1/+1
|\ | | | | Using HTML Description of repositories in the 'Explore' view. Fixes #…
| * Using HTML Description of repositories in the 'Explore' view. Fixes #2800Jan Christophersen2016-03-101-1/+1
| |
* | Merge pull request #2802 from allonsy/developUnknwon2016-03-101-1/+1
|\ \ | | | | | | readd 'dashboard' to title
| * | readd 'dashboard' to titleAlec S2016-03-101-1/+1
|/ /
* | Merge pull request #2797 from allonsy/developUnknwon2016-03-101-2/+2
|\ \ | | | | | | Create custom dashboard title
| * \ Merge branch 'develop' of github.com:gogits/gogs into developAlec S2016-03-096-12/+20
| |\ \ | |/ / |/| |
* | | Merge pull request #2785 from Rukenshia/developUnknwon2016-03-091-4/+13
|\ \ \ | | |/ | |/| Allowing site admins to view private repositories in org/home
| * | Allowing site admins to view private repositories in org/homeJan Christophersen2016-03-081-4/+13
| | |
* | | #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-095-8/+7
| | |
| | * fix indentationAlec S2016-03-091-1/+1
| | |
| | * Remove dashboard keyword from titleAlec S2016-03-091-1/+1
| | |
| | * change page titles for user and org dashesAlec S2016-03-091-2/+2
| |/ |/|
* | #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-0919-125/+516
|/
* Update frontend resourcesUnknwon2016-03-0714-35/+59
|
* Fix pull request availability checkUnknwon2016-03-0613-43/+69
|
* Prepare releaseUnknwon2016-03-0610-349/+349
|
* Some minor changesUnknwon2016-03-066-107/+90
|
* Minor fix for #2772Unknwon2016-03-062-2/+2
|
* Merge pull request #2772 from OhDaeto/masterUnknwon2016-03-061-0/+37
|\ | | | | Add ru-RU to home template
| * Merge pull request #1 from xDShot/patch-1OhDaeto2016-03-061-1/+1
| |\ | | | | | | Small correction
| | * минимальные -> низкие (системные требования)xDShot2016-03-061-1/+1
| |/
| * Add ru-RU to home templateLourens2016-03-061-0/+37
| |
* | Remove duplicated of codeUnknwon2016-03-064-56/+51
| |
* | Minor fixes for #2766Unknwon2016-03-064-6/+5
| |
* | Merge pull request #2766 from moltam/feature/delete-org-avatarUnknwon2016-03-065-6/+26
|\ \ | |/ |/| Added: Ability to delete org avatar.
| * Added: Ability to delete org avatar.Tamás Molnár2016-03-065-6/+26
|/
* #2623 fix wrong font for webhook historyUnknwon2016-03-052-139/+139
|
* Add Finnish supportUnknwon2016-03-0518-122/+1289
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-0522-182/+202
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-0516-164/+292
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* Merge pull request #2762 from rom1504/patch-1Unknwon2016-03-051-1/+1
|\ | | | | Fix grammar in README
| * Fix grammar in READMERomain Beaumont2016-03-051-1/+1
|/
* Update README notesUnknwon2016-03-051-5/+6
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-0510-278/+338
|
* #1157 some avatar setting changesUnknwon2016-03-0510-46/+79
| | | | - Allow to delete current avatar
* Update localesUnknwon2016-03-0415-343/+628
|
* Merge pull request #2757 from joshfng/fix-fork-relative-urlUnknwon2016-03-042-2/+7
|\ | | | | Use relative url when showing forked from
| * Use relative url when showing forked fromJosh Frye2016-03-042-2/+7
| |
* | #1597 fix pull request remote head can't update with force pushUnknwon2016-03-042-2/+7
| |
* | #1597 fix premission logic check of pull requestUnknwon2016-03-041-7/+14
| |
* | #2743 more fixes on SQL errorsUnknwon2016-03-041-6/+6
| |
* | #1597 support pull requests in same repositoryUnknwon2016-03-0413-134/+95
| |
* | Minor fixes for #2746Unknwon2016-03-048-723/+937
| |
* | Merge pull request #2746 from joshfng/feature-delete-wiki-pagesUnknwon2016-03-046-906/+761
|\ \ | | | | | | Add ability to delete single wiki pages.