Tom Petr 2d6b33ab61 sqlstore: use column name in order by (#16583) 6 лет назад
..
migrations b37ee65bd3 Chore: prepare our SQL for cockroach db (#16471) 6 лет назад
migrator b37ee65bd3 Chore: prepare our SQL for cockroach db (#16471) 6 лет назад
sqlutil 1dfff74da9 move database-specific code into dialects (#11884) 7 лет назад
alert.go f845a3b841 upgrade xorm packages to latest versions 6 лет назад
alert_notification.go 54c1bf0cc9 Chore: a bit of spring cleaning (#16710) 6 лет назад
alert_notification_test.go f132e929ce Added uid for alert notifications 7 лет назад
alert_test.go d25284a364 introduce state `unknown` for rules that have not been evaluated yet 7 лет назад
annotation.go f845a3b841 upgrade xorm packages to latest versions 6 лет назад
annotation_test.go aed8208d78 renames PartialMatch to MatchAny 7 лет назад
apikey.go 09e71e00a3 sql: adds tests for InTransaction 7 лет назад
apikey_test.go b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 лет назад
dashboard.go 8b0dd4244b Search: Fixes search limits and adds a page parameter (#16458) 6 лет назад
dashboard_acl.go 2d6b33ab61 sqlstore: use column name in order by (#16583) 6 лет назад
dashboard_acl_test.go 6eb00000fe pkg/services: fix ineffassign issues 7 лет назад
dashboard_folder_test.go 770acee56a new property for current user indicating if edit permissions in folders 7 лет назад
dashboard_provisioning.go 2d7fc55df7 Provisioning: Do not allow deletion of provisioned dashboards (#16211) 6 лет назад
dashboard_provisioning_test.go 2d7fc55df7 Provisioning: Do not allow deletion of provisioned dashboards (#16211) 6 лет назад
dashboard_service_integration_test.go dde650905d Fix megacheck issue unused code. 7 лет назад
dashboard_snapshot.go 9d6da10e82 snapshots: Move external snapshot creation to backend 7 лет назад
dashboard_snapshot_test.go 6c0752473a Sqlstore refactor (#11908) 7 лет назад
dashboard_test.go 36d64fecea Search: Fixed search issue introduced in recent PR (#16652) 6 лет назад
dashboard_version.go f845a3b841 upgrade xorm packages to latest versions 6 лет назад
dashboard_version_test.go 0ffcea08c7 dashboard version cleanup: more tests and refactor 7 лет назад
datasource.go 66f6e16916 Security: Store datasource passwords encrypted in secureJsonData (#16175) 6 лет назад
datasource_test.go 53cd39fde5 Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 7 лет назад
health.go 368e847d12 feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 8 лет назад
logger.go 46412c8475 dasboard_history: security fix, added orgId filter to dashboard version lookup 8 лет назад
login_attempt.go e3b3062107 add nil/length check when delete old login attempts 6 лет назад
login_attempt_test.go 3d1c624c12 WIP: Protect against brute force (frequent) login attempts (#10031) 8 лет назад
org.go e85d0e8d6b pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 лет назад
org_test.go fadd816d89 pkg/*: Fix misspell issues 7 лет назад
org_users.go f845a3b841 upgrade xorm packages to latest versions 6 лет назад
playlist.go 1dfff74da9 move database-specific code into dialects (#11884) 7 лет назад
playlist_test.go d405176367 chore(playlist): remove commented code 10 лет назад
plugin_setting.go e85d0e8d6b pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 лет назад
preferences.go 5f9fecd254 feat: team preferences 7 лет назад
preferences_test.go 5f9fecd254 feat: team preferences 7 лет назад
quota.go d1e1cde00e Fix bug what updating user quota doesn't work 7 лет назад
quota_test.go 4397ee61d0 Put issue number to test code 7 лет назад
search_builder.go 36d64fecea Search: Fixed search issue introduced in recent PR (#16652) 6 лет назад
search_builder_test.go 8b0dd4244b Search: Fixes search limits and adds a page parameter (#16458) 6 лет назад
session.go 3479cf4b39 expose functions to use sessions 7 лет назад
sql_test_data.go 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 лет назад
sqlbuilder.go 5323971c21 refactoring: alert rule query refactoring (#10941) 7 лет назад
sqlstore.go 67cbc7d4cf Chore: use remote cache instead of session storage (#16114) 6 лет назад
sqlstore.goconvey 2724cf5db8 feat(invite): small progress 10 лет назад
sqlstore_test.go 9692955d4f Correct formatting of sqlstore_test.go 7 лет назад
star.go 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 лет назад
stars_test.go eb8af01a8a admin: add more stats about roles (#16667) 6 лет назад
stats.go eb8af01a8a admin: add more stats about roles (#16667) 6 лет назад
stats_test.go eb8af01a8a admin: add more stats about roles (#16667) 6 лет назад
tables.go 1f987c1903 Began work on real sql schema definitions, and migration engine 11 лет назад
team.go 53c74fa2f5 teams: refactor so that you can only delete teams if you are team admin 6 лет назад
team_test.go c420af16b1 teams: editor/viewer team admin cant remove the last admin. 6 лет назад
temp_user.go f73236f8f4 pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 7 лет назад
temp_user_test.go b8aa203707 signup: fix email sent logic for tempuser 8 лет назад
tls_mysql.go 54c1bf0cc9 Chore: a bit of spring cleaning (#16710) 6 лет назад
transactions.go 12c9860882 string formating fixes 7 лет назад
transactions_test.go 54c1bf0cc9 Chore: a bit of spring cleaning (#16710) 6 лет назад
user.go 54c1bf0cc9 Chore: a bit of spring cleaning (#16710) 6 лет назад
user_auth.go b3461c9806 Remove sleeps in test code by overriding time.Now() 6 лет назад
user_auth_test.go b3461c9806 Remove sleeps in test code by overriding time.Now() 6 лет назад
user_test.go f845a3b841 upgrade xorm packages to latest versions 6 лет назад