aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-02-15WIP: adding a few defuns for downloading audio tracks directdirect-download-audio-filesGrant Shangreaux
2023-01-21Add: "logging" and symlink update to DEPLOY.orgGrant Shoshin Shangreaux
2023-01-20Fix: overwrite track-file accessor to use config static dirGrant Shoshin Shangreaux
ideally we go back and fix the data so that the `file` slot on a track object holds the NUID.CODEC filename, rather than the path to the track on the filesystem it was downloaded on. the filesystem path can then be constructed by merging it with the media directory's path
2023-01-20Fix: redundant & unprotected destroy of playlist-ctl clog objectGrant Shoshin Shangreaux
2023-01-20Docs: update path to vampire binary in INSTALL.md serviceGrant Shoshin Shangreaux
2023-01-14Refactor: superfluous with-open-file was masking a bugcolin
The bug was the use of :if-exists :overwrite when it should have been :if-exists :supersede. Cleaned up zipped-playlist-url too.
2023-01-08Add: synchronized download link appear/delete across clientsGrant Shangreaux
2023-01-08Clean: code review feedback Add: extra filename cleaningGrant Shangreaux
Removes the legion cluster for zipping and just uses inline zipping in a thunk before adding the link element to the DOM. Cleans more characters from filenames for the zip file. Ensures there aren't errors around deleting the zip file if it isn't there.
2023-01-07Add: async zip download and manage link elementGrant Shangreaux
2023-01-07Add: zip/download UI and deletion of archive on playlist editGrant Shangreaux
- Clicking the button will zip the playlist (if there is no zip archive already existing) - editing a playlist will delete the zip file
2023-01-07Clean: zipper.lisp implementation and defuns, fewer iterationsGrant Shangreaux
2023-01-07Clean: add fasl files to gitignoreGrant Shangreaux
2023-01-07Add: initial hookup of playlist download UI elementsGrant Shangreaux
2023-01-07Clean: reorganize and fix hardcoded directoriesGrant Shangreaux
2023-01-07Add: basic first implementation of creating playlist zipsGrant Shangreaux
2023-01-01Docs: Changed Hacking and Install docscolin
2023-01-01Merge branch 'featre/password-reset'colin
2023-01-01Chage: earmuffs backcolin
2023-01-01Add: password reset featurecolin
2022-12-12Fix: use defparameter and earmuffs for css-versionGrant Shoshin Shangreaux
2022-12-11Fix: header stylingshoshin
2022-12-11Add: more refinements to responsive stylesshoshin
2022-12-07Fix: format nil instead of t for stylesheet filenameshoshin
2022-12-07Add: first draft of DEPLOY.org programGrant Shoshin Shangreaux
2022-12-07Add: versioned CSSGrant Shoshin Shangreaux
2022-12-05Add: minor improvement of mobile [style]Grant Shoshin Shangreaux
Add: code review feedback Fix: unbalanced paren Fix: all the other stuff
2022-12-04Add: bin/ directory to the gitignoreGrant Shoshin Shangreaux
2022-11-27Fix: playlist duration trying to add nil track-duration to integerColin Okay
This is a hotfix. A TRACK's DURATION slot should never be nil.
2022-11-21Fix: ensure-directories-exist for bin/ in build.lispGrant Shoshin Shangreaux
2022-11-21Modify: CSS twiddlingColin Okay
2022-11-21Modify: index reader for user name is case insensitiveColin Okay
2022-11-16Fix: ensure that the element exists before finding connection dataColin Okay
2022-11-12Add: HACKING instructionsColin Okay
2022-11-11Add: about page. css tweaksColin Okay
2022-11-11Fix: typoColin Okay
2022-11-10Add: user list to explore pageColin Okay
2022-11-03Modify: readmeColin Okay
2022-11-03Add: youtube-dl to INSTALLColin Okay
2022-11-03Add: readme and installColin Okay
2022-11-02Fix: swank's :dont-close option wasn't being set to tColin Okay
2022-11-02Modify: downloder will only download the first track of playlistsColin Okay
2022-11-02Tweak: display of playlist creatorColin Okay
2022-11-02Add: better communication of actions available to editorsColin Okay
2022-11-02Add: explainer text on invitesColin Okay
2022-11-02Tweak: update max listing coutn on recent playlistsColin Okay
2022-11-02Add: user pages and links to user pages in playlistsColin Okay
2022-11-02Add: editor and collaborator names to playlist pageColin Okay
2022-11-01Fix: playback selection after playlist end wasn't workingColin Okay
2022-10-31Fix: hunchentoot:handle-static-file, private (and temp?) versionColin Okay
2022-10-31Refactor: display of title and artist text in track listingColin Okay