0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-15 01:22:44 +01:00
gitea/models
Norwin 0ffad31b92
Notifications API: respond with updated notifications (#17064)
* notifications api: return updated notifications in response

* make generate-swagger

* openapi fix

Co-authored-by: zeripath <art27@cantab.net>
2021-09-17 19:40:50 -04:00
..
fixtures
migrations
access.go
access_test.go
action.go
action_list.go
action_test.go
admin.go
admin_test.go
attachment.go
attachment_test.go Add repo_id for attachment (#16958) 2021-09-08 17:19:30 +02:00
avatar.go
avatar_test.go
branches.go
branches_test.go
commit.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
commit_status.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
commit_status_test.go Fix bug about ListOptions and stars/watchers pagnation (#14556) 2021-02-04 11:23:46 -06:00
consistency.go
consistency_test.go
context.go
convert.go just add some unit tests (#16291) 2021-06-29 22:00:02 +01:00
error.go
error_oauth2.go
external_login_user.go
fixture_generation.go
fixture_test.go
gpg_key.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
gpg_key_add.go
gpg_key_commit_verification.go
gpg_key_common.go Add option to provide signature for a token to verify key ownership (#14054) 2021-07-13 15:28:07 +02:00
gpg_key_import.go
gpg_key_test.go Add option to provide signature for a token to verify key ownership (#14054) 2021-07-13 15:28:07 +02:00
gpg_key_verify.go
helper.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
helper_directory.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 2020-08-11 21:05:34 +01:00
helper_environment.go chore(models): rewrite code format. (#14754) 2021-03-14 19:52:12 +01:00
index.go
index_test.go
issue.go Alter issue/comment table TEXT fields to LONGTEXT (#16765) 2021-08-22 23:33:05 +08:00
issue_assignees.go chore(models): rewrite code format. (#14754) 2021-03-14 19:52:12 +01:00
issue_assignees_test.go
issue_comment.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
issue_comment_list.go chore(models): rewrite code format. (#14754) 2021-03-14 19:52:12 +01:00
issue_comment_test.go
issue_dependency.go
issue_dependency_test.go
issue_label.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
issue_label_test.go
issue_list.go
issue_list_test.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_lock.go
issue_milestone.go
issue_milestone_test.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
issue_reaction.go
issue_reaction_test.go Migrate reactions when migrating repository from github (#9599) 2020-01-15 12:14:07 +01:00
issue_stopwatch.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go
issue_tracked_time_test.go
issue_user.go Mail assignee when issue/pull request is assigned (#8546) 2019-10-25 22:46:37 +08:00
issue_user_test.go
issue_watch.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
issue_watch_test.go
issue_xref.go
issue_xref_test.go
lfs.go
lfs_lock.go
list_options.go
list_options_test.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
log.go Fix xorm log stack level (#15285) 2021-04-05 08:41:22 +01:00
login_source.go
main_test.go
migrate.go
models.go
models_test.go Add test to ensure that dumping of login sources remains correct (#16847) 2021-08-28 04:25:27 +01:00
notification.go Notifications API: respond with updated notifications (#17064) 2021-09-17 19:40:50 -04:00
notification_test.go
oauth2.go
oauth2_application.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
oauth2_application_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
org.go
org_team.go
org_team_test.go
org_test.go
project.go
project_board.go
project_issue.go
project_test.go
protected_tag.go
protected_tag_test.go
pull.go Add option to update pull request by rebase (#16125) 2021-08-31 16:03:45 +02:00
pull_list.go
pull_sign.go
pull_test.go
release.go
repo.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
repo_activity.go
repo_archiver.go
repo_avatar.go
repo_branch.go Move newbranch to standalone package (#9627) 2020-01-14 11:38:04 +08:00
repo_collaboration.go
repo_collaboration_test.go
repo_generate.go
repo_generate_test.go
repo_indexer.go
repo_issue.go
repo_language_stats.go chore(models): rewrite code format. (#14754) 2021-03-14 19:52:12 +01:00
repo_list.go
repo_list_test.go
repo_mirror.go
repo_permission.go
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 (#6119) 2019-02-22 11:14:45 -05:00
repo_pushmirror.go
repo_pushmirror_test.go
repo_redirect.go
repo_redirect_test.go Redirect on changed user and org name (#11649) 2021-01-24 16:23:05 +01:00
repo_sign.go
repo_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
repo_transfer.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
repo_transfer_test.go
repo_unit.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
repo_watch.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
repo_watch_test.go
review.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
review_test.go
session.go Fix DB session cleanup (#15697) 2021-05-01 22:51:03 -04:00
sql_postgres_with_schema.go
ssh_key.go
ssh_key_authorized_keys.go Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00
ssh_key_authorized_principals.go
ssh_key_deploy.go
ssh_key_fingerprint.go
ssh_key_parse.go Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00
ssh_key_principals.go
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) 2021-01-20 20:36:55 +00:00
star.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
star_test.go API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
store.go
task.go
test_fixtures.go
token.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
token_test.go
topic.go
topic_test.go
twofactor.go
u2f.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
u2f_test.go
unit.go Kanban board (#8346) 2020-08-16 23:07:38 -04:00
unit_tests.go
update.go
upload.go
user.go Add AbsoluteListOptions (#17028) 2021-09-14 18:48:27 +01:00
user_avatar.go
user_follow.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) 2020-10-12 20:01:57 -04:00
user_follow_test.go Add gitea-vet (#10948) 2020-04-05 07:20:50 +01:00
user_heatmap.go
user_heatmap_test.go
user_mail.go
user_mail_test.go
user_openid.go
user_openid_test.go
user_redirect.go
user_redirect_test.go
user_test.go
userlist.go
userlist_test.go
webhook.go
webhook_test.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
wiki.go
wiki_test.go