aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #9651 from nextcloud/backport/9271/stable13Morris Jobke2018-05-292-4/+2
|\ \
| * | Remove a check for an unused variableMorris Jobke2018-05-291-3/+1
| * | Fix undefined variable - found by PhanMorris Jobke2018-05-291-1/+1
* | | Make LargeFileHelper.php faster by avoiding execs as much as possiblemarco442018-05-291-6/+14
|/ /
* | Delete the previews when a version is restoredRoeland Jago Douma2018-05-262-0/+12
* | Always set the request language to the force languageRoeland Jago Douma2018-05-241-6/+5
* | make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-241-0/+6
* | cleanup locks in scanner on errorRobin Appelman2018-05-231-9/+12
* | Merge pull request #9540 from nextcloud/backport/9517/stable13Morris Jobke2018-05-236-7/+139
|\ \
| * | Certain tokens can expireRoeland Jago Douma2018-05-226-5/+85
| * | Allow the rotation of tokensRoeland Jago Douma2018-05-224-2/+54
* | | Dont use $info as array when its not an arrayJoas Schilling2018-05-181-1/+1
|/ /
* | Merge pull request #9432 from nextcloud/backport/9225/ipv6-database-hostMorris Jobke2018-05-141-10/+24
|\ \
| * | php 5.6 compatibilityJoas Schilling2018-05-091-1/+1
| * | Move regex to a function and add testsJoas Schilling2018-05-091-11/+24
| * | Allow IPv6 database hostsJoas Schilling2018-05-091-6/+7
* | | Get correct version of an appRoeland Jago Douma2018-05-091-1/+1
|/ /
* | Merge pull request #9389 from nextcloud/log-lock-state-on-conflict-13Morris Jobke2018-05-072-7/+16
|\ \
| * | always log locking errorsRobin Appelman2018-05-041-3/+1
| * | Log more info about locking conflicts for memcache locking backendsRobin Appelman2018-05-041-4/+15
| |/
* / remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
|/
* Issue #9318: catch exceptions in SCSSCacher::resetCache()Roland Tapken2018-05-031-1/+5
* Merge pull request #9231 from nextcloud/13-9205Morris Jobke2018-04-182-8/+15
|\
| * Provide an option to disable HTML emailsMorris Jobke2018-04-182-8/+15
* | Merge pull request #9233 from nextcloud/13-9159Roeland Jago Douma2018-04-181-0/+5
|\ \
| * | fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-181-0/+5
| |/
* / Show EOL warning in the update sectionJoas Schilling2018-04-181-0/+1
|/
* Merge pull request #8779 from nextcloud/backport/8255/show-group-display-namesJohn Molakvoæ2018-04-062-2/+2
|\
| * Correctly return the group nameJoas Schilling2018-03-121-1/+1
| * Show the displayname in the users group listJoas Schilling2018-03-121-1/+1
* | Merge pull request #9095 from JaredBoone/bugfix/8387Morris Jobke2018-04-062-2/+2
|\ \
| * | Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 i...Jared Boone2018-04-052-2/+2
* | | Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-2/+3
|/ /
* | Move on with the next user if we found the user on one user back-endBjoern Schiessle2018-04-041-1/+2
* | Fix proper permissions for multiple file accessRoeland Jago Douma2018-04-041-11/+10