Joseph Schorr
1b56567268
Make sure also include teams from organizations that the user admins
2015-04-07 13:45:49 -04:00
Joseph Schorr
a34d56045f
Add scoring based on the string distance
2015-04-07 12:32:23 -04:00
Joseph Schorr
55a2c54ab6
Better keyboard handling and show score on results
2015-04-07 12:11:16 -04:00
Joseph Schorr
951b0cbab8
Start on new interactive search
2015-04-06 19:17:18 -04:00
Joseph Schorr
2ece1170a1
Update create organization page UI
2015-04-06 13:52:38 -04:00
Joseph Schorr
cff7f6178e
Slightly better styling
2015-04-06 13:06:59 -04:00
Joseph Schorr
85cff9bd9d
Slightly updated new repo view
2015-04-06 12:45:12 -04:00
Joseph Schorr
cafc96fe28
Switch the "Account Settings" link to the new user view page's settings tab
2015-04-03 17:56:08 -04:00
Joseph Schorr
5ed900c9bc
Add new co-alert CSS styles and fix some other UI issues
2015-04-03 17:47:39 -04:00
Joseph Schorr
f46d9c88cf
Link to the user pages now that they exist
2015-04-03 14:58:13 -04:00
Joseph Schorr
4cb7921c3a
Make sure to show public repos on the user and orgs pages
2015-04-03 14:55:09 -04:00
Joseph Schorr
2d8237bd83
Fix avatar in the user view
2015-04-03 12:34:52 -04:00
Joseph Schorr
f67eeee8c8
Start conversion of the user admin/view
2015-04-02 16:34:41 -04:00
Joseph Schorr
bcd8a48159
Make sure to redraw the tree in the old repo view. Patches an issue where the tree won't show up sometimes
2015-04-02 11:37:30 -04:00
Joseph Schorr
2f5f4d5d66
Make sure to import the exception decorators so that we raise 4xx errors to Docker instead of 500s
2015-04-01 15:34:07 -04:00
Joseph Schorr
1deb5121b8
Merge branch 'orgview'
2015-04-01 15:12:15 -04:00
Joseph Schorr
e4fc18cbed
Make the experiment reload the page automatically
2015-04-01 15:06:30 -04:00
Joseph Schorr
74667cdfa5
Remove unneeded column header in the team view
2015-04-01 15:05:09 -04:00
Joseph Schorr
c31eea8f79
Restyle the billing invoices tab
2015-04-01 15:04:01 -04:00
Jimmy Zelinskie
9c2ee355dd
Merge pull request #18 from jonboulle/master
...
Fix some typos in static site
2015-04-01 14:59:47 -04:00
Joseph Schorr
d408c74eaa
Add margin between the + icon and the text on the prototype manager add button
2015-04-01 14:50:16 -04:00
Joseph Schorr
393e91098c
Restyle the applications manager
2015-04-01 14:49:15 -04:00
Joseph Schorr
b240af6d7c
Redo styling of the default permissions manager
2015-04-01 14:41:41 -04:00
Joseph Schorr
5fc8e632d6
Redo the permissions table to have different sections for users and robot accounts
2015-04-01 14:23:39 -04:00
Jonathan Boulle
0cb717bd22
Fix some typos in static site
2015-04-01 11:21:19 -07:00
Joseph Schorr
5cd500257d
Merge branch 'master' into orgview
2015-04-01 13:56:49 -04:00
Joseph Schorr
fde9666647
Add the team membership to the robots view
2015-04-01 13:56:30 -04:00
Joseph Schorr
e6354571f6
Link repos under the robots manager to the settings tab
2015-04-01 11:31:26 -04:00
Joseph Schorr
1f5e6df678
- Fix tests
...
- Add new endpoints for retrieving the repo permissions for a robot account
- Have the robots list return the number of repositories for which there are permissions
- Other UI fixes
2015-03-31 18:50:43 -04:00
Joseph Schorr
bb81c05c03
Add the new team view page
2015-03-31 15:58:23 -04:00
Joseph Schorr
24b9fe5e48
Fix tabs in the repo view
2015-03-31 14:40:34 -04:00
Joseph Schorr
9018cf14eb
Better UI for the permissions table in the repository, as well as fix some other avatar issues
2015-03-31 14:36:09 -04:00
Joseph Schorr
805af1c0c0
Fix change org email tab
2015-03-30 18:44:23 -04:00
Joseph Schorr
27a9b84587
Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists
2015-03-30 17:55:04 -04:00
Jake Moshenko
b10fd4ff22
Tell the journal on the builders to listen on the proper socket.
2015-03-27 16:31:35 -04:00
Jake Moshenko
6eead7c860
Add logentries reporting to the ephemeral builders.
2015-03-27 15:28:08 -04:00
Joseph Schorr
384d6083c4
Make sure to conduct login after the password change now that the session will be invalidated for the user
2015-03-26 20:04:32 -04:00
Joseph Schorr
7b1d35737e
Merge branch 'master' of github.com:coreos-inc/quay
2015-03-26 17:45:49 -04:00
Joseph Schorr
a7b6cb5c23
Fix handling of byte strings and large ints
2015-03-26 17:45:43 -04:00
Jimmy Zelinskie
4d4947edaf
Merge branch 'master' of github.com:coreos-inc/quay
2015-03-26 16:31:20 -04:00
Joseph Schorr
02bafb1613
Fix language in the config setup tool
2015-03-26 16:31:19 -04:00
Jimmy Zelinskie
bcc7a9580b
models: change UUID of user on password change
...
This prevents old cookies from continuing to work after a password has
been changed.
2015-03-26 16:30:41 -04:00
Joseph Schorr
c4a2574b0d
Clarify unencrypted password error message
2015-03-26 16:23:28 -04:00
Joseph Schorr
7d13299782
Merge branch 'enigma'
2015-03-26 16:19:17 -04:00
Joseph Schorr
f8afd8b5ce
Make sure to parse the big int into a byte string
2015-03-26 16:13:35 -04:00
Joseph Schorr
4d1792db1c
getrandbits creates an int, not a float
2015-03-26 15:47:44 -04:00
Joseph Schorr
aaf1b23e98
Address CL concerns and switch to a real encryption system
2015-03-26 15:10:58 -04:00
Jake Moshenko
0349f3f1a3
Handle the case where YAML config returns a list not a tuple.
2015-03-26 14:53:56 -04:00
Joseph Schorr
d23bb6616d
Fix error message to exactly match current output
2015-03-26 13:22:16 -04:00
Joseph Schorr
2d8d0c6fd3
Fix cursor on the copy box
2015-03-26 12:00:13 -04:00