Commit graph

9 commits

Author SHA1 Message Date
Lunny Xiao
e41e9ea72c Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem (#188) 2019-10-13 01:34:01 +00:00
Lunny Xiao
38803cbe75 Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171)
* refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs

* fix testing
2019-05-11 18:38:52 +03:00
techknowlogick
9251befd37 Switch back to sha1 as key (#169)
Fix https://github.com/bozaro/git-as-svn/issues/244
2019-05-10 07:15:17 +03:00
techknowlogick
2858b80da5 Struct changes to satisfy #3789 (#160)
* Struct changes to satisfy go-gitea/gitea#3789

* Update user_app.go

* update per feedback

* copyright header
2019-04-19 14:53:46 +08:00
techknowlogick
ec80752c95 add ID as an output for token API and Delete token (#110)
* add ID as an output for token API

* add ability to delete token via SDK
2018-06-20 12:04:31 +03:00
Jonas Franz
c7c050c877 Feature/timetracker (#65)
* Adding time tracker api
* Adding swagger support
* Adding GetMyTrackedTimes
* Adding swagger support
* Fixed package collision
* Adding documentation
* Replacing []*TrackedTime with TrackedTimes
* Adding GetRepoTrackedTimes
* Changing endpoint of GetUserTrackedTimes

See go-gitea/gitea/pull/2211

Signed-off-by: Jonas Franz <email@jfdev.de>
2017-07-28 09:12:22 +03:00
Antoine GIRARD
d2f87fd3f9 Add swagger descriptions and needed structs (#53)
* Add swagger descriptions and needed structs

* Remove missed TODO comment
2017-04-30 23:33:16 +08:00
Lunny Xiao
c9135ef778 fix most of all the lint errors 2016-11-10 17:44:00 +08:00
Thomas Boerger
4218c36205 Moved source files into subfolder 2016-11-07 11:26:36 -02:00
Renamed from user_app.go (Browse further)