Download Password Pusher Free Java Code

Description

Password Pusher is a Ruby on Rails application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. Hosted at pwpush.com.

Icons

Password Pusher

Source Files

The download file PasswordPusher-master.zip has the following entries.


.gitignore/*from   w w w  .  j  a va  2s  . c  o m*/
.ruby-version
Capfile
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
app/assets/flash/clippy.swf
app/assets/flash/github-clippy.swf
app/assets/images/apple-touch-icon-ipad.png
app/assets/images/apple-touch-icon-ipad3.png
app/assets/images/apple-touch-icon-iphone.png
app/assets/images/apple-touch-icon-iphone4.png
app/assets/images/black_wood.jpg
app/assets/images/broken_noise.png
app/assets/images/button_down.png
app/assets/images/button_over.png
app/assets/images/button_up.png
app/assets/images/concrete_wall_3.png
app/assets/images/favicon.ico
app/assets/images/forkme.png
app/assets/images/pwpush_favicon.jpg
app/assets/images/rails.png
app/assets/javascripts/api.js.coffee
app/assets/javascripts/application.js
app/assets/javascripts/errors.js.coffee
app/assets/javascripts/fd-slider.js
app/assets/javascripts/jquery-cookie.js
app/assets/javascripts/jquery.noty.js
app/assets/javascripts/layouts/top.js
app/assets/javascripts/passwords.js
app/assets/javascripts/themes/default.js
app/assets/stylesheets/api.css.scss
app/assets/stylesheets/application.css
app/assets/stylesheets/errors.css.scss
app/assets/stylesheets/fd-slider.css
app/assets/stylesheets/global.css.scss
app/assets/stylesheets/passwords.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/errors_controller.rb
app/controllers/passwords_controller.rb
app/controllers/users/omniauth_callbacks_controller.rb
app/controllers/views_controller.rb
app/helpers/api_helper.rb
app/helpers/application_helper.rb
app/helpers/errors_helper.rb
app/helpers/passwords_helper.rb
app/helpers/views_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/password.rb
app/models/user.rb
app/models/view.rb
app/views/api/config.html.haml
app/views/api/create.html.haml
app/views/api/generate.html.haml
app/views/api/list.html.haml
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.haml
app/views/devise/sessions/new.html.haml
app/views/devise/shared/_links.erb
app/views/devise/unlocks/new.html.erb
app/views/errors/error_404.html.haml
app/views/errors/error_500.html.haml
app/views/layouts/_ga.html.erb
app/views/layouts/application.html.haml
app/views/pages/about.html.haml
app/views/passwords/edit.html.haml
app/views/passwords/index.html.haml
app/views/passwords/new.html.haml
app/views/passwords/show.html.haml
app/views/shared/_auth_providers.html.haml
app/views/shared/_messages.html.haml
app/views/views/_form.html.erb
app/views/views/edit.html.erb
app/views/views/index.html.erb
app/views/views/new.html.erb
app/views/views/show.html.erb
bin/bundle
config.ru
config/application.rb
config/boot.rb
config/capistrano_database_yml.rb
config/database.yml
config/deploy.rb
config/deploy/database.yml.erb
config/deploy/local_cap_config.rb.example
config/environment.rb
config/environments/development.rb
config/environments/private.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/rails_admin.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/routes.rb
db/migrate/20111128183630_create_passwords.rb
db/migrate/20111228183300_create_views.rb
db/migrate/20120102210558_devise_create_users.rb
db/migrate/20120102210559_create_rails_admin_histories_table.rb
db/migrate/20120102220933_add_admin_to_user.rb
db/migrate/20120129211750_add_lockable_to_users.rb
db/migrate/20120220172426_add_user_to_password.rb
db/migrate/20121105144421_add_deleted_to_password.rb
db/schema.rb
db/seeds.rb
lib/assets/.gitkeep
lib/tasks/.gitkeep
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
spec/blueprint.rb
spec/controllers/api_controller_spec.rb
spec/controllers/errors_controller_spec.rb
spec/controllers/passwords_controller_spec.rb
spec/controllers/views_controller_spec.rb
spec/fixtures/views.yml
spec/helpers/api_helper_spec.rb
spec/helpers/errors_helper_spec.rb
spec/helpers/passwords_helper_spec.rb
spec/models/password_spec.rb
spec/models/user_spec.rb
spec/models/view_spec.rb
spec/requests/passwords_spec.rb
spec/routing/passwords_routing_spec.rb
spec/views/api/config.html.haml_spec.rb
spec/views/api/create.html.haml_spec.rb
spec/views/api/generate.html.haml_spec.rb
spec/views/api/list.html.haml_spec.rb
spec/views/errors/error_404.html.haml_spec.rb
spec/views/errors/error_500.html.haml_spec.rb
spec/views/passwords/edit.html.haml_spec.rb
spec/views/passwords/index.html.haml_spec.rb
spec/views/passwords/new.html.haml_spec.rb
spec/views/passwords/show.html.haml_spec.rb
test/fixtures/.gitkeep
test/functional/.gitkeep
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
vendor/assets/stylesheets/.gitkeep
vendor/plugins/.gitkeep

Download

Click the following link to download PasswordPusher-master.zip.

PasswordPusher-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation