summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24243 from owncloud/stable8.2-backport-24052blizzz2016-04-266-48/+32
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-256-48/+32
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-252-11/+3
|/
* 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 #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 #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 #23505 from owncloud/ee-1149-share-propagation-entries-in-dbVincent Petry2016-03-231-2/+40
|\ \ \ \
| * | | | Chunk the shareId queryJoas Schilling2016-03-231-7/+12
| * | | | Grab the values for share propagation manually from the DBJoas Schilling2016-03-231-2/+35
* | | | | Merge pull request #23457 from owncloud/backport-23329-stable8.2Morris Jobke2016-03-232-1/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Avatar must be saved after login is done and external storages set up properl...Arthur Schiwon2016-03-212-1/+17
| |/ / /
* / / / handle forbidden exceptions in smb backendRobin Appelman2016-03-221-1/+18
|/ / /
* | | Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2Vincent Petry2016-03-1810-23/+230
|\ \ \
| * | | Synchronise files_external and objectstore Docker tests with masterRobin McCorkell2016-03-0110-23/+230
* | | | Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
| |/ / |/| |
* | | Merge pull request #23234 from owncloud/stable8.2-fix_21678Morris Jobke2016-03-161-0/+6
|\ \ \
| * | | Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-0/+6
| | |/ | |/|
* | | allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-152-2/+42
* | | Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
* | | Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadallMorris Jobke2016-03-092-3/+5
|\ \ \
| * | | Remove "files" arg from download URL in public link pageVincent Petry2016-03-071-2/+4
| * | | Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
| |/ /
* | | Merge pull request #22935 from owncloud/stable8.2-remove-wrongly-backported-testMorris Jobke2016-03-092-57/+1
|\ \ \
| * | | Fix casing - causes failure on php 5.4Thomas Müller2016-03-081-1/+1
| * | | Remove wrongly backported testMorris Jobke2016-03-081-56/+0
| |/ /
* / / Remove browser autocomplete in new file menuVincent Petry2016-03-071-1/+1
|/ /
* | Merge pull request #22868 from owncloud/stable8.2-backport-22865C. Montero Luque2016-03-044-1/+82
|\ \
| * | Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-044-1/+82
| |/
* / Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
|/
* allow putting the part file in the view rootRobin Appelman2016-03-011-0/+56
* Merge pull request #22665 from owncloud/backport-22599-stable8.2Thomas Müller2016-02-291-2/+2
|\
| * take the first result of that array, if present. Fixes 2nd display name to be...Arthur Schiwon2016-02-261-2/+2
* | Skip users with no trashbinVictor Dubiniuk2016-02-261-0/+6
* | Merge pull request #22676 from owncloud/fed-share-etag-82Morris Jobke2016-02-261-0/+50
|\ \ | |/ |/|
| * Add test for owner etag propagationRobin Appelman2016-02-261-0/+50
* | Merge pull request #22649 from owncloud/external-share-manager-82Thomas Müller2016-02-251-3/+4
|\ \
| * | inject the correct external share manager into the storageRobin Appelman2016-02-251-3/+4
| |/
* | Merge pull request #22629 from owncloud/stable8.2-fedshare-testremote-after-404Thomas Müller2016-02-251-0/+3
|\ \ | |/ |/|