server/lib/private
Roeland Jago Douma 0660e57b1f
Don't polute log when loggin into dav with email
* We first try the email as username but this fails
* Then we get the uid from the email and try again

We should not log the first attempt since it polutes the log with failed
login attempts while the login actually is valid.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-23 09:41:44 +01:00
..
Accounts Update license headers 2017-11-06 16:56:19 +01:00
Activity Update license headers 2017-11-06 16:56:19 +01:00
App Remove IAppConfig::getValue 2018-01-17 21:41:56 +01:00
AppFramework Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
Archive Update license headers 2017-11-06 16:56:19 +01:00
Authentication Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #6732 2017-11-27 09:22:44 +01:00
BackgroundJob Update license headers 2017-11-06 16:56:19 +01:00
Cache Update license headers 2017-11-06 16:56:19 +01:00
Calendar implement CalendarManager 2017-11-09 15:14:50 +01:00
Collaboration add types to php doc 2018-01-17 13:58:42 +01:00
Command Update license headers 2017-11-06 16:56:19 +01:00
Comments comments should compile mentions also if done by author 2018-01-17 13:48:43 +01:00
Console Do not show "Not installed warning" during occ install 2018-01-18 14:55:32 +01:00
Contacts/ContactsMenu Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
DB Merge pull request #7909 from nextcloud/fix-migration-type-hints 2018-01-17 13:47:58 +01:00
Diagnostics Update license headers 2017-11-06 16:56:19 +01:00
Encryption Update license headers 2017-11-06 16:56:19 +01:00
Federation Make OCP\Federation strict 2018-01-16 19:25:08 +01:00
Files Support arbitrary number of arguments for d:or and d:and in search queries 2018-01-16 13:22:28 +01:00
GlobalScale Update license headers 2017-11-06 16:56:19 +01:00
Group Run updated license header updater 2017-11-07 13:47:42 +01:00
Hooks Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
Http/Client Make OCP\Http strict 2018-01-16 19:19:58 +01:00
IntegrityCheck Also replace all other occurences 2017-12-18 20:57:11 +01:00
L10N Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
legacy Merge pull request #7911 from nextcloud/improve-oc_image 2018-01-18 14:39:08 +01:00
Lock Made locking providers strict 2018-01-16 21:54:20 +01:00
Lockdown Update license headers 2017-11-06 16:56:19 +01:00
Log Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
Mail Fix email buttons for white theme 2017-12-11 14:33:54 +01:00
Memcache Request->getHeader() should always return a string 2018-01-17 09:51:31 +01:00
Migration Update license headers 2017-11-06 16:56:19 +01:00
Notification Update license headers 2017-11-06 16:56:19 +01:00
OCS Add extra check so we don't error out on type 2018-01-16 22:06:57 +01:00
Preview If the preview is size 0 it is invalid 2018-01-22 13:57:00 +01:00
Remote Add some more tests for ocs remote api 2017-12-08 16:37:14 +01:00
Repair Remove old repair steps that aren't executed anymore 2018-01-22 14:51:02 +01:00
RichObjectStrings Update license headers 2017-11-06 16:56:19 +01:00
Route Update license headers 2017-11-06 16:56:19 +01:00
Search Update license headers 2017-11-06 16:56:19 +01:00
Security Make OCP\Security stricter 2018-01-16 22:01:19 +01:00
Session Fix type in CryptoSessionData 2018-01-12 22:41:03 +01:00
Settings Log a missing setting as INFO not as WARNING 2018-01-10 09:02:01 +01:00
Setup Update license headers 2017-11-06 16:56:19 +01:00
Share Remove IAppConfig::getValue 2018-01-17 21:41:56 +01:00
Share20 Do not instantiate node when not needed 2018-01-09 19:51:50 +01:00
Support/CrashReport Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
SystemTag Update license headers 2017-11-06 16:56:19 +01:00
Tagging
Template Fixes password input being prompted every time. 2018-01-08 23:47:52 +05:30
Updater Cache final result of update check 2017-12-18 21:48:58 +01:00
User Don't polute log when loggin into dav with email 2018-01-23 09:41:44 +01:00
AllConfig.php Remove IAppConfig::setValue 2018-01-17 21:41:57 +01:00
AppConfig.php Remove IAppConfig::setValue 2018-01-17 21:41:57 +01:00
AppHelper.php
Avatar.php Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 2018-01-18 13:40:55 +01:00
AvatarManager.php Use \OC\User\Manager internally in the avatarmanager 2018-01-14 21:32:54 +01:00
CapabilitiesManager.php Move strict type declare statement below PHP tag 2018-01-14 20:59:17 +01:00
Config.php Update license headers 2017-11-06 16:56:19 +01:00
ContactsManager.php
DatabaseException.php Remove unneeded parameter in DatabaseException 2017-07-24 13:44:12 +02:00
DatabaseSetupException.php
DateTimeFormatter.php Update license headers 2017-11-06 16:56:19 +01:00
DateTimeZone.php
ForbiddenException.php
HintException.php Update license headers 2017-11-06 16:56:19 +01:00
HTTPHelper.php
Installer.php Remove IAppConfig::getValue 2018-01-17 21:41:56 +01:00
LargeFileHelper.php
Log.php Pass log level to log reporters 2017-11-27 16:46:47 +01:00
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php Update license headers 2017-11-06 16:56:19 +01:00
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 2018-01-18 13:40:55 +01:00
PreviewNotAvailableException.php
RedisFactory.php Update license headers 2017-11-06 16:56:19 +01:00
Repair.php Remove old repair steps that aren't executed anymore 2018-01-22 14:51:02 +01:00
RepairException.php
Search.php Removed deprecated search function from ISearch 2018-01-13 19:27:25 +01:00
Server.php Don't polute log when loggin into dav with email 2018-01-23 09:41:44 +01:00
ServerContainer.php Fix missing argument 2 for Settings classes 2017-05-19 22:32:50 +02:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Fix case when overwrite URL is empty during setup 2018-01-15 11:15:38 +01:00
Streamer.php Revert "Always enable Zip64 extension for zipstreamer" 2017-06-09 10:21:26 +02:00
SubAdmin.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
SystemConfig.php Merge pull request #7020 from Fiech/master 2017-11-07 10:27:53 +01:00
TagManager.php
Tags.php Update license headers 2017-11-06 16:56:19 +01:00
TemplateLayout.php Use correct L10N files for jsconfig 2018-01-05 14:33:03 +01:00
TempManager.php Update license headers 2017-11-06 16:56:19 +01:00
Updater.php Disable vendor detection when upgrading from 11.0.x 2018-01-20 11:14:06 +01:00
URLGenerator.php Make the URLGenerator strict 2018-01-14 21:18:48 +01:00