harbor/src/common/dao
Tan Jiang 224f75b9a6 Refactor /users API, add more restircation in password reset
Simplified the code when checking if a user is modiable in different
auth modes.
Also add restriction in password, such that when the auth mode is not DB
auth, only the super user can choose to reset his password.
2017-12-18 14:32:29 +08:00
..
clair address comment 2017-07-12 15:05:27 +08:00
accesslog.go increase length of username in database to 256 2017-08-17 15:24:34 +08:00
base.go Fail earlier when found database schema dismatch 2017-11-07 13:07:56 +08:00
clair.go fix 2965 2017-08-04 18:44:00 +08:00
config_test.go Add database driver for Harbor configurations 2017-12-06 13:06:54 +08:00
config.go Add database driver for Harbor configurations 2017-12-06 13:06:54 +08:00
dao_test.go Refactor /users API, add more restircation in password reset 2017-12-18 14:32:29 +08:00
mysql.go replace go header 2017-04-13 03:54:58 -07:00
pgsql.go read last update from clair db, return in system info 2017-07-11 21:26:31 +08:00
pro_meta_test.go Apply project level policies to standalone Harbor 2017-10-19 17:33:28 +08:00
pro_meta.go Add column id to table project_metadagta as the primary key 2017-10-30 17:37:25 +08:00
project_test.go replace go header 2017-04-13 03:54:58 -07:00
project.go Apply project level policies to standalone Harbor 2017-10-19 17:33:28 +08:00
projectmember.go fix bug: can't show the role of member 2017-06-23 17:23:00 +08:00
register.go replace go header 2017-04-13 03:54:58 -07:00
replication_job.go Move certificate verification to target level 2017-10-20 15:36:56 +08:00
repository_test.go Apply project level policies to standalone Harbor 2017-10-19 17:33:28 +08:00
repository.go fix 2965 2017-08-04 18:44:00 +08:00
role.go replace go header 2017-04-13 03:54:58 -07:00
scan_job.go restart scan jobs when jobservice is started 2017-08-16 17:24:41 +08:00
sqlite.go fix code style issues reported by golint 2017-09-19 17:16:54 +08:00
testutils.go Provide UAA authenticator for password based authentication. 2017-10-07 00:16:53 +08:00
user_test.go Provide UAA authenticator for password based authentication. 2017-10-07 00:16:53 +08:00
user.go Refactor /users API, add more restircation in password reset 2017-12-18 14:32:29 +08:00
version_test.go Fail earlier when found database schema dismatch 2017-11-07 13:07:56 +08:00
version.go Fail earlier when found database schema dismatch 2017-11-07 13:07:56 +08:00