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
2013-10-23adding backticks to satisfy OracleThomas Müller
2013-06-14oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer
2013-02-22Whitespace fixesBart Visscher
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-12introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller
2013-01-31add missing bracketsBjörn Schießle
2013-01-31search for display name and uid (with no display name) since it is possible t...Björn Schießle
2013-01-28search display name instead of uid; fix key/value order for array accessBjörn Schießle
2013-01-28implement DisplayNamesInGroup for database back-endBjörn Schießle
2013-01-28implement display names for the database back-endBjörn Schießle
2013-01-28update the display name for the database back-endBjörn Schießle
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-30check for database error in userExistsJörn Friedrich Dreyer
2012-09-12Treat getUsers() as case insensitive, helpful for showing proper results in t...Michael Gapczynski
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
2012-08-28Check usernames in the database as case insensitive, they are still stored ca...Michael Gapczynski
2012-08-27fix c&p fail from earlier commit todayGeorg Ehrke
2012-08-26implement getHome in OC_UserGeorg Ehrke
2012-08-25remove superflous LIMITjfd
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-12Make getting all users and groups the defaultMichael Gapczynski
2012-08-12Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski
2012-07-31escape all identifiers with backticksjfd
2012-07-20remove unused variablesRobin Appelman
2012-06-20Don't use substr to get first char of stringBart Visscher
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-08backport the password salting fix.Frank Karlitschek
2012-06-08generate a random salt during installation and store it in the config.php. us...Frank Karlitschek
2012-05-26update copyrightFrank Karlitschek
2012-05-17update documentation of oc_user::checkpasswordRobin Appelman
2012-04-15fix bug where users could use wildcards in username to loginDaniel
2012-04-14prevent users with the same name but different casing from being createdRobin Appelman
2012-02-26improved password hashing based one phpassRobin Appelman
2011-09-17dont use numRows when it's not needed since it can be expensiveRobin Appelman
2011-08-25fix issue with login being case insensitveRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Use autoloadJakob Sack