summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Rollback version must also adjust cached sizeVincent Petry2016-06-221-0/+11
|
* dont update search onResize (#24849)Fabian2016-05-301-2/+0
|
* Merge pull request #23403 from owncloud/backport-23282-stable8.1Vincent Petry2016-05-242-3/+89
|\ | | | | [stable8.1] fix writing to cache when fallback server should be used immediately
| * fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-04-262-3/+89
| |
* | Merge pull request #24572 from owncloud/stable8.1_24568Thomas Müller2016-05-111-0/+2
|\ \ | | | | | | [Stable 8.1] Fix etag propegation test race condition
| * | Fix test race conditionRoeland Jago Douma2016-05-111-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* / Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-118-42/+0
|/
* we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
| | | | access to his files
* Merge pull request #23236 from owncloud/stable8.1-fix_21678Vincent Petry2016-03-181-0/+6
|\ | | | | [stable8.1] Gracefull handle link shares rename hook
| * Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-0/+6
| | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out.
* | Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable.
* | allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-152-2/+42
|/
* Fix broken scanner call in ajax/scan.phpMorris Jobke2016-03-111-1/+1
|
* Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
| | | | | This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations.
* Merge pull request #22409 from ↵Thomas Müller2016-03-011-0/+2
|\ | | | | | | | | owncloud/stable8.1-gdrive-reindexarraytoduetoduplicates [stable8.1] Reindex array in GDrive after removing duplicates
| * Reindex array in GDrive after removing duplicatesVincent Petry2016-02-151-0/+2
| | | | | | | | | | | | | | | | Whenever duplicates are removed from the array, the indices are not in sequence. This seems to cause trouble with opendir/the dir wrapper and make it skip valid entries. This fix reindexes the array to make it work.
* | Merge pull request #22617 from owncloud/backport-22358-stable8.1Morris Jobke2016-03-014-5/+32
|\ \ | | | | | | [backport][stable8.1] Fix race condition when switching filter mode
| * | Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-244-5/+32
| | |
* | | Merge pull request #22630 from owncloud/stable8.1-fedshare-testremote-after-404Roeland Douma2016-02-291-0/+3
|\ \ \ | | | | | | | | [stable8.1] Properly trigger testRemote after getting a 404 from remote fed share
| * | | Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-241-0/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share.
* | | [user_ldap] properly decode cached objectsMorris Jobke2016-02-241-1/+1
| | | | | | | | | | | | * fixes #21896
* | | Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2016-02-242-4/+4
|/ /
* / set etag and permission fields for trashbin entriesRobin Appelman2016-02-221-0/+3
|/
* Merge pull request #21665 from owncloud/smb-statcache-cap-81Vincent Petry2016-01-131-1/+8
|\ | | | | [8.1] cap the number of entries we cache in smb's statcache
| * cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-121-1/+8
| |
* | always use an LDAP URL when connecting to LDAPArthur Schiwon2016-01-114-18/+178
| |
* | Check libsmbclient-php as well as smbclient binaryRobin McCorkell2016-01-091-2/+4
| |
* | Skip unavailable storages in scannerRobin Appelman2016-01-072-5/+13
| |
* | listen() requires a callable and not an arrayMorris Jobke2016-01-051-1/+3
| | | | | | | | | | * fixes #21350 * fixes regression introduced with #20764
* | [Sharing] Respect disabled incoming federated sharesRoeland Jago Douma2015-12-181-1/+4
|/ | | | | | | Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713
* Merge pull request #21207 from owncloud/backport-21133-stable8.1Vincent Petry2015-12-154-9/+203
|\ | | | | [backport] [stable8.1] Fix shared files of deleted users, detect DN change when checking for existence on LDAP
| * fix find DN by UUID for ADArthur Schiwon2015-12-141-13/+56
| |
| * unit test on getHome in combination with OfflineUserArthur Schiwon2015-12-141-2/+52
| |
| * adjust unit testArthur Schiwon2015-12-141-0/+8
| |
| * look for DN changes before marking a user as deletedArthur Schiwon2015-12-143-3/+76
| |
| * throw NoUserException in getHome when the requested user does not exist anymoreArthur Schiwon2015-12-141-5/+25
| |
* | Merge pull request #21210 from ↵Vincent Petry2015-12-152-1/+9
|\ \ | | | | | | | | | | | | owncloud/stable8.1-handle-enforce-home-folder-rule-setting [stable8.1] Properly handle enforce home folder naming rule setting
| * | Properly handle enforce home folder naming rule settingMorris Jobke2015-12-152-1/+9
| |/
* | Fixed JS unit tests for fed owner display nameVincent Petry2015-12-151-0/+4
| |
* | show display name but internally use the user nameBjörn Schießle2015-12-156-6/+12
| |
* | don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-151-0/+8
|/
* Merge pull request #21193 from owncloud/preview-non-existing-81Lukas Reschke2015-12-141-7/+11
|\ | | | | [8.1] Handle non existing files in version previews
| * Handle non existing files in version previewsRobin Appelman2015-12-141-7/+11
| |
* | skip test if we cant use the filesystem when not logged inRobin Appelman2015-12-111-2/+5
| |
* | Fix thrashbin wrapper when no user is loggedinRobin Appelman2015-12-112-2/+13
|/
* Merge pull request #21091 from owncloud/backport-20995-stable8.1Vincent Petry2015-12-101-1/+5
|\ | | | | [backport] [stable8.1] ensure multiselect always receives an array when setting its value, f…
| * ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-091-1/+5
| |
* | Deduplicate version expire jobsMorris Jobke2015-12-102-37/+10
| | | | | | | | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108
* | Merge pull request #21102 from owncloud/stable8.1_20989Vincent Petry2015-12-101-0/+38
|\ \ | | | | | | [Stable8.1] Update parent when moving share into recieved share
| * | Update parent when moving share into recieved shareRoeland Jago Douma2015-12-101-0/+38
| |/ | | | | | | | | | | | | | | | | Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused.