Hugo Häggmark 3c46b786d2 teams: change back to permissionlevel for Member to 0 6 yıl önce
..
migrations af4994ba16 teams: editor added as admin for created teams. 6 yıl önce
migrator 12f3c8f9d6 fix only add column if not exists for mysql 7 yıl önce
sqlutil 1dfff74da9 move database-specific code into dialects (#11884) 7 yıl önce
alert.go f845a3b841 upgrade xorm packages to latest versions 6 yıl önce
alert_notification.go 9a598be4f7 Fixed failing unit test 7 yıl önce
alert_notification_test.go f132e929ce Added uid for alert notifications 7 yıl önce
alert_test.go d25284a364 introduce state `unknown` for rules that have not been evaluated yet 7 yıl önce
annotation.go f845a3b841 upgrade xorm packages to latest versions 6 yıl önce
annotation_test.go aed8208d78 renames PartialMatch to MatchAny 7 yıl önce
apikey.go 09e71e00a3 sql: adds tests for InTransaction 7 yıl önce
apikey_test.go b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 yıl önce
dashboard.go 8a3a3cccc3 moves metric package to /infra 6 yıl önce
dashboard_acl.go d86ed679b1 return inherited property for permissions 7 yıl önce
dashboard_acl_test.go 6eb00000fe pkg/services: fix ineffassign issues 7 yıl önce
dashboard_folder_test.go 770acee56a new property for current user indicating if edit permissions in folders 7 yıl önce
dashboard_provisioning.go 8880829eda avoid infinite loop in the dashboard provisioner 7 yıl önce
dashboard_provisioning_test.go 0a9bfc5529 delete provisioning meta data when deleting folder 7 yıl önce
dashboard_service_integration_test.go dde650905d Fix megacheck issue unused code. 7 yıl önce
dashboard_snapshot.go 9d6da10e82 snapshots: Move external snapshot creation to backend 7 yıl önce
dashboard_snapshot_test.go 6c0752473a Sqlstore refactor (#11908) 7 yıl önce
dashboard_test.go b7628f2060 pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 7 yıl önce
dashboard_version.go f845a3b841 upgrade xorm packages to latest versions 6 yıl önce
dashboard_version_test.go 0ffcea08c7 dashboard version cleanup: more tests and refactor 7 yıl önce
datasource.go f3753712e0 Revert "Fix Datasource Update to no User/Password" 6 yıl önce
datasource_test.go 53cd39fde5 Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 7 yıl önce
health.go 368e847d12 feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 8 yıl önce
logger.go 46412c8475 dasboard_history: security fix, added orgId filter to dashboard version lookup 8 yıl önce
login_attempt.go e3b3062107 add nil/length check when delete old login attempts 6 yıl önce
login_attempt_test.go 3d1c624c12 WIP: Protect against brute force (frequent) login attempts (#10031) 8 yıl önce
org.go e85d0e8d6b pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 yıl önce
org_test.go fadd816d89 pkg/*: Fix misspell issues 7 yıl önce
org_users.go f845a3b841 upgrade xorm packages to latest versions 6 yıl önce
playlist.go 1dfff74da9 move database-specific code into dialects (#11884) 7 yıl önce
playlist_test.go d405176367 chore(playlist): remove commented code 10 yıl önce
plugin_setting.go e85d0e8d6b pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 7 yıl önce
preferences.go 5f9fecd254 feat: team preferences 7 yıl önce
preferences_test.go 5f9fecd254 feat: team preferences 7 yıl önce
quota.go d1e1cde00e Fix bug what updating user quota doesn't work 7 yıl önce
quota_test.go 4397ee61d0 Put issue number to test code 7 yıl önce
search_builder.go 1dfff74da9 move database-specific code into dialects (#11884) 7 yıl önce
search_builder_test.go 1dfff74da9 move database-specific code into dialects (#11884) 7 yıl önce
session.go 3479cf4b39 expose functions to use sessions 7 yıl önce
sql_test_data.go 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 yıl önce
sqlbuilder.go 5323971c21 refactoring: alert rule query refactoring (#10941) 7 yıl önce
sqlstore.go d433ca7d40 fix util for splitting host and port 6 yıl önce
sqlstore.goconvey 2724cf5db8 feat(invite): small progress 10 yıl önce
sqlstore_test.go 9692955d4f Correct formatting of sqlstore_test.go 7 yıl önce
star.go 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 yıl önce
stars_test.go ebad9cb502 Fixed gofmt formating, updated precommit hook 10 yıl önce
stats.go 3ce99bca66 renames usage state name for auth token 6 yıl önce
stats_test.go b070784b8a adds usage stats for alert notifiers (#13173) 7 yıl önce
tables.go 1f987c1903 Began work on real sql schema definitions, and migration engine 11 yıl önce
team.go 3c46b786d2 teams: change back to permissionlevel for Member to 0 6 yıl önce
team_test.go aedc478208 teams: test for update team member. 6 yıl önce
temp_user.go f73236f8f4 pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 7 yıl önce
temp_user_test.go b8aa203707 signup: fix email sent logic for tempuser 8 yıl önce
tls_mysql.go c21ffcc6c9 generalized database connection cert support and added to postgres 9 yıl önce
transactions.go 12c9860882 string formating fixes 7 yıl önce
transactions_test.go dde650905d Fix megacheck issue unused code. 7 yıl önce
user.go e82b3632f6 fix signed in user for orgId=0 result should return active org id 7 yıl önce
user_auth.go 52503d9cb5 refactor authproxy & ldap integration, address comments 7 yıl önce
user_auth_test.go 74533a7a19 pkg/services/sqlstore/user_auth_test.go: comment unused users slice 7 yıl önce
user_test.go f845a3b841 upgrade xorm packages to latest versions 6 yıl önce