summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-301-0/+9
* Merge pull request #13707 from nextcloud/backport/13473/dont-log-parameters-o...Morris Jobke2019-01-251-0/+3
|\
| * Don't log parameters on user creation in case of error/exceptionJoas Schilling2019-01-211-0/+3
* | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
|/
* Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
* Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* PHP module is named mbstringMorris Jobke2018-12-041-1/+1
* Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
* forward object not found error in swift as dav 404Robin Appelman2018-11-192-8/+22
* Merge pull request #12376 from nextcloud/backport/12284/stable13Roeland Jago Douma2018-11-131-1/+1
|\
| * Properly search the root of a shared external storageRoeland Jago Douma2018-11-091-1/+1
* | Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke2018-11-131-1/+12
* | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-131-7/+18
|/
* Error out early on an expired tokenRoeland Jago Douma2018-11-021-1/+11
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-11-023-2/+4
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-11-021-1/+2
* Actually return the root folder when traversing up the treeRoeland Jago Douma2018-10-261-1/+5
* Merge pull request #11978 from nextcloud/bugfix-stable13/9326/make_sure_userm...Roeland Jago Douma2018-10-231-1/+5
|\
| * filter null values for UserManager::getByEmailGeorg Ehrke2018-10-221-1/+5
* | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-231-0/+1
|/
* Allow the creationg of previews of files stored in appdataRoeland Jago Douma2018-10-092-12/+10
* tokens can't be valid local user namesRobin Appelman2018-08-272-11/+13
* more efficient way to detect added and removed mountsRobin Appelman2018-08-271-9/+23
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-0/+1
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-7/+18
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+16
* remove double loop for detecting changed mountsRobin Appelman2018-08-271-9/+12
* MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by defaultJoas Schilling2018-08-231-4/+23
* Merge pull request #10762 from nextcloud/backport/10260/improved-sql-for-fetc...blizzz2018-08-201-1/+1
|\
| * Use the path_hash instead of the path to query the filecacheMorris Jobke2018-08-201-1/+1
* | Make sure error_log() always receives a stringJoas Schilling2018-08-201-0/+3
|/
* Update the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
* Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13blizzz2018-08-131-14/+7
|\
| * use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
* | make file cache updates more robustBjoern Schiessle2018-08-081-2/+17
|/
* Do scan the root storage in background scanRobin Appelman2018-07-241-5/+0
* Sanitize parameters in createSessionToken() while loggingMorris Jobke2018-07-111-0/+1
* Merge pull request #10170 from nextcloud/backport/9823/stable13Morris Jobke2018-07-114-4/+38
|\
| * Allow updating the token on session regenerationRoeland Jago Douma2018-07-094-4/+38
* | Merge pull request #10169 from nextcloud/backport/9955/stable13John Molakvoæ2018-07-111-1/+1
|\ \
| * | Request a valid property for DAV opendirRoeland Jago Douma2018-07-091-1/+1
| |/
* | Merge pull request #10180 from nextcloud/lock-negative-13Morris Jobke2018-07-111-2/+8
|\ \ | |/ |/|
| * prevent lock values from going negative with memcache backendRobin Appelman2018-07-101-2/+8
* | Merge pull request #10121 from nextcloud/stable13-allow-disable-encryptionMorris Jobke2018-07-091-2/+6
|\ \ | |/ |/|
| * allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* | Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* | Fix syntax for php5.6Christoph Wurst2018-06-041-1/+1
* | Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
* | Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma2018-05-301-1/+9
* | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-291-0/+6