Bug 28955: (follow-up) Set to fall back
[koha.git] / C4 / Auth.pm
2022-02-25 Martin RenvoizeBug 28955: (follow-up) Set to fall back
2022-02-25 Martin RenvoizeBug 28955: Add OPAC_BRANCH_DEFAULT
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-03 Nick ClemensBug 29914: (QA follow-up) Add comment to explain last...
2022-02-03 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-02-03 David CookBug 28735: Self-checkout users can access opac-user...
2021-11-08 OwenBug 24224: Convert OpacNavBottom system preference...
2021-11-08 Owen LeonardBug 24223: Convert OpacNav system preference to additio...
2021-11-05 Jonathan DruartBug 29180: Rename syspref RequestOnOpac with OPACHoldRe...
2021-11-03 Jonathan DruartBug 28417: Don't require C4::Auth_with_cas from opac...
2021-11-03 Jonathan DruartBug 28417: Don't use C4::Auth_with_cas if CAS is not...
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-18 Jonathan DruartBug 28785: Don't send SessionRestrictionByIP to template
2021-10-18 Jonathan DruartBug 28785: Add skip_version_check for checkauth
2021-10-18 Jonathan DruartBug 28785: Centralize cookie auth check in check_cookie...
2021-09-20 Nick ClemensBug 28847: Cleanup of branch limitsand fix OPAC_SEARCH_...
2021-08-16 Jonathan DruartBug 12561: Remove non-XSLT views
2021-07-22 Jonathan DruartBug 28660: (bug 21325 follow-up) Fix auto self check
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-16 Jonathan DruartBug 28606: Remove warning from C4::Auth 887
2021-06-24 Jonathan DruartBug 28571: Remove C4::Auth::_session_log
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-22 Jonathan DruartBug 28590: Remove get_shelves_userenv and set_shelves_u...
2021-06-21 Jonathan DruartBug 28388: Preserve "Browse results" when "view plain...
2021-06-17 David CookBug 28519: Put CGI::Session::Serialize::yamlxs in lib...
2021-06-14 Jonathan DruartBug 28489: Don't deal with encoding during the serializ...
2021-06-14 Andrew NuggedBug 28489: POD - CGI::Session::Serialize::yamlxs for...
2021-05-19 Jonathan DruartBug 28317: Use the default CGI::Session serializer
2021-04-16 David CookBug 21325: Prevent authentication when sending userid...
2021-03-04 Jonathan DruartBug 22824: Remove C4::Boolean, true_p, boolean_preferen...
2021-02-09 Martin RenvoizeBug 18506: (QA follow-up) opacShibOnly -> OPACShibOnly
2021-02-09 Martin RenvoizeBug 18506: Add xShibOnly preference for Shibboleth...
2021-01-27 Jonathan DruartBug 14004: Set the syspref's value to an empty string
2021-01-27 Fridolin SomersBug 14004: Add OpacAdditionalStylesheet and opaclayouts...
2021-01-27 Fridolin SomersBug 14004: Add ability to temporarily disable JS/CSS...
2021-01-20 Owen LeonardBug 27324: (follow-up) Remove references to intranetboo...
2021-01-08 Jonathan DruartBug 27345: Add missing global permissions for superlibr...
2020-11-06 Martin RenvoizeBug 24786: Default to 'branch default' on auth.
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-10-15 Tomas Cohen AraziBug 25898: (follow-up) POD
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-14 Jonathan DruartBug 20804: Add support for "days" to the timeout syspref
2020-10-08 Marcel de RooyBug 26191: Relocate track_login call in Auth.pm
2020-09-03 Jonathan DruartBug 24663: Handle special cases for recovery password...
2020-09-03 Jonathan DruartBug 24663: Test OpacPublic for all OPAC scripts
2020-09-03 Marcel de RooyBug 25360: (follow-up) Remove the https FIXME in Auth.pm
2020-09-03 David CookBug 25360: Use secure flag for CGISESSID cookie when...
2020-08-07 Martin RenvoizeBug 24201: (QA follow-up) Correct call to set_userenv
2020-08-07 Nicolas LegrandBug 24201: (follow-up) add desk choice with library...
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Use GetLoggedInDeskName
2020-08-07 Nicolas LegrandBug 24201: Attach desk to intranet session
2020-07-23 Owen LeonardBug 23795: Convert opaccredits system preference to...
2020-07-23 Fridolin SomersBug 25765: Replace LoginBranchname and LoginBranchcode...
2020-05-01 Owen LeonardBug 23794: Convert OpacMainUserBlock system preference...
2020-04-14 Marcel de RooyBug 21190: (follow-up) Save patron id in failure when...
2020-04-14 Marcel de RooyBug 21190: Add authentication logging to checkpw
2020-04-06 Aleisha AmohiaBug 4461: Adding user flags for managing OPAC problem...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-16 Hayley MapleyBug 22943: Renames the in_ipset function to in_iprange...
2020-03-10 Katrin FischerBug 17845: Remove unused code related to printers
2020-02-24 Marcel de RooyBug 22880: (QA follow-up) Remove opacheader from C4...
2019-11-27 Magnus EngerBug 22543: Prevent "back and refresh attack"
2019-10-31 Kyle M HallBug 23068: Add ability for Koha to handle X-Forwarded...
2019-10-11 NickBug 23771: Don't look for patrons if we don't have...
2019-10-08 Katrin FischerBug 23697: (QA follow-up) Rename PatronAutocompletion...
2019-10-08 Matthias MeusburgerBug 23697: (follow-up) Add autocompletion search in...
2019-09-09 Marcel de RooyBug 22929: Allow SCI/SCO logins independent of GDPR_Policy
2019-08-15 Jonathan DruartBug 23253: Fix OpacNavRight for self reg by email
2019-07-19 Owen LeonardBug 23078: (follow-up) Update self checkout help page
2019-07-19 Owen LeonardBug 23078: Use Koha.Preference in OPAC global header...
2019-05-10 Mark TompsettBug 14407: Follow up to add test case and clean noise
2019-05-10 Nicholas can Oudts... Bug 14407: Allow restricting SCO to IP or IP range
2019-05-02 Nick ClemensBug 22692: Check for patron using cardnumber and userid
2019-04-17 Martin RenvoizeBug 20128: (QA follow-up) Corrections to haspermission
2019-04-17 Marcel de RooyBug 21336: Do not increase login_attempts after locking
2019-04-12 Liz ReaBug 18387: (QA Follow up) adding specificity to error...
2019-04-12 Nick ClemensBug 18387: Allow sco-user to access errors templates
2019-04-10 Martin RenvoizeBug 22600: Add 'api' to interface types and set appropr...
2019-03-09 Martin RenvoizeBug 22483: Restore exact behaviour of undef
2019-03-08 Martin RenvoizeBug 22483: Restore undef behaviour
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Corrections to logic in check...
2019-03-08 Martin RenvoizeBug 22483: (follow-up) Improve POD as requested in...
2019-03-08 Martin RenvoizeBug 22483: Explicitly ban 'undef' as a valid $flagsrequired
2019-03-07 Martin RenvoizeBug 22031: Add SQL::Abstract like syntax to haspermission
2018-12-11 Nick ClemensBug 21911: Fix OPAC scoping to work with new group...
2018-10-09 Tomas Cohen AraziBug 11897: 'superlibrarian' has 'stockrotation' perms
2018-10-09 Marcel de RooyBug 17776: (QA follow-up) Remove shibboleth package...
2018-10-09 Martin RenvoizeBug 17776: Enable Shibboleth for Plack
2018-10-01 Julian MauriceBug 12027: (QA follow-up) Fix spelling and tab characters
2018-10-01 Martin RenvoizeBug 12027: Added shibboleth authentication to the staff...
2018-09-26 Jonathan DruartBug 21323: Handle multi params in redirect after login
2018-09-20 Marcel de RooyBug 20819: Add check in get_template_and_user to enforc...
2018-09-14 David CookBug 13779: sessionID declared twice in C4::Auth::checka...
2018-08-30 Jonathan DruartBug 21096: Do not display loggedinusername in template
2018-08-14 Jonathan DruartBug 21137: Replace USER_INFO with logged_in_user
2018-07-23 Jonathan DruartBug 17698: Do not send pending_checkout_notes from...
2018-06-22 Martin RenvoizeBug 20879: Fix regression in shibboleth when ldap enabled
2018-06-22 Marcel de RooyBug 20727: (QA follow-up) Remove a few use statements...
2018-06-22 Kyle M HallBug 20727: Move temporary_directory() to C4::Context
next