You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models
Alexander 04fef7b888 pam authentication (#5303)
* add pam support, without extra column

* bugfixes for pam login

* document options

* fix code style

* fix codestyle

* fix tests

* don't call remember_me without password

* fix codestyle

* improve checks for pam usage (should fix tests)

* fix remember_me part 1

* add remember_token column because :rememberable requires either a password or this column.

* migrate db for remember_token

* move pam_authentication to the right place, fix logic bug in edit.html.haml

* fix tests

* fix pam authentication, improve username lookup, add comment

* valid? is sometimes not honored, return nil instead trying to authenticate with pam

* update devise_pam_authenticatable2 and adjust code. Fixes sideeffects observed in tests

* update devise_pam_authenticatable gem, fixes for codeconventions, fix finding user

* codeconvention fixes

* code convention fixes

* fix idention

* update dependency, explicit conflict check

* fix disabled password updates if in pam mode

* fix check password if password is present, fix templates

* block registration if account is maintained by pam

* Revert "block registration if account is maintained by pam"

This reverts commit 8e7a083d650240b6fac414926744b4b90b435f20.

* fix identation error introduced by rebase

* block usernames maintained by pam

* document pam settings better

* fix code style
7 years ago
..
admin Change belongs_to_required_by_default to true (#5888) 7 years ago
concerns Allow hiding of reblogs from followed users (#5762) 7 years ago
form Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
web Lists (#5703) 7 years ago
account.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
account_domain_block.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
account_filter.rb Clean up admin UI for accounts (#6004) 7 years ago
account_moderation_note.rb Lists (#5703) 7 years ago
admin.rb Add logging of admin actions (#5757) 7 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
block.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation.rb Lists (#5703) 7 years ago
conversation_mute.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
custom_emoji.rb Lists (#5703) 7 years ago
custom_emoji_filter.rb Add filters to admin UI for custom emojis (#6003) 7 years ago
domain_block.rb Lists (#5703) 7 years ago
email_domain_block.rb Lists (#5703) 7 years ago
export.rb Settings export refactor (#1646) 8 years ago
favourite.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
feed.rb Lists (#5703) 7 years ago
follow.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
follow_request.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
home_feed.rb Lists (#5703) 7 years ago
import.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
instance.rb Add Instance class to list admin records (#3443) 8 years ago
instance_filter.rb Add instance search feature (#4925) 8 years ago
invite.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
invite_filter.rb Add invite filter (#5862) 7 years ago
list.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
list_account.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
list_feed.rb Lists (#5703) 7 years ago
media_attachment.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
mention.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
mute.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
notification.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
preview_card.rb Ensure link thumbnails are not stretched to super low quality (#5932) 7 years ago
remote_follow.rb Using double splat operator (#5859) 7 years ago
remote_profile.rb Introduce OStatus::TagManager (#5008) 7 years ago
report.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
report_filter.rb Admin reports with accounts (#2092) 8 years ago
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
session_activation.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
setting.rb Lists (#5703) 7 years ago
site_upload.rb Lists (#5703) 7 years ago
status.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
status_pin.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
stream_entry.rb Lists (#5703) 7 years ago
subscription.rb Change belongs_to_required_by_default to true (#5888) 7 years ago
tag.rb Fix account and tag searches with leading/trailing spaces (#5965) 7 years ago
user.rb pam authentication (#5303) 7 years ago
web.rb Add extended about page stub 8 years ago