aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Multiple assignees (#3705)kolaente2018-05-0936-451/+1012
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-091-0/+7
|
* snap-packaging for gitea (#2568)Thorben2018-05-097-0/+394
| | | | | | | | | | | | | | | | | * Modify tbraeutigam/gogs-snap for gitea * Fix building on 16.04 (manually build go-bindata). -> add _source.tar.bz2 to .gitignore (used by snapcraft cleanbuild) * Streamline Snap packaging: - Take advantage of install-hooks (snapd 2.27) - Use snapctl configuration storage for unchanging values * Move to using Snap Hooks for configuration * Missed re-adding daemon statement * Fix two warnings from Codacy.
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-093-19/+23
|
* Compare git services in docs page (#3911)Lauris BH2018-05-091-0/+611
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-082-6/+17
|
* Fix English translation grammar and consistency. (#3921)bugreport02018-05-081-7/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-081-3/+4
|
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-083-201/+197
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-0/+1
|
* lock npm packages (#3912)David Schneiderbauer2018-05-071-0/+644
|
* feat: testing in go 1.10 version. (#3899)Bo-Yi Wu2018-05-071-23/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-3/+8
|
* consistent IsOverdue field name capitalization (#3909)Travis Parker2018-05-071-2/+2
| | | | | | | Milestone.IsOverDue vs Issue.IsOverdue, the former was also causing the milestone list page template to fail to render if any milestones have a due date assigned. Signed-off-by: Travis J Parker <travis.parker@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-1/+0
|
* Fix code tab link when viewing tags (#3908)Ambrose Chua2018-05-071-1/+1
| | | Signed-off-by: Ambrose Chua <ambrose@chua.family>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-062-12/+275
|
* Fix placeholder of due date form (#3906)Jonas Franz2018-05-071-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-052-3/+44
|
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-057-2/+59
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-051-9/+20
|
* Added user language setting (#3875)kolaente2018-05-0513-10/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added user language setting * Added translation string for setting * Fixed import order + typo * improved checking if the user has a language saved in the db * The current saved language is now set a default inside the dropdown * fmt * When a user signs in and doesn't have a language saved, the current browser language is saved * updated gitea-sdk * Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language # Conflicts: # models/migrations/migrations.go # models/migrations/v62.go * Made tests work again * trigger CI * trigger CI * fmt * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * When loggin in, only the language col gets updated instead of everything
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-042-15/+36
|
* Release 1.4.x changelog (#3894)Lauris BH2018-05-041-1/+33
|
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-024-7/+38
|
* test: reduce testing time. (#3885)Bo-Yi Wu2018-05-021-14/+22
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-021-1/+16
|
* Do not allow inactive users to access repositories using private keys (#3887)Lauris BH2018-05-021-0/+6
|
* Add "error" as reserved username (#3882)Lauris BH2018-05-021-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-0228-28/+0
|
* Fix to use only needed columns from tables to get repository git paths (#3870)Lauris BH2018-05-022-4/+48
|
* pass secrets to drone build step for docker (#3879)techknowlogick2018-05-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-013-0/+80
|
* Issue due date (#3794)kolaente2018-05-0122-45/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Started adding deadline to ui * Implemented basic issue due date managing * Improved UI for due date managing * Added at least write access to the repo in order to modify issue due dates * Ui improvements * Added issue comments creation when adding/modifying/removing a due date * Show due date in issue list * Added api support for issue due dates * Fixed lint suggestions * Added deadline to sdk * Updated css * Added support for adding/modifiying deadlines for pull requests via api * Fixed comments not created when updating or removing a deadline * update sdk (will do properly once go-gitea/go-sdk#103 is merged) * enhanced updateIssueDeadline * Removed unnessecary Issue.DeadlineString * UI improvements * Small improvments to comment creation + ui & validation improvements * Check if an issue is overdue is now a seperate function * Updated go-sdk with govendor as it was merged * Simplified isOverdue method * removed unessecary deadline to 0 set * Update swagger definitions * Added missing return * Added an explanary comment * Improved updateIssueDeadline method so it'll only update `deadline_unix` * Small changes and improvements * no need to explicitly load the issue when updating a deadline, just use whats already there * small optimisations * Added check if a deadline was modified before updating it * Moved comment creating logic into its own function * Code cleanup for creating deadline comment * locale improvement * When modifying a deadline, the old deadline is saved with the comment * small improvments to xorm session handling when updating an issue deadline + style nitpicks * style nitpicks * Moved checking for if the user has write acces to middleware
* Symlink icons (#1416) (#3826)Tris Forster2018-05-0151-33/+837
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-012-1/+89
|
* Fix path cleanup in multiple places (#3871)Lauris BH2018-05-013-7/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-302-1/+4
|
* Fix docs site index page (#3868)Morgan Bazalgette2018-04-304-1/+5
|
* chore: simplify docker build process. (#2827)Bo-Yi Wu2018-04-301-15/+4
| | | | | | * chore: simplify docker build process. * chore: update docker plugin.
* Switch back to upstream goth repository and update govendor to latest goth ↵Lauris BH2018-04-303-39/+28
| | | | version (#3863)
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-2928-44/+289
|
* Make Generate New Token panel shown by default (#3832)Morgan Bazalgette2018-04-291-21/+15
| | | | | | This is mostly a 'feel' change. The behaviour that is currently on the access tokens pages is, as far as I know, not present in any other parts of the frontend, and there's no real good reason to keep the 'Generate New Token' panel hidden by default in my opinion.
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-297-5/+165
| | | | | | * API endpoint for testing webhook * Empty commit to rerun CI
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-2911-12/+603
| | | | | | * Store OAuth2 session data in database * Rename table to `oauth2_session` and do not skip xormstorage initialization error
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-2915-20/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show total tracked time in issue and milestone list Show total tracked time at issue page Signed-off-by: Jonas Franz <info@jonasfranz.software> * Optimizing TotalTimes by using SumInt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixing wrong total times for milestones caused by a missing JOIN Adding unit tests for total times Signed-off-by: Jonas Franz <info@jonasfranz.software> * Logging error instead of ignoring it Signed-off-by: Jonas Franz <info@jonasfranz.software> * Correcting spelling mistakes Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change error message to a short version Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add error handling to TotalTimes Add variable for totalTimes Signed-off-by: Jonas Franz <info@jonasfranz.de> * Introduce TotalTrackedTimes as variable of issue Load TotalTrackedTimes by loading attributes of IssueList Load TotalTrackedTimes by loading attributes of single issue Add Sec2Time as helper to use it in templates Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixed test + gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Load TotalTrackedTimes via MilestoneList instead of single requests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change comment from SQL query to description Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Check if timetracker is enabled Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test by enabling timetracking Signed-off-by: Jonas Franz <info@jonasfranz.de>
* don't reset team/repo count when updating team via API (#3831)Morgan Bazalgette2018-04-291-7/+4
| | | fixes #3600
* Update blackfriday dependency per #2994 (#3857)PJ Eby2018-04-299-110/+292
| | | Signed-off-by: PJ Eby <pje@telecommunity.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-291-7/+293
|
* Fix only updated_unix when adding a comment (#3855)kolaente2018-04-291-1/+1
|