Bug 13969: Replace calls to $sth->fetchrow* with a call to $dbh->selectrow* and Clean...
[koha.git] / C4 / Auth.pm
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
2014-10-16 Jesse WeaverBUG8446, Follow up: Remove unnecessary sysprefs, move...
2014-10-16 Matthias MeusburgerBUG8446: Adds Shibboleth authentication
2014-08-15 Tomas Cohen AraziBug 12683: (followup) use the Koha.Preference plugin...
2014-08-15 simithBug 12683: Use NoLoginInstructions to customize text...
2014-08-07 Dobrica PavlinusicBug 8148 - LDAP auth_by_bind doesn't fallback to local...
2014-08-07 FrédérickBug 8148: Prevent local authentification fallback if...
2014-08-07 Owen LeonardBug 12512 - PROG/CCSR deprecation: Remove OpacShowFilte...
2014-07-21 Owen LeonardBug 11347 - PROG/CCSR deprecation: Remove opacsmallimag...
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-15 David CookBug 11575 - OPACBaseURL sometimes set by ENV variable...
2014-06-25 Jonathan DruartBug 11715: Update POD for get_template_and_user
2014-06-25 Chris CormackBug 11715: Set the default of authnotrequired = 0 in...
2014-06-21 Bernardo Gonzalez... Bug 12226 - A user with the database username/userid...
2014-05-05 Paul PoulainBug 10798: (follow-up) replace tabs by spaces
2014-05-05 Martin RenvoizeBug 10798: make OPAC_SEARCH_LIMIT behaves better with...
2014-05-05 Fridolyn SOMERSBug 11219: make CAS authentication work with URL parameters
2014-05-05 Julian MauriceBug 11848: Move language detection function in C4:...
2014-05-05 Jonathan DruartBug 8952: (follow-up) using_https does not deal with...
2014-05-05 Jonathan DruartBug 10862: Add search history to the intranet interface
2014-05-05 Galen CharltonBug 10807: (follow-up) use 24-hour time when storing...
2014-05-05 Jonathan DruartBug 10807: Add an authority search history for the...
2014-04-19 Galen CharltonBug 10951: (follow-up) use Koha.Preference() template...
2014-04-19 blouBug 10951 - Adding NoLoginInstructions to system prefer...
2014-01-10 Galen CharltonBug 10952: (follow-up) clear seach history from session...
2014-01-10 Julian MauriceBug 10952: (follow-up) Always flush session after deletion
2014-01-10 Julian MauriceBug 10952: (follow-up) comments fixes and unit tests
2014-01-10 Julian MauriceBug 10952: Store anonymous search history in session
2013-12-05 SrdjanBug 11077: Correct more warnings in C4/Auth.pm
2013-12-05 Tomas Cohen AraziBug 11077: remove uninitialized value $pki_field warning
2013-11-01 Jonathan DruartBug 11132: don't clear the results list upon adding...
2013-10-31 Jonathan DruartBug 8435: add permission to enable editing other librar...
2013-10-15 Galen CharltonBug 10309: (follow-up) restore setting some OPAC templa...
2013-10-14 Galen CharltonMerge branch 'bootstrap-opac'
2013-10-14 Owen LeonardBug 10309 - New OPAC theme based on Bootstrap
2013-10-09 Galen CharltonBug 9611: (follow-up) move new password hashing routine...
2013-10-04 Tomas Cohen AraziBug 9735 - Build the cookie array correctly
2013-10-04 Tomas Cohen AraziBug 9735 - Let the language be selected through URL...
2013-10-03 Galen Charltonbug 9611: (follow-up) add reference to Crypt::Eksblowfi...
2013-10-03 Bernardo Gonzalez... Bug 9611: (follow-up) fix POD
2013-10-03 Srdjanbug 9611: Extract checkpw_internal() and checkpw_hash...
2013-10-03 Srikanth DhondiBug 9611: Change the password hashing algorithm from...
2013-07-28 Galen Charltondo some validation of the KohaOpacRecentSearches cookie
2013-07-28 Galen Charltonuse JSON rather than Storable for the OPAC search histo...
2013-07-22 Owen LeonardBug 10552: make several sysprefs available to the OPAC...
2013-07-18 Owen LeonardBug 10553: make public lists available on OPAC login...
2013-07-17 Galen CharltonBug 10515: (follow-up) fix use of GetBranchCategories
2013-06-18 Kyle M HallBug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE
2013-05-22 Kyle M HallBug 10080 - Change system pref IndependantBranches...
2013-05-21 Kyle M HallBug 8215 - Course Reserves
2013-05-20 Jonathan DruartBug 9508: Standardize the dateformat value from C4...
2013-05-01 Galen CharltonMerge remote branch 'origin/new/bug6554_reverts'
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-29 Galen CharltonRevert "Bug 10074 - Encoding problems at login time"
2013-04-29 Galen CharltonRevert "Bug 10019: Fix for userid containing UTF8 chars"
2013-04-26 Jared Camins-EsakovMerge branch 'bug_9850' into 3.14-master
2013-04-20 Jared Camins-EsakovMerge branch 'bug_10019' into 3.14-master
2013-04-20 Marcel de RooyBug 10019: Fix for userid containing UTF8 chars
2013-04-20 Jared Camins-EsakovMerge branch 'bug_10074' into 3.14-master
2013-04-20 Tomas Cohen AraziBug 10074 - Encoding problems at login time
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-22 Jared Camins-EsakovMerge branch 'bug_9257' into 3.12-master
2013-03-22 Kyle M HallBug 9257 - Add "groups" to normal search pulldown
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7804' into 3.12-master
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System
2013-03-20 Jared Camins-EsakovMerge branch 'bug_9827' into 3.12-master
2013-03-20 Bernardo Gonzalez... Bug 9827: remove 'insecure' system preference
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7440' into 3.12-master
2013-03-20 Tomas Cohen AraziBug 7440 - Remove NoZebra vestiges
2013-03-13 Jared Camins-EsakovMerge branch 'bug_9647' into 3.12-master
2013-02-24 Jared Camins-EsakovMerge branch 'bug_8942' into 3.12-master
2013-02-24 Jared Camins-EsakovMerge branch 'bug_9587' into 3.12-master
2013-02-24 Chris CormackBug 9587 Follow up to fix the problem Katrin identified
next