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.
forgejo/routers
kolaente ef6813abc9 Issue due date api (#3890)
* Implemented basic api endpoint to manage deadlines

* Fixed checking for permissions

* Updating a deadline from the ui is now entirely done via the api

* cleanup

* Cosmetics

* fixed lint + fmt

* Added swagger model definition for deadline response

* Updated gitea-sdk

* Updated gitea-sdk

* More cleanup

* Generate swagger json

* Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api

# Conflicts:
#	public/swagger.v1.json

* Fixed permission to update a deadline via api

* Re-added form to change a deadline

* Added client-side validation + not ignore error messages from the api

* Added locale for error message

* Merge branch 'master' of https://github.com/go-gitea/gitea

# Conflicts:
#	models/issue_comment.go

* Proper date validation

* Fixed indention

* moved css to css file

* added documentation for error codes

* after merge cleanup

* Added swagger description

* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD

* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD

* regenerated stylesheets
6 years ago
..
admin LDAP Public SSH Keys synchronization (#1844) 6 years ago
api/v1 Issue due date api (#3890) 6 years ago
dev Make time diff translatable (#2057) 7 years ago
org hide issues from org private repos w/o team assignment (#4034) 6 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
repo Issue due date api (#3890) 6 years ago
routes Issue due date api (#3890) 6 years ago
user Add Recaptcha functionality to Gitea (#4044) 6 years ago
utils Allow adding collaborators with (fullname) (#3103) 7 years ago
home.go fix not respecting landing page setting (#4209) 6 years ago
init.go Store OAuth2 session data in database (#3660) 6 years ago
install.go Keep preseeded database password (#4284) 6 years ago