mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
85785d1757
PR: 237478 Submitted by: Koichiro Iwao
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
%%WWWDIR%%/.gitignore
|
|
%%WWWDIR%%/API.md
|
|
%%WWWDIR%%/AR-MIGRATE.md
|
|
%%WWWDIR%%/Gemfile
|
|
%%WWWDIR%%/Gemfile.lock
|
|
%%WWWDIR%%/LICENSE
|
|
%%WWWDIR%%/README.md
|
|
%%WWWDIR%%/Rakefile
|
|
%%WWWDIR%%/config.ru
|
|
%%WWWDIR%%/db/.gitkeep
|
|
%%WWWDIR%%/db/config.yml
|
|
%%WWWDIR%%/db/migrate/20180324145941_create_users.rb
|
|
%%WWWDIR%%/db/migrate/20180324151103_create_devices.rb
|
|
%%WWWDIR%%/db/migrate/20180324151113_create_folders.rb
|
|
%%WWWDIR%%/db/migrate/20180324151117_create_ciphers.rb
|
|
%%WWWDIR%%/db/migrate/20180518070354_set_default_value_for_favorite.rb
|
|
%%WWWDIR%%/db/migrate/20180818095054_create_attachments.rb
|
|
%%WWWDIR%%/db/migrate/20180818201731_user_kdf_iterations.rb
|
|
%%WWWDIR%%/db/migrate/20180818212323_add_user_kdf_type.rb
|
|
%%WWWDIR%%/lib/app.rb
|
|
%%WWWDIR%%/lib/attachment.rb
|
|
%%WWWDIR%%/lib/bitwarden.rb
|
|
%%WWWDIR%%/lib/cipher.rb
|
|
%%WWWDIR%%/lib/db.rb
|
|
%%WWWDIR%%/lib/dbmodel.rb
|
|
%%WWWDIR%%/lib/device.rb
|
|
%%WWWDIR%%/lib/folder.rb
|
|
%%WWWDIR%%/lib/helper.rb
|
|
%%WWWDIR%%/lib/helpers/attachment_helpers.rb
|
|
%%WWWDIR%%/lib/helpers/request_helpers.rb
|
|
%%WWWDIR%%/lib/routes/api.rb
|
|
%%WWWDIR%%/lib/routes/attachments.rb
|
|
%%WWWDIR%%/lib/routes/icons.rb
|
|
%%WWWDIR%%/lib/routes/identity.rb
|
|
%%WWWDIR%%/lib/rubywarden.rb
|
|
%%WWWDIR%%/lib/user.rb
|
|
%%WWWDIR%%/spec/attachment_spec.rb
|
|
%%WWWDIR%%/spec/bitwarden_importer_spec.rb
|
|
%%WWWDIR%%/spec/cipher_spec.rb
|
|
%%WWWDIR%%/spec/cipherstring_spec.rb
|
|
%%WWWDIR%%/spec/db_spec.rb
|
|
%%WWWDIR%%/spec/fixtures/bitwarden_export.csv
|
|
%%WWWDIR%%/spec/folder_spec.rb
|
|
%%WWWDIR%%/spec/icon_spec.rb
|
|
%%WWWDIR%%/spec/identity_spec.rb
|
|
%%WWWDIR%%/spec/spec_helper.rb
|
|
%%WWWDIR%%/spec/user_spec.rb
|
|
%%WWWDIR%%/tools/1password_import.rb
|
|
%%WWWDIR%%/tools/activate_totp.rb
|
|
%%WWWDIR%%/tools/bitwarden_import.rb
|
|
%%WWWDIR%%/tools/change_master_password.rb
|
|
%%WWWDIR%%/tools/keepass_import.rb
|
|
%%WWWDIR%%/tools/lastpass_import.rb
|
|
%%WWWDIR%%/tools/migrate_to_ar.rb
|
|
%%WWWDIR%%/tools/mitm.rb
|
|
@dir(www,www,0750) %%WWWDIR%%/db
|