Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27Log why a token is not valid during password checkChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-24Delete avatar if a user is deletedJulius Härtl
2020-04-16Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma
2020-04-15Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Use php keywords in lowercaseChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2019-12-11Add typed events for all user hooks and legacy eventsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-12-04Prevent creating users with existing filesJoas Schilling
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-27Add typed events for password_policyChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Make the post login event publicChristoph Wurst
2019-10-28Make sure limit is never negativeRoeland Jago Douma
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-09-15Disable app token creation for impersonated people, ref #15539Greta Doci
2019-08-13Get the proper UIDRoeland Jago Douma
2019-07-29Add proper PostLoginEventRoeland Jago Douma
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-05-07Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst
2019-04-24remove obsolete use statementsArthur Schiwon
2019-04-11lib/private/User: do not change user properties if value has not changedLeon Klingele
2019-04-11lib/private/User,apps/user_ldap/lib/User: always pass old value to User::trig...Leon Klingele
2019-04-11lib/private/User: do not change user properties if value has not changedLeon Klingele
2019-04-11Pass old value to user triggerChange hookMorris Jobke
2019-03-14Do not allow invalid users to be createdRoeland Jago Douma
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2019-01-23Add isTokenLogin argument to post login hook/eventChristoph Wurst
2019-01-04Throttle with correct metadataRoeland Jago Douma
2018-12-20Use a case insensitive search for emailRoeland Jago Douma
2018-11-20Bearer tokens are app tokenRoeland Jago Douma
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-11-02Expose the backend of IUserRoeland Jago Douma