chiark / gitweb /
First draft of user editing form. Not filled in with right details yet.
[disorder] / server /
2008-04-12 Richard KettlewellWeight support in web UI. A little clunky but works
2008-04-12 Richard KettlewellImplement 'weight' track preference (defect 10). No...
2008-04-12 Richard KettlewellNew 'replay_min' directive defines lower bound on inter...
2008-04-12 Richard Kettlewelldisorder-choose rejects tracks in queue/recent list
2008-04-12 Richard KettlewellUse disorder-choose to pick random tracks.
2008-04-10 Richard Kettlewelldisorder-choose now supports everything that the old...
2008-04-10 Richard KettlewellNew disorder-choose program for performing random selec...
2008-03-29 Richard KettlewellDisOrder 3.0 3.0
2008-03-21 Richard Kettlewellspeaker-network.c network_play() no longer assumes
2008-03-09 Richard KettlewellTypo fix.
2008-03-09 Richard Kettlewellmissed disorder-stats in --version fix
2008-03-09 Richard KettlewellReverse the order of the shutdown() calls on the socket...
2008-03-09 Richard KettlewellAdjust --version output to more closely match GNU standards
2008-03-03 Richard KettlewellFix a race between track startup and scratching. Basic...
2008-01-20 Richard KettlewellA bit more doxygenization.
2008-01-17 Richard KettlewellOnly report failure to find OSS devices once, not every...
2008-01-15 Richard KettlewellMove the plist file to examples/ along with the other...
2008-01-14 Richard KettlewellThe server should now come to life straight away and...
2008-01-14 Richard KettlewellNew scripts/setup which interactively sets up a DisOrde...
2008-01-12 rjk@greenend.org.ukAccept unquoted cookie paths, even though they are...
2008-01-11 rjk@greenend.org.ukFix mis-decoding of MP3s. The bug was due to a misunde...
2008-01-11 rjk@greenend.org.ukReject unwanted PATH_INFO per the RFC.
2008-01-11 rjk@greenend.org.ukAlways choose the cookie with the longest path.
2008-01-10 Richard KettlewellWeb UI nonces are now base64-encoded, and have a shorte...
2008-01-10 Richard KettlewellMore careful testing of scratching, and correctly handl...
2008-01-10 Richard KettlewellFix rights checking when updating a logged-in user...
2008-01-06 Richard KettlewellWhen shutting down, kill -rescan and wait for it to...
2008-01-06 rjk@greenend.org.ukFix mime_content_type() to not be so lazy; now it copes...
2008-01-06 rjk@greenend.org.ukThe Login page now includes a form to request a passwor...
2008-01-04 rjk@greenend.org.ukBuild fixes for FreeBSD:
2008-01-01 rjk@greenend.org.ukDon't use quoted cookies because Safari is buggy. ...
2008-01-01 Richard KettlewellUpdate some copyright dates.
2008-01-01 Richard KettlewellNew 'new_max' configuration bounds the number of tracks...
2008-01-01 Richard KettlewellSort out static content. There is a new expansion...
2007-12-31 Richard Kettlewelldisorder-rescan can now suppress the check phase, which...
2007-12-31 rjk@greenend.org.ukdeluser and edituser now adjust live connections
2007-12-31 rjk@greenend.org.ukConfirmation strings are now invariant under URL-encodi...
2007-12-31 rjk@greenend.org.ukfix more broken images
2007-12-31 rjk@greenend.org.ukRegistration now insists you type your password twice...
2007-12-31 rjk@greenend.org.uk'confirm' now logs the user in (and sends back their...
2007-12-31 rjk@greenend.org.ukcgi: actually use the connection from the new login...
2007-12-31 rjk@greenend.org.ukTidy up login reporting.
2007-12-30 rjk@greenend.org.ukShorter confirmation URLs. 'confirm=' becomes 'c=...
2007-12-30 rjk@greenend.org.ukConfirmation URLs now work and activate new logins...
2007-12-30 rjk@greenend.org.ukALSA mixer support.
2007-12-30 rjk@greenend.org.ukUnify sound API configuration.
2007-12-30 rjk@greenend.org.ukmake sure disorder-normalize gets the right config...
2007-12-29 rjk@greenend.org.ukOnline registration now sends email. The confirmation...
2007-12-28 rjk@greenend.org.ukmake url.static work as described, and adjust cgi setup...
2007-12-28 rjk@greenend.org.ukkeep cookie more private to disorder.cgi
2007-12-23 rjk@greenend.org.ukWeb interface starts to reflect user rights properly:
2007-12-23 rjk@greenend.org.uknever set an expired cookie; on logout, re-login as...
2007-12-23 rjk@greenend.org.ukfix RIGHT_*_ANY tests; log rights failures
2007-12-23 rjk@greenend.org.ukThe redirection after login now works properly.
2007-12-23 Richard Kettlewelldarwin and stupidity fixes for speaker socket move
2007-12-23 rjk@greenend.org.ukThe web interface now automaticallty figures out its...
2007-12-23 Richard Kettlewellput speaker socket in its own private directory
2007-12-22 rjk@greenend.org.ukinsufficient rights always produces 51x response
2007-12-22 rjk@greenend.org.ukFirst cut at cookie support in the web interface
2007-12-22 rjk@greenend.org.ukremember username correctly when logged in via cookie
2007-12-22 Richard Kettlewell'cookie' response now includes the username.
2007-12-22 Richard KettlewellSplit base64 code into a separate .c so that the server...
2007-12-22 Richard Kettlewelldisorder setup-guest + docs + tests
2007-12-21 Richard Kettlewellregister/confirm commands, and tests, and docs
2007-12-21 Richard Kettlewelldefault_rights directive
2007-12-21 Richard Kettlewelldisorder-normalize should wait for sox to finish. ...
2007-12-21 Richard KettlewellQuote responses. Unfortunately this is a major protoco...
2007-12-21 Richard Kettlewellserver always mentions algorithm in client greeting
2007-12-21 Richard Kettlewellrights now apply to commands; docs catch up a bit
2007-12-20 Richard Kettlewelladd "users" command
2007-12-20 Richard Kettlewelluserinfo/edituser implementation
2007-12-20 Richard KettlewellUse users.db. trackdb* moves to lib/, as it's now...
2007-12-18 Richard Kettlewellcreate users.db (but don't do anythin with it). tighte...
2007-12-18 Richard Kettlewellserver side support for cookies, basic tests
2007-12-18 Richard Kettlewellmerge extra MIME parsing
2007-12-17 Richard Kettlewellsimplify RTP transmission
2007-12-15 Richard Kettlewellmore tag normalization work
2007-12-15 Richard Kettlewellnormalize tags and exercise this
2007-12-15 Richard Kettlewellinclude configure and compiler details in version output
2007-12-10 Richard Kettlewella little more testing
2007-12-09 Richard KettlewellAbolish some trivial tests and fold them into dbversion...
2007-12-09 Richard Kettlewellplay now returns the new track's ID, and disorder.play...
2007-12-08 Richard Kettlewellempty track buffers aren't unplayable if at eof
2007-12-08 Richard Kettlewellspeaker: log empty buffers
2007-12-06 Richard Kettlewellupdate (c) messages for mark & ross's contributions
2007-12-05 Richard Kettlewellspeaker_play() actually honors playable()
2007-12-04 Richard Kettlewellsuppress initial rescan completely, except for fresh...
2007-12-04 Richard Kettlewellmore cautious track playability logic in speaker
2007-12-02 Richard Kettlewellrecord whether tracks are connected to speaker in a...
2007-12-02 Richard Kettlewellget and get-global now return 555 for not found. The...
2007-12-01 Richard Kettlewellexit not _exit, for benefit of coverage testing
2007-12-01 Richard Kettlewellfixes and test for disorder-dump
2007-11-28 Richard Kettlewellmulticast_loop option
2007-11-23 rjk@greenend.org.ukmerge disorder.unicode branch
2007-11-23 rjk@greenend.org.ukFixes for disorder-dbpugrade:
2007-11-23 rjk@greenend.org.ukmerge from disorder.dev
2007-11-23 Richard Kettlewellsynchronize with disorder.dev
2007-11-23 Richard KettlewellRemove post_move_cleanup(). The effect is that new...
2007-11-23 Richard KettlewellRemove combining characters from search strings. The...
2007-11-22 Richard Kettlewellrationalize playrtp multicast support
next