summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | replaced UnseekableException => NotPermittedExceptionPiotr Filiciak2016-05-253-40/+5
* | Lowercase class name for unseekableexceptionVincent Petry2016-05-251-0/+0
* | Code style and doc fixPiotr Filiciak2016-05-253-10/+11
* | Http Range requests support in downloadsPiotr Filiciak2016-05-253-12/+199
* | Merge pull request #24417 from owncloud/fix_24182_9.0Vincent Petry2016-05-241-1/+9
|\ \
| * | first call the post_login hooks, before we call getUserFolder.Björn Schießle2016-05-031-1/+5
| * | Fixes #23899Thomas Müller2016-05-031-0/+4
* | | Make sure that installed is a booleanJoas Schilling2016-05-231-0/+1
* | | Remove the password from the validateUserPass() method as wellJoas Schilling2016-05-191-1/+1
* | | Merge pull request #24414 from owncloud/stable9_24405Vincent Petry2016-05-191-1/+11
|\ \ \
| * | | Use a CappedCache in the user database backendRoeland Jago Douma2016-05-031-1/+11
| |/ /
* | | Merge pull request #24705 from owncloud/locking-mark-reload-free-9Vincent Petry2016-05-191-0/+3
|\ \ \
| * | | free up memory when releasing the last shared lockRobin Appelman2016-05-181-0/+3
* | | | Merge pull request #24676 from owncloud/stable9-fixchunkttlVincent Petry2016-05-181-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-171-1/+3
* | | | Merge pull request #24441 from owncloud/backport-24432-never-save-app-languag...Vincent Petry2016-05-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Do not save the language as request lang for apps when we didn't find anyJoas Schilling2016-05-041-1/+1
| |/ /
* | | Merge pull request #24540 from owncloud/stable9-do-not-automatically-try-to-e...Vincent Petry2016-05-133-20/+121
|\ \ \
| * | | Add repair step for copying the RewriteBaseLukas Reschke2016-05-102-0/+91
| * | | Do not automatically try to enable index.php-less URLsLukas Reschke2016-05-101-20/+30
* | | | cap the normalized path cache (#24390)Robin Appelman2016-05-121-1/+6
* | | | Remove repair steps for broken updater repair (#24438)Lukas Reschke2016-05-122-112/+0
* | | | Make update server URL configurableLukas Reschke2016-05-111-5/+2
* | | | Merge pull request #24384 from owncloud/backport-24327-memory-usage-in-callFo...Thomas Müller2016-05-111-6/+11
|\ \ \ \
| * | | | When we iterate over all users that might be too much memoryJoas Schilling2016-05-021-4/+9
| * | | | Don't loop over the backends, we already know where the user should beJoas Schilling2016-05-021-3/+3
| | |/ / | |/| |
* | | | Yo-ho-oh - Murder all band 'o pirates - backport of #24550Thomas Müller2016-05-112-10/+0
| |/ / |/| |
* | | solves problem with moving files via WebDAVPetr Svoboda2016-05-041-1/+1
|/ /
* | Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-05-011-0/+3
* | Check for hash instead of file existenceLukas Reschke2016-04-271-3/+4
* | Merge branch 'stable9' into local-invalid-9C. Montero Luque2016-04-263-1/+19
|\ \
| * \ Merge pull request #24292 from owncloud/stable9-work-around-more-updater-issuesC. Montero Luque2016-04-261-0/+1
| |\ \
| | * | Also exclude __appsLukas Reschke2016-04-261-0/+1
| * | | Merge pull request #24261 from owncloud/scanner-propagate-9C. Montero Luque2016-04-261-0/+16
| |\ \ \
| | * | | triger the propagator from the command line scannerRobin Appelman2016-04-251-0/+16
| * | | | Merge pull request #24282 from owncloud/backport-24262-stable9C. Montero Luque2016-04-261-1/+2
| |\ \ \ \
| | * | | | check whether index is set before using itArthur Schiwon2016-04-261-1/+2
| | | |/ / | | |/| |
* | / | | error out if a local storage isn't setup correctlyRobin Appelman2016-04-261-0/+3
|/ / / /
* / / / Don't write empty RewriteBaseLukas Reschke2016-04-261-1/+9
|/ / /
* | | Merge pull request #24202 from owncloud/backport-stable9-23972Thomas Müller2016-04-255-10/+34
|\ \ \
| * | | [9.0] Call private cache methods only for `OC\Files\Cache\Cache`Daniel Jagszent2016-04-255-10/+34
| |/ /
* / / add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
|/ /
* | Merge pull request #24196 from owncloud/backport-24183-change-background-job-...Thomas Müller2016-04-221-3/+3
|\ \
| * | Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-3/+3
* | | Merge pull request #24195 from owncloud/stable9-fs-initmountpoint-nulluserThomas Müller2016-04-221-0/+3
|\ \ \
| * | | Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-221-0/+3
| |/ /
* | | Merge pull request #24158 from owncloud/encryped-size-progation-9Thomas Müller2016-04-222-1/+11
|\ \ \ | |/ / |/| |
| * | dont do optimized size propagation for encrypted filesRobin Appelman2016-04-212-1/+11
* | | Merge pull request #24131 from owncloud/dont-transfer-files-to-not-ready-user...Thomas Müller2016-04-222-0/+31
|\ \ \
| * | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-202-0/+31