..
migrations
Merge pull request #15205 from seanlaff/12556-oauth-pass-thru
2019-03-25 21:52:20 +01:00
migrator
fix only add column if not exists for mysql
2018-12-18 23:02:08 +01:00
sqlutil
move database-specific code into dialects ( #11884 )
2018-05-10 16:54:21 +02:00
alert_notification_test.go
Added uid for alert notifications
2019-01-16 16:50:00 +02:00
alert_notification.go
Alerting: Notification channel http api enhancements ( #16219 )
2019-03-26 18:37:02 +07:00
alert_test.go
introduce state unknown
for rules that have not been evaluated yet
2018-11-05 10:50:28 +01:00
alert.go
upgrade xorm packages to latest versions
2019-03-05 21:11:23 +01:00
annotation_test.go
renames PartialMatch to MatchAny
2018-09-13 15:15:42 +02:00
annotation.go
upgrade xorm packages to latest versions
2019-03-05 21:11:23 +01:00
apikey_test.go
Added expire option to dashboard snapshots, #1623
2015-03-26 12:00:52 +01:00
apikey.go
sql: adds tests for InTransaction
2018-06-15 12:46:20 +02:00
dashboard_acl_test.go
pkg/services: fix ineffassign issues
2018-04-23 19:28:54 +02:00
dashboard_acl.go
return inherited property for permissions
2018-04-23 09:23:14 +02:00
dashboard_folder_test.go
new property for current user indicating if edit permissions in folders
2018-04-30 15:34:31 +02:00
dashboard_provisioning_test.go
delete provisioning meta data when deleting folder
2018-10-24 13:32:45 +02:00
dashboard_provisioning.go
avoid infinite loop in the dashboard provisioner
2019-01-14 16:38:39 +01:00
dashboard_service_integration_test.go
Fix megacheck issue unused code.
2018-10-01 18:23:59 +02:00
dashboard_snapshot_test.go
Sqlstore refactor ( #11908 )
2018-05-18 11:10:10 +02:00
dashboard_snapshot.go
snapshots: Move external snapshot creation to backend
2018-12-10 16:36:32 -05:00
dashboard_test.go
pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues
2019-01-28 22:37:44 +01:00
dashboard_version_test.go
dashboard version cleanup: more tests and refactor
2018-03-22 15:18:05 +03:00
dashboard_version.go
upgrade xorm packages to latest versions
2019-03-05 21:11:23 +01:00
dashboard.go
moves metric package to /infra
2019-02-24 21:12:51 +01:00
datasource_test.go
Shouldn't be able to overwrite a dashboard if you don't have permissions ( #10900 )
2018-02-19 11:12:56 +01:00
datasource.go
Revert "Fix Datasource Update to no User/Password"
2019-03-11 07:22:54 +01:00
health.go
feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302
2017-04-25 17:17:45 +02:00
logger.go
dasboard_history: security fix, added orgId filter to dashboard version lookup
2017-06-07 14:21:40 +02:00
login_attempt_test.go
WIP: Protect against brute force (frequent) login attempts ( #10031 )
2018-01-26 10:41:41 +01:00
login_attempt.go
add nil/length check when delete old login attempts
2019-03-08 13:31:46 +01:00
org_test.go
pkg/*: Fix misspell issues
2018-12-04 23:29:34 +01:00
org_users.go
upgrade xorm packages to latest versions
2019-03-05 21:11:23 +01:00
org.go
pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck)
2018-09-16 12:37:08 +02:00
playlist_test.go
chore(playlist): remove commented code
2016-01-29 20:33:01 +01:00
playlist.go
move database-specific code into dialects ( #11884 )
2018-05-10 16:54:21 +02:00
plugin_setting.go
pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck)
2018-09-16 12:37:08 +02:00
preferences_test.go
feat: team preferences
2018-11-12 20:01:53 +01:00
preferences.go
feat: team preferences
2018-11-12 20:01:53 +01:00
quota_test.go
Put issue number to test code
2018-12-05 22:47:41 +09:00
quota.go
Fix bug what updating user quota doesn't work
2018-12-05 22:29:07 +09:00
search_builder_test.go
move database-specific code into dialects ( #11884 )
2018-05-10 16:54:21 +02:00
search_builder.go
move database-specific code into dialects ( #11884 )
2018-05-10 16:54:21 +02:00
session.go
expose functions to use sessions
2018-06-18 14:50:36 +02:00
sql_test_data.go
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
2017-05-23 10:56:23 +02:00
sqlbuilder.go
refactoring: alert rule query refactoring ( #10941 )
2018-02-16 13:56:04 +01:00
sqlstore_test.go
Correct formatting of sqlstore_test.go
2019-01-27 16:28:02 +00:00
sqlstore.go
fix util for splitting host and port
2019-02-04 13:10:32 +01:00
sqlstore.goconvey
feat(invite): small progress
2015-07-17 14:42:49 +02:00
star.go
refactor: sqlstore inTransaction consolidated to one version, fixes #8376
2017-05-23 10:56:23 +02:00
stars_test.go
Fixed gofmt formating, updated precommit hook
2015-03-07 16:37:19 +01:00
stats_test.go
adds usage stats for alert notifiers ( #13173 )
2018-09-06 21:03:09 +02:00
stats.go
renames usage state name for auth token
2019-02-11 11:08:31 +01:00
tables.go
Began work on real sql schema definitions, and migration engine
2015-01-17 21:40:22 +01:00
team_test.go
teams: editor/viewer team admin cant remove the last admin.
2019-03-19 14:01:14 +01:00
team.go
teams: refactor so that you can only delete teams if you are team admin
2019-03-19 14:01:21 +01:00
temp_user_test.go
signup: fix email sent logic for tempuser
2017-06-30 20:21:08 +02:00
temp_user.go
pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck)
2018-09-16 12:26:05 +02:00
tls_mysql.go
generalized database connection cert support and added to postgres
2016-11-22 15:29:22 -08:00
transactions_test.go
Fix megacheck issue unused code.
2018-10-01 18:23:59 +02:00
transactions.go
string formating fixes
2018-08-28 22:33:38 +02:00
user_auth_test.go
Remove sleeps in test code by overriding time.Now()
2019-03-20 15:34:31 -04:00
user_auth.go
Remove sleeps in test code by overriding time.Now()
2019-03-20 15:34:31 -04:00
user_test.go
upgrade xorm packages to latest versions
2019-03-05 21:11:23 +01:00
user.go
fix signed in user for orgId=0 result should return active org id
2018-12-18 20:02:27 +01:00