summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update pt-BR translations (#840)José Olivio M. Pedrosa2017-02-071-75/+157
| | | | | | | | | | | | | | | * Update pt-BR translations * Minor updates to translations * Change "Pull Request" to "pull request". * Change "Problemas" to "Issues" to keep consistency. * Change "Propriedade" to "propriedade". * Change "Wiki" to "wiki". * Rename "questão" to "issue". * Update almost all the strings from "[action]" section. * Added new pt-BR translations
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-075-12/+64
|
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-076-12/+182
|
* Fixes #794 by moving emoji tag to the correct span (#848)Stephen Brown2017-02-061-2/+2
| | | Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk>
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-064-4/+105
|
* Minor English language file tweaks (#852)Andrew2017-02-061-12/+12
| | | | | | | | * Minor language file tweaks (largely fixing awkward grammar). Signed-off-by: Tux <write@imaginarycode.com> * Modify federated_avatar_lookup_popup message
* Merge pull request #850 from ethantkoenig/fix/fixturesAndrey Nering2017-02-063-4/+8
|\ | | | | Fix inconsistencies in unit test fixtures
| * Fix inconsistencies in unit test fixturesEthan Koenig2017-02-053-4/+8
|/
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-059-18/+39
| | | and updating the vendor directory
* track issue title changes (#841)Lunny Xiao2017-02-056-3/+52
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-0529-27/+127
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Avoid duplicate queries in auth (#827)Ethan Koenig2017-02-051-57/+48
| | | Avoid identical making calls to GetUserByID(..) in SignedInUser(..)
* Check for manual merging of a pull request (#719)Bwko2017-02-051-17/+143
| | | | When an open pull request got manually merged mark the pull request as merged
* Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)Matthias Loibl2017-02-052-1/+10
| | | | | | * Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 * Add comment for golint to blank pprof import
* Fix remove unix socket listenAddr (#846)surefire2017-02-051-1/+1
| | | | Because the absence of the listenAddr is what is expected. The error will only be then when we can't remove.
* Merge pull request #727 from mrm2m/german-translationAndrey Nering2017-02-041-0/+21
|\ | | | | Added some missing German translations
| * Update locale_de-DE.inimrm2m2017-02-031-1/+1
| | | | | | Changed English word "user" to German word "Benutzer" as suggested by https://github.com/go-gitea/gitea/pull/727#issuecomment-274483755
| * Added some missing German translationsMoritz Rosenthal2017-01-221-0/+21
| |
* | Merge pull request #839 from ethantkoenig/fix/remove_org_repoAndrey Nering2017-02-042-2/+22
|\ \ | | | | | | Fix bug in removeOrgRepo
| * | Fix bug in removeOrgRepoEthan Koenig2017-02-042-2/+22
| | |
* | | Merge pull request #838 from ethantkoenig/fix/fixturesAndrey Nering2017-02-042-4/+5
|\ \ \ | |/ / |/| | Fix inconsistencies in test fixtures
| * | Fix inconsistencies in test fixturesEthan Koenig2017-02-042-4/+5
|/ /
* | Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-0416-90/+669
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* | Allow using custom time format (#798)ʿAhed ʿid2017-02-041-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow using custom time format I need to use custom time format in `conf/app.ini' like FORMAT = 2006-01-02 15:04:05 so that Gitea will display '2017-01-30 08:41:49' check this answer for more constants to format date <http://stackoverflow.com/a/20234207/2570425> PS: First GO commit * Refactor and validate TimeFormat (must have 2006, 01, 02, 15, 04 and 05)
* | Move IssueUser code to separate file (#836)Ethan Koenig2017-02-046-126/+226
| | | | | | Also add unit tests
* | Merge pull request #830 from appleboy/patch-2001Andrey Nering2017-02-042-3/+4
|\ \ | | | | | | refactor: set default order by recently star on start tab
| * | refactor: set default order by recently star.Bo-Yi Wu2017-02-032-3/+4
| | |
* | | feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-046-10/+69
| | |
* | | Fixed form control is not focusable #687 (#837)Shyim2017-02-041-2/+2
| | |
* | | test: Add user mail testing. (#833)Bo-Yi Wu2017-02-043-0/+220
| | |
* | | Track assignee for issue (#808)Lunny Xiao2017-02-035-11/+94
| | | | | | | | | | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* | | Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-033-105/+22
| | |
* | | Cache ctxUser in retrieveFeeds(..) (#826)Ethan Koenig2017-02-031-1/+3
|/ /
* | Cleanup log messagingGabriel Jackson2017-02-0226-112/+111
| | | | | | | | | | | | | | | | | | This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead.
* | Remove unneeded database loads (#814)Ethan Koenig2017-02-022-6/+2
| | | | | | Remove unnecessary calls to repo.GetOwner() in context handlers
* | fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-023-2/+62
| |
* | fix: User can see the private activity on public activity history. (#818)Bo-Yi Wu2017-02-021-5/+5
| |
* | Fix master builds on mips* again (#815)Thomas Boerger2017-02-025-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | * Use local folder for xgo * Always do crosscompile and testing to fail early * Added mips* values for boltdb In order to get master building again I have applied these 2 additional files to boltdb. This should get dropped when https://github.com/boltdb/bolt/issues/656 gets solved.
* | Add X-GitHub-* headers for webhook to get clubhouse.io integration working ↵Anton Skorokhod2017-02-021-0/+2
| | | | | | | | (#809)
* | add milestone changed traker on issue view (#804)Lunny Xiao2017-02-0110-40/+134
| |
* | Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-018-14/+301
| |
* | Windows compatibility for unit tests (#800)Ethan Koenig2017-01-301-2/+3
| |
* | Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-305-11/+108
| | | | | | | | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* | fix bug caused by #788 (#799)Lunny Xiao2017-01-301-1/+3
| |
* | Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-3010-195/+366
| | | | | | | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* | feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-306-4/+20
| |
* | Better settings for unit tests (#795)Ethan Koenig2017-01-302-5/+11
| |
* | Allow custom public files (#782)Thomas Boerger2017-01-287-6/+26
| | | | | | | | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr
* | Merge pull request #781 from andreynering/notifications-step-5Andrey Nering2017-01-286-25/+49
|\ \ | | | | | | Notifications step 5
| * | Small UI fixesAndrey Nering2017-01-281-2/+4
| | |