Bug 18282: operationId must be unique
[koha.git] / C4 / Auth.pm
2017-07-14 Marcel de RooyBug 18880: [QA Follow-up] Finishing touch
2017-07-14 Jonathan DruartBug 18880: Fix authentication fallback for external...
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-05 Tomas Cohen AraziBug 17554: (followup) Shibboleth check should use ...
2017-07-05 Jonathan DruartBug 17554: Koha::Patrons - Remove GetBorrowersWithEmail
2017-05-12 Jonathan DruartBug 18314: Fix reset number of login attempts on login...
2017-05-12 Jonathan DruartBug 18314: Account lockout
2017-05-08 Jonathan DruartBug 18442: Add a test
2017-05-08 Alex BuckleyBug 18442: Fix DB user loggin
2017-04-28 Kyle M HallBug 12461 - Add patron clubs feature
2017-04-21 Marc VéronBug 18443: Get rid of warning 'uninitialized value...
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-03-29 Mark TompsettBug 18144: Restore pieces of C4/Auth to make Google...
2017-03-22 Baptiste WojtkowskiBUG 8010: Correct a few syntax errors, and moved tests
2017-03-22 Baptiste WojtkowskiAdded a new syspref to Load history to the next user
2017-03-20 Jonathan DruartBug 18275: Do not rely on CGI param userid to log a...
2017-02-27 Kyle M HallRevert "Bug 12461 - Add patron clubs feature"
2017-02-23 Kyle M HallBug 12461 - Add patron clubs feature
2017-01-30 Jonathan DruartBug 9569: Security patch for AutoLocation
2017-01-30 Jonathan DruartBug 9569: Do not check the IP for login at the OPAC
2017-01-30 Jonathan DruartBug 9569: AutoLocation should not depend on Independent...
2017-01-30 Jonathan DruartBug 9569: Fix AutoLocation - handle .* for subnets
2017-01-13 Jonathan DruartBug 17486: Remove Mozilla Persona
2016-12-30 Jonathan DruartBug 17820: use ->find instead of search->next
2016-09-13 Marcel de RooyBug 16276: [QA Follow-up] Only track when pref is enabled
2016-09-13 Jonathan DruartBug 16276: Update borrowers.lastseen when a patron...
2016-09-08 Marcel de RooyBug 15758: [QA Follow-up] Some corrections related...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-09-08 Jonathan DruartBug 11921: C4::Context->memcached does no longer exist
2016-09-08 Jonathan DruartBug 11921: Update remaining occurrences of ->ismemcached
2016-08-23 Jonathan DruartBug 17050: Do not kick the session out when accessing...
2016-08-04 Jesse WeaverBug 16818: External auth redirect broken under Plack
2016-06-10 Jonathan DruartBug 16492: Add a FIXME to explain the possible problem...
2016-06-10 Kyle M HallBug 16492 - Checkouts ( and possibly checkins and other...
2016-05-13 Jesse WeaverBug 15816: Redirect back to correct page after login
2016-04-29 Jonathan DruartBug 16167: Remove Authorised value images prefs
2016-04-22 Nick ClemensBug 12663 - SCOUserCSS and SCOUserJS ignored on selfche...
2016-04-20 Jonathan Druart[SIGNED-OFF] Bug 16210: Set X-Frame-Options to SAMEORIG...
2016-04-01 Nicholas van Oudts... Bug 10988 - Fixes for comments 57 and 58
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-02-26 Jonathan DruartBug 4941: Remove the singleBranchMode system preference
2016-02-24 Jonathan DruartBug 15747: Do not use CGI->param in list context -...
2016-02-23 Srdjanbug_6624: Added Open Library Search and Read API calls...
2016-01-27 Marcel de Rooy Bug 15553: [QA Follow-up] Replace hardcoded tmp and...
2016-01-27 Blou Bug 15553 - [SIGNED-OFF] cgisess_ files polluting...
2016-01-14 Jonathan DruartBug 15295: Koha::Libraries - Remove GetBranchCategories
2015-12-31 Martin RenvoizeBug 14034: Fix logout on refresh for shibboleth
2015-12-30 Jonathan DruartBug 15344: Remove unucessary call to GetMemberDetails
2015-12-11 Bernardo Gonzalez... Bug 11038: Enable use of IntranetUserCSS on staff clien...
2015-11-05 Jonathan DruartBug 14544: Get rid of GetSomeShelfNames
2015-11-02 Jonathan DruartBug 10799: Limit the SCO user to the SCO module
2015-10-27 Jesse WeaverBug 11559: Supporting changes for Rancor
2015-10-19 Jonathan DruartBug 13632: Do not use userflags.flagdesc and permission...
2015-10-19 Jonathan DruartBug 15005: Replace CGI->url with the corresponding url
2015-07-20 Jonathan DruartBug 12137: Use Koha.Preference to access pref value
2015-07-20 Mark TompsettBug 12137: Extend CalendarFirstDayOfWeek to be any day
2015-06-24 Fridolin SomersBug 14439: Typo in Bug 14408 regexp
2015-06-22 Jonathan DruartBug 14408: Allow integers in template paths
2015-06-22 ChrisBug 14408: Path Traversal error
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-06-19 Jonathan DruartBug 4137: Fix the OPACViewOthersSuggestions behavior
2015-06-05 Jonathan DruartBug 7976: Remove the borrow permission
2015-06-04 Marc VéronBug 14313: OPAC - Adding a comment makes result browser...
2015-06-04 Mark TompsettBug 5010: Fix OPACBaseURL to include protocol
2015-06-01 Mark TompsettBug 14120: Fixing t/db_dependent/Auth.t noise
2015-05-26 Jonathan DruartBug 12160: Rename opacuserjs with OPACUserJS
2015-05-26 Jonathan DruartBug 12160: Rename intranetuserjs with IntranetUserJS
2015-05-18 Chris NighswongerBug 14152: Re-check required dependencies during upgrad...
2015-05-07 Jonathan DruartBug 13758: Move the Koha version from kohaversion.pl
2015-04-30 Yohann DufourBug 8007: Discharge - Glue
2015-04-22 Tomas Cohen AraziBug 13419: (QA followup) remove useless warnings
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-08 Matthias MeusburgerBug 13507: Add intranet support for CAS authentication
2015-03-31 Fridolin SomersBug 13852 - Manage C4::VirtualShelves in C4::Auth for...
2015-03-31 Jonathan DruartBug 10328 - Rename opaccolorstylesheet to OpacAdditiona...
2015-03-30 Matthias MeusburgerBug 12887: User logged out on refresh after CAS authent...
2015-03-25 SrdjanBug 5786 - Move AllowOnShelfHolds and OPACItemHolds...
2015-02-09 Mark TompsettBug 10900 - Incorrect calling conventions accessing...
2015-02-09 Martin RenvoizeBug - 5511 [Followup]: Missed Instance
2015-02-09 Amit GuptaBug - 5511: Check for Change in Remote IP address for...
2015-01-22 Martin RenvoizeBug 12954: Failed login should retain anonymous session
2015-01-22 Martin RenvoizeBug 13521: Add missing semicolon
2015-01-22 Martin RenvoizeBug 13521: Removed superflous semicolon
2015-01-22 Martin RenvoizeBug 13499: Tidy of Auth.pm
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2015-01-13 Jonathan DruartBug 11944: Authentication
2014-11-11 Marc VéronBug 13176 - Add links "My account" and "My checkouts...
2014-11-07 Mark TompsettBug 13200 - Followup of Bug 12246 - noisy C4/Auth.pm
2014-10-29 Owen LeonardBug 12245 - PROG/CCSR deprecation: Remove OPACMobileUse...
2014-10-29 Owen LeonardBug 12513 - PROG/CCSR deprecation: Remove OpacShowLibra...
2014-10-22 Martin RenvoizeBug 13114: Prevent Shibboleth Patches from spamming...
2014-10-16 Martin RenvoizeBUG8446, QA Followup: Use DBIx::Class
2014-10-16 Martin RenvoizeBUG8446, QA Followup: Minor Code Tidies
2014-10-16 Martin RenvoizeBUG8446, QA Followup: Cleanup tabs and license
2014-10-16 Martin RenvoizeBUG8446, Follow up: Refactor to clean up bad practice
2014-10-16 Martin RenvoizeBUG8446, Follow up: Improve local login fallback
next