summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix scanner lock on shared storages resulting into locked filesRobin Appelman2016-06-151-2/+2
* fix updating folder sizes with cross storage moveRobin Appelman2016-06-141-3/+4
* normalize path in getInternalPathGeorg Ehrke2016-06-011-0/+1
* Merge pull request #24924 from owncloud/stable8.2-backport-24795Christoph Wurst2016-06-011-1/+2
|\
| * Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-311-1/+2
* | Merge pull request #24418 from owncloud/fix_24182_8.2Christoph Wurst2016-06-011-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
* | | Merge pull request #23571 from owncloud/stable8.2-backport-23362Vincent Petry2016-06-011-9/+25
|\ \ \ | |_|/ |/| |
| * | Read available l10n files also from theme folderMorris Jobke2016-03-241-9/+25
* | | trigger size calculation after scanningRobin Appelman2016-05-301-0/+6
* | | [Stable8.2] Use a CappedCache in the user database backend (#24413)Roeland Douma2016-05-242-3/+13
* | | Merge pull request #24704 from owncloud/locking-mark-reload-free-82Vincent Petry2016-05-191-0/+3
|\ \ \
| * | | free up memory when releasing the last shared lockRobin Appelman2016-05-181-0/+3
| | |/ | |/|
* | | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-1/+3
* | | Correctly load server2server sharing configsJoas Schilling2016-05-171-1/+7
* | | Merge pull request #24391 from owncloud/capped-normalized-cache-82Vincent Petry2016-05-131-1/+6
|\ \ \
| * | | cap the normalized path cacheRobin Appelman2016-05-021-1/+6
| |/ /
* | | Merge pull request #24504 from owncloud/stable8.2-updater-server-configurableVincent Petry2016-05-131-5/+2
|\ \ \
| * | | Make update server URL configurableLukas Reschke2016-05-091-5/+2
| |/ /
* | | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
* | | Catch the AutoloadNotAllowedException also for legacy jobsJoas Schilling2016-05-091-2/+9
|/ /
* | Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-04-291-0/+3
* | Merge pull request #24283 from owncloud/backport-24262-stable8.2Vincent Petry2016-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
|/ /
* | add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
* | Revert "add locks in the scanner to prevent multiple scanners running on the ...Robin Appelman2016-04-251-2/+0
* | add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
* | Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-2/+2
* | Merge pull request #24171 from owncloud/stable8.2-certificateThomas Müller2016-04-221-0/+7
|\ \
| * | [stable8.2] Ignore certificate file if it starts with file://Lukas Reschke2016-04-211-0/+7
* | | Merge pull request #24162 from owncloud/backport-23461-activity-without-shari...Vincent Petry2016-04-221-2/+2
|\ \ \
| * | | Fix "AutoloadNotAllowedException" when files_sharing is disabledJoas Schilling2016-04-211-2/+2
| |/ /
* | | Merge pull request #23807 from owncloud/backport-of-#23760-1Vincent Petry2016-04-221-1/+1
|\ \ \ | |/ / |/| |
| * | [stable9] Fix conditional check in MySQL setup Daniel Hansson2016-04-051-1/+1
* | | Merge pull request #23548 from owncloud/stable8.2-quota-recognizeremoteunlimi...Thomas Müller2016-04-211-1/+8
|\ \ \
| * | | Workaround to be able to recognize unlimited quota in fed sharesVincent Petry2016-03-241-1/+8
| | |/ | |/|
* | | Correctly return an empty string for empty filesJoas Schilling2016-04-081-3/+9
* | | Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-042-2/+9
| |/ |/|
* | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-316-62/+160
|/
* Grab the values for share propagation manually from the DBJoas Schilling2016-03-231-0/+12
* Merge pull request #22944 from owncloud/backport-22800-stable8.2Thomas Müller2016-03-141-0/+3
|\
| * don't hide server not available exception, fixes #20536Arthur Schiwon2016-03-081-0/+3
* | Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-1/+5
* | Merge pull request #22842 from owncloud/stable82_22830Morris Jobke2016-03-091-1/+1
|\ \ | |/ |/|
| * Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-041-1/+1
* | Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-041-15/+11
|/
* Merge pull request #22752 from owncloud/part-file-root-82Vincent Petry2016-03-012-11/+39
|\
| * Don't apply quota in stream wrapper for part filesVincent Petry2016-03-011-5/+22