Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rollback version must also adjust cached size | Vincent Petry | 2016-06-22 | 1 | -0/+11 |
| | |||||
* | dont update search onResize (#24849) | Fabian | 2016-05-30 | 1 | -2/+0 |
| | |||||
* | Merge pull request #23403 from owncloud/backport-23282-stable8.1 | Vincent Petry | 2016-05-24 | 2 | -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 immediately | Arthur Schiwon | 2016-04-26 | 2 | -3/+89 |
| | | |||||
* | | Merge pull request #24572 from owncloud/stable8.1_24568 | Thomas Müller | 2016-05-11 | 1 | -0/+2 |
|\ \ | | | | | | | [Stable 8.1] Fix etag propegation test race condition | ||||
| * | | Fix test race condition | Roeland Jago Douma | 2016-05-11 | 1 | -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 pirates | Thomas Müller | 2016-05-11 | 8 | -42/+0 |
|/ | |||||
* | we need to initialize the mount points of the given user before we recover | Björn Schießle | 2016-04-19 | 2 | -10/+48 |
| | | | | access to his files | ||||
* | Merge pull request #23236 from owncloud/stable8.1-fix_21678 | Vincent Petry | 2016-03-18 | 1 | -0/+6 |
|\ | | | | | [stable8.1] Gracefull handle link shares rename hook | ||||
| * | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-03-14 | 1 | -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 disabled | Roeland Jago Douma | 2016-03-17 | 1 | -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 available | Bjoern Schiessle | 2016-03-15 | 2 | -2/+42 |
|/ | |||||
* | Fix broken scanner call in ajax/scan.php | Morris Jobke | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | Properly check path validity before deleting to trash | Vincent Petry | 2016-03-04 | 1 | -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üller | 2016-03-01 | 1 | -0/+2 |
|\ | | | | | | | | | owncloud/stable8.1-gdrive-reindexarraytoduetoduplicates [stable8.1] Reindex array in GDrive after removing duplicates | ||||
| * | Reindex array in GDrive after removing duplicates | Vincent Petry | 2016-02-15 | 1 | -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.1 | Morris Jobke | 2016-03-01 | 4 | -5/+32 |
|\ \ | | | | | | | [backport][stable8.1] Fix race condition when switching filter mode | ||||
| * | | Fix race condition when switching filter mode. Fixes #22278 | Arthur Schiwon | 2016-02-24 | 4 | -5/+32 |
| | | | |||||
* | | | Merge pull request #22630 from owncloud/stable8.1-fedshare-testremote-after-404 | Roeland Douma | 2016-02-29 | 1 | -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 share | Vincent Petry | 2016-02-24 | 1 | -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 objects | Morris Jobke | 2016-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | * fixes #21896 | ||||
* | | | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2016-02-24 | 2 | -4/+4 |
|/ / | |||||
* / | set etag and permission fields for trashbin entries | Robin Appelman | 2016-02-22 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #21665 from owncloud/smb-statcache-cap-81 | Vincent Petry | 2016-01-13 | 1 | -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 statcache | Robin Appelman | 2016-01-12 | 1 | -1/+8 |
| | | |||||
* | | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2016-01-11 | 4 | -18/+178 |
| | | |||||
* | | Check libsmbclient-php as well as smbclient binary | Robin McCorkell | 2016-01-09 | 1 | -2/+4 |
| | | |||||
* | | Skip unavailable storages in scanner | Robin Appelman | 2016-01-07 | 2 | -5/+13 |
| | | |||||
* | | listen() requires a callable and not an array | Morris Jobke | 2016-01-05 | 1 | -1/+3 |
| | | | | | | | | | | * fixes #21350 * fixes regression introduced with #20764 | ||||
* | | [Sharing] Respect disabled incoming federated shares | Roeland Jago Douma | 2015-12-18 | 1 | -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.1 | Vincent Petry | 2015-12-15 | 4 | -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 AD | Arthur Schiwon | 2015-12-14 | 1 | -13/+56 |
| | | |||||
| * | unit test on getHome in combination with OfflineUser | Arthur Schiwon | 2015-12-14 | 1 | -2/+52 |
| | | |||||
| * | adjust unit test | Arthur Schiwon | 2015-12-14 | 1 | -0/+8 |
| | | |||||
| * | look for DN changes before marking a user as deleted | Arthur Schiwon | 2015-12-14 | 3 | -3/+76 |
| | | |||||
| * | throw NoUserException in getHome when the requested user does not exist anymore | Arthur Schiwon | 2015-12-14 | 1 | -5/+25 |
| | | |||||
* | | Merge pull request #21210 from ↵ | Vincent Petry | 2015-12-15 | 2 | -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 setting | Morris Jobke | 2015-12-15 | 2 | -1/+9 |
| |/ | |||||
* | | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-15 | 1 | -0/+4 |
| | | |||||
* | | show display name but internally use the user name | Björn Schießle | 2015-12-15 | 6 | -6/+12 |
| | | |||||
* | | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #21193 from owncloud/preview-non-existing-81 | Lukas Reschke | 2015-12-14 | 1 | -7/+11 |
|\ | | | | | [8.1] Handle non existing files in version previews | ||||
| * | Handle non existing files in version previews | Robin Appelman | 2015-12-14 | 1 | -7/+11 |
| | | |||||
* | | skip test if we cant use the filesystem when not logged in | Robin Appelman | 2015-12-11 | 1 | -2/+5 |
| | | |||||
* | | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 2 | -2/+13 |
|/ | |||||
* | Merge pull request #21091 from owncloud/backport-20995-stable8.1 | Vincent Petry | 2015-12-10 | 1 | -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 #18734 | Arthur Schiwon | 2015-12-09 | 1 | -1/+5 |
| | | |||||
* | | Deduplicate version expire jobs | Morris Jobke | 2015-12-10 | 2 | -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_20989 | Vincent Petry | 2015-12-10 | 1 | -0/+38 |
|\ \ | | | | | | | [Stable8.1] Update parent when moving share into recieved share | ||||
| * | | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-10 | 1 | -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. |