You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kolaente 1a97030017 Issue due date (#3794)
* 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
6 years ago
..
branch Improve English grammar and consistency. (#3614) 6 years ago
diff Responsive view (#2750) 7 years ago
editor Some small template fixes (#3820) 6 years ago
issue Issue due date (#3794) 6 years ago
pulls Responsive view (#2750) 7 years ago
release Add Size column to attachment (#3734) 6 years ago
settings Some small template fixes (#3820) 6 years ago
wiki Some small template fixes (#3820) 6 years ago
activity.tmpl Fixed 0 closed issues not show 50% closed on activty page (#3802) 6 years ago
bare.tmpl Only show SSH clone URL if signed in (#2169) (#2170) 7 years ago
branch_dropdown.tmpl Escape branch name in dropdown menu (#3691) 6 years ago
commit_status.tmpl Spaces to tabs in templates (#2953) 7 years ago
commits.tmpl Responsive view (#2750) 7 years ago
commits_table.tmpl Modify pagination. (#3766) 6 years ago
create.tmpl Remove unnecessary Safe tags (#3778) 6 years ago
forks.tmpl #3348 always use relative avatar link in the template 8 years ago
graph.tmpl Fix issue link rendering in commit messages (#2897) 7 years ago
header.tmpl Fix for UI broke when a repo is starred & watched (#3630) (#3810) 6 years ago
home.tmpl Add topic support (#3711) 6 years ago
migrate.tmpl Add notice that LFS mirroring is not supported (#1251) 7 years ago
search.tmpl Don't warn users about *every* dirty form (#3707) 6 years ago
sub_menu.tmpl Minor copy changes (#3074) 7 years ago
user_cards.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
view_file.tmpl Responsive view (#2750) 7 years ago
view_list.tmpl Symlink icons (#1416) (#3826) 6 years ago
watchers.tmpl #1692 APIs: Users Followers 9 years ago