summaryrefslogtreecommitdiffstats
path: root/lib/private/user/database.php
Commit message (Collapse)AuthorAgeFilesLines
* Move OC_User_XX to legacy folderRoeland Jago Douma2016-05-101-347/+0
|
* Use a CappedCache in the user database backendRoeland Jago Douma2016-05-031-1/+11
| | | | | | When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs.
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Remove OC_DB::isErrorMorris Jobke2016-01-071-2/+2
|
* More cleanups of OC_Config usageMorris Jobke2015-12-031-1/+1
|
* Make sure that remote shares use the correct uid casingJoas Schilling2015-10-061-0/+32
|
* Remove OC_LogThomas Müller2015-07-031-2/+2
|
* Add missing annotations for parametersLukas Reschke2015-06-271-5/+9
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Reduce the complexity of the search queries in the backends to a minimumJoas Schilling2015-05-181-5/+20
|
* fix followup issues with unneeded parametersMorris Jobke2015-04-181-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-13/+27
|
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+29
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-29/+27
|
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-1/+9
| | | | * LDAP with multiple servers also proved backendName
* Use new hashing API for OC_User_DatabaseLukas Reschke2014-11-061-32/+7
| | | | This will use the new Hashing API for OC_User_Database and migrate old passwords upon initial login of the user.
* retrieve local users, groups and group members in a sorted wayArthur Schiwon2014-08-291-2/+2
|
* search term for users and groups may occur anywhere in the name or ↵Arthur Schiwon2014-06-231-2/+2
| | | | displayname, not just in the beginning
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-14/+14
|
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-8/+8
|
* Use strict type comparisonLukas Reschke2014-05-071-2/+2
| | | We certainly don't want to have type juggling on that.
* Merge pull request #7617 from nishiki/cache_userThomas Müller2014-04-231-43/+60
|\ | | | | Cache user
| * remove cache all useradrien2014-03-211-70/+22
| |
| * fix remove cache when deleteadrien2014-03-111-6/+3
| |
| * remove static variable, add limit and offsetadrien2014-03-111-29/+51
| |
| * fix cache when remove an useradrien2014-03-101-1/+8
| |
| * fix undifined uidnishiki2014-03-091-1/+2
| |
| * add query result (boolean) for update or deletenishiki2014-03-091-9/+6
| |
| * minor clean codenishiki2014-03-091-1/+1
| |
| * fix undefined in loadUsersadrien2014-03-071-8/+10
| |
| * update the cache when add useradrien2014-03-061-13/+16
| |
| * upgrade the cache useradrien2014-03-061-14/+38
| |
| * add cache for single usersadrien2014-03-061-33/+45
| |
* | remove unneeded LOWER. Fixes #8202Victor Dubiniuk2014-04-141-1/+1
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* Introduce user count action to user managementArthur Schiwon2014-01-071-0/+15
|
* cache the home folder of a UserRobin Appelman2013-12-111-63/+61
|
* local user backend shall search for both username and displayname, fixes #5401Arthur Schiwon2013-10-251-14/+3
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+269
Conflicts: lib/private/vcategories.php