Commit Graph

185 Commits

Author SHA1 Message Date
Tan Jiang
c683be1c64 merge with master 2016-08-10 15:34:23 +08:00
kunw
160e76646e updates for comparison expression. 2016-08-08 18:25:18 +08:00
kunw
82f6598aa3 updates for toggling project publicity and block user remove admin role with himself. 2016-08-08 18:09:31 +08:00
kunw
a7f0037156 updates for toggling project publicity and block user remove admin role with himself. 2016-08-08 17:31:57 +08:00
kunw
5cf6f99025 update for pagination in repository, replication and logs. 2016-08-08 17:29:42 +08:00
kunw
e44d445ee3 update for toggling page button. 2016-08-06 17:35:57 +08:00
kunw
8245eeaec9 updates for paginator toggling previous and next. 2016-08-06 17:19:29 +08:00
kunw
066d108012 updates paginator with following the restriction mode 2016-08-06 16:12:48 +08:00
kunw
d4035e0ec3 updates for paginator and pagination in logs. 2016-08-06 15:11:20 +08:00
kunw
f44e6f5991 add paginator, add pagination to the logs. 2016-08-05 20:37:58 +08:00
Tan Jiang
fa18ab3a75 merge with master 2016-08-03 17:15:00 +08:00
Tan Jiang
c76d6afec2 Merge remote-tracking branch 'upstream/master' 2016-08-03 10:40:29 +08:00
Tan Jiang
a74cf7e68b remove creator field from top repo query 2016-08-03 10:39:33 +08:00
Wenkai Yin
cb9db4b0d1 modify front end of image details 2016-08-02 14:17:32 +08:00
kunw
b0c957aefc update for toggling admin option check. 2016-07-28 11:22:16 +08:00
kunw
c4d742a874 refine comparsion expression 2016-07-27 23:52:19 +08:00
kunw
b68e12b52a fixed toggling admin user option. 2016-07-27 23:18:24 +08:00
fsword
e3913128cf link checkbox and its label
use standard html tag
2016-07-19 23:52:50 +08:00
kunw
a4da50bf6d add resizable height in replication page. 2016-07-14 20:43:58 +08:00
kunw
fbd0560b25 updates for replication page height, confirm messages and the position of advanced search button. 2016-07-14 16:53:25 +08:00
kunw
1b7f980235 update for selecting all when click the pull command text. 2016-07-13 17:46:51 +08:00
kunw
6c7204dd62 update i18n messages about tag deletion. 2016-07-13 14:36:59 +08:00
kunw
0a97386da2 update for destination dialog interaction refinements. 2016-07-13 13:21:43 +08:00
kunw
b9e7273ac7 fixed destination editable issue. 2016-07-13 13:17:31 +08:00
kunw
8c89d12c51 update for tag deletion confirm messages. 2016-07-12 18:47:06 +08:00
kunw
d04695460b updates for style of replication and add tag field for log list. 2016-07-12 16:01:56 +08:00
root
7ededc7fe2 modify for grunt checking 2016-07-11 18:38:51 +08:00
kunw
01b2415bfb update for interaction of enter key press when doing searches 2016-07-11 16:11:54 +08:00
kunw
f95eecd657 fixed compatabilty issues when creating/editing in dialogs showing error messages. 2016-07-11 12:25:45 +08:00
kunw
c55e885679 update for compatiblity with IE11. 2016-07-09 16:38:54 +08:00
kunw
f2cbce3021 fixed issues for #502, #503. 2016-07-09 11:38:46 +08:00
kunw
8ea9cc436d update for pane position style. 2016-07-08 09:24:27 +08:00
kunw
384c470bb3 update for some refinements. 2016-07-08 00:10:02 +08:00
kunw
7eb74c1e2e add license headers into files, replace vendors JS files with minified editions. 2016-07-08 00:03:32 +08:00
kunw
231b789ece update for page styles and remove useless files. 2016-07-07 23:21:30 +08:00
kunw
9d3354ba53 updates for toggling status of policies and publicity of projects i18n messages. 2016-07-07 17:11:40 +08:00
yhua
9e7a333285 squash 3 commit 2016-07-07 16:08:16 +08:00
kunw
81363ad1fb update for redirection to last page and other refinements. 2016-07-07 13:15:00 +08:00
kunw
83aa56a1e4 update for replication policy creation. 2016-07-07 11:51:03 +08:00
kunw
b612b42c24 updates for page style refinements. 2016-07-07 01:12:20 +08:00
kunw
d68be63585 update for i18n reviews and other refinements. 2016-07-06 20:22:45 +08:00
kunw
1e0f31ac13 Merge branch 'new-ui-with-sync-image' of https://github.com/vmware/harbor into new-ui-with-sync-image 2016-07-06 16:39:53 +08:00
kunw
bf06a2e1b0 update for i18n reviews. 2016-07-06 16:39:40 +08:00
kun wang
efd2ce9dd7 Merge pull request #480 from yhua123/patch-1
add new page for change password
2016-07-06 16:38:13 +08:00
yhua123
977119150d Update change-password.controller.js
modify "changed" to "change"
2016-07-06 16:33:48 +08:00
yhua123
f70b9f7e33 Update locale_messages_en-US.js
change key to "failed_to_change_password".
2016-07-06 14:20:44 +08:00
yhua123
46ad156d4c Update locale_messages_zh-CN.js
change key to "failed_to_change_password"
2016-07-06 14:19:37 +08:00
yhua123
ac836bc203 Update change-password.controller.js
change fail message key to "failed_to_change_password"
2016-07-06 14:18:50 +08:00
yhua123
21b3f5d48e Update account-setting.controller.js
remove password check in updateUser().

- && angular.isDefined(user.password)
2016-07-06 14:09:20 +08:00
yhua123
db0c079b82 Update change-password.controller.js
remove password toggle
2016-07-06 14:06:47 +08:00