summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-282-57/+684
|
* Fix building of docs with latest hugo version (#3856)Lauris BH2018-04-281-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-231-1/+184
|
* Don't force due date to current time (#3830)Morgan Bazalgette2018-04-231-5/+0
| | | Fixes #3827
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-211-0/+47
|
* Explanation for missing releases (#3823)Peter Hoffmann2018-04-211-0/+14
| | | Searched for missing releases/tags for some time, thought the solution might be helpful to others
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-201-1/+60
|
* Add swagger check (#3811)Antoine GIRARD2018-04-2013-124/+143
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-2026-11376/+37
|
* Some small template fixes (#3820)Rodrigo Villablanca Vásquez2018-04-204-5/+7
|
* Improve English grammar and consistency. (#3614)bugreport02018-04-196-628/+622
| | | | | | | | | | | | | | | | | | | | | | | | | | * Start improving English grammar and consistency. * Apply review comments, push translation further. * Additional review changes; expand translation. * Undo team/organization change, further translation. * Add site administration; review comments; merge. * Update hardcoded branch protection string tests. * Update hardcoded branch deletion string test. * Update another hardcoded translation string test. * Add my nickname to the list of translators. * Implement @lafriks review comments. * Remove (now) unused branch deletion warnings. * Remove (now) unused branch deletion warnings.
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-191-1/+1
|
* Fix for UI broke when a repo is starred & watched (#3630) (#3810)kolaente2018-04-191-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-192-0/+4
|
* Mention the possibility of resetting the password for new accounts (#3812)Michael Kuhn2018-04-191-0/+1
| | | | | This solves the problem of administrators creating accounts for users that then do not know their initial password (without the administrator sending it to them via some other channel).
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-171-0/+2
|
* Add opencollective badges on READMEs (#3808)Lunny Xiao2018-04-172-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-171-0/+2
|
* Added explanation for docker environment variables to docs (#3804)kolaente2018-04-171-0/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-1628-0/+28
|
* Fixed 0 closed issues not show 50% closed on activty page (#3802)Morgan Bazalgette2018-04-161-2/+10
| | | | Fixes #3656. Also adds a light grey bar when there are both 0 merged prs/closed issues and 0 open prs/issues.
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-162-0/+8
|
* Removes extra space from the body and footer to prevent scrolling on a page ↵Liam Cottam2018-04-162-3/+2
| | | | | that fits into the viewport (#3792) Signed-off-by: Liam Cottam <killtheidols@hotmail.co.uk>
* Add topic support (#3711)Lunny Xiao2018-04-1117-2/+487
| | | | | | | | | | | | | | | | | | | | | | | | * add topic models and unit tests * fix comments * fix comment * add the UI to show or add topics for a repo * show topics on repositories list * fix test * don't show manage topics link when no permission * use green basic as topic label * fix topic label color * remove trace content * remove debug function
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-102-0/+2
|
* Fix typo in deleteUser (#3781)Michael Kuhn2018-04-101-1/+1
| | | num_watches was used where num_stars should have been used.
* Remove unnecessary Safe tags (#3778)Bwko2018-04-106-14/+13
|
* Add EnableTimetracking option to app settings (#3719)Bwko2018-04-096-16/+38
|
* fix: show Clipboard button if disable HTTP of git protocol (#3773)Bo-Yi Wu2018-04-091-1/+1
|
* Use the active branch for the code tab (#3720)Bwko2018-04-091-1/+1
|
* Modify pagination. (#3766)Pheng Heong TAN2018-04-081-21/+1
| | | | | | | I wanted navigation to the page "first" and the page "last" of the pages of commits. I discovered this has already been implemented in one of the templates. Signed-off-by: Tan Pheng Heong <phtan90@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-041-1/+34
|
* Clarify purpose of ROOT_URL (#3759)Adrian Sieber2018-04-051-1/+3
|