File Changes for chmalee
switch to commits view, user indexv493_preview2 to v493_base (2026-01-19 to 2026-01-26) v493
Show details
- src/hg/hgHubConnect/hgHubConnect.c
- lines changed 1, context: html, text, full: html, text
1f8adb2e2330efa72300e9e4b80095be31746168 Wed Jan 21 14:19:39 2026 -0800
Encode the hubUrl on hgHubConnect retry hub button so if the url is bogus and has quotes it does not mess up the rest of the javascript, refs #36936
- src/hg/hgHubConnect/hooks/pre-create.c
- lines changed 15, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
- src/hg/hgHubConnect/hooks/pre-finish.c
- lines changed 19, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
- src/hg/js/hgMyData.js
- lines changed 6, context: html, text, full: html, text
77351c0fa18c6b8da672a097790a1533c068b119 Tue Jan 20 15:20:10 2026 -0800
cheapcgi.c:cgiEncode() encodes space to +, so we need to do the same in javascript, refs Max email
- lines changed 4, context: html, text, full: html, text
4f1f8506b8f8ad9e83f484032bab80866b9c6cd3 Tue Jan 20 15:58:57 2026 -0800
Ensure hubUrl= links get encoded when the hubSpace UI generates them. userNames with spaces are encoded to '+' signs by cgiEncode, which need to be encoded to %2B so it will survive a cgiDecode by hgTracks later, so we not only encode space to '+' first, we then encode the '+' itself.
- lines changed 87, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
- src/hg/lib/hubSpace.c
- lines changed 6, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
- src/hg/lib/userdata.c
- lines changed 43, context: html, text, full: html, text
c6d419ecfb6f122d7a0cb99c37f56c32c089bea3 Thu Jan 22 10:41:38 2026 -0800
HubSpace changes: Allow users to overwrite already uploaded files, but warn them first. When a hub.txt file is being uploaded, don't auto-generate one. Check if the tracks being uploaded already exist in the hub.txt before adding a default stanza for it. Add some more checks in the hook files to prevent faulty uploads. Have the tus client clear localStorage on successful uploads so re-uploads of the same file don't cause confusing errors
switch to commits view, user index