Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC_User_XX to legacy folder | Roeland Jago Douma | 2016-05-10 | 1 | -347/+0 |
| | |||||
* | Use a CappedCache in the user database backend | Roeland Jago Douma | 2016-05-03 | 1 | -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üller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Remove OC_DB::isError | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-06 | 1 | -0/+32 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 1 | -5/+9 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Reduce the complexity of the search queries in the backends to a minimum | Joas Schilling | 2015-05-18 | 1 | -5/+20 |
| | |||||
* | fix followup issues with unneeded parameters | Morris Jobke | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+27 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+29 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -29/+27 |
| | |||||
* | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -1/+9 |
| | | | | * LDAP with multiple servers also proved backendName | ||||
* | Use new hashing API for OC_User_Database | Lukas Reschke | 2014-11-06 | 1 | -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 way | Arthur Schiwon | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | search term for users and groups may occur anywhere in the name or ↵ | Arthur Schiwon | 2014-06-23 | 1 | -2/+2 |
| | | | | displayname, not just in the beginning | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -11/+11 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -14/+14 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -8/+8 |
| | |||||
* | Use strict type comparison | Lukas Reschke | 2014-05-07 | 1 | -2/+2 |
| | | | We certainly don't want to have type juggling on that. | ||||
* | Merge pull request #7617 from nishiki/cache_user | Thomas Müller | 2014-04-23 | 1 | -43/+60 |
|\ | | | | | Cache user | ||||
| * | remove cache all user | adrien | 2014-03-21 | 1 | -70/+22 |
| | | |||||
| * | fix remove cache when delete | adrien | 2014-03-11 | 1 | -6/+3 |
| | | |||||
| * | remove static variable, add limit and offset | adrien | 2014-03-11 | 1 | -29/+51 |
| | | |||||
| * | fix cache when remove an user | adrien | 2014-03-10 | 1 | -1/+8 |
| | | |||||
| * | fix undifined uid | nishiki | 2014-03-09 | 1 | -1/+2 |
| | | |||||
| * | add query result (boolean) for update or delete | nishiki | 2014-03-09 | 1 | -9/+6 |
| | | |||||
| * | minor clean code | nishiki | 2014-03-09 | 1 | -1/+1 |
| | | |||||
| * | fix undefined in loadUsers | adrien | 2014-03-07 | 1 | -8/+10 |
| | | |||||
| * | update the cache when add user | adrien | 2014-03-06 | 1 | -13/+16 |
| | | |||||
| * | upgrade the cache user | adrien | 2014-03-06 | 1 | -14/+38 |
| | | |||||
| * | add cache for single users | adrien | 2014-03-06 | 1 | -33/+45 |
| | | |||||
* | | remove unneeded LOWER. Fixes #8202 | Victor Dubiniuk | 2014-04-14 | 1 | -1/+1 |
|/ | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | Introduce user count action to user management | Arthur Schiwon | 2014-01-07 | 1 | -0/+15 |
| | |||||
* | cache the home folder of a User | Robin Appelman | 2013-12-11 | 1 | -63/+61 |
| | |||||
* | local user backend shall search for both username and displayname, fixes #5401 | Arthur Schiwon | 2013-10-25 | 1 | -14/+3 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+269 |
Conflicts: lib/private/vcategories.php |