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/config/initializers
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
8 years ago
..
active_model_serializers.rb Add recursive object support to API response (#4095) 9 years ago
application_controller_renderer.rb
assets.rb HTML e-mails for UserMailer (#6256) 8 years ago
backtrace_silencers.rb
blacklists.rb
cookies_serializer.rb
devise.rb pam authentication (#5303) 8 years ago
doorkeeper.rb When OAuth password verification fails, return 401 instead of redirect (#5111) 9 years ago
fast_blank.rb
filter_parameter_logging.rb
httplog.rb
inflections.rb Add ActivityPub inbox (#4216) 9 years ago
instrumentation.rb
json_ld.rb Use updated ActivityStreams context (added: sharedInbox) (#4764) 9 years ago
kaminari_config.rb adjust public profile pages 2 (#5223) 9 years ago
mime_types.rb Set correct content-type for ActivityPub JSON (#4592) 9 years ago
oembed.rb
oj.rb Remove rabl dependency (#5894) 8 years ago
open_uri_redirection.rb
ostatus.rb enforce LOCAL_HTTPS=true in production (#6061) 8 years ago
pagination.rb
paperclip.rb Fix typo in paperclip.rb (#5936) 8 years ago
premailer_rails.rb HTML e-mails for UserMailer (#6256) 8 years ago
rack_attack.rb Increase rate limit on protected paths (#6229) 8 years ago
redis.rb Set config.cache_store in environments file. (#3219) 9 years ago
session_activations.rb Revocable sessions (#3616) 9 years ago
session_store.rb Fix enforce HTTPS in production. (#6180) 8 years ago
sidekiq.rb Revert unique retry job (#4937) 9 years ago
simple_form.rb Improve UI of admin site settings (#4163) 9 years ago
single_user_mode.rb
statsd.rb Allow specifying STATSD_NAMESPACE (#5700) 8 years ago
strong_migrations.rb Fix migration failure due to StrongMigrations on production env (#5283) 8 years ago
suppress_csrf_warnings.rb Suppress CSRF token warnings (#6240) 8 years ago
timeout.rb
trusted_proxies.rb
twitter_regex.rb Re-allow underscore on valid_url_path_ending_chars (#4999) 9 years ago
vapid.rb Add Rake task for generate VAPID key (#4195) 9 years ago
wrap_parameters.rb