Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 |
| | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear. | ||||
* | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
| | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | use string array when fetching share ids | Jörn Friedrich Dreyer | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | Rollback version must also adjust cached size | Vincent Petry | 2016-06-22 | 1 | -0/+11 |
| | |||||
* | Fix typo | Juan Pablo Villafáñez | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | Handle storage not available to show an error message | Juan Pablo Villafáñez | 2016-06-10 | 1 | -0/+3 |
| | |||||
* | Construct path to the version file from the current directory and filename. ↵ | Victor Dubiniuk | 2016-06-08 | 1 | -4/+6 |
| | | | | Fixes #22450 | ||||
* | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-06-01 | 1 | -2/+6 |
| | | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything. | ||||
* | dont update search onResize (#24862) | Georg Ehrke | 2016-05-30 | 1 | -2/+0 |
| | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. | ||||
* | cache isLocal for shared storage | Robin Appelman | 2016-05-25 | 1 | -4/+8 |
| | |||||
* | Merge pull request #24498 from owncloud/backport-20804-8.2 | Vincent Petry | 2016-05-13 | 5 | -1/+141 |
|\ | | | | | [stable8.2] LDAP: do not attempt to process user records without display name, fi… | ||||
| * | LDAP: do not attempt to process user records without display name, fixes ↵ | Arthur Schiwon | 2016-05-09 | 5 | -1/+141 |
| | | | | | | | | fatal error | ||||
* | | Merge pull request #24573 from owncloud/stable8.2_24568 | Thomas Müller | 2016-05-11 | 1 | -0/+2 |
|\ \ | | | | | | | [Stable 8.2] 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 |
|/ | |||||
* | Merge pull request #24243 from owncloud/stable8.2-backport-24052 | blizzz | 2016-04-26 | 6 | -48/+32 |
|\ | | | | | [stable8.2] Fix LDAP race conditions | ||||
| * | Fix LDAP race conditions | Morris Jobke | 2016-04-25 | 6 | -48/+32 |
| | | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values | ||||
* | | on clone Connection, do not take over the existing LDAP resource | Arthur Schiwon | 2016-04-25 | 2 | -11/+3 |
|/ | | | | | | | For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful. | ||||
* | Merge pull request #24144 from ↵ | blizzz | 2016-04-23 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/stable8.2-filelist-redirectonstoragenotavailable Fix StorageNotAvailable exception string detection | ||||
| * | Fix StorageNotAvailable exception string detection | Vincent Petry | 2016-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #24113 from ↵ | Thomas Müller | 2016-04-21 | 3 | -56/+80 |
|\ \ | |/ |/| | | | | | owncloud/backport-24111-chunking-users-in-background-jobs-8.2 [8.2] Chunk the users correctly in the trashbin and versions background job | ||||
| * | Copy the 9.0 method for the background jobs | Joas Schilling | 2016-04-20 | 2 | -2/+58 |
| | | |||||
| * | Chunk the users correctly in the trashbin and versions background job | Joas Schilling | 2016-04-20 | 3 | -56/+24 |
| | | |||||
* | | Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mount | Morris Jobke | 2016-04-20 | 1 | -1/+2 |
|\ \ | | | | | | | [stable8.2] Fixes a possible infinite change-dir-loop | ||||
| * | | Fixes a possible infinite change-dir-loop | Arthur Schiwon | 2016-04-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Those can occure when browsing in a mount that got unavailable | ||||
* | | | Merge pull request #24100 from owncloud/fix_23632_8.2 | Björn Schießle | 2016-04-20 | 2 | -10/+48 |
|\ \ \ | | | | | | | | | [stable8.2] init users mount point before recovery | ||||
| * | | | 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 #23363 from owncloud/smb-1.0.8-82 | Vincent Petry | 2016-04-20 | 19 | -58/+236 |
|\ \ \ | | | | | | | | | [8.2] update icewind/smb to 1.0.8 | ||||
| * | | | update icewind/smb to 1.0.8 | Robin Appelman | 2016-03-17 | 19 | -58/+236 |
| | | | | |||||
* | | | | Merge pull request #24000 from owncloud/shared-islocal-82 | Vincent Petry | 2016-04-20 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | [8.2] implement isLocal for shared storage | ||||
| * | | | | implement isLocal for shared storage | Robin Appelman | 2016-04-14 | 1 | -0/+7 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #23402 from owncloud/backport-23282-stable8.2 | Vincent Petry | 2016-04-20 | 2 | -3/+89 |
|\ \ \ \ | |/ / / |/| | | | [stable8.2] 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-03-18 | 2 | -3/+89 |
| | | | | |||||
* | | | | Merge pull request #23505 from owncloud/ee-1149-share-propagation-entries-in-db | Vincent Petry | 2016-03-23 | 1 | -2/+40 |
|\ \ \ \ | | | | | | | | | | | Grab the values for share propagation manually from the DB | ||||
| * | | | | Chunk the shareId query | Joas Schilling | 2016-03-23 | 1 | -7/+12 |
| | | | | | |||||
| * | | | | Grab the values for share propagation manually from the DB | Joas Schilling | 2016-03-23 | 1 | -2/+35 |
| | | | | | |||||
* | | | | | Merge pull request #23457 from owncloud/backport-23329-stable8.2 | Morris Jobke | 2016-03-23 | 2 | -1/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable8.2] Avatar must be saved after login is done and external storages set up… | ||||
| * | | | | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-21 | 2 | -1/+17 |
| |/ / / | | | | | | | | | | | | | properly, fixes #21555 | ||||
* / / / | handle forbidden exceptions in smb backend | Robin Appelman | 2016-03-22 | 1 | -1/+18 |
|/ / / | |||||
* | | | Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2 | Vincent Petry | 2016-03-18 | 10 | -23/+230 |
|\ \ \ | | | | | | | | | Synchronise files_external and objectstore Docker tests with master | ||||
| * | | | Synchronise files_external and objectstore Docker tests with master | Robin McCorkell | 2016-03-01 | 10 | -23/+230 |
| | | | | | | | | | | | | | | | | Checkout files from 4d69e562a065a79461343444a842ada025f3643c | ||||
* | | | | 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. | ||||
* | | | Merge pull request #23234 from owncloud/stable8.2-fix_21678 | Morris Jobke | 2016-03-16 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | [stable8.2] 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. | ||||
* | | | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 2 | -2/+42 |
| | | | |||||
* | | | Remove disabled autocorrect for new file names | Morris Jobke | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | * ref #22784 | ||||
* | | | Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadall | Morris Jobke | 2016-03-09 | 2 | -3/+5 |
|\ \ \ | | | | | | | | | [stable8.2] Fix archive file name when downloading public share | ||||
| * | | | Remove "files" arg from download URL in public link page | Vincent Petry | 2016-03-07 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument. | ||||
| * | | | Fix archive file name when downloading public share | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given. | ||||
* | | | Merge pull request #22935 from owncloud/stable8.2-remove-wrongly-backported-test | Morris Jobke | 2016-03-09 | 2 | -57/+1 |
|\ \ \ | | | | | | | | | Remove wrongly backported test |