1
Fork 0
photoview/api/graphql/models/actions
Googol Lee ddacba85db
Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). (#954)
2024-05-31 09:35:41 +01:00
..
actions_test.go Add check that prevents deletion of sole admin user 2021-05-11 20:40:18 +02:00
album_actions.go If possible expand root album, write tests 2022-02-07 19:41:44 +01:00
album_actions_test.go If possible expand root album, write tests 2022-02-07 19:41:44 +01:00
media_actions.go Add date filter to timeline + fix #302 2021-09-25 17:11:54 +02:00
media_actions_test.go Add date filter to timeline + fix #302 2021-09-25 17:11:54 +02:00
search_actions.go Refactoring + disable cleanup tests for sqlite 2021-11-06 15:41:25 +01:00
search_actions_test.go Write tests for searching 2021-09-02 18:09:37 +02:00
share_token_actions.go Refactoring + disable cleanup tests for sqlite 2021-11-06 15:41:25 +01:00
share_token_actions_test.go Fix bug 2021-09-30 16:05:23 +02:00
timeline_actions.go Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). (#954) 2024-05-31 09:35:41 +01:00
timeline_actions_test.go Fix problem with postgres for MyTimeline action 2021-09-27 20:43:26 +02:00
user_actions.go Add check that prevents deletion of sole admin user 2021-05-11 20:40:18 +02:00
user_actions_test.go Add check that prevents deletion of sole admin user 2021-05-11 20:40:18 +02:00