Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansaphonehandler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
ansaphonehandler
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
22
Jul
8
Jun
7
Added ability to give recordings to users.
master
master
Redirect to list_owned on startup
Implemented the take and archive actions on recordings.
Added support for editing the user field.
Layut fix.
Navigation improvements.
Hide archived recordings. HTML layout fixes.
Only edit fields that should be editable, and more.
Clean up the _list.html fragment
Sort recordings on receive time.
Store the length (in seconds) of the recordings.
Added import of recordings.
Better handling of returning users: don't display the login page.
Route / to /users/login.
Play mp3 files.
Unify layout in application.rhtml. Added logout button and made it work.
Handle login/logout.
First working cut of list_owned
Show the owning user
A recording belongs to a user.
Added created_on and updated_on columns to all tables
After running './script/generate scaffold CallAttempt'
After running './script/generate scaffold Recording'
Added columns file, seen, archived
After running './script/generate scaffold User'
First attempt at database definition.
Ignore the real database.yml
I'm not going to commit the database passwords...
After running 'rails -d mysql .'
Create Subversion scaffolding
Loading