summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 8.2.4v8.2.4C Montero-Luque2016-05-031-2/+2
* 8.2.4 RC2v8.2.4RC2C Montero-Luque2016-05-021-2/+2
* Merge pull request #24344 from owncloud/stable8.2_24326C. Montero Luque2016-05-021-0/+3
|\
| * Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-04-291-0/+3
|/
* 8.2.4 RC1v8.2.4RC1C Montero-Luque2016-04-262-3/+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
* | Merge pull request #24288 from owncloud/local-invalid-82Roeland Douma2016-04-262-0/+17
|\ \ | |/ |/|
| * add testsRobin Appelman2016-04-261-0/+14
| * error out if a local storage isn't setup correctlyRobin Appelman2016-04-261-0/+3
|/
* Merge pull request #24243 from owncloud/stable8.2-backport-24052blizzz2016-04-266-48/+32
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-256-48/+32
* | Merge pull request #24260 from owncloud/scanner-locking-82Morris Jobke2016-04-261-0/+2
|\ \
| * | 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
* | Merge pull request #24237 from owncloud/backport-24214-stable8.2Morris Jobke2016-04-252-11/+3
|\ \
| * | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-252-11/+3
| |/
* / add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
|/
* Merge pull request #24144 from owncloud/stable8.2-filelist-redirectonstoragen...blizzz2016-04-231-1/+1
|\
| * Fix StorageNotAvailable exception string detectionVincent Petry2016-04-211-1/+1
* | Merge pull request #24181 from owncloud/backport-24145-limit-background-job-r...Thomas Müller2016-04-221-0/+8
|\ \
| * | Make sure that CLI cron doesn't run for ever, but makes use of the next spawnJoas Schilling2016-04-221-0/+8
* | | Merge pull request #24197 from owncloud/backport-24183-change-background-job-...Thomas Müller2016-04-222-6/+15
|\ \ \ | |/ / |/| |
| * | Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-222-6/+15
|/ /
* | Merge pull request #24171 from owncloud/stable8.2-certificateThomas Müller2016-04-222-0/+15
|\ \
| * | [stable8.2] Ignore certificate file if it starts with file://Lukas Reschke2016-04-212-0/+15
* | | 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 #24152 from owncloud/remember-email-when-setting-expirationChristoph Wurst2016-04-211-2/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | remember email when setting expiration dateChristoph Wurst2016-04-211-2/+4
| | |_|/ | |/| |
* | | | Merge pull request #24113 from owncloud/backport-24111-chunking-users-in-back...Thomas Müller2016-04-213-56/+80
|\ \ \ \ | |_|_|/ |/| | |
| * | | Copy the 9.0 method for the background jobsJoas Schilling2016-04-202-2/+58
| * | | Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-203-56/+24
* | | | 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
* | | | Merge pull request #24130 from owncloud/stable82_24108Morris Jobke2016-04-201-0/+11
|\ \ \ \
| * | | | Allow setting can edit permissions on federated shares in webUIRoeland Jago Douma2016-04-201-0/+11
* | | | | Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mountMorris Jobke2016-04-201-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes a possible infinite change-dir-loopArthur Schiwon2016-04-131-1/+2
* | | | | Merge pull request #24100 from owncloud/fix_23632_8.2Björn Schießle2016-04-202-10/+48
|\ \ \ \ \
| * | | | | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
* | | | | | Merge pull request #23363 from owncloud/smb-1.0.8-82Vincent Petry2016-04-2019-58/+236
|\ \ \ \ \ \
| * | | | | | update icewind/smb to 1.0.8Robin Appelman2016-03-1719-58/+236
* | | | | | | Merge pull request #24000 from owncloud/shared-islocal-82Vincent Petry2016-04-201-0/+7
|\ \ \ \ \ \ \
| * | | | | | | implement isLocal for shared storageRobin Appelman2016-04-141-0/+7
* | | | | | | | Merge pull request #23402 from owncloud/backport-23282-stable8.2Vincent Petry2016-04-202-3/+89
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-182-3/+89
* | | | | | | | Merge pull request #24008 from owncloud/fix_repeating_user_listRoeland Douma2016-04-191-1/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |