gotjosh fa007423e3 API: Add `updatedAt` to api/users/:id (#19004) пре 6 година
..
migrations 6335509a23 Annotations: use a single row to represent a region (#17673) пре 6 година
migrator 7b70e7db2d AuthProxy: Optimistic lock pattern for remote cache Set (#17485) пре 6 година
sqlutil 1dfff74da9 move database-specific code into dialects (#11884) пре 7 година
alert.go 172464e91e alerting: return err when SetAlertState fails to save to sql (#18216) пре 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 6335509a23 Annotations: use a single row to represent a region (#17673) пре 6 година
annotation_test.go 6335509a23 Annotations: use a single row to represent a region (#17673) пре 6 година
apikey.go 3680b95b44 Auth: Duplicate API Key Name Handle With Useful HTTP Code (#17905) пре 6 година
apikey_test.go 3680b95b44 Auth: Duplicate API Key Name Handle With Useful HTTP Code (#17905) пре 6 година
dashboard.go 8fd153edb7 API: Restrict anonymous user information access (#18422) пре 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 8fd153edb7 API: Restrict anonymous user information access (#18422) пре 6 година
dashboard_provisioning.go eb82a75668 Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) пре 6 година
dashboard_provisioning_test.go eb82a75668 Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) пре 6 година
dashboard_service_integration_test.go eb82a75668 Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) пре 6 година
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 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) пре 6 година
datasource_test.go 8fd153edb7 API: Restrict anonymous user information access (#18422) пре 6 година
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 2fff8f77dc move log package to /infra (#17023) пре 6 година
login_attempt.go 66ba2aa524 Fix gosimple issues (#17179) пре 6 година
login_attempt_test.go 3d1c624c12 WIP: Protect against brute force (frequent) login attempts (#10031) пре 8 година
org.go 0cbbb43222 LDAP: Add API endpoint to debug user mapping from LDAP (#18833) пре 6 година
org_test.go 0cbbb43222 LDAP: Add API endpoint to debug user mapping from LDAP (#18833) пре 6 година
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 3dbc3251d1 Chore: Deduplicate sqlstore transaction code (#17069) пре 6 година
sql_test_data.go 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 пре 8 година
sqlbuilder.go 1c3ad78672 Perf: Fix slow dashboards ACL query (#17427) пре 6 година
sqlbuilder_test.go 1c3ad78672 Perf: Fix slow dashboards ACL query (#17427) пре 6 година
sqlstore.go 6809d2bb29 codestyle: moves cache to infra (#17519) пре 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 1aadb4426a metrics: expose stats about roles as metrics (#17469) пре 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 година
tags.go e06abb30aa Alerting: Add tags to alert rules (#10989) пре 6 година
tags_test.go e06abb30aa Alerting: Add tags to alert rules (#10989) пре 6 година
team.go 8fd153edb7 API: Restrict anonymous user information access (#18422) пре 6 година
team_test.go 8fd153edb7 API: Restrict anonymous user information access (#18422) пре 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 73e405978b add support for periodically reloading mysql client certs (#14892) пре 6 година
transactions.go 5884e235fc database: retry transaction if sqlite returns database is locked error (#17276) пре 6 година
transactions_test.go 54c1bf0cc9 Chore: a bit of spring cleaning (#16710) пре 6 година
user.go fa007423e3 API: Add `updatedAt` to api/users/:id (#19004) пре 6 година
user_auth.go 151fe240fc OAuth: Fix for wrong user token updated on OAuth refresh in DS proxy (#17541) пре 6 година
user_auth_test.go caa1314f44 Build: use golangci-lint as a make command (#17739) пре 6 година
user_test.go d9f01cb822 SQLStore: use bool pointer instead of string (#18111) пре 6 година