Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |