• Randall Leeds's avatar
    Turn Stream into App · e2dc84be
    Randall Leeds authored
    This refactor turns the stream page a part of our main H application
    
    Main features:
    * Stream is now accessible from our app at the /stream angular route
    * Stream has the same header (same look, same code) as the main app
    * Authentication from the stream page is now possible
    * The same visualsearch-bar is used both for page- and stream search
    * Stream page now uses our viewer.html to show annotation cards.
    * Replying to/editing/deleting annotations can be done in the stream
    page too.
    
    Details
    * streamsearch.pt is obsolete and has been delete because app.pt is
    used instead of it.
    * streamviewer.html is obsolete and has been deleted because
    viewer.html is used instead of it.
    * The QueryParser class is moved into the streamfilter.coffee and
    available is a new service for the app.
    * The visualsearch directive now uses functions living in the
    <current scope>.search object that any part of the app can configure it.
    e2dc84be
Name
Last commit
Last update
..
plugin Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
app_directives.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
displayer.coffee Loading commit data...
filters.coffee Loading commit data...
flash.coffee Loading commit data...
guest.coffee Loading commit data...
helpers.coffee Loading commit data...
host.coffee Loading commit data...
services.coffee Loading commit data...
session.coffee Loading commit data...
socket.coffee Loading commit data...
streamfilter.coffee Loading commit data...
streamsearch.coffee Loading commit data...