You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander
23ce0c86da
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 |
.. |
activitypub
|
Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
|
7 years ago |
admin
|
keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114)
|
7 years ago |
api
|
Fix home regeneration (#6251)
|
7 years ago |
auth
|
pam authentication (#5303)
|
7 years ago |
concerns
|
Fix #6331 (#6341)
|
7 years ago |
oauth
|
Fix #1165 - before_action was called before protect_from_forgery
|
8 years ago |
settings
|
Redirect to 2FA creation page when otp_secret is not available (#6314)
|
7 years ago |
well_known
|
Make host_meta/webfinger replies cacheable (fixes #6100) (#6101)
|
7 years ago |
about_controller.rb
|
Redesign the landing page, mount public timeline on it (#4122)
|
7 years ago |
account_follow_controller.rb
|
Restful refactor of accounts/ routes (#2133)
|
8 years ago |
account_unfollow_controller.rb
|
Restful refactor of accounts/ routes (#2133)
|
8 years ago |
accounts_controller.rb
|
Cache JSON of immutable ActivityPub representations (#6171)
|
7 years ago |
application_controller.rb
|
pam authentication (#5303)
|
7 years ago |
authorize_follows_controller.rb
|
Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
|
7 years ago |
emojis_controller.rb
|
Cache JSON of immutable ActivityPub representations (#6171)
|
7 years ago |
follower_accounts_controller.rb
|
Encode custom emojis as resolveable objects in ActivityPub (#5243)
|
7 years ago |
following_accounts_controller.rb
|
Encode custom emojis as resolveable objects in ActivityPub (#5243)
|
7 years ago |
home_controller.rb
|
When web UI URL used while logged out, redirect to static page (#4954)
|
7 years ago |
intents_controller.rb
|
Add protocol handler. Handle follow intents (#4511)
|
7 years ago |
invites_controller.rb
|
Add consumable invites (#5814)
|
7 years ago |
manifests_controller.rb
|
Make Chrome splash screen same color as web UI's background color (#5169)
|
7 years ago |
media_controller.rb
|
Extract authorization policy for viewing statuses (#3150)
|
8 years ago |
media_proxy_controller.rb
|
Fix incomplete account records being read (#4998)
|
7 years ago |
remote_follow_controller.rb
|
Show mastodon on modal (#6129)
|
7 years ago |
shares_controller.rb
|
implement web share target (#6278)
|
7 years ago |
statuses_controller.rb
|
Make sure private toots remain private and do not end up in HTTP caches (#6175)
|
7 years ago |
stream_entries_controller.rb
|
Update status embeds (#4742)
|
7 years ago |
tags_controller.rb
|
Redesign public hashtag pages (#5237)
|
7 years ago |